Search Blog
Sections
Blogroll
Projects
Reading
Work
Tag Archives: Linux
Change Linux User login and Group
If you ever have the need to change a linux user’s login and home directory, here is a quick tip: To change the users home directory, execute the following: usermod -l <newname> -d /home/<newname> -m <oldname> And to change the … Continue reading
openSUSE “Packaging Day II”
Ever had problems finding a package for your favorite application for your favorite distro? Are you an application developer or project contributor, and want to learn how to provide binary packages for all the popular distros (including openSUSE) automatically? Using … Continue reading
Posted in Linux, openSuSe, RPM
Tagged Linux, openSUSE build service, packaging, RPM, Software
Leave a comment