0% found this document useful (0 votes)
98 views6 pages

Gconf-Editor: Sudo Apt-Get Install Smbfs

Download as doc, pdf, or txt
0% found this document useful (0 votes)
98 views6 pages

Gconf-Editor: Sudo Apt-Get Install Smbfs

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1/ 6

Samba server installation

sudo apt-get install smbfs

If no desktop after installationto add desktop icons -

sudo aptitude remove compiz compiz-core

gconf-editor

To set lan at 10 base full duplexmii-tool -F 10baseT-FD Re: eth1 save settings

there's probably a far more elegant way of doing this but, this should be functional for ya. edit /etc/rc.local as root with your favorite text editor and add the line: Code:
mii-tool -F 10baseT-FD eth1 /etc/init.d/networking restart

before the line that says "exit 0" save ... reboot ... should be all better. if not, let me know and i'll come up with an alternative.
To make these settings permanent you need to create a script into the directory /etc/init.d/ directory and run update-rc.d command to update the script.

Install script to make changes permanent $ vi /etc/init.d/100Mbs or $ sudo vi /etc/init.d/100Mbs #!/bin/sh ETHTOOL=/usr/sbin/ethtool DEV=eth0 SPEED=100 duplex full case $1 in start) echo -n Setting eth0 speed 100 duplex full; $ETHTOOL -s $DEV speed $SPEED; echo done.;; stop) ;; esac exit 0

Save and close the file. Setup executable permission: $ chmod +x /etc/init.d/100Mbs or $ sudo chmod +x /etc/init.d/100Mbs Now run script when Debian or Ubuntu Linux boots up. Use update-rc.d command install System-V style init script links: $ update-rc.d 100Mbs defaults or $ sudo update-rc.d 100Mbs defaultsOutput: Adding system startup for /etc/init.d/100Mbs /etc/rc0.d/K20100Mbs -> ../init.d/100Mbs /etc/rc1.d/K20100Mbs -> ../init.d/100Mbs /etc/rc6.d/K20100Mbs -> ../init.d/100Mbs /etc/rc2.d/S20100Mbs -> ../init.d/100Mbs /etc/rc3.d/S20100Mbs -> ../init.d/100Mbs /etc/rc4.d/S20100Mbs -> ../init.d/100Mbs /etc/rc5.d/S20100Mbs -> ../init.d/100Mbs Reboot the system to take effect or just type scrit name: $ /etc/init.d/100Mbs start or $ sudo /etc/init.d/100Mbs start
to get codec packsudo aptitude install gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad gstreamer0.10-pluginsbad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-schroedinger

to get opera-

sudo gedit /etc/apt/sources.list deb http://archive.canonical.com/ubuntu dapper-commercial main Now you need to update your source list sudo apt-get update
To install -

sudo apt-get install opera


How to Install IE6 on Ubuntu 7.04

by Lonnie Lee Best You are moments away from having Internet Explorer 6 installed on Ubuntu Linux 7.04.

Acquire Root Password


You'll need to know the root password to install software in Ubuntu. If you've never created a root password follow these steps: 1. From Ubuntu's "System" menu, open the "Users 2. and Groups" manager: System | Administration | Users and Groups 3. Click on the "root" user, and then click the properties button. 4. Highlight the contents of "User Password" text-box and then over-type it with the first password that comes to your mind. 5. Highlight the contents of "Confirmation" text-box and then over-type it with the same password you chose in the previous step. 6. Click the "OK" button.

Install Wine
1. From the "Applications" menu, select "Add/Remove". This will bring up Ubuntu's applications 2. manager. 3. Select "All available applications" from the "Show" drop-down menu (located in the top-right corner of the applications manager. 4. Type "wine" in to the search box (top-left) and press <enter> on your keyboard. 5. Click the check box next to "Wine Windows Emulator" in the top-right pane. You'll then be asked if you want to install it. 6. Click the "Install" button. 7. Click the "Apply" button. 8. Confirm you want to apply the installation by clicking the "Apply" button. 9. Authenticate. Type in the root password. Now, Wine will be downloaded and installed.

Install CabExtract.
1. Open the Synaptic Package Manager by navigating from your "System" menu: System | Administration | Synaptic Package Manager. 2. You'll be prompted for your password, enter it and press enter. 3. Click the "Search" button and type "cabextract" into the search box, then click the search button below. 4. You'll see an alphabetical listing of packages. Right click on the "cabextract" package, and select "Mark for Installation". 5. Now click the "Apply" button. CabExtract will be downloaded and installed.

Install ies4linux
1. From Ubuntu's Applications menu, open a terminal: Applications | Accessories | Terminal 2. At the command prompt, type "wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz" followed by the <enter> key (no quotes). 3. Type "tar zxvf ies4linux-latest.tar.gz" followed by the <enter> key (no quotes). 4. Type "cd ies4linux-*" followed by the <enter> key (no quotes). 5. Type "./ies4linux" followed by the <enter> key (no quotes). You'll be asked some preferences during installation. When you're done, there will be an Internet Explorer icon on your desktop.

Samba refresh 'sudo invoke-rc.d samba restart' Libssl install sudo dpkg -i y*.deb sudo apt-get -f install
Installing Real Player 11 and Configuring Mozilla Plugin

The following steps show how to install Real Player 11 and Mozilla Plugin for Firefox 3.0 browsers running on Hardy Heron. Download Real Player 11 from:
www.real.com/linux

Open a terminal and change to the directory where the file was downloaded. Grant execute permissions and run the setup using the following commands:
chmod 770 RealPlayer11GOLD.bin sudo ./RealPlayer11GOLD.bin

Use the following default installation directory during the installation:


/opt/real/RealPlayer

The installer will copy the files and create menu shortcuts. Then run the following commands.
cd /usr/lib/firefox-addons/plugins sudo ln -s /opt/real/RealPlayer/mozilla/nphelix.xpt nphelix.xpt sudo ln -s /opt/real/RealPlayer/mozilla/nphelix.so nphelix.so sudo mv /usr/lib/totem/gstreamer/libtotem-complex-plugin.so ~/.

Open Firefox and type about:plugins in the address bar. Scroll down and look for the following entry.
Helix DNA Plugin: RealPlayer G2 Plug-In Compatible File name: /opt/real/RealPlayer/mozilla/nphelix.so Helix DNA Plugin: RealPlayer G2 Plug-In Compatible version 0.4.0.4005 built with gcc 3.4.3 on Feb 25 2008

If found, your Real Plugin is installed properly! To install ymessenger 1. Install libssl0.9.6 through Synaptic or sudo apt-get install libssl0.9.6 2. Download this (http://download.yahoo.com/dl/unix/ymessenger_1.0.4_1_i386.deb) file from messenger.yahoo.com. 3. In a terminal, write: sudo dpkg -i /path/ymessenger_1.0.4_1_i386.deb replacing path with the path to where you downloaded the file. 4. Run /usr/bin/ymessenger and follow the few simple instructions for setting up Yahoo! Messenger. An icon will be placed on your desktop.

How to install Flash Player (Macromedia Flash) Plug-in for Mozilla Firefox

Read #General Notes Read #How to add extra repositories

sudo apt-get install flashplugin-nonfree sudo update-flashplugin

Restart Mozilla Firefox

Note: if sound doesn't work in Flash Player (for example on YouTube):


sudo apt-get install alsa-oss gksudo gedit /etc/firefox/firefoxrc

Change:
FIREFOX_DSP=""

To:
FIREFOX_DSP="aoss"

Restart Mozilla Firefox. Now sound should work in Flash Player.

How to install Messenger (Skype)

Read #General Notes

gksudo gedit /etc/apt/sources.list

Add the following lines at the end of file

## Repository for Skype deb http://download.skype.com/linux/repos/debian/ stable non-free

Save the edited file

sudo apt-get update sudo apt-get install skype

Applications -> Internet -> Skype For Skype 1.3 Beta:

wget -c http://download.skype.com/linux/skype-beta-1.3.0.37-1_i386.deb sudo dpkg -i skype-beta-1.3.0.37-1_i386.deb

Applications -> Internet -> Skype

[edit] How to install Multimedia Codecs


Read #General Notes Read #How to add extra repositories

sudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-gl gstreamer0.10plugins-base \ gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse \ gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse w32codecs

You might also like