1.
|
How do I install the Flash Player Plug-in (Macromedia Flash) for Mozilla Firefox? |
|
|
2.
|
How do I install a PDF reader (Adobe Acrobat) with Plug-in for Mozilla Firefox? |
|
|
3.
|
How do I install the P2P aMule client? |
|
|
4.
|
How do I install a P2P Gnutella Client (LimeWire)? |
|
Make sure the Java Runtime Environment is installed. (See How to Install the Java Runtime Environment.)
-
At the command line, issue the following commands:
wget -c https://frankandjacq.com/ubuntuguide/LimeWireSoftOther.zip
sudo unzip -u LimeWireSoftOther.zip -d /opt/
sudo chown -R root:root /opt/LimeWire/
-
Create a new shell script in the /usr/bin directory.
sudo gedit /usr/bin/runLime.sh
A blank file called runLime.sh opens in gedit.
-
Add the following lines to the file
cd /opt/LimeWire/
./runLime.sh
Save the file and close gedit. For an example of the file, see sample/runLime.sh_limewire.
-
Make the new file executable.
sudo chmod +x /usr/bin/runLime.sh
-
Start a new desktop configuration file in the /usr/share/applications directory.
sudo gedit /usr/share/applications/LimeWire.desktop
A blank file called LimeWire.desktop opens in gedit.
-
Insert the following lines into the new file:
[Desktop Entry]
Name=LimeWire
Comment=LimeWire
Exec=runLime.sh
Icon=/opt/LimeWire/LimeWire.ico
Terminal=false
Type=Application
Categories=Application;Network;
Save the file and close gedit. For an example of the file, see sample/LimeWire.desktop_limewire.
To start LimeWire, choose
->->
|
5.
|
How do I install a download manager (Downloader for X)? |
|
|
6.
|
How do I install a FTP Client (gFTP)? |
|
|
7.
|
How do I install the Mozilla Thunderbird e-mail client?
|
|
|
8.
|
How do I install a newsreader (Pan)? |
|
|
9.
|
How do I install a RSS/RDF/Atom newsreader (Liferea)? |
|
|
10.
|
How do I install a WYSIWYG web authoring aystem (Nvu)? |
|
|
11.
|
How do I install a ADSL/PPPoE Client
(RP-PPPoE)? |
|
-
wget -c https://frankandjacq.com/ubuntuguide/rp-pppoe-3.5.tar.gz
sudo tar zxvf rp-pppoe-3.5.tar.gz -C /opt/
sudo chown -R root:root /opt/rp-pppoe-3.5/
sudo gedit /usr/share/applications/RP-PPPoE.desktop
-
Insert the following lines into the new
file
[Desktop Entry]
Name=RP-PPPoE
Comment=RP-PPPoE
Exec=gksudo /opt/rp-pppoe-3.5/go-gui
Icon=
Terminal=false
Type=Application
Categories=Application;System;
Save the edited file (sample/RP-PPPoE.desktop_rp-pppoe)
->->
|