How to add wget command into Git Bash
I installed git for windows on my Windows 10. Most of the time I use the Git Bash terminal window. The Git Bash environment has a lot of Linux commands. I also use it as a Linux shell. Today, I...
Tech geek. Life geek.
I installed git for windows on my Windows 10. Most of the time I use the Git Bash terminal window. The Git Bash environment has a lot of Linux commands. I also use it as a Linux shell. Today, I...
When I install the Ubuntu server and ssh to the server, the default shell is bash. It looks like below. I prefer to have a colorful terminal window. So I goole it and find the solution: open ~/.bashrc in an...
I have the .bashrc file, but it is not loading when I connect my VPS through SSH. The content of .bashrc looks like below: It provides a colorful terminal look. How to fix the problem of .bashrc not loading?
I want a shell script to run 50 times. So I google it and got the answer. I put it here as a notes. The script is for bash shell.