In this article, I will introduce to you about zenity software – a tool that allows you to create simple GUi for bash scripts. The Zenity tool has a fairly…
Tag:
script
This article will give you a script to help you install clamav on centos faster, instead of having to run each command line. I wrote it as a function, you…
Why is space not being freed from disk after deleting a file in Linux? Even though the file was successfully deleted, the disk space was not freed. How to free disk…
There are times when you work with linux systems, you have to repeat some boring work. For me, that is creating a sudo account for the user. Script to do…