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…
Linux
How to change the hostname in Ubuntu 16. This article will guide you how to change hostname in Ubuntu server 16. This article can be used for operating systems that…
In this article, I will guide you through the static IP configuration on Ubuntu server 16. Using IP is a common requirement when you build your system, you need to…
Time ago, I used to be a Microsoft Windows user, I’ve been using it for a period of 7-8 years. Around 2013, I decided to switch to using Linux completely,…
- 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 6 in the series Linux commands: Part 3 - Exploring the system
What is the ln command used for? The ln command in linux is used to create a hard link or symbolic link. In this article, we will also learn what…
- 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…
In the past, people used to refer to Apache as the most popular web server in the world. Many systems in the world are still using Apache. Time later, Nginx…
- 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…