JIYIK CN >

Current Location:Home > Learning > OPERATING SYSTEM >

All

Configuring Apache Web Server on Ubuntu and Debian

Publish Date:2025/04/05 Author:JIYIK Category:OPERATING SYSTEM

This article shows you how to install Apache web server on Ubuntu and Debian, set it up, and access the access logs. Apache Web Server in Ubuntu and Debian Apache HTTP Server is a free and open source web server that is very popular. More t...

Full

Differences between Bash Profile and Bashrc

Publish Date:2025/04/05 Author:JIYIK Category:OPERATING SYSTEM

Differences between Bash Profile and Bashrc

This article explains the difference between ~./bash_profile and files in Bash. ~/.bashrc What are startup files in Bash? Startup files are files that are executed after the shell is started. The startup files depend on the type of shell th...

Full

Purpose of Shell Script Headers

Publish Date:2025/04/05 Author:JIYIK Category:OPERATING SYSTEM

In programming, a shebang is a series of tags and exclamation marks #! at the beginning of a file. It then provides the entire path to the interpreter that will execute the file's code /bin/bash . After that, comes the code itself. The inte...

Full

Differences between Login and Non-Login Shells

Publish Date:2025/04/05 Author:JIYIK Category:OPERATING SYSTEM

Differences between Login and Non-Login Shells

This article explains the difference between login shells and non-login shells in UNIX-based systems. What is Shell in UNIX based systems The shell in UNIX based systems is the interface between the user and the kernel of the operating syst...

Full

Differences between Curl and Wget

Publish Date:2025/04/05 Author:JIYIK Category:OPERATING SYSTEM

We usually think of pressing a download button when downloading a file from the Internet. However, you can download files from the terminal. wget The and curl are two of the most commonly used tools. This tutorial will look at both and see...

Full

tr Command in Linux Bash

Publish Date:2025/04/05 Author:JIYIK Category:OPERATING SYSTEM

tr Command in Linux Bash

In Linux, we can use Bash scripts to perform string manipulation such as concatenation, truncation, and finding words in a text. tr This article will explain how to translate or remove characters using command in Linux Bash . tr Using comma...

Full

export command in Linux

Publish Date:2025/04/05 Author:JIYIK Category:OPERATING SYSTEM

export command in Linux

The Linux terminal has many environment variables that contain necessary information about the system. Also, applications may require some environment variables in order to execute. export This article will use the command to define an envi...

Full

Setting up the SourceGear DiffMerge tool for Git

Publish Date:2025/04/04 Author:JIYIK Category:Git

This article will discuss configuring Git to use SourceGear's DiffMerge as the default difftool . difftool This tool allows us to easily understand merge conflicts with improved visuals compared to Git's default. It is an ideal tool for 3-w...

Full

Differences between branches in Git

Publish Date:2025/04/04 Author:JIYIK Category:Git

In this article, we'll see how to compare two Git branches using three different techniques. Get the difference between branches in Git Git is a famous software that helps us keep track of the changes we make to files and also helps to buil...

Full

Configuring a proxy to use Git

Publish Date:2025/04/04 Author:JIYIK Category:Git

This article discusses configuring Git to work with different proxies. It is often difficult to access Git when working behind a corporate firewall. We'll cover some of the proxies that Git supports, how to configure them, and how to provid...

Full

Global Git configuration file location

Publish Date:2025/04/04 Author:JIYIK Category:Git

The most famous distributed version control system is Git, which stands for Global Information Tracker. This VCS is used to keep the code and files that developers can access later, both remotely and locally. Each developer can access their...

Full

Storing usernames and passwords in Git

Publish Date:2025/04/04 Author:JIYIK Category:Git

This article will discuss how to store credentials in Git. We will configure Git to call our credentials so that we can automatically access our remote repositories. Storing usernames and passwords in Git You may have noticed that every tim...

Full

Get the latest version of the code in Git

Publish Date:2025/04/04 Author:JIYIK Category:Git

Git is a tool used by developers on a daily basis, especially when working in a team; it plays a vital role in the software industry. This version control tool provides a plethora of commands to its developers through which they perform dif...

Full

Update the forked repository

Publish Date:2025/04/04 Author:JIYIK Category:Git

Forking Meaning you copied it to your own, but it is marked as forked from the original repository. You can add, edit, and delete files in your version. Your forked repository can be easily fetched from upstream. Update in Git 分叉仓库...

Full

Setting the (origin) remote repository URL in Git

Publish Date:2025/04/04 Author:JIYIK Category:Git

The best thing about git is that it allows us to manage our projects in a very efficient way. A remote repository can be connected to a local git repository using two methods: through HTTPs and through SSH . Set the source URL (remote repos...

Full

Scan to Read All Tech Tutorials

Social Media
  • https://www.github.com/onmpw
  • qq:1244347461

Hottest

Tags

Scan the Code
Easier Access Tutorial