Zenity supports a pretty interesting command that lets you create a color picker box. If you have ever worked with css then this is a useful tool for you. Zenity…
bash
- This entry is part 3 of 13 in the series GUI for bash script using Zenity
To create a notification icon in zenity, use the –notification option. This article will guide you fully on this option of zenity. This option is quite interesting, you can write…
- This entry is part 2 of 13 in the series GUI for bash script using Zenity
This article will guide you to write a small bash script using zenity to create a calendar dialog. Of course, with a very short line, the zenity will completed this…
- This entry is part 1 of 13 in the series GUI for bash script using Zenity
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…
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 many tools that allow you to manage the login ssh to multiple Linux servers, through which you can perform login ssh tasks very quickly. However, sometimes you need…
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…
If you usually work with Linux systems, you will need to be aware of security issues with ssh. The purpose of the script The following script is written for the…