In this article, we will learn step 2 that is to assign execution permission for a bash script file. In the previous article, you did step 1 of 3 steps…
bash script
- This entry is part 4 of 6 in the series Writing your first script
After you’ve read the steps to write a bash script file, what’s in that bash script file? What is the format of a bash script file? “Hello World” script To…
- This entry is part 3 of 6 in the series Writing your first script
How to write a bash script? What steps does it include? And how will we do it? This article will show you an overview of how to write a bash…
Today i will send you a script to send bulk email to multiple users list. The story is, I received a request to write a script to send email notifications…
Today I will share with you a simple script to help alert the current coin price on Bittrex that you want through the bash script. Script will alert the price…
In this article, I will show you how to control iptables in the bash script. Iptables is a firewall that is built into almost all Linux operating systems. Using it…
How to install rkhunter on CentOS 6? rkhunter is a small program for Unix / Linux has the ability to detect rootkits. This article will give you the script to…
How to install LAMP on CentOS 7 quickly? This article will guide you to use script to install LAMP (PHP 7) on CentOS 7 quickly. With just a few commands…
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…
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…