Archive for the ‘Open source’ Category

Installing HP LaserJet 1020 on Redhat,Fedora 9/10.

Hi Friends, If you have Printer HP LaserJet 1020 and if you are getting trouble to install on Redhat, Fedora 9/10 then follow this method your Printer will work perfectly :- For Installing Printer using this method GCC packages is must. yum -y install gcc* Step 1:- Execute Following Command wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz This [...]

Read the rest of this entry »

Installing Flash Player on Fedora 9/10

Follow this method to install flash player.. Be Sure that you allowed yum and rpm command to run as a user from sudo. or Do following Procedure by root login [itsolutions@ask4itsolutions.com ~]$ sudo rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm [itsolutions@ask4itsolutions.com ~]$ sudo rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux [itsolutions@ask4itsolutions.com ~]$ mkdir -p /usr/lib/mozilla/plugins [itsolutions@ask4itsolutions.com ~]$ sudo yum install flash-plugin [itsolutions@ask4itsolutions.com ~]$ [...]

Read the rest of this entry »

NTFS Graphical Utility

Hi Friends, I am Sharing one small but very Good NTFS utility for GUI Lovers. You can Handle your NTFS Partitions threw GUI in Fedora 9/10. For this follow this command:- yum -y install ntfs-config after installing it you will able to see this option under System-> Administration -> NTFS Configuration Tool

Read the rest of this entry »

Adding Gnome Terminal on Right-Click

Hi Friends, In RHEL there is gnome-terminal is already added when you right-click on your desktop you will see Open Terminal Option there. But in Fedora 9/10 and Ubuntu 8.04/8.10 you will have to Start Terminal From system tools or from any different Places.But I am sharing trick that how to add Open Terminal Option [...]

Read the rest of this entry »

Change root password of MySQL

To Change root Password of mysql you can change it by using mysqladmin command. if you want to change or update root password then execute this command mysqladmin -u root -p’oldpassword’ password newpassword For example, If old password is tejas, and set new password to tejasbarot, enter: mysqladmin -u root -p’tejas’ password tejasbarot

Read the rest of this entry »