How to install Flash Player in Fedora Core 15 32bit so that the Flash Plugin will work in your Browser

Switch to root su Add the neccesary software sources to the yum repository rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux Update all yum packages yum update Install the Flash Plugin yum install flash-plugin Restart Firefox or your default browser and the Flash Player should now work on Fedora Core 15 32bit

April 7, 2018 · 1 min · 50 words · icarnaghan

How to install Glary Utilities on Portable Apps

Download Glary Utilities Portable here Double click the Downloaded file to run it and extract it within the PortableApps directory of your installation of **Portable Apps ** Open Portable Apps and Glary Utilities will show in the **Apps Menu **

April 7, 2018 · 1 min · 40 words · icarnaghan

How to install Google Earth in Ubuntu

Open a new Terminal Window Type in the following command and hit Enter to download the installation file (Binary File). wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin Run the command below to make the bin file executable chmod +x GoogleEarthLinux.bin Now we need to execute the bin file to install Google Earth. ./GoogleEarthLinux.bin

April 7, 2018 · 1 min · 48 words · icarnaghan

How to install gtk-recordmydesktop on Fedora Core 15

Open a new Terminal Window Type in the following command to install sudo yum install gtk-recordmydesktop This will install gtk-recordmydesktop gtk-recordmydesktop can be located under Applications->Sound & Video->gtk-recordMyDesktop

April 7, 2018 · 1 min · 28 words · icarnaghan

How to install LibreOffice in Fedora Core 15

Open a new Terminal Window and type in the following command sudo yum groupinstall "Office/Productivity"

April 7, 2018 · 1 min · 15 words · icarnaghan

How to install MySql Server 5 on Ubuntu

NOTE: Tried and tested on Ubuntu 10.04 Open a new Command Line Window Execute the following command to install MySql Server 5 sudo apt-get install mysql-server If you wish to use MySql together with PHP 5 you will need to install the PHP****module for MySql 5. To do this open a Command Line Window and execute the following command sudo apt-get install php5-mysql

April 7, 2018 · 1 min · 63 words · icarnaghan

How to install NTFS support in Centos 6.2

Download the rpmforge for Centos 6 wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm Install the rpmforge for Centos 6 rmp -Uvh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm Now install the ntfs-3g package yum install fuse-ntfs-3g Now try mounting your NTFS drive and it should work

April 7, 2018 · 1 min · 35 words · icarnaghan

How to install Right click open in terminal Ubutu

I’m using Ubuntu 9.04 and needed to have the RIGHT CLICK OPEN IN TERMINAL option enabled. eg. If you need to work in the desktop directory via the terminal and you don’t want to navigate to the directory via typing this application will come in handy. To enable/install this follow the steps below. STEP 1 Make sure you are connected to the Internet STEP 2 Open the terminal STEP 3 ...

April 7, 2018 · 1 min · 95 words · icarnaghan

How to install Sublime Text 3 in Ubuntu

Open the **Terminal ** Then add Sublime Text 3 to your PPA repository sudo add-apt-repository ppa:webupd8team/sublime-text-3​ After you have added the package, you need to update your package list to get the latest information on the newest versions of packages and their dependencies. sudo apt-get update​ Finally you can install Sublime Text 3 using the Package Manager sudo apt-get install sublime-text-installer​ To launch Sublime Text 3 via the Command Line execute the subl command ...

April 7, 2018 · 1 min · 76 words · icarnaghan

How To Install The Internet Explorer On Ubuntu 8.04/9.04

This tutorial will guide you how to install Internet Explorer on UBUNTU Linux via IEs4Linux. IEs4Linux only contains Internet Explorer 5, 5.5 and 6. IEs4Linux comes in handy especially for Web Developers who need to test their web applications on Internet Explorer. NOTE: For security reasons only use IEs4Linux for development and not to surf the Internet. STEP 1 Open the Terminal and execute the following: sudo apt-get install wine cabextract binfmt-support ...

April 7, 2018 · 2 min · 280 words · icarnaghan