In this first article, I introduce you to a tool called Whiptail. This is a program that allows you to build simple GUI applications for shell/bash scripts. You can read…
gui
- This entry is part 4 of 4 in the series Build SSH tunnel app with Zenity
In this article, I will guide you to add scripts to the Start menu of Linux Mint. You can do the same for Ubuntu or other operating systems (depending on…
- This entry is part 3 of 4 in the series Build SSH tunnel app with Zenity
In this article, I will show you how to create a file to delete ssh tunnel. You understand this simple, in the previous article, you successfully created the file containing…
- This entry is part 2 of 4 in the series Build SSH tunnel app with Zenity
In this article, I will show you how to create a file containing ssh tunnel information. This file will contain information to help you connect to servers inside your system.…
- This entry is part 1 of 4 in the series Build SSH tunnel app with Zenity
This article opens the serie. I will introduce to you about the ssh tunnel application in Linux Mint that I wrote with Zenity tool. The reason I created the ssh…
- 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 9 of 13 in the series GUI for bash script using Zenity
To create a dialog box in Zenity is quite simple. You only need to use the –scale option to have the dialog box appear. However, the full use of the…
- 1
- 2