opensuse.org provides a online build service for Linux users such that they can build their own rpms without having a Linux build environment.
Continue reading openSUSE Build Service
Tag Archives: Linux
pdmenu – Create a Simple Menu for Inexperienced Linux Users
pdmenu is based on dialog. It provides an even simpler configuration for creating a menu in Unix-based system. It is convenient for system administrators to create a simple login shell for users with limited privileges.
Continue reading pdmenu – Create a Simple Menu for Inexperienced Linux Users
Dialog – Create a Simple Menu for Inexperienced Linux Users
Recently, i have a new task which is adding a user account on a Linux box with UI login shell. My project leader suggests a few tools for me to study and finally i pick the the one called pdmenu.
Continue reading Dialog – Create a Simple Menu for Inexperienced Linux Users
Ubuntu – Change Computer Name
When u ssh to a Linux, you see <username>@<ComputerName>.
ykyuen@ubuntu:~$
PostgreSQL – Check Your PostgreSQL Version
Operating System: Gentoo Linux
To check your PostgreSQL version, simple enter the login to psql
psql -U <username> -d <dbname>
Continue reading PostgreSQL – Check Your PostgreSQL Version
Shell Script – stat
Usually, we have to manipulate the file time attributes in the shell script in order to complete the task. Just like the example at Shell Script – Delete Old Files
Continue reading Shell Script – stat