In this first article, I introduce you to a tool called Whiptail. This is a program that allows you to build simple GUI applications for shell/bash scripts. You can read…
bash script
Script setup Let’s Encrypt Certbot auto renew. Today I will introduce you to a small utility script. I also had another article about setting up auto renew Certbot for Nginx.…
Script auto start SAP HANA when reboot server. Today I am going to give you a script that can do this. If you have installed SAP HANA, you will know…
- This entry is part 2 of 4 in the series Build SSH tunnel app with Zenity
In this article, I will show you how to create a file containing ssh tunnel information. This file will contain information to help you connect to servers inside your system.…
This article I will introduce to you a script that automatically optimize image with mozjpeg. For those of you who don’t know about MozJPEG, this is a great photo optimizer…
This article will give you a script to quickly install LEMP stack in Debian 9. Test environment The lab environment I use is a Linux machine with the following configuration,…
In this article, I will introduce to you the script to install LEMP stack in Ubuntu 16. Using this script can save you some time. My lab environment I use…
This article will provide to you a script automatically frees up memory in Linux. This script is for Linux servers. Commands to clear cache in Linux You know, most of…
This article will show you how to make a bash script run as a service in Debian 9. Debian is one of the most popular OSs in the world today.…
- This entry is part 6 of 6 in the series Writing your first script
Now is the last step in 3 steps how to write a bash script file. This article will learn about the script file location and script execution. The execution of the…