Gconf-Editor: Sudo Apt-Get Install Smbfs
Gconf-Editor: Sudo Apt-Get Install Smbfs
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 -
by Lonnie Lee Best You are moments away from having Internet Explorer 6 installed on Ubuntu Linux 7.04.
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
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
Change:
FIREFOX_DSP=""
To:
FIREFOX_DSP="aoss"
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