How to integrate Google search in the Shell command line.
Install Tmux on iSH and how to use tmux
The greatest value of Tmux to me: Avoiding the need to spend a lot of time restoring to the previous state due to network disconnection or Terminal crash. Additionally, the functionality of Tmux windows makes it more convenient for me to operate under Git Bash on Windows system.
Personal Resource Searcher
I often need to search for some of my own private resources and notes. I made a web version of a personal search engine a long time ago. I found that some commands are not commonly used and difficult to remember, and it takes time to find the syntax, so I made a shell version.
How to use sed to find and replace a string in a file(s) in Linux
sed (“stream editor”) is a Unix utility that parses and transforms text, using a simple, compact programming language.
`fuck` command
I often forget to type sudo before a command that requires it. There’s a faster way to correct this – use the fuck command.
Automating WordPress Upgrades with Shell Scripts
Keeping your WordPress up to date is a good practice, as it allows you to promptly fix any vulnerabilities and prevent malicious attacks. Upgrading WordPress is not a complicated process either; a single script can handle it.