JIYIK CN >

Current Location:Home > Learning >

All

Difference between Git pull and Git clone

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

This article will discuss the differences between the git clone and commands. git pull git pull Using commands in Git We use git pull the command to get updates from the remote to the local. This command will update the files in the local r...

Full

Replacing characters in a string using Bash

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

A common operation involving string literals is replacing individual characters or substrings within the string with other characters or substrings. In this article, we will look at several ways to do string replacement using the BASH shell...

Full

Find the current folder name in Bash

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

Finding a directory is very easy through Bash scripting. But finding the exact directory folder name you are in right now is a bit complicated. This article will introduce three methods to find the folder name from this article directory. I...

Full

Pretty Printing JSON in Shell Script

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

JSON is a textual method for representing JavaScript object literals and arrays and scalar data. It is relatively easier to read and write, and easier for manageable software to parse and generate. JSON is commonly used to serialize structu...

Full

Getting Timestamp in Bash

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

This article discusses the date Bash command used to obtain the system date/time and UNIX timestamp. Get Timestamp Using date Command in Bash The Linux terminal uses the date command to print the current date and time. The simplest version...

Full

Bash Nohup 与 & 的区别

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

这篇简短的文章介绍了通过 Bash 在后台运行 Linux 进程的 nohup 命令和 控制运算符。 此外,我们将进一步研究 nohup 和 之间的主要区别。 在后台运行 Linux 进程 Linux 提供了两种在后台运行...

Full

Difference between Bash Nohup and &

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

This short article introduces the nohup command and the control operator to run Linux processes in the background through Bash. In addition, we will further study the key differences between nohup and . Running Linux processes in the backgr...

Full

Solve the error Make Command Not Found in Cygwin

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

Cygwin allows Windows users to access certain Linux features and includes a large number of GNU and open source tools that are commonly found in popular Linux distributions. When using Cygwin, it is easy to encounter a command not found err...

Full

Running batch scripts using Task Scheduler

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

This article will show you how to use Task Scheduler to run a batch file. Running batch scripts using Task Scheduler With Task Scheduler, you can automate tasks to run automatically at specific times. It only takes a few steps and you don't...

Full

Using CURRENT_TIMESTAMP as a default value in MySQL

Publish Date:2025/04/21 Author:JIYIK Category:MySQL

This article teaches you how to use as 5.6.5 in MySQL versions lower than . Thus, you can prevent MySQL error 1293. CURRENT_TIMESTAMP DEFAULT Our approach involves reordering table columns and using DEFAULT 0 and time values. Reproduce the...

Full

Changing MySQL root password on Mac

Publish Date:2025/04/21 Author:JIYIK Category:MySQL

This article teaches you how to change the MySQL user password on OS X. root We will be using XAMPP so that you can change the password using the MySQL console. Installing XAMPP for OSX First, download and install XAMPP for OSX from Apache...

Full

MySQL using LIKE in case insensitive search

Publish Date:2025/04/21 Author:JIYIK Category:MySQL

This tutorial article will show you how to use LIKE the operator to search a column. We will show you how to use it correctly to include all results that meet certain criteria, regardless of whether the value is uppercase or lowercase. LIKE...

Full

Deleting using Join in MySQL

Publish Date:2025/04/21 Author:JIYIK Category:MySQL

This tutorial article will show you how to use MySQL JOIN methods to delete data from multiple tables. This is useful when you are simultaneously deleting records from one table that are related to a specific record in another table. DELETE...

Full

Subtraction in MySQL

Publish Date:2025/04/21 Author:JIYIK Category:MySQL

MINUS Operator is used in SQL to find unique elements in table A that are not present in table B. Through this tutorial, we will see how to emulate the operator in MySQL MINUS to get the desired result. We will understand it by using NOT IN...

Full

Scan to Read All Tech Tutorials

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

Hottest

Tags

Scan the Code
Easier Access Tutorial