Posts Tagged ‘Linux’

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 »

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 »