System administrators want to make Ubuntu faster & improve overall performance. Here is how to improve Ubuntu speed & performance.
Linux
How to Pass SSH Password in Shell Script
Sometimes you may want to automate SSH login, or provide SSH password in shell script. Here are the steps to pass SSH password in shell script.
How to Install Fonts in Ubuntu
Sometimes you may need to install multiple fonts in Ubuntu, install otf or ttf fonts. Here is how to install fonts in Ubuntu.
How to Increment & Decrement Variable in Shell Script
Often you may need to increment or decrement variables in shell script. Here is how to increment and decrement variables in shell script.
How to Get Current Directory of Bash Script
Sometimes you may need to get current directory of bash script in Linux. Here are the steps to do it.
How to Check Remote SSL Certificate in Linux
Sometimes you may need to check remote SSL certificate in Linux. Here are the steps to display SSL certificate details using command line.
How to Append One File to Another in Linux
Sometimes you may need to merge or combine two files in Linux. Here is how to append one file to another in Linux.
Bash Loop Through Files in Directory Recursively
Sometimes you may need to loop through all files in directory in Linux. Here are the steps to do it.
Bash Loop Through Files in Directory and Subdirectories
Sometimes you may need to go through files in directory and subdirectories. Here are the steps to do it.
How to Store Output of Cut Command in variable in Unix
Sometimes you may need to store output of cut command in variable in Linux. Here are the steps to do it.