Open source
Just open the following URL; http://www.google.com/chrome/eula.html Download your rpm file for installtion. #rpm -i google-chrome-beta_current_i386.rpm That sit. After installtion you can install very usefull Google Chrome Extensions. https://chrome.google.com/extensions/ Read More
Open source
I am big fan of Ms-paint. Ms-paint is really good tool for editing images. But searched paint for linux os. I got really alternative solutions. kolorpaint is the Read More
Open source
I found following URL helpful to me http://www.cyberciti.biz/faq/linux-unix-how-to-find-and-remove-files/ I used following command for deleting the .bak files from folder. #find ./ -name “*.bak” -delete Read More
Open source
Follow me if you want to change the computer name on Linux [siwan@localhost ~]$ hostname siwan hostname: you must be root to change the host name [siwan@localhost ~]$ Read More
Open source
I installed the Mysql-cluster on fedora11 box. When I tried the wordpress local setup on by box I got following error. Your PHP installation appears to be missing Read More
Open source
Varnish is an HTTP accelerator designed for content-heavy dynamic web sites. In contrast to other HTTP accelerators, many of which began life as client-side proxies or origin servers, Read More
Open source
Aftter doning some R&D I found some flowchart and open source graphics softwares. I installed on my Fedora9. Gimp is like photoshop but I do not find that Read More
Open source
Use following commands #su #password #rpm -ivh http://rpm.livna.org/livna-release-7.rpm #yum install vlc #yum install python-vlc mozilla-vlc Read More
MySql
I am using the Fedora9 for installation I downloaded rmp file from this location. http://rpm.pbone.net/index.php3/stat/4/idpl/7221422/com/mysql-connector-java-3.1.12-5.fc9.i386.rpm.html If you are using the fedora 10 or 11, you can use this Read More
Open source
Killall command is very useful in linux. You can stop or kill the all same processes. killall command can used in Linux and Unix OS. killall – kill Read More