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
Simple script to list all weekends for 6 months. I received a request from the user that they want to retrieve the log of the weekends in the first 6…
Script automatically configure SSH security. For Linux server administrators, SSH protection is an important thing. There have been many articles talk about what to configure to protect SSH connections for…
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…
How to calculate percent of memory used in Linux? This article will guide you to do that. For Linux desktops, you can easily see the percentage of RAM used on…
Today, I wrote a script to install the LAMP stack on CentOS 6, using PHP 7.2. This article will guide you through the script to install LAMP (PHP 7) on…
This article will guide you how to make a bash script run as a service on Debian 8. This article is quite simple, because I’ve previously written similar tutorials for…
- This entry is part 13 of 13 in the series GUI for bash script using Zenity
In this article, I will introduce the rest of zenity, which is to create a text information dialog. This will help you create dialogs that display information from a text…
- This entry is part 12 of 13 in the series GUI for bash script using Zenity
Zenity supports a number of message types. This article will guide you through these types of messages. To make the message dialog very simple, just use the –text option with the…