Work
Google Video & Voice chat for Fedora (RPM based – SUSE / RedHat)
by Alx on Sep.13, 2010, under Linux
Google after some complains ultimately released an RPM based installer for their video and voice chat plug-in, this is a long awaited release, even more after the release of the .DEB package who made half of us angry!!
Well now you can get it at (continue reading…)
PPTP broken
by Alx on Feb.26, 2010, under Linux, Work
The last updates from Fedora repos seem to have broken the NetworkManager extension for PPTP, this prevents a user from creating a VPN connection using the mentioned protocol.
The errors you might find when you grep /var/log/messages are: (continue reading…)
Fedora 12 & Google Picasa
by Alx on Feb.20, 2010, under Linux, Personal
Lately after some update from the rawhide repos I got an error in Google Picasa where I could not connect to Picasa web. I found several other others that dont use rawhide with the same problems so I guess with would have something to do with latest wine update. (continue reading…)
Skype under Fedora 11
by Alx on Sep.11, 2009, under Linux, Personal
Fedora 11 and Skype almost play well togheter!!
If you enconter the following error after the instalation of skype under you fedora 11:
skype: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory
For this, you would require the file libXss.so.1
Enter the following command in the terminal and then start skype.
Code:
yum install libXss.so.1
.htaccess
by Alx on Feb.11, 2009, under Apache
As you know, or at least you should if you work or have worked with Apache htaccess files are a powerful tool for customization of a website.
Well as I posted earlier I needed to create and edit a file like this in order to put a website up and running for my company today (and the next few days since I’m not finished yet.) and since I’m not an Apache guru I always need to search again for some tips on creating and editing these type of files, and today wasn’t an exception
. (continue reading…)