Posts Tagged ‘Ubuntu Desktop Edition’

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 »

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 »