JIYIK CN >

Current Location:Home > Learning >

All

Differences between Sh and Bash

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

This article explains what a shell is, find out which shell you are currently using, check a list of all available shells, and the difference between sh and . bash What is a Shell A shell is a computer program that accepts commands. It also...

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

Create an empty branch on GitHub

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

This article outlines the process of creating an empty git branch on the command line. We will then push the empty branch to a GitHub repository. We know that we cannot push empty branches to remote repositories. However, there is a workaro...

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

Showing staged and unstaged changes in Git

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

In this article, we will see how to show the changes we have staged for the next commit and the changes we have not yet staged. There are two commands we can run in Git to show the staged changes. Let's start with the basics. Use git status...

Full

Comparing Files, Commits, and Branches in Git

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

This article will teach you how to use git diff the command to compare files, commits, and branches in Git. We use git diff the command to show the differences between files resulting from two commits or the current state of our repo and a...

Full

Comparing the differences between two commits in Git

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

Git is the most demanding version control system in today's era. Sometimes we face a situation when we need to compare some data in our repository with some other data source available in another repository, here we will discuss one of the...

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

Scan to Read All Tech Tutorials

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

Hottest

Tags

Scan the Code
Easier Access Tutorial