Archive for the ‘Linux’ Category

Login as a root from GUI for Ubuntu 8.10

Enable root Login from GUI for Ubuntu 8.10 Hi Friends,I am sharing method to login as a root from GUI in Ubuntu 8.10. Its not at all good to login as root from gui but if some one wants to know that how to login as a root from GUI then follow below instructions. 1.Login [...]

Read the rest of this entry »

Share Internet with squid & Iptables

Hi Friends, Mr. Kalpesh Patel implement a nice trick to share internet with squid and block website using port redirection. open your sysctl.conf vim /etc/sysctl.conf and change line net.ipv4.ip_forward = 1 (by default its 0) save & exit from file 

Read the rest of this entry »

Configuring Subversion on Ubuntu

Hi Friends, I am sharing method to configure Simple Subverion with Basic Authentication on Ubuntu. To Install Subversion Open Terminal and Execute Following Commands :- sudo apt-get install subversion libapache2-svn Now Create Subversion repository in /svn (You can choose your own path) sudo svnadmin create /svn Give this permission to that /svn folder

Read the rest of this entry »

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 »