How to install Google Chrome on Linux or Fedora

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/

MS-paint on Linux or Fedora or MS-paint options on Linux

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 solution. I am using the Fedoa 11. Go to following URL: http://kolourpaint.sourceforge.net/download.html Download the rpm for as per linux version. User following commands for installing kolorpaint. [root@siwank-pc …

How to change the computer name in linux

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 ~]$ su Password: [root@localhost siwan]# hostname siwan [root@localhost siwan]# close the terminal or command prompt and start again [siwan@siwan ~]$ your Pc name will be siwan command : …

Force remove the rpm from linux box

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 the MySQL extension which is required by WordPress.” I used the noraml command for uninstalling the rpm package. #rpm -e PACKAGE_NAME I tried so many things but …

How to install and setup varnish on fedora9

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, Varnish was designed from the ground up as an HTTP accelerator. Use following command: [root@localhost siwan]# su [root@localhost siwan]# yum install varnish ncurses are needed for textual …

Software for making diagram or flowchart in fedora

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 as good as Photoshop. 1. inkscape Features: An Open Source vector graphics editor, with capabilities similar to Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable …

How to install mysql-connector-java / mysql-connector-odbc on fedora

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 url; http://www.rpmfind.net/linux/rpm2html/search.php?query=mysql-connector-java&submit=Search+…&system=fedora+9&arch= [siwan@localhost ]$ su Password: [root@localhost ]# rpm -Uvh mysql-connector-java-3.1.12-5.fc9.i386.rpm Preparing… ########################################### [100%] 1:mysql-connector-java ########################################### [100%] [root@localhost ]# how to install mysql-connector-odbc on fedora I downloaded …

How to use the killall command on linux

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 processes by name You can find the process name by using this command: #ps -ef|grep firefox for kill the process #su #ROOT_PASSOWRD #killall firefox