I use xsane which needs to be added as well as some other development packages yum install xsane gcc cups-devel python-devel libusb-devel libtool libjpeg-turbo-devel qt4 qt4-devel pyqt4 pyqt4-devel dbus-devel Run hp-check to see if you have all the required packages covered hp-check I still havenβt β¦
Read more βPosts tagged with
Open Source
Flash in Firefox 14
For my Adobe flash plugin to work I had to install a few extra packages yum install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl also the plugins for mp3 etc gstreamer-plugins-bad-nonfree
Read more βShow my desktop
While it may be nice to see a clean desktop I do find it handy to keep my current work load there. To show that again follow these menu options Activities -> Applications -> Advanced Settings -> Desktop -> Have file manager handle the desktop
Read more βMySQL backup and restore
To backup a single database: mysqldump --user=root --password=password mydb > mydb.sql Yes it is no typo, there is no space between the -p and the password! You may like to add this to the my.cfg file in etc to avoid [mysqldump] events ignore-table=mysql.events If you didnβt use the β¦
Read more β