1. List all the gpg keys
- gpg –list-key
Sign The Yum Repository
Last time we have talked about how to create a YUM repository.
openSUSE – Create your own Software Repository @ 1
Continue reading openSUSE – Create your own Software Repository @ 2
Last time i made a simple hello rpm. openSUSE – Build a rpm package
Continue reading openSUSE – Create your own Software Repository @ 1
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
Update @ 2013-12-30: If you are working on fedora core4, please refer to the comment by Gurce. Thx Gurce. =D
Recently, i need to study building a rpm package. after searching on google, i found a very useful document about how to build and rpm.
Continue reading openSUSE – Build a rpm package
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
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
When u ssh to a Linux, you see <username>@<ComputerName>.
ykyuen@ubuntu:~$
I got a Fedora VM and it hangs whenever i start the firefox or use the yum command. In addition, it cannot ping my host machine and i want to disable the IPv6 as i was in bad mood. (Again, the IPv6 is not related to the Fedora problem.)
Continue reading Fedora – Disable IPv6
OS: Ubuntu 8.04
PostgreSQL: 8.3
By default, PostgreSQL database connection only listens to localhost. If you want to connect to a PostgreSQL database with another machine, 2 files needs to be modified.
Continue reading PostgreSQL – Allow Database Connection From Remote Machine