Today, I will show you how to use the script to install LAMP (PHP 7) on Ubuntu 16. Installing LAMP stack on Ubuntu is pretty much used, this script will…
bash
Today, I will introduce to you about the script to install LAMP (PHP 7) on Debian 8. The script will automatically install all the necessary packages for you. With just…
How to use the sed command to delete lines between two patterns. In real situations, you will encounter many times to delete lines between two patterns. This article will guide…
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…
How to check if running root in a script bash? In most cases, bash script files are run by the root user in the system. Because these are system administrators,…
How to make a bash script run as a service in Ubuntu 16. This tutorial will guide you to do that. In my blog I have written the same topic…
- This entry is part 2 of 6 in the series Writing your first script
This article will introduce to you about Bash and Bash scripts. Actually, we’re just talking about Bash and the Bash script is just a form of Bash. Then what is…
- This entry is part 1 of 6 in the series Writing your first script
In this article, I will introduce you to the shell script. If you have determined that you will be working with a Linux system, make sure you work with the…
- This entry is part 4 of 4 in the series Linux commands: Part 4 - Manipulating files and directories
The rm command is used to delete files or folders in Linux. Using the rm command is quite simple, this article will talk about it. It can be very simple…
- 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…