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…
linux
- 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…
- This entry is part 12 of 13 in the series GUI for bash script using Zenity
Zenity supports a number of message types. This article will guide you through these types of messages. To make the message dialog very simple, just use the –text option with the…
- This entry is part 11 of 13 in the series GUI for bash script using Zenity
This article will guide you through create a text entry dialog. This dialog is quite simple, the number of support options of the command is not much so this will…
- This entry is part 10 of 13 in the series GUI for bash script using Zenity
Today, i will guide you how to use zenity to create a list dialog. The list dialog is quite useful, so you can use it to create options in your program.…
- This entry is part 8 of 13 in the series GUI for bash script using Zenity
In this article, we will use zenity to create a form dialog. I think this is a very interesting feature in zenity. When creating the GUI, creating a form is…
In this article, I will show you how to make the bash script run as a service on CentOS 7 (versions 7.x). Although CentOS 6.x is still supported by 2021…
Today I will show you how to make a bash script run as service in CentOS 6 (versions 6.x). Running a bash script as a service is very useful for…
- This entry is part 6 of 13 in the series GUI for bash script using Zenity
To create a file selection dialog with zenity, we use the –file-selection option. This is a very useful option. It allows you to create a program that allows you to…
- This entry is part 5 of 13 in the series GUI for bash script using Zenity
Zenith supports a command that allows you to create a password entry dialog. This command is quite useful because when you build the program, somewhere in your program needs to…