Latest Publications

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 command will download Driver

Step 2 :- Unpack the downloaded Drivers.Execute Following Commands
tar zxvf foo2zjs.tar.gz
cd foo2zjs

(more…)

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 ~]$ mozilla-plugin-config -i -g -v

Now Restart your Firefox.

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

(more…)

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 in Fedora 9/10 and Ubuntu 8.04/8.10 on right-click.

For Fedora Users :-

Open Terminal (Applications -> System Tools -> Terminal )
then Execute following command
yum -y install nautilus-open-terminal

(more…)

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

(more…)