linuxsysconfig

Configure your Linux system

Entries for the ‘howto’ Category

Fedora 13 update issues

Fedora Project announced two “unexpected bugs” that affect Fedora 13. It looks like some users can no longer see the package update notification in the main panel or apply the updates using the update applet. Updated packages to fix these bugs were released 2 weeks ago, but the users were not prompted to install them, [...]

alias

alias is a built-in Linux command that defines shortcuts to longer (sets of) commands. The alias name is in fact a link to another command or command sequence. The Bash shell system wide aliases are set in /etc/bashrc, while users can define their own in ~/.bashrc. $ cat ~/.bashrc # .bashrc # Source global definitions [...]

Compile VLC 1.1.2 on Fedora 13

Most Linux distributions don’t always provide latest versions for all packages within the official repository (e.g. the current VLC version in Fedora 13 is 1.0.6, the  one from the Rawhide repo — which includes packages for the next Fedora release — is 1.1.0, but the latest release as of today is 1.1.2). So, what do [...]

Battery may be broken

If you get the “Battery may be broken” message you’re most likely running Linux and Gnome. This a gnome-power-manager feature that displays the low capacity warning for broken batteries. This can be annoying so here’s how you can get rid of it: install gconf-editor (yum install gconf-editor on Fedora  / sudo apt-get install gconf-editor on [...]