Ubuntu de
From
German translation "template"
Unoffizielle Ubuntu 5.10 (Breezy Badger) Anfängerhilfe
Die Ubuntu Hilfe http://ubuntuguide.org/ wurde ursprünglich von Chua Wen Kiat (Kuala Lumpur, Malaysia) gestartet.
Nun wird sie gepflegt und aufrecht erhalten von `Linux Center of University of Latvia' und den Benutzern die bereit sind es weiterzuentwickeln.
Verantwortliche: orvils, Cargo, Quash, Byte, krampo, Simos, Fruchtnektar, ...
Übersetzungen: Latviešu • Русский • Polski • Deutsch
Generelles
- Dies ist eine unoffizielle Anfänger Hilfe von `Ubuntu 5.10 (Breezy Badger)', und steht in keiner Verbindung mit `Ubuntu and Canonical Ltd.'
- Diese Hilfe basiert auf der Voll Installation von `Ubuntu 5.10 x86 Install CD (Breezy Bader)'
- Eine Box mit gestrichelten Rand bedeutet das ein Befehl im Terminal Modus ausgeführt werden muss (Anwendungen -> Zubehör -> Terminal)
- Um Fehler zu vermeiden, solltet Ihr die Kommandos mit Strg+C kopieren, um sie dann im Terminal mit Shift+Einfg einzufügen.
- Der Befehl `sudo' bedeutet, das die nachfolgende Befehle als `Superuser' ausgeführt werden. Sudo erfordert ein Passwort (das eures Users)
- Eine ausführliche Hilfe zu jedem Befehl gibt `man [befehl]'. Z.B.: "man sudo" zeigt euch eine Hilfe zu den Befehl `sudo'
- Falls Ihr eine einfachere Methode bevorzugt als `apt-get' solltet ihr #How to apt-get the easy way (Synatptic) lesen
- `apt-get' und `wget' erfordern eine Internetverbindung zum installieren/updaten/downloaden von Programmen
- um eine Datei zu downloaden klickt mit rechtsklick auf den Link und wählt `Link speichern als...'. Versichert euch dass der Dateiname und die Erweiterung richtig ist.
- Wenn Ihr helfen wollt, Ubuntu in eure Nationalsprache zu übersetzen, oder Ubuntu auf andere weise helfen wollt, könnt ihr euch mal die Seite: https://launchpad.net/ anschauen!
- Falls Ihr irgendwelche Fehler (Bugs) in Ubuntu gefunden habt, oder Fehler so besucht bitte: (link missed | link fehlt) Johannes Matjeschk 01:07, 12 April 2006 (EEST)
- Möge die `Humanität zu anderen' immer mit dir sein... ich bin dein Vater, Tux!
- Falls Ihr Kubuntu benutzt, solltet ihr noch Gedit nachinstallieren
wget http://easylinux.info/uploads/gedit_2.13.1-0ubuntu1_i386.deb sudo dpkg -i gedit_2.13.1-0ubuntu1_i386.deb
- Wenn du einen 64-bit Prozessor besitzt, ersetze "i386" mit "amd64"
- Oder ersetze `gedit' mit `kwrite', Ein Beispiel:
- Was in Gnome so aussieht:
sudo gedit /etc/apt/sources.list
- würde in Kubuntu so aussehen
sudo kwrite /etc/apt/sources.list
erste Schritte
Was ist Ubuntu
http://wiki.ubuntuusers.de/Was_ist_Ubuntu
Wo gibts es Screenshots
- http://wiki.ubuntuusers.de/Screenshots
Eine Liste mit der mitgelieferten programmen und Biblotheken
nicht bekannt Johannes Matjeschk 01:31, 12 April 2006 (EEST)
Wo kann man Ubuntu runter laden
- http://wiki.ubuntuusers.de/Downloads
Wo kann ich Ubuntu CDs FREI-haus verschiffen lassen
nicht bekannt
Wo gibt es Hilfe zu Ubuntu
- See: System -> Hilfe
- Wikipedia
Wo kann ich nach neuen Programmen suchen
- http://gnomefiles.org/
- http://www.kde-apps.org/
- http://sourceforge.net/
Wo gibt es einen neuen Look für Ubuntu
- http://gnome-look.org/
- http://art.gnome.org/
Paket-Verwaltung
So werden neue Pakete hinzugefügt
- Lies dazu #Generelles
- Du kannst ebenfalls hinzufügen von Paketen mit Synaptic Pakete Manager durchlesen (einfache Weg). Neue Benutzer finden sich eventuell besser zurecht mit der Grafischen Oberfläche, um weitere Pakete zu deinem System hinzuzufügen. Hier wird nun der Weg auf der Konsole erklärt.
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup sudo gedit /etc/apt/sources.list
- Ersetze alles mit folgenden Zeilen:
## Add comments (##) in front of any line to remove it from being checked. ## Use the following sources.list at your own risk. ## You may replace "us" with your country code to get the closest mirror. deb http://de.archive.ubuntu.com/ubuntu breezy main restricted deb-src http://de.archive.ubuntu.com/ubuntu breezy main restricted ## MAJOR BUG FIX UPDATES produced after the final release deb http://de.archive.ubuntu.com/ubuntu breezy-updates main restricted deb-src http://de.archive.ubuntu.com/ubuntu breezy-updates main restricted ## UBUNTU SECURITY UPDATES deb http://security.ubuntu.com/ubuntu breezy-security main restricted deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted deb http://security.ubuntu.com/ubuntu breezy-security universe deb-src http://security.ubuntu.com/ubuntu breezy-security universe ## UNIVERSE AND MULTIVERSE REPOSITORY (Unsupported by Ubuntu. Use at own risk.) deb http://archive.ubuntu.com/ubuntu breezy universe multiverse deb-src http://archive.ubuntu.com/ubuntu breezy universe multiverse ## BACKPORTS REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.) deb http://archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse deb http://ubuntu-backports.mirrormax.net breezy-extras main restricted universe multiverse ## PLF REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.) deb http://packages.freecontrib.org/ubuntu/plf breezy free non-free deb-src http://packages.freecontrib.org/ubuntu/plf breezy free non-free
- Speicher die editierte Datei ab, und führe danach folgendes aus:
sudo apt-get update
- Wenn du deine eigene source.list erstellen möchtes, solltest du dir folgenden Link anschauen: http://www.ubuntulinux.nl/source-o-matic
- Wichtig: Benutze deine eigene source.list nur wenn du Erfahrung mit dem System hast, und weißt was du tust!
Ubuntu Updates
So wird Ubuntu manuell auf den neuesten Stand gebracht
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get update sudo apt-get upgrade
Installing additional software (Automatix)
- Automatix ist ein grafisches Programm, welches erlaubt eine große Menge weiterer Applikationen einfach unter Ubuntu/Kubuntu/Xubuntu BREEZY (FUNKTIONIERT NICHT MIT Warty, Hoary oder Dapper) zu installieren. Weiterhin kann Automatix einige Dinge Einstellungen auf optimale Werte einstellen, um auch die letzte Systembremse innerhalb kürzester Zeit zu lösen. Mit Automatix können viele Punkte, die auch hier im Guide beschrieben werden innerhalb von wenigen Minuten durchführen. Using Automatix just in a few minutes you can solve many topics described in this guide.
- Automatix unterstützt bei der Installation von Multimedia-Codecs; allen Firefox-Plugins (java, flash, etc); fügt die Unterstützung von RAR, ACE und UNRAR hinzu; skype; Acrobat reader 7; Gnomebaker; gftp; DC++ und amule; Frostwire; Audacity; Kino; EasyTag; Mplayer; totem-xine; VLC; Beep Media Player; Opera; Bittornado; Azureus; aktiviert standardmäßig die Numlock-Taste; Programmierumgebungen (Anjuta (C/C++ IDE), Bluefish (HTML Editor), (Web Dev)); GnomePPP; MS true type fonts; Streamtuner; unfreie Audio und DVD-Codecs; ndisgtk (grifische Oberfläche zur WiFi Konfiguration); SUN'S JAVA JRE v1.5; SUN'S JAVA JDK v1.5; wine; gdesklets; erkennt Nvidia Karten und installiert die entsprechenden Treiber; andere nutzvolle Dinge.
- weitere Informationen: http://ubuntuforums.org
- Nach dem deutschen Urheberrechtsgesetz ist es VERBOTEN die DVD-Codecs zu installieren; (ohne gültige Lizenz) auch die non-free-audio-codecs
Wie installiert man Automatix?
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
- Um Automatix in Ubuntu zu installieren führe auf der Konsole folgendes aus:
sudo apt-get install xterm wget http://beerorkid.com/automatix/automatix_5.0-2_i386.deb sudo dpkg -i automatix_5.0-2_i386.deb
- Applications -> System Tools -> Automatix
- Um Automatix in Kubuntu/Xubuntu zu installieren:
sudo apt-get remove automatix-kubuntu sudo apt-get install xterm libglade2-0 libgnomecanvas2-0 wget http://kambing.vlsm.org/ubuntu/pool/main/z/zenity/zenity_2.10.0-0ubuntu1_i386.deb sudo dpkg -i zenity_2.10.0-0ubuntu1_i386.deb wget http://beerorkid.com/automatix/automatix_5.0-2_i386.deb sudo dpkg -i automatix_5.0-2_i386.deb
- Hauptmenü -> System -> Automatix
Add-On Applications
Wie installiere ich Menu Editor für GNOME
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install smeg
- Read #How to refresh GNOME panel
- Applications -> System Tools -> Smeg Menu Editor
Wie installiere ich Clipboard Daemon für GNOME
- Lies dazu #Generelles
wget -c http://easylinux.info/uploads/gnome-clipboard-daemon-1.0.bin.tar.bz2 sudo tar jxvf gnome-clipboard-daemon-1.0.bin.tar.bz2 -C /usr/bin/ sudo chown root:root /usr/bin/gnome-clipboard-daemon sudo chmod 755 /usr/bin/gnome-clipboard-daemon sudo gnome-clipboard-daemon & export EDITOR=gedit && crontab -e
- Add the following line at the ned of file
@reboot gnome-clipboard-daemon
- Save edited file
Wie installiere ich J2SE Runtime Environment (JRE) with Plug-in für Mozilla Firefox
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install sun-j2re1.5
- Restart Mozilla Firefox
Wie installiere ich Flash Player (Macromedia Flash) Plug-in für Mozilla Firefox
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install flashplayer-mozilla
- Restart Mozilla Firefox
Wie installiere ich PDF Reader (Adobe Reader) with Plug-in für Mozilla Firefox
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install acroread sudo apt-get install mozilla-acroread sudo apt-get install acroread-plugins
- Read #How to refresh GNOME panel
- Applications -> Office -> Adobe Reader
- Restart Mozilla Firefox
Wie installiere ich Download Manager (Downloader für X)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install d4x
- Read #How to refresh GNOME panel
- Applications -> Internet -> Downloader für X
Wie installiere ich FTP Client (gFTP)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install gftp
- Read #How to refresh GNOME panel
- Applications -> Internet -> gFTP
Wie installiere ich File share utility (DC++)
- Lies dazu #Generelles
wget -c http://easylinux.info/uploads/linuxdcpp.tar.gz sudo tar zxvf linuxdcpp.tar.gz -C /opt sudo gedit /usr/share/applications/dcpp.desktop
- Insert the following lines into the new file
[Desktop Entry] Encoding=UTF-8 Name=DC++ Exec=/opt$ /opt/linuxdcpp/dcpp Terminal=false Type=Application StartupNotify=true Icon=eyes.png Categories=Application;Network;
- Applications -> Internet -> DC++
Wie installiere ich P2P BitTorrent Client (Azureus)
- Lies dazu #Generelles
- Read #Wie installiere ich J2SE Runtime Environment (JRE) with Plug-in für Mozilla Firefox
wget -c http://heanet.dl.sourceforge.net/sourceforge/azureus/Azureus_2.3.0.6_linux.tar.bz2 sudo tar jxvf Azureus_2.3.0.6_linux.tar.bz2 -C /opt sudo gedit /usr/share/applications/azureus.desktop
- Add the following to the new file:
[Desktop Entry] Name=Azureus Comment=A Bittorrent client Exec=/opt/azureus/azureus Icon=/opt/azureus/Azureus.png Terminal=false Type=Application Categories=Application;Network;
- Applications -> Internet -> Azureus
Wie installiere ich P2P eMule Client (aMule)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install amule
- Read #How to refresh GNOME panel
- Applications -> Internet -> aMule
Wie installiere ich P2P Gnutella Client (LimeWire)
- Lies dazu #Generelles
- Read #Wie installiere ich J2SE Runtime Environment (JRE) with Plug-in für Mozilla Firefox
wget -c http://easylinux.info/uploads/LimeWireOther.zip sudo unzip -u LimeWireOther.zip -d /opt/ sudo chown -R root:root /opt/LimeWire/ sudo gedit /usr/bin/runLime.sh
- Insert the following lines into the new file
cd /opt/LimeWire/ ./runLime.sh
- Save the edited file
sudo chmod +x /usr/bin/runLime.sh sudo gedit /usr/share/applications/LimeWire.desktop
- 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 edited file
- Read #How to refresh GNOME panel
- Applications -> Internet -> LimeWire
Wie installiere ich Messenger (Skype)
- Lies dazu #Generelles
wget -c http://download.skype.com/linux/skype_staticQT-1.2.0.18.tar.bz2 sudo tar jxvf skype_staticQT-1.2.0.18.tar.bz2 -C /opt/ sudo ln -s /opt/skype-1.2.0.18/skype /usr/bin/skype sudo cp /opt/skype-1.2.0.18/skype.desktop /usr/share/applications/skype.desktop sudo cp /opt/skype-1.2.0.18/icons/skype_32_32.png /usr/share/icons/hicolor/32x32/apps/skype.png rm skype_staticQT-1.2.0.18.tar.bz2
- Read #How to refresh GNOME panel
- Applications -> Internet -> Skype
Wie installiere ich WinPopup (LinPopUp)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
- Read #Wie installiere ich Samba Server für files/folders sharing service
sudo apt-get install linpopup sudo gedit /usr/share/applications/linpopup.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=LinPopUp Comment=LinPopUp Exec=linpopup Icon=/usr/share/pixmaps/linpopup.xpm Terminal=false Type=Application Categories=Application;Utility;
- Save the edited file
- Read #How to refresh GNOME panel
- Applications -> Accessories -> LinPopUp
Wie installiere ich Multimedia Codecs
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install gstreamer0.8-plugins sudo apt-get install gstreamer0.8-lame sudo apt-get install gstreamer0.8-ffmpeg sudo apt-get install lame sudo apt-get install sox sudo apt-get install ffmpeg sudo apt-get install mjpegtools sudo apt-get install vorbis-tools sudo apt-get install w32codecs gst-register-0.8
Wie installiere ich DVD playback capability
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install libdvdcss2
Wie installiere ich Multimedia Player (xine-ui)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
- Read #Wie installiere ich Multimedia Codecs
- Read #Wie installiere ich DVD playback capability
sudo apt-get install xine-ui
- Associate xine-ui to play multimedia files
gconftool-2 --type string --set /desktop/gnome/volume_manager/autoplay_dvd_command "xine dvd://" sudo rm -f /usr/share/applnk/Multimedia/xine.desktop sudo ln -fs /usr/share/xine/desktop/xine.desktop /usr/share/applications/ sudo cp /usr/share/applications/defaults.list /usr/share/applications/defaults.list_backup sudo sed -e 's/totem.desktop/xine.desktop/g' /usr/share/applications/defaults.list_backup > /tmp/defaults.list sudo mv /tmp/defaults.list /usr/share/applications/defaults.list
- Read #How to refresh GNOME panel
- Read #How to refresh GNOME desktop
- Applications -> Sound & Video -> xine
Wie installiere ich Multimedia Player (MPlayer) with Plug-in für Mozilla Firefox
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
- Read #Wie installiere ich Multimedia Codecs
- Read #Wie installiere ich DVD playback capability
sudo apt-get install mplayer-386 sudo apt-get install mplayer-fonts sudo apt-get install mozilla-mplayer sudo cp /etc/mplayer/mplayer.conf /etc/mplayer/mplayer.conf_backup sudo gedit /etc/mplayer/mplayer.conf
- Find this line
... vo=x11, # To specify default video driver (see -vo help für ...
- Replace with the following line
vo=xv, # To specify default video driver (see -vo help für
- Save the edited file
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> MPlayer
- Restart Mozilla Firefox
Wie installiere ich Multimedia Player (XMMS)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
- Read #Wie installiere ich Multimedia Codecs
sudo apt-get install xmms sudo apt-get install xmms-skins wget -c http://easylinux.info/uploads/xmms-wma_1.0.4-2_i386.deb sudo dpkg -i xmms-wma_1.0.4-2_i386.deb
- Associate XMMS to play MP3/M3U/WAV files
sudo cp /usr/share/applications/defaults.list /usr/share/applications/defaults.list_backup sudo cp /usr/share/applications/defaults.list /tmp/defaults.list_tmp sudo sed -e 's/audio\/mpeg=.*/audio\/mpeg=XMMS.desktop/g' /tmp/defaults.list_tmp > /tmp/defaults.mp3 sudo sed -e 's/audio\/x-mpegurl=.*/audio\/x-mpegurl=XMMS.desktop/g' /tmp/defaults.mp3 > /tmp/defaults.m3u sudo sed -e 's/audio\/x-wav=.*/audio\/x-wav=XMMS.desktop/g' /tmp/defaults.m3u > /tmp/defaults.list sudo mv /tmp/defaults.list /usr/share/applications/defaults.list sudo rm -f /tmp/defaults.*
- Read #How to refresh GNOME panel
- Read #How to refresh GNOME desktop
- Applications -> Sound & Video -> XMMS
Wie installiere ich Multimedia Player (amaroK)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
- Read #Wie installiere ich Multimedia Codecs
sudo apt-get install amarok
- Applications -> Sound & Video -> amaroK
Wie installiere ich Multimedia Player (RealPlayer 10)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install realplay
- Note: 'realplay' installs RealPlayer 10 from PLF repo. 'realplayer' installs RealPlayer 8 from multiverse.
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> RealPlayer 10
Wie installiere ich Stream Directory Browser (streamtuner)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install streamtuner sudo apt-get install streamripper
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> streamtuner
Wie installiere ich Music Organizer (Cowbell)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install cowbell
- Applications -> Sound & Video -> Cowbell Music Organizer
Wie installiere ich ID3 Tag Editor (EasyTAG)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install easytag
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> EasyTAG
Wie installiere ich Video Editor (Kino)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
- Read #Wie installiere ich Multimedia Codecs
sudo apt-get install kino sudo apt-get install kinoplus sudo apt-get install kino-timfx sudo apt-get install kino-dvtitler
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> Kino Video Editor
Wie installiere ich Audio Editor (Audacity)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
- Read #Wie installiere ich Multimedia Codecs
sudo apt-get install audacity
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> Audacity
Wie installiere ich DVD Ripper (dvd::rip)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
- Read #Wie installiere ich Multimedia Codecs
- Read #Wie installiere ich DVD playback capability
- Read #Wie installiere ich Multimedia Player (MPlayer) with Plug-in für Mozilla Firefox
- Read #Wie installiere ich RAR Archiver (rar)
sudo apt-get install dvdrip sudo apt-get install vcdimager sudo apt-get install cdrdao sudo apt-get install subtitleripper sudo ln -fs /usr/bin/rar /usr/bin/rar-2.80 sudo gedit /usr/share/applications/dvdrip.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=dvd::rip Comment=dvd::rip Exec=dvdrip Icon=/usr/share/perl5/Video/DVDRip/icon.xpm Terminal=false Type=Application Categories=Application;AudioVideo;
- Save the edited file
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> dvd::rip
Wie installiere ich CD Ripper (Goobox)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
- Read #Wie installiere ich Multimedia Codecs
sudo apt-get install goobox sudo rm -f /usr/share/applications/goobox.desktop sudo gedit /usr/share/applications/goobox.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=CD Player & Ripper Comment=Play and extract CDs Exec=goobox Icon=goobox.png Terminal=false Type=Application Categories=Application;AudioVideo;
- Save the edited file
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> CD Player & Ripper
Wie installiere ich Image Viewer (Gwenview)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install gwenview sudo apt-get install kipi-plugins sudo apt-get install imagemagick
- Applications -> Graphics -> Gwenview
Wie installiere ich Email Client (Mozilla Thunderbird)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install mozilla-thunderbird
- Read #How to refresh GNOME panel
- Applications -> Internet -> Thunderbird Mail Client
Wie installiere ich Newsreader (Pan)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install pan
- Read #How to refresh GNOME panel
- Applications -> Internet -> Pan Newsreader
Wie installiere ich RSS/RDF/Atom Newsreader (RSSOwl)
- Lies dazu #Generelles
- Read #Wie installiere ich J2SE Runtime Environment (JRE) with Plug-in für Mozilla Firefox
wget -c http://easylinux.info/uploads/rssowl_linux_1_1_3_bin.tar.gz sudo tar zxvf rssowl_linux_1_1_3_bin.tar.gz -C /opt/ sudo chown -R root:root /opt/rssowl_linux_1_1_3_bin/ sudo gedit /usr/bin/runRSSOwl.sh
- Insert the following lines into the new file
export MOZILLA_FIVE_HOME=/usr/lib/mozilla-firefox export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${MOZILLA_FIVE_HOME}:${LD_LIBRARY_PATH} cd /opt/rssowl_linux_1_1_3_bin/ ./run.sh
- Save the edited file
sudo chmod +x /usr/bin/runRSSOwl.sh sudo gedit /usr/share/applications/RSSOwl.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=RSSOwl Comment=RSSOwl Exec=runRSSOwl.sh Icon=/opt/rssowl_linux_1_1_3_bin/rssowl.xpm Terminal=false Type=Application Categories=Application;Network;
- Save the edited file
- Read #How to refresh GNOME panel
- Applications -> Internet -> RSSOwl
Wie installiere ich Web Authoring System (Nvu)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install nvu sudo rm -f /usr/share/applications/nvu.desktop sudo gedit /usr/share/applications/nvu.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=Nvu Comment=Web Development Editor Exec=nvu Icon=nvu.xpm Terminal=false Type=Application Categories=Application;Network;
- Save the edited file
- Read #How to refresh GNOME panel
- Applications -> Internet -> Nvu
Wie installiere ich Web Development Environment (quanta plus)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install quanta
- Applications -> Programming -> Quanta Plus
Wie installiere ich Project Management Application (Planner)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install planner
- Read #How to refresh GNOME panel
- Applications -> Office -> Project Management
Wie installiere ich Accounting Application (GnuCash)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install gnucash sudo rm -fr /usr/share/gnome/apps/Applications/ sudo gedit /usr/share/applications/GnuCash.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=GnuCash Comment=GnuCash Personal Finance Exec=gnucash Icon=/usr/share/pixmaps/gnucash/gnucash-icon.png Terminal=false Type=Application Categories=Application;Office;
- Save the edited file
- Read #How to refresh GNOME panel
- Applications -> Office -> GnuCash
Wie installiere ich Desktop Publishing Application (Scribus)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install scribus
- Read #How to refresh GNOME panel
- Applications -> Office -> Scribus
Wie installiere ich Diagram Editor (Dia)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install dia-gnome
- Read #How to refresh GNOME panel
- Applications -> Graphics -> Dia
Wie installiere ich Compiled HTML Help (CHM) Viewer (xCHM)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install xchm
- Read #How to refresh GNOME panel
- Applications -> Graphics -> xCHM
Wie installiere ich CD/DVD Burning Application (GnomeBaker)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install gnomebaker
- Read #How to refresh GNOME panel
- Applications -> Accessories -> GnomeBaker CD/DVD Creator
Wie installiere ich CD/DVD Burning Application (K3b)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install k3b
- Applications -> Sound & Video -> K3b
Wie installiere ich Dialup PPP Client (GNOME PPP)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install gnome-ppp
- Read #How to refresh GNOME panel
- Applications -> Internet -> GNOME PPP
Wie installiere ich Broadband ADSL/PPPoE Client (RP-PPPoE)
wget -c http://easylinux.info/uploads/rp-pppoe-3.6.tar.gz sudo tar zxvf rp-pppoe-3.6.tar.gz -C /opt/ sudo chown -R root:root /opt/rp-pppoe-3.6/ 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.6/go-gui Icon= Terminal=false Type=Application Categories=Application;Network;
- Save the edited file
- Read #How to refresh GNOME panel
- Applications -> Internet -> RP-PPPoE
Wie installiere ich Boot-Up Manager (BUM)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install bum
- Read #How to refresh GNOME panel
- System -> Administration -> Boot-Up Manager
Wie installiere ich Partition Editor (GParted)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install gparted
- Read #How to refresh GNOME panel
- Applications -> System Tools -> GParted
Wie installiere ich Firewall (Firestarter)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install firestarter
- Read #How to refresh GNOME panel
- Applications -> System Tools -> Firestarter
Wie installiere ich network traffic analyzer (Ethereal)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install ethereal
- Applications -> Internet -> Ethereal
Wie installiere ich Vulnerability Scanner (Nessus)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install nessus sudo apt-get install nessusd sudo nessus-adduser sudo ln -fs /etc/init.d/nessusd /etc/rc2.d/S20nessusd sudo /etc/init.d/nessusd start sudo gedit /usr/share/applications/Nessus.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=Nessus Comment=Nessus Exec=nessus Icon=/usr/share/pixmaps/nessus.xpm Terminal=false Type=Application Categories=Application;System;
- Save the edited file
- Read #How to refresh GNOME panel
- Applications -> System Tools -> Nessus
Wie installiere ich RAR Archiver (rar)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install rar sudo ln -fs /usr/bin/rar /usr/bin/unrar
- Applications -> Accessories -> Archive Manager
Wie installiere ich Extra Fonts
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install xfonts-intl-arabic sudo apt-get install xfonts-intl-asian sudo apt-get install xfonts-intl-chinese sudo apt-get install xfonts-intl-chinese-big sudo apt-get install xfonts-intl-european sudo apt-get install xfonts-intl-japanese sudo apt-get install xfonts-intl-japanese-big sudo apt-get install xfonts-intl-phonetic sudo apt-get install gsfonts-x11 sudo apt-get install msttcorefonts sudo fc-cache -f -v
- Save the edited file
- Read #How to restart GNOME without rebooting computer
Wie installiere ich Chinese Input Method (SCIM)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
- Read #Wie installiere ich Extra Fonts
sudo apt-get install scim sudo apt-get install scim-chinese sudo apt-get install scim-config-socket sudo apt-get install scim-gtk2-immodule sudo apt-get install scim-tables-zh wget -c http://easylinux.info/uploads/fireflysung-1.3.0.tar.gz sudo tar zxvf fireflysung-1.3.0.tar.gz -C /usr/share/fonts/truetype/ sudo chown -R root:root /usr/share/fonts/truetype/fireflysung-1.3.0/ sudo fc-cache -f -v
- System -> Preferences -> SCIM Input Method Setup
- To activate SCIM
Press 'Ctrl + Space'
Wie installiere ich Desktop Applets (gDesklets)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install gdesklets sudo apt-get install gdesklets-data
- Read #How to refresh GNOME panel
- Applications -> Accessories -> gDesklets
- für more info see: http://gdesklets.gnomedesktop.org/
Wie installiere ich Basic Compilers (build-essential)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install build-essential
Wie installiere ich Integrated Development Environment (Anjuta)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install anjuta
- Applications -> Programming -> Anjuta IDE
Wie installiere ich 3D modeling tool (Blender 3d)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install blender
- Applications -> Graphics -> Blender 3D modeller
Wie installiere ich game Tuxracer
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install planetpenguin-racer planetpenguin-racer-data planetpenguin-racer-extras
- Applications -> Games -> planetpenguin-racer
Wie installiere ich game Frozen-Bubble
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install frozen-bubble
- Applications -> Games -> Frozen-Bubble
Wie installiere ich game Scorched3D
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install scorched3d sudo gedit /usr/share/applications/scorched3d.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=Scorched 3D Comment=A 3D Remake Of Scorched Earth Exec=scorched3d Icon= Terminal=false Type=Application Categories=Application;Game;ArcadeGame;
- Save the edited file
- Read #How to refresh GNOME panel
- Applications -> Games -> Scorched 3D
Wie installiere ich virtual planetarium (Stellarium)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install stellarium sudo gedit /usr/share/applications/stellarium.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=Stellarium Comment=Virtual planetarium Exec=stellarium Terminal=false Type=Application Categories=Application;Education;
- Applications -> Education -> Stellarium
Wie installiere ich KDE Edutainment applications
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install kdeedu
- Applications -> Education -> ...
Other Desktop Environments
Wie installiere ich KDE
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
- You may also look at some KDE Screenshots
sudo apt-get install kubuntu-desktop
- Note: This installation will require ~400MB of disk space
- System -> Log Out -> Log Out
- To log in to KDE click on Sessions and choose KDE
Wie installiere ich XFCE
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
- You may also look at some XFCE Screenshots
sudo apt-get install xubuntu-desktop
- System -> Log Out -> Log Out
- To log in to XFCE click on Sessions and choose XFCE
Commercial Applications
Wie installiere ich Windows 9X/ME/2000/XP (Win4Lin)
- http://www.win4lin.com
Wie installiere ich Windows Applications (CrossOver Office)
- http://www.codeweavers.com
Wie installiere ich Windows Games (Cedega)
- http://www.transgaming.com
User Administration
How to set/change/enable root user password
- Lies dazu #Generelles
sudo passwd root
How to disable root user account
- Lies dazu #Generelles
sudo passwd -l root
How to allow root user to login into GNOME
- Lies dazu #Generelles
- Read #How to set/change/enable root user password
- System -> Administration -> Login Screen Setup
- Login Screen Setup
Security Tab -> Options -> Allow root to login with GDM (Checked)
How to switch to root user in Console mode
- Lies dazu #Generelles
sudo -s -H Password: <specify user password>
How to add/edit/delete system users
- Lies dazu #Generelles
- System -> Administration -> Users and Groups
- Users and Groups
Users Tab -> Add User.../Properties/Delete
- or
sudo useradd jim sudo userdel jim
- für more info read
man usermod
How to add/edit/delete system groups
- Lies dazu #Generelles
- System -> Administration -> Users and Groups
- Users and Groups
Groups Tab -> Add Group.../Properties/Delete
How to automatic login into GNOME (not secure)
- Lies dazu #Generelles
- System -> Administration -> Login Screen Setup
- Login Screen Setup
General Tab -> Automatic Login -> Login a user automatically on first bootup (Checked) Automatic login username: Select "system_username"
How to allow more sudoers
- Lies dazu #Generelles
export EDITOR=gedit && sudo visudo
- Append the following line at the end of file
system_username ALL=(ALL) ALL
- Save the edited file
How to use "sudo" without prompt für password (not secure)
- Lies dazu #Generelles
export EDITOR=gedit && sudo visudo
- Find this line
... system_username ALL=(ALL) ALL ...
- Replace with the following line
system_username ALL=(ALL) NOPASSWD: ALL
- Save the edited file
How to explicitly destroy the "sudo" session
- Lies dazu #Generelles
sudo -K
How to change files/folders permissions
- Lies dazu #Generelles
Right click on files/folders -> Properties
Permissions Tab -> Read/Write/Execute (Checked the permissions für Owner/Group/Others)
How to change files/folders ownership
- Lies dazu #Generelles
sudo chown system_username /location_of_files_or_folders
How to change files/folders group ownership
- Lies dazu #Generelles
sudo chgrp system_groupname /location_of_files_or_folders
Hardware
Wie installiere ich Graphics Driver (NVIDIA)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install nvidia-glx sudo apt-get install nvidia-settings sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup sudo nvidia-glx-config enable sudo gedit /usr/share/applications/NVIDIA-Settings.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=NVIDIA Settings Comment=NVIDIA Settings Exec=nvidia-settings Icon= Terminal=false Type=Application Categories=Application;System;
- Save the edited file
- Read #How to restart GNOME without rebooting computer
- Applications -> System Tools -> NVIDIA Settings
How to disable NVIDIA graphics logo on GNOME startup
- Lies dazu #Generelles
- Read #Wie installiere ich Graphics Driver (NVIDIA)
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup sudo gedit /etc/X11/xorg.conf
- Find this section
... Section "Device" Identifier "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]" Driver "nvidia" BusID "PCI:1:0:0" ...
- Add the following line below it
Option "NoLogo"
- Save the edited file
- Read #How to restart GNOME without rebooting computer
Wie installiere ich Graphics Driver (ATI)
- See Unofficial ATI Linux driver wiki
- Or Ubuntuforums.org
How to identify Modem chipset
- Lies dazu #Generelles
- To install Modem chipset identifier
- Read #Wie installiere ich Basic Compilers (build-essential)
wget -c http://easylinux.info/uploads/scanModem.gz gunzip -c scanModem.gz > scanModem chmod +x scanModem sudo cp scanModem /usr/bin/
- To identify Modem chipset
sudo scanModem gedit Modem/ModemData.txt
Wie installiere ich Modem Driver (SmartLink)
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
uname -r (must be 2.6.10-5-386) wget -c http://easylinux.info/uploads/sl-modem-modules-2.6.10-5-386_2.9.9a-1ubuntu2+2.6.10-34_i386.deb sudo dpkg -i sl-modem-modules-*.deb sudo apt-get install sl-modem-daemon
How to configure PalmOS Devices
- Lies dazu #Generelles
sudo gedit /etc/udev/rules.d/10-custom.rules
- Insert the following line into the new file
BUS="usb", SYSFS{product}="Palm Handheld*", KERNEL="ttyUSB*", NAME{ignore_remove}="pilot", MODE="666"
- Save the edited file
- System -> Preferences -> PalmOS Devices
- Follow the instructions on screen
How to list partition tables
- Lies dazu #Generelles
sudo fdisk -l
- You can also use System -> Administration -> Disks
How to list filesystem disk space usage
- Lies dazu #Generelles
df -T -h
- You can also use System -> Administration -> Disks
How to list mounted devices
- Lies dazu #Generelles
mount
How to list PCI devices
- Lies dazu #Generelles
lspci
How to list USB devices
- Lies dazu #Generelles
lsusb
How to speed up CD/DVD-ROM
- Lies dazu #Generelles
- e.g. Assumed that /dev/cdrom is the location of CD/DVD-ROM
sudo hdparm -d1 /dev/cdrom sudo cp /etc/hdparm.conf /etc/hdparm.conf_backup sudo gedit /etc/hdparm.conf
- Append the following lines at the end of file
/dev/cdrom { dma = on }
- Save the edited file
How to mount/unmount CD/DVD-ROM manually, and show all hidden and associated files/folders
- Lies dazu #Generelles
- e.g. Assumed that /media/cdrom0/ is the location of CD/DVD-ROM
- To mount CD/DVD-ROM
sudo mount /media/cdrom0/ -o unhide
- To unmount CD/DVD-ROM
sudo umount /media/cdrom0/
How to forcefully unmount CD/DVD-ROM manually
- Lies dazu #Generelles
- e.g. Assumed that /media/cdrom0/ is the location of CD/DVD-ROM
sudo umount /media/cdrom0/ -l
How to remount /etc/fstab without rebooting
- Lies dazu #Generelles
sudo mount -a
CD/DVD Burning
How to blank CD-RW/DVD-RW
- Lies dazu #Generelles
- e.g. Assumed that /dev/cdrom is the location of CD/DVD-ROM
sudo umount /dev/cdrom cdrecord dev=/dev/cdrom blank=fast
How to burn files/folders into CD/DVD
- Lies dazu #Generelles
nautilus burn:///
- File Browser: CD/DVD Creator
- Drag files/folders into window
File Menu -> Write to Disc... -> Write
How to burn Image (ISO) files into CD/DVD
- Lies dazu #Generelles
Right click on Image (ISO) file -> Write to Disc... -> Write
How to duplicate CD/DVD
- Lies dazu #Generelles
- Read #How to create Image (ISO) files from CD/DVD
- Read #How to burn Image (ISO) files into CD/DVD
How to create Image (ISO) files from CD/DVD
- Lies dazu #Generelles
- e.g. Assumed that /dev/cdrom is the location of CD/DVD-ROM
sudo umount /dev/cdrom dd if=/dev/cdrom of=file.iso bs=1024
How to create Image (ISO) files from folders
- Lies dazu #Generelles
mkisofs -o file.iso /location_of_folder/
How to generate MD5 checksum files
- Lies dazu #Generelles
md5sum file.iso > file.iso.md5
How to check MD5 checksum of files
- Lies dazu #Generelles
- e.g. Assumed that file.iso and file.iso.md5 are in the same folder
md5sum -c file.iso.md5
How to mount/unmount Image (ISO) files without burning
- Lies dazu #Generelles
- To mount Image (ISO) file
sudo mkdir /media/iso sudo modprobe loop sudo mount file.iso /media/iso/ -t iso9660 -o loop
- To unmount Image (ISO) file
sudo umount /media/iso/
How to set/change the burn speed für CD/DVD Burner
- Lies dazu #Generelles
- Applications -> System Tools -> Configuration Editor
- Configuration Editor
/ -> apps -> nautilus-cd-burner -> default_speed (set/change the burn speed)
How to enable burnproof für CD/DVD Burner
- Lies dazu #Generelles
- Applications -> System Tools -> Configuration Editor
- Configuration Editor
/ -> apps -> nautilus-cd-burner -> burnproof (Checked)
How to enable overburn für CD/DVD Burner
- Lies dazu #Generelles
- Applications -> System Tools -> Configuration Editor
- Configuration Editor
/ -> apps -> nautilus-cd-burner -> overburn (Checked)
Networking
How to configure Google Talk
- See the answer at Google Talk Help Center
How to activate/deactivate network connections
- Lies dazu #Generelles
- System -> Administration -> Networking
- Network settings
Connections Tab -> Select "Ethernet connection" -> Activate/Deactivate
How to configure network connections
- Lies dazu #Generelles
- System -> Administration -> Networking
- Network settings
Connections Tab -> Select "Ethernet connection" -> Properties Connection -> This device is configured (Checked) Connection Settings -> Configuration: Select "DHCP/Static IP address"
DNS Tab -> DNS Servers -> Add/Delete
How to configure dialup connections
- Lies dazu #Generelles
- To configure dialup
sudo pppconfig
- To connect dialup
sudo pon provider_name
- To disconnect dialup
sudo poff
How to configure broadband connections
- Lies dazu #Generelles
sudo pppoeconf
How to change computer name
- Lies dazu #Generelles
- System -> Administration -> Networking
- Network settings
General Tab -> Host Settings -> Hostname: Specify the computer name
- Save and close all opened applications, Reboot computer
How to change computer descriptions
sudo cp /etc/samba/smb.conf /etc/samba/smb.conf_backup sudo gedit /etc/samba/smb.conf
- Find this line
... server string = %h server (Samba, Ubuntu) ...
- Replace with the following line
server string = new_computer_descriptions
- Save the edited file
sudo testparm sudo /etc/init.d/samba restart
How to change computer Domain/Workgroup
sudo cp /etc/samba/smb.conf /etc/samba/smb.conf_backup sudo gedit /etc/samba/smb.conf
- Find this line
... workgroup = MSHOME ...
- Replace with the following line
workgroup = new_domain_or_workgroup
- Save the edited file
sudo testparm sudo /etc/init.d/samba restart
How to assign Hostname to local machine with dynamic IP using free DynDNS service
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
- e.g. Assumed that internet connections have been configured properly
- Register free Dynamic DNS at https://www.dyndns.org
- Automatically refresh IP in DynDNS Database/DNS every hour
- * * * * * means minute hour date month year
sudo apt-get install ipcheck sudo gedit /root/dyndns_update.sh
- Insert the following lines into the new file
USERNAME=myusername PASSWORD=mypassword HOSTNAME=myhostname.dyndns.org
cd /root/ if [ -f /root/ipcheck.dat ]; then ipcheck -r checkip.dyndns.org:8245 $USERNAME $PASSWORD $HOSTNAME else ipcheck --makedat -r checkip.dyndns.org:8245 $USERNAME $PASSWORD $HOSTNAME fi
- Save the edited file
sudo chmod 700 /root/dyndns_update.sh sudo sh /root/dyndns_update.sh export EDITOR=gedit && sudo crontab -e
- Append the following line at the end of file
00 * * * * sudo sh /root/dyndns_update.sh
- Save the edited file
How to share folders the easy way
Right click on folder -> Share folder
Shared folder -> Share with: Select "SMB" Share properties -> Name: Specify the share name
How to browse network computers
- Lies dazu #Generelles
- e.g. Assumed that network connections have been configured properly
- If computers or network folders could not be found, try access them directly
- Read #How to access network folders without mounting
- Places -> Network Servers
How to access network folders without mounting
- Lies dazu #Generelles
- e.g. Assumed that network connections have been configured properly
- Network computer's IP: 192.168.0.1
- Shared folder's name: linux
- Applications -> Run Application...
- Run Application
smb://192.168.0.1/linux
How to mount/unmount network folders manually, and allow all users to read
- e.g. Assumed that network connections have been configured properly
- Network computer's IP: 192.168.0.1
- Network computer's Username: myusername
- Network computer's Password: mypassword
- Shared folder's name: linux
- Local mount folder: /media/sharename
- To mount network folder
sudo mkdir /media/sharename sudo mount //192.168.0.1/linux /media/sharename/ -o username=myusername,password=mypassword
- To unmount network folder
sudo umount /media/sharename/
How to mount/unmount network folders manually, and allow all users to read/write
- e.g. Assumed that network connections have been configured properly
- Network computer's IP: 192.168.0.1
- Network computer's Username: myusername
- Network computer's Password: mypassword
- Shared folder's name: linux
- Local mount folder: /media/sharename
- To mount network folder
sudo mkdir /media/sharename sudo mount //192.168.0.1/linux /media/sharename/ -o username=myusername,password=mypassword,dmask=777,fmask=777
- To unmount network folder
sudo umount /media/sharename/
How to mount network folders on boot-up, and allow all users to read
- e.g. Assumed that network connections have been configured properly
- Network computer's IP: 192.168.0.1
- Network computer's Username: myusername
- Network computer's Password: mypassword
- Shared folder's name: linux
- Local mount folder: /media/sharename
sudo mkdir /media/sharename sudo gedit /root/.smbcredentials
- Insert the following lines into the new file
username=myusername password=mypassword
- Save the edited file
sudo chmod 700 /root/.smbcredentials sudo cp /etc/fstab /etc/fstab_backup sudo gedit /etc/fstab
- Append the following line at the end of file
//192.168.0.1/linux /media/sharename smbfs credentials=/root/.smbcredentials 0 0
- Save the edited file
- Read #How to remount /etc/fstab without rebooting
How to mount network folders on boot-up, and allow all users to read/write
- e.g. Assumed that network connections have been configured properly
- Network computer's IP: 192.168.0.1
- Network computer's Username: myusername
- Network computer's Password: mypassword
- Shared folder's name: linux
- Local mount folder: /media/sharename
sudo mkdir /media/sharename sudo gedit /root/.smbcredentials
- Insert the following lines into the new file
username=myusername password=mypassword
- Save the edited file
sudo chmod 700 /root/.smbcredentials sudo cp /etc/fstab /etc/fstab_backup sudo gedit /etc/fstab
- Append the following line at the end of file
//192.168.0.1/linux /media/sharename smbfs credentials=/root/.smbcredentials,dmask=777,fmask=777 0 0
- Save the edited file
- Read #How to remount /etc/fstab without rebooting
How to get ipw2200 and wpa to work
- See Ubuntuforuns.org how-tos
How to Configure and start PPTP tunnels (VPN)
- Lies dazu #Generelles
- Use these instructions to automatically install PPTP Client
- OR
- Install manually
wget -c http://linux.edu.lv/uploads/content/pptp.tar.gz tar zxvf pptp.tar.gz sudo sh ./pptp/install
- To configure PPTP Client
sudo gedit /usr/share/applications/pptpconfig.desktop
- Replace content of this file with the following lines
[Desktop Entry] Name=PPTP Client Comment=Configure and start PPTP tunnels (VPN) Categories=Application;Network Encoding=UTF-8 Exec=gksudo pptpconfig Icon=gnome-remote-desktop.png StartupNotify=true Terminal=false Type=Application
- Applications -> Internet -> PPTP Client
Remote Desktop
How to configure remote desktop (not secure)
- Lies dazu #Generelles
- Warning! Remote Desktop will only work if there's a GNOME login session
- Leaving computer with an unattended GNOME login session is not secure
- Use (System -> Lock Screen) and off the monitor when computer is left unattended
- System -> Preferences -> Remote Desktop
- Remote Desktop Preferences
Sharing -> Allow other users to view your desktop (Checked) Allow other users to control your desktop (Checked)
Security -> Ask you für confirmation (Un-Checked) Require the user to enter this password: (Checked) Password: Specify the password
How to connect into remote Ubuntu desktop
- Lies dazu #Generelles
- e.g. Assumed that remote Ubuntu machine have configured Remote Desktop
- Read #How to configure remote desktop (not secure)
- Remote Ubuntu machine: 192.168.0.1
vncviewer -fullscreen 192.168.0.1:0
- To quit vncviewer
Press 'F8' -> Quit viewer
How to connect into remote Ubuntu desktop via Windows machine
- Lies dazu #Generelles
- e.g. Assumed that remote Ubuntu machine have configured Remote Desktop
- Read #How to configure remote desktop (not secure)
- Remote Ubuntu machine: 192.168.0.1
- Download VNC Viewer: Here
Windows
How to mount/unmount Windows partitions (NTFS) manually, and allow all users to read only
- Lies dazu #Generelles
- Read #How to list partition tables
- e.g. Assumed that /dev/hda1 is the location of Windows partition (NTFS)
- Local mount folder: /media/windows
- To mount Windows partition
sudo mkdir /media/windows sudo mount /dev/hda1 /media/windows/ -t ntfs -o nls=utf8,umask=0222
- To unmount Windows partition
sudo umount /media/windows/
How to mount/unmount Windows partitions (FAT) manually, and allow all users to read/write
- Lies dazu #Generelles
- Read #How to list partition tables
- e.g. Assumed that /dev/hda1 is the location of Windows partition (FAT)
- Local mount folder: /media/windows
- To mount Windows partition
sudo mkdir /media/windows sudo mount /dev/hda1 /media/windows/ -t vfat -o iocharset=utf8,umask=000
- To unmount Windows partition
sudo umount /media/windows/
How to mount Windows partitions (NTFS) on boot-up, and allow all users to read only
- Lies dazu #Generelles
- Read #How to list partition tables
- e.g. Assumed that /dev/hda1 is the location of Windows partition (NTFS)
- Local mount folder: /media/windows
sudo mkdir /media/windows sudo cp /etc/fstab /etc/fstab_backup sudo gedit /etc/fstab
- Append the following line at the end of file
/dev/hda1 /media/windows ntfs nls=utf8,umask=0222 0 0
- Save the edited file
- Read #How to remount /etc/fstab without rebooting
How to mount Windows partitions (FAT) on boot-up, and allow all users to read/write
- Lies dazu #Generelles
- Read #How to list partition tables
- e.g. Assumed that /dev/hda1 is the location of Windows partition (FAT)
- Local mount folder: /media/windows
sudo mkdir /media/windows sudo cp /etc/fstab /etc/fstab_backup sudo gedit /etc/fstab
- Append the following line at the end of file
/dev/hda1 /media/windows vfat iocharset=utf8,umask=000 0 0
- Save the edited file
- Read #How to remount /etc/fstab without rebooting
Security
What are the basic things I need to know about securing my Ubuntu
- Lies dazu #Generelles
- Ensure hard drive is first in BIOS boot-up sequence
- To prevent trespassers from using Linux Installation CD which allows them to gain root user access
- To prevent trespassers from using Linux Live CD (e.g. UBUNTU/KNOPPIX/MEPIS) which allows them to destroy/browse/share the entire hard drive
- To prevent trespassers from installing another Operating System
- Ensure a password is set für BIOS
- To prevent trespassers from changing the BIOS boot-up sequence
- Ensure computer is located at a secured place
- To prevent trespassers from removing computer's hard drive which allows them to destroy/browse/share the entire hard drive from a different computer
- To prevent trespassers from removing computer's on-board battery which resets the BIOS password
- Ensure passwords used on the system cannot be easily guessed
- To prevent trespassers from cracking password file using brute force attacks (e.g. John the Ripper)
- Create password with minimum length of 8 characters
- Create password with mixture of characters/numbers, and upper/lower case
- Ensure interactive editing control für GRUB menu is disabled
- To prevent trespassers from modifying kernel boot-up arguments which allows them to have root user access
- Read #How to disable all interactive editing control für GRUB menu
- Ensure history listing is disabled in Console mode
- To prevent trespassers from seeing previously issued commands
- Read #How to disable history listing in Console mode
- Ensure Ctrl+Alt+Del is disabled in Console mode
- To prevent trespassers from restarting the system without permission in Console mode
- Read [[#How to disable Ctrl+Alt+Del from restarting computer in Console mode]]
- Ensure interactive option is set für remove, copy and move of files/folders in Console mode
- To prevent accidental removal/overwritten of files/folders
- Read #How to enable prompt before removal/overwritten of files/folders in Console mode
- für day to day usage, login as a normal user
- To prevent accidental deletion/modification of system files/folders
- Read #How to add/edit/delete system users
- Disable root user account, use "sudo" instead
- To reduce the amount of time spent with root privileges, and thus the risk of inadvertently executing a command as root
- "sudo" provides a more useful audit trail (/var/log/auth.log)
- Read #How to disable root user account
- Install a Firewall
- A firewall does not guarantee security but it is in most environments the first line of defense against network based attacks
- Read #Wie installiere ich Firewall (Firestarter)
- Perform vulnerability test
- Nessus is a great tool designed to automate the testing and discovery of known security problems
- Read #Wie installiere ich Vulnerability Scanner (Nessus)
How to disable all interactive editing control für GRUB menu
- Lies dazu #Generelles
grub
grub> md5crypt Password: ****** (ubuntu) Encrypted: $1$ZWnke0$1fzDBVjUcT1Mpdd4u/T961 (encrypted password) grub> quit
sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_backup sudo gedit /boot/grub/menu.lst
- Find this section
... ## password ['--md5'] passwd # If used in the first section of a menu file, disable all interactive editing # control (menu entry editor and command-line) and entries protected by the # command 'lock' # e.g. password topsecret # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/ # password topsecret ...
- Add the following line below it
password --md5 $1$ZWnke0$1fzDBVjUcT1Mpdd4u/T961 (encrypted password above)
- Find this section
... title Ubuntu, kernel 2.6.10-5-386 (recovery mode) root (hd0,1) kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hda2 ro single initrd /boot/initrd.img-2.6.10-5-386 savedefault boot ...
- Replace with the following lines
#title Ubuntu, kernel 2.6.10-5-386 (recovery mode) #root (hd0,1) #kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hda2 ro single #initrd /boot/initrd.img-2.6.10-5-386 #savedefault #boot
- Save the edited file
How to disable history listing in Console mode
- Lies dazu #Generelles
rm -f $HOME/.bash_history touch $HOME/.bash_history chmod 000 $HOME/.bash_history
How to disable Ctrl+Alt+Del from restarting computer in Console mode
- Lies dazu #Generelles
sudo cp /etc/inittab /etc/inittab_backup sudo gedit /etc/inittab
- Find this line
... ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now ...
- Replace with the following line
#ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now
- Save the edited file
sudo telinit q
How to enable prompt before removal/overwritten of files/folders in Console mode
- Lies dazu #Generelles
sudo cp /etc/bash.bashrc /etc/bash.bashrc_backup sudo gedit /etc/bash.bashrc
- Append the following lines at the end of file
alias rm='rm -i' alias cp='cp -i' alias mv='mv -i'
- Save the edited file
Rescue Mode
How to gain root user access without login
- Lies dazu #Generelles
- Easiest method (will not work if GRUB menu password is set)
- Boot-up computer
- If GRUB menu is hidden, press 'Esc' to enter the GRUB menu
- Select
Ubuntu, kernel 2.6.10-5-386 (recovery mode)
- Press 'Enter' to boot
- Other methods
How to modify kernel boot-up arguments, to gain root user access
- Lies dazu #Generelles
- Boot-up computer
- If GRUB menu is hidden, press 'Esc' to enter the GRUB menu
- If GRUB password is set, press 'p' to unlock the GRUB menu
- Select
Ubuntu, kernel 2.6.10-5-386
- Press 'e' to edit the commands before booting
- Select
kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hda2 ro quiet splash
- Press 'e' to edit the selected command in the boot sequence
- Add "rw init=/bin/bash" to the end of the arguments
grub edit> kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hda2 ro quiet splash rw init=/bin/bash
- Press 'b' to boot
How to use Ubuntu Installation CD, to gain root user access
- Lies dazu #Generelles
- Boot-up computer into Ubuntu Installation CD
- At "boot:" prompt, add "rescue" to the argument
boot: rescue
- Follow the instructions on screen
How to change root user/main user password if forgotten
- Lies dazu #Generelles
- Read #How to gain root user access without login
- To change root user password
# passwd root
- To change main user password
# passwd system_main_username
How to change GRUB menu password if forgotten
- Lies dazu #Generelles
grub
grub> md5crypt Password: ****** (ubuntu) Encrypted: $1$ZWnke0$1fzDBVjUcT1Mpdd4u/T961 (encrypted password) grub> quit
sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_backup sudo gedit /boot/grub/menu.lst
- Find this line
... password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/ ...
- Replace with the following line
password --md5 $1$ZWnke0$1fzDBVjUcT1Mpdd4u/T961 (encrypted password above)
- Save the edited file
How to restore GRUB menu after Windows installation
- e.g. Assumed that /dev/hda is the location of /boot partition
# grub-install /dev/hda
How to add Windows entry into GRUB menu
- Lies dazu #Generelles
- Read #How to list partition tables
- e.g. Assumed that /dev/hda1 is the location of Windows partition
sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_backup sudo gedit /boot/grub/menu.lst
- Append the following lines at the end of file
title Microsoft Windows root (hd0,0) savedefault makeactive chainloader +1
- Save the edited file
How to read Linux partitions (ext2, ext3) in Windows machine
- Lies dazu #Generelles
- Download Explore2fs: Here
- OR
- See www.fs-driver.org
Tips & Tricks
How to restart GNOME without rebooting computer
- Lies dazu #Generelles
- Save and close all opened applications
Press 'Ctrl + Alt + Backspace'
- or
sudo /etc/init.d/gdm restart
How to turn on Num Lock on GNOME startup
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install numlockx sudo cp /etc/X11/gdm/Init/Default /etc/X11/gdm/Init/Default_backup sudo gedit /etc/X11/gdm/Init/Default
- Find this line
... exit 0
- Add the following lines above it
if [ -x /usr/bin/numlockx ]; then /usr/bin/numlockx on fi
- Save the edited file
- Read #How to restart GNOME without rebooting computer
How to run programs on startup when login into GNOME
- Lies dazu #Generelles
- System -> Preferences -> Sessions
- Sessions
Startup Programs Tab -> Add/Edit/Delete
How to switch to Console mode in GNOME
- Lies dazu #Generelles
- To switch to Console mode
Press 'Ctrl + Alt + F1' (F2 - F6)
- To switch between consles in Console mode
Press 'Alt + F1' (F2 - F6)
- To switch back to GNOME mode
Press 'Alt + F7'
How to disable Ctrl+Alt+Backspace from restarting X in GNOME
- Lies dazu #Generelles
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup sudo gedit /etc/X11/xorg.conf
- Append the following lines at the end of file
Section "ServerFlags" Option "DontZap" "yes" EndSection
- Save the edited file
- Read #How to restart GNOME without rebooting computer
How to enable Ctrl+Alt+Del to open System Monitor in GNOME
- Lies dazu #Generelles
gconftool-2 -t str --set /apps/metacity/global_keybindings/run_command_9 "<Control><Alt>Delete" gconftool-2 -t str --set /apps/metacity/keybinding_commands/command_9 "gnome-system-monitor"
How to refresh GNOME desktop
- Lies dazu #Generelles
killall nautilus
How to refresh GNOME panel
- Lies dazu #Generelles
killall gnome-panel
How to open each folder in the same window in Nautilus
- Lies dazu #Generelles
- Applications -> System Tools -> Configuration Editor
- Configuration Editor
/ -> apps -> nautilus -> preferences -> always_use_browser (Checked)
How to enable autosave in Gedit and disable creation of some_file~ files
- Lies dazu #Generelles
- Applications -> System Tools -> Configuration Editor
- Configuration Editor
/ -> apps -> gedit-2 -> preferences -> editor -> save -> create_backup_copy (Unchecked) / -> apps -> gedit-2 -> preferences -> editor -> save -> auto_save (Checked)
How to show all hidden files/folders in Nautilus
- Lies dazu #Generelles
- Places -> Home Folder
- To temporary show all hidden files/folders in Nautilus
Press 'Ctrl + H'
- To permanently show all hidden files/folders in Nautilus
Edit Menu -> Preferences
Views Tab -> Default View -> Show hidden and backup files (Checked)
How to browse files/folders as root user in Nautilus
- Lies dazu #Generelles
- To install File Browser (Root)
sudo gedit /usr/share/applications/Nautilus-root.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=File Browser (Root) Comment=Browse the filesystem with the file manager Exec=gksudo "nautilus --browser %U" Icon=file-manager Terminal=false Type=Application Categories=Application;System;
- Save the edited file
- Read #How to refresh GNOME panel
- To browse files/folders as root user in Nautilus
- Applications -> System Tools -> File Browser (Root)
How to show Desktop Icons (Computer, Home, Trash)
- Lies dazu #Generelles
- Applications -> System Tools -> Configuration Editor
- Configuration Editor
/ -> apps -> nautilus -> desktop -> computer_icon_visible (Checked) home_icon_visible (Checked) trash_icon_visible (Checked)
How to change default file type "Open with" program
- Lies dazu #Generelles
Right click on file -> Properties
Open With Tab -> Add Select "Open with" program
Select "Open with" program (Checked)
How to change preferred email client to Mozilla Thunderbird
- Lies dazu #Generelles
- Read #Wie installiere ich Email Client (Mozilla Thunderbird)
- System -> Preferences -> Preferred Applications
- Preferred Applications
Mail Reader Tab -> Default Mail Reader -> Command: mozilla-thunderbird %s
How to open files as root user via right click
- Lies dazu #Generelles
gedit $HOME/.gnome2/nautilus-scripts/Open\ as\ root
- Insert the following lines into the new file
für uri in $NAUTILUS_SCRIPT_SELECTED_URIS; do gnome-sudo "gnome-open $uri" & done
- Save the edited file
chmod +x $HOME/.gnome2/nautilus-scripts/Open\ as\ root
Right click on file -> Scripts -> Open as root
How to disable beep sound in Terminal mode
- Lies dazu #Generelles
- Applications -> System Tools -> Terminal
- Terminal
Edit Menu -> Current Profile...
General Tab -> General -> Terminal bell (Un-Checked)
How to load Web site faster in Mozilla Firefox
- Lies dazu #Generelles
- Applications -> Internet -> Firefox Web Browser
- Mozilla Firefox
Address Bar -> about:config
Filter: -> network.dns.disableIPv6 -> true network.http.pipelining -> true network.http.pipelining.maxrequests -> 8 network.http.proxy.pipelining -> true
- Restart Mozilla Firefox
How to disable beep sound für link find function in Mozilla Firefox
- Lies dazu #Generelles
- Applications -> Internet -> Firefox Web Browser
- Mozilla Firefox
Address Bar -> about:config
Filter: -> accessibility.typeaheadfind.enablesound -> false
- Restart Mozilla Firefox
How to apt-get the easy way (Synaptic)
- Lies dazu #Generelles
- System -> Administration -> Synaptic Package Manager
- Synaptic Package Manager
- To enable the extra Universe and Multiverse repositories
- Settings -> Repositories
- Click the Settings button
- Tick Show disabled software sources
- On the Repositories dialog box click Add. There are three separate repositories; Breezy Badger, Security Updates and Updates. Select each repository and check Officially supported, Restricted copyright, Community maintained (Universe) and Non-free (Multiverse). Ensure you click OK between each repository to save your changes
- You should now see checkboxes next to each repository, scroll through the list and ensure they are all checked
- To add backports and PLF (new versions of many applications. Unsupported. May contain illegal packages. Use at own risk.)
- Settings -> Repositories
- Click on Add and then Custom
- Paste the following five lines into the box and Click Add Repository, one line at a time:
deb http://archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse
deb http://ubuntu-backports.mirrormax.net breezy-extras main restricted universe multiverse
deb http://packages.freecontrib.org/ubuntu/plf breezy free non-free deb-src http://packages.freecontrib.org/ubuntu/plf breezy free non-free
- To refresh the list of known packages (equivalent to apt-get update)
Edit Menu -> Reload Package Information
- To install all possible upgrades (equivalent to apt-get upgrade)
Edit Menu -> Mark All Upgrades... -> Default Upgrade Edit Menu -> Apply Marked Changes
- To search für a package (equivalent to apt-cache search package_name)
Edit Menu -> Search... Specify the package name
- To install the selected package (equivalent to apt-get install package_name)
Select "package_name" Package Menu -> Mark für Installation Edit Menu -> Apply Marked Changes
- To remove installed package (equivalent to apt-get remove package_name)
Select "package_name" Package Menu -> Mark für Removal Edit Menu -> Apply Marked Changes
What packages do the extra repositories provide
- Lies dazu #Generelles
- Read #How to apt-get the easy way (Synaptic)
- The PLF repository provides
- DVD playback support (libdvdcss2)
- Skype
- Sun Java SDK (Software Development Kit) and JRE (Java Runtime Environment)
- Opera Web browser
- RealPlayer 10
- Win32 binary multimedia codecs
Wie installiere ich/uninstall .deb files
- Lies dazu #Generelles
- To install .deb file
sudo dpkg -i package_file.deb
- To uninstall .deb file
sudo dpkg -r package_name
How to convert .rpm files to .deb files
- Lies dazu #Generelles
sudo alien package_file.rpm
How to rename all files in directory at once
- Lies dazu #Generelles
- To install "mvb" file name renamer
wget -c http://easylinux.info/uploads/mvb_1.6.tgz sudo tar zxvf mvb_1.6.tgz -C /usr/share/ sudo chown -R root:root /usr/share/mvb_1.6/ sudo ln -fs /usr/share/mvb_1.6/mvb /usr/bin/mvb
- To rename all files in directory at once
mvb NEW_NAME
How to manipulate all image files in directory at once
- Lies dazu #Generelles
- To install bash batch image processing script
- Lies dazu #hinzufügen von Paketen
sudo apt-get install imagemagick wget -c http://easylinux.info/uploads/bbips.0.3.2.sh sudo cp bbips.0.3.2.sh /usr/bin/bbips sudo chmod 755 /usr/bin/bbips
- To manipulate all image files in directory at once
bbips
How to set System-wide Environment Variables
- Lies dazu #Generelles
sudo cp /etc/bash.bashrc /etc/bash.bashrc_backup sudo gedit /etc/bash.bashrc
- Append the System-wide Environment Variables at the end of file
- Save the edited file
How to save "man" outputs into files
- Lies dazu #Generelles
man command | col -b > file.txt
How to hide GRUB menu on boot-up
- Lies dazu #Generelles
sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_backup sudo gedit /boot/grub/menu.lst
- Find this line
... #hiddenmenu ...
- Replace with the following line
hiddenmenu
- Save the edited file
How to change the timeout seconds für GRUB menu on boot-up
- Lies dazu #Generelles
sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_backup sudo gedit /boot/grub/menu.lst
- Find this line
... timeout 3 ...
- Replace with the following line
timeout X_seconds
- Save the edited file
How to change default Operating System boot-up für GRUB menu
- Lies dazu #Generelles
sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_backup sudo gedit /boot/grub/menu.lst
- Find this line
... default 0 ...
- Replace with the following line
default X_sequence
- Save the edited file
How to display Splash Image für GRUB menu on boot-up
- Lies dazu #Generelles
- e.g. Assumed that hd0,1 is the location of Ubuntu boot partition
wget -c http://easylinux.info/uploads/ubuntu.xpm.gz chmod 644 ubuntu.xpm.gz sudo mkdir /boot/grub/images sudo cp ubuntu.xpm.gz /boot/grub/images/ sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_backup sudo gedit /boot/grub/menu.lst
- Find this section
# menu.lst - See: grub(8), info grub, update-grub(8) # grub-install(8), grub-floppy(8), # grub-md5-crypt, /usr/share/doc/grub # and /usr/share/doc/grub-doc/. ...
- Add the following line below it
splashimage (hd0,1)/boot/grub/images/ubuntu.xpm.gz
- Save the edited file
How to convert Wallpaper to Splash Image für GRUB menu
- Lies dazu #Generelles
- e.g. Assumed that wallpaper.png is the Wallpaper to be converted to Splash Image
- splashimage.xpm.gz is the Splash Image für GRUB menu
convert -resize 640x480 -colors 14 wallpaper.png splashimage.xpm && gzip splashimage.xpm
- Read #How to display Splash Image für GRUB menu on boot-up (use splashimage.xpm.gz instead of ubuntu.xpm.gz)
How to temporary skip boot-up services
- Lies dazu #Generelles
Press 'Ctrl + C'
How to permanently disable/enable boot-up services
- Lies dazu #Generelles
- Read #Wie installiere ich Boot-Up Manager (BUM)
How to clean /tmp/ folder contents on shutdown
- Lies dazu #Generelles
sudo cp /etc/init.d/sysklogd /etc/init.d/sysklogd_backup sudo gedit /etc/init.d/sysklogd
- Find this section
... stop) log_begin_msg "Stopping system log daemon..." start-stop-daemon --stop --quiet --oknodo --exec $binpath --pidfile $pidfile log_end_msg $? ...
- Add the following line below it
rm -fr /tmp/* /tmp/.??*
- Save the edited file
How to scroll up and down to view previous outputs in Console mode
- Lies dazu #Generelles
- To scroll up to view previously outputs
Press 'Shift + Page Up'
- To scroll down to view previously outputs
Press 'Shift + Page Down'
How to set up automatic background change (GNOME)
- Read #General notes
mkdir ~/.backgrounds cd ~/.backgrounds wget -c http://easylinux.info/uploads/change_background.py chmod +x change_background.py
- To change desktop background every time you reboot your computer
export EDITOR=gedit && crontab -e
- Add the following line at the end of file
@reboot ~/.backgrounds/change_background.py
- für more information about periodic processes see
man 5 crontab
- ~/.backgrounds is hidden directory, see #How to show all hidden files/folders in Nautilus
- Copy images you wish to see on your background to ~/.backgrounds directory
How to set up automatic background change (KDE)
- Read #General notes
- Go to K-menu -> System Settings -> Desktop -> Background
- Choose Slide Show
- Press Setup...
- Press Add... to add pictures you wish to see as desktop background
- Set 'Change picture after' to desired picture rotation interval.
- Press 'OK'
How to add keyboard layouts für other languages
- Read #General notes
- Go to System -> Preferences -> Keyboard
- Choose Layouts
- Press Add... to add the secondary keyboard layout. It is simpler to have two layouts; the maximum is currently four für Xorg.
- Choose Layout Options
- Expand option Group Shift/Lock behaviour
- Choose the key combination that enables you to switch between keyboard layouts. The default is by pressing both Alt keys at the same time. A common alternative is to use Alt+Shift.
- Press Close.
See #How to add the Keyboard (Layout) Indicator applet to add the Keyboard Indicator applet.
How to add the Keyboard (Layout) Indicator applet
- Right-click on empty space on the top panel so that you see the pop-up menu.
- Click Add to Panel...
- Choose Keyboard Indicator (it is under the Utilities section, at the end)
The Keyboard Indicator applet appears on the panel. The default language should be USA für U.S. English. You can either right-click on this applet für more options or see above on how to configure.
How to type extended characters
- Read #General notes
- Read #How to add keyboard layouts für other languages
- Read #How to add the Keyboard (Layout) Indicator applet
- Add the keyboard layout US English International (with dead keys)
- Make US English International (with dead keys) the default keyboard layout.
The key marked ['"] is now a dead key. When you press it, nothing happens. However if you press a consonant immediately afterwards, the consonant appears with an accent.
- ' + a = á
- ' + e = é
- and so on für i-í, o-ó, y-ý, c-ć, z-ź, n-ń, l-ĺ, u-ú, r-ŕ
- " + a = ä
- " + e = ë
- and so on für y-ÿ, u-ü, i-ï, o-ö
Similarly, ` and a consonant generates à, è, ù, ì, ò. Similarly, ~ and a consonant generates ã, ũ, ĩ, õ, ñ.
To type ' and ", press RightAlt+' and RightAlt+" respectively. To type ' and ", you may also press '+<space> and "+<space> respectively.
There are more characters available by keeping RightAlt pressed and typing a character. Therefore,
- RightAlt+q = ä
- RightAlt+w = å
- RightAlt+e = é
- RightAlt+r = ®
- RightAlt+t = þ
- RightAlt+y = ü
- RightAlt+u = ú
- RightAlt+i = í
- RightAlt+o = ó
- RightAlt+p = ö
- RightAlt+[ and ] für « and » respectively.
- RightAlt+a = á
- RightAlt+s = ß
- RightAlt+d = ð
- RightAlt+l = ø
- RightAlt+; = ¶
- RightAlt+: = °
- RightAlt+z = æ
- RightAlt+c = ©
- RightAlt+n = ñ
- RightAlt+m = µ
- RightAlt+, = ç
- RightAlt+/ = ¿
- RightAlt+1 = ¡
- RightAlt+2 = ²
- RightAlt+3 = ³
- RightAlt+4 = ¤
- RightAlt+5 = €
- RightAlt+6 = ¼
- RightAlt+7 = ½
- RightAlt+8 = ¾
- RightAlt+9 = ‘
- RightAlt+0 = ’
- RightAlt+- = ¥
- RightAlt+= = ×
- RightAlt+! = ¹
- RightAlt+@, then o = ő (and Ő).
- RightAlt+#, then a = ā (and Ā). Similarly für ēĒ, ūŪ, īĪ, ōŌ.
- RightAlt+$ = £
- RightAlt+% =
- RightAlt+^ =
- RightAlt+& =
- RightAlt+*, then a = ą (and Ą). Similarly für ęĘ, įĮ.
- RightAlt+(, then a = ă (and Ă)
- RightAlt+(, then g = ğ (and Ğ)
- RightAlt+), then a = å (and Å)
- RightAlt+_ =
- RightAlt++ = ÷
AntiVirus Server
Wie installiere ich ClamAV AntiVirus Server
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install clamav
How to manually update virus databases
- Lies dazu #Generelles
- Read #Wie installiere ich ClamAV AntiVirus Server
sudo freshclam
How to manually scan files/folders für viruses
- Lies dazu #Generelles
- Read #Wie installiere ich ClamAV AntiVirus Server
sudo clamscan -r /location_of_files_or_folders
How to automatically scan files/folders für viruses
- Lies dazu #Generelles
- Read #Wie installiere ich ClamAV AntiVirus Server
- e.g. Automatically scan files/folders für viruses at midnight everyday
- * * * * * means minute hour date month year
export EDITOR=gedit && sudo crontab -e
- Append the following line at the end of file
00 00 * * * sudo clamscan -r /location_of_files_or_folders
- Save the edited file
Samba Server
Wie installiere ich Samba Server für files/folders sharing service
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install samba sudo apt-get install smbfs
How to add/edit/delete network users
- Lies dazu #Generelles
- Read #Wie installiere ich Samba Server für files/folders sharing service
- To add network user
sudo smbpasswd -a system_username sudo gedit /etc/samba/smbusers
- Insert the following line into the new file
system_username = "network username"
- Save the edited file
- To edit network user
sudo smbpasswd -a system_username
- To delete network user
sudo smbpasswd -x system_username
How to share home folders with read only permission (Authentication=Yes)
sudo cp /etc/samba/smb.conf /etc/samba/smb.conf_backup sudo gedit /etc/samba/smb.conf
- Find this line
... ; security = user ...
- Replace with the following lines
security = user username map = /etc/samba/smbusers
- Save the edited file
- Read #How to add/edit/delete network users
sudo testparm sudo /etc/init.d/samba restart
How to share home folders with read/write permissions (Authentication=Yes)
sudo cp /etc/samba/smb.conf /etc/samba/smb.conf_backup sudo gedit /etc/samba/smb.conf
- Find this line
... ; security = user ...
- Replace with the following lines
security = user username map = /etc/samba/smbusers
- Find this section
... # By default, the home directories are exported read-only. Change next # parameter to 'yes' if you want to be able to write to them. writable = no ...
- Replace with the following lines
# By default, the home directories are exported read-only. Change next # parameter to 'yes' if you want to be able to write to them. writable = yes
- Save the edited file
- Read #How to add/edit/delete network users
sudo testparm sudo /etc/init.d/samba restart
How to share group folders with read only permission (Authentication=Yes)
sudo mkdir /home/group sudo chmod 777 /home/group/ sudo cp /etc/samba/smb.conf /etc/samba/smb.conf_backup sudo gedit /etc/samba/smb.conf
- Find this line
... ; security = user ...
- Replace with the following lines
security = user username map = /etc/samba/smbusers
- Append the following lines at the end of file
[Group] comment = Group Folder path = /home/group public = yes writable = no valid users = system_username1 system_username2 create mask = 0700 directory mask = 0700 force user = nobody force group = nogroup
- Save the edited file
- Read #How to add/edit/delete network users
sudo testparm sudo /etc/init.d/samba restart
How to share group folders with read/write permissions (Authentication=Yes)
sudo mkdir /home/group sudo chmod 777 /home/group/ sudo cp /etc/samba/smb.conf /etc/samba/smb.conf_backup sudo gedit /etc/samba/smb.conf
- Find this line
... ; security = user ...
- Replace with the following lines
security = user username map = /etc/samba/smbusers
- Append the following lines at the end of file
[Group] comment = Group Folder path = /home/group public = yes writable = yes valid users = system_username1 system_username2 create mask = 0700 directory mask = 0700 force user = nobody force group = nogroup
- Save the edited file
- Read #How to add/edit/delete network users
sudo testparm sudo /etc/init.d/samba restart
How to share public folders with read only permission (Authentication=Yes)
sudo mkdir /home/public sudo chmod 777 /home/public/ sudo cp /etc/samba/smb.conf /etc/samba/smb.conf_backup sudo gedit /etc/samba/smb.conf
- Find this line
... ; security = user ...
- Replace with the following lines
security = user username map = /etc/samba/smbusers
- Append the following lines at the end of file
[public] comment = Public Folder path = /home/public public = yes writable = no create mask = 0777 directory mask = 0777 force user = nobody force group = nogroup
- Save the edited file
- Read #How to add/edit/delete network users
sudo testparm sudo /etc/init.d/samba restart
How to share public folders with read/write permissions (Authentication=Yes)
sudo mkdir /home/public sudo chmod 777 /home/public/ sudo cp /etc/samba/smb.conf /etc/samba/smb.conf_backup sudo gedit /etc/samba/smb.conf
- Find this line
... ; security = user ...
- Replace with the following lines
security = user username map = /etc/samba/smbusers
- Append the following lines at the end of file
[public] comment = Public Folder path = /home/public public = yes writable = yes create mask = 0777 directory mask = 0777 force user = nobody force group = nogroup
- Save the edited file
- Read #How to add/edit/delete network users
sudo testparm sudo /etc/init.d/samba restart
How to share public folders with read only permission (Authentication=No)
sudo mkdir /home/public sudo chmod 777 /home/public/ sudo cp /etc/samba/smb.conf /etc/samba/smb.conf_backup sudo gedit /etc/samba/smb.conf
- Find this line
... ; security = user ...
- Replace with the following line
security = share
- Append the following lines at the end of file
[public] comment = Public Folder path = /home/public public = yes writable = no create mask = 0777 directory mask = 0777 force user = nobody force group = nogroup
- Save the edited file
sudo testparm sudo /etc/init.d/samba restart
How to share public folders with read/write permissions (Authentication=No)
sudo mkdir /home/public sudo chmod 777 /home/public/ sudo cp /etc/samba/smb.conf /etc/samba/smb.conf_backup sudo gedit /etc/samba/smb.conf
- Find this line
... ; security = user ...
- Replace with the following line
security = share
- Append the following lines at the end of file
[public] comment = Public Folder path = /home/public public = yes writable = yes create mask = 0777 directory mask = 0777 force user = nobody force group = nogroup
- Save the edited file
sudo testparm sudo /etc/init.d/samba restart
SSH Server
Wie installiere ich SSH Server für remote administration service
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install ssh
How to SSH into remote Ubuntu machine
- Lies dazu #Generelles
- e.g. Assumed that remote Ubuntu machine have installed SSH Server service
- Read #Wie installiere ich SSH Server für remote administration service
- Remote Ubuntu machine: 192.168.0.1
ssh username@192.168.0.1
How to copy files/folders from remote Ubuntu machine into local machine (scp)
- Lies dazu #Generelles
- e.g. Assumed that remote Ubuntu machine have installed SSH Server service
- Read #Wie installiere ich SSH Server für remote administration service
- Remote Ubuntu machine: 192.168.0.1
- Remote files/folders location: /home/username/remotefile.txt
- Local machine save location: . (current directory)
scp -r username@192.168.0.1:/home/username/remotefile.txt .
How to copy files/folders from local machine into remote Ubuntu machine (scp)
- Lies dazu #Generelles
- e.g. Assumed that remote Ubuntu machine have installed SSH Server service
- Read #Wie installiere ich SSH Server für remote administration service
- Local files/folders location: localfile.txt
- Remote Ubuntu machine: 192.168.0.1
- Remote Ubuntu machine save location: /home/username/
scp -r localfile.txt username@192.168.0.1:/home/username/
How to copy files/folders from remote Ubuntu machine into local machine (rsync)
- Lies dazu #Generelles
- e.g. Assumed that remote Ubuntu machine have installed SSH Server service
- Read #Wie installiere ich SSH Server für remote administration service
- Remote Ubuntu machine: 192.168.0.1
- Remote files/folders location: /home/username/remotefile.txt
- Local machine save location: . (current directory)
rsync -v -u -a --delete --rsh=ssh --stats username@192.168.0.1:/home/username/remotefile.txt .
How to copy files/folders from local machine into remote Ubuntu machine (rsync)
- Lies dazu #Generelles
- e.g. Assumed that remote Ubuntu machine have installed SSH Server service
- Read #Wie installiere ich SSH Server für remote administration service
- Local files/folders location: localfile.txt
- Remote Ubuntu machine: 192.168.0.1
- Remote Ubuntu machine save location: /home/username/
rsync -v -u -a --delete --rsh=ssh --stats localfile.txt username@192.168.0.1:/home/username/
How to SSH into remote Ubuntu machine via Windows machine
- Lies dazu #Generelles
- e.g. Assumed that remote Ubuntu machine have installed SSH Server service
- Read #Wie installiere ich SSH Server für remote administration service
- Download PuTTY: Here
How to copy files/folders from/into remote Ubuntu machine via Windows machine
- Lies dazu #Generelles
- e.g. Assumed that remote Ubuntu machine have installed SSH Server service
- Read #Wie installiere ich SSH Server für remote administration service
- Download FileZilla: Here
How to limit the user accounts that can connect through ssh remotely
- Lies dazu #Generelles
- e.g. If you enable the SSH server, then any user with a valid account can connect remotely
- This can lead to security risks, as there exist remote password cracking tools that
- try common username/password pairs.
- Keep a backup of the ssh server configuration file with
sudo cp /etc/ssh/sshd_config /etc/ssh/sshd_config.ORIGINAL
- Edit the configuration file
sudo gedit /etc/ssh/sshd_config
- Change the parameter PermitRootLogin from yes to no. The superuser must not be able to connect directly from remote.
- Add the parameter AllowUsers and specify the usernames (space separated) that can connect remotely.
- You can also use DenyUsers für fine-grained selection of users.
- If you enable the openssh server and you have no intention für now to enable remote connections, you may add AllowUsers nosuchuserhere to disable anyone connecting.
DHCP Server
Wie installiere ich DHCP Server für automatic IP addresses assignment
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
- e.g. Assumed that "eth0" is the interface für network card
- IP Address Range: 192.168.0.100 to 192.168.0.200
- Subnet Mask: 255.255.255.0
- DNS Servers: 202.188.0.133, 202.188.1.5
- Domains: tm.net.my
- Gateway Address: 192.168.0.1
sudo apt-get install dhcp3-server sudo cp /etc/default/dhcp3-server /etc/default/dhcp3-server_backup sudo gedit /etc/default/dhcp3-server
- Find this line
... INTERFACES=""
- Replace with the following line
INTERFACES="eth0"
- Save the edited file
sudo cp /etc/dhcp3/dhcpd.conf /etc/dhcp3/dhcpd.conf_backup sudo gedit /etc/dhcp3/dhcpd.conf
- Find this section
... # option definitions common to all supported networks... option domain-name "example.org"; option domain-name-servers ns1.example.org, ns2.example.org;
default-lease-time 600; max-lease-time 7200; ...
- Replace with the following lines
# option definitions common to all supported networks... #option domain-name "example.org"; #option domain-name-servers ns1.example.org, ns2.example.org;
#default-lease-time 600; #max-lease-time 7200;
- Find this section
... # A slightly different configuration für an internal subnet. #subnet 10.5.5.0 netmask 255.255.255.224 { # range 10.5.5.26 10.5.5.30; # option domain-name-servers ns1.internal.example.org; # option domain-name "internal.example.org"; # option routers 10.5.5.1; # option broadcast-address 10.5.5.31; # default-lease-time 600; # max-lease-time 7200; #} ...
- Replace with the following lines
# A slightly different configuration für an internal subnet. subnet 192.168.0.0 netmask 255.255.255.0 { range 192.168.0.100 192.168.0.200; option domain-name-servers 202.188.0.133, 202.188.1.5; option domain-name "tm.net.my"; option routers 192.168.0.1; option broadcast-address 192.168.0.255; default-lease-time 600; max-lease-time 7200; }
- Save the edited file
sudo /etc/init.d/dhcp3-server restart
Database Server
Wie installiere ich MYSQL Database Server
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install mysql-server mysqladmin -u root password db_user_password
Wie installiere ich MYSQL Administrator
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
- Read #Wie installiere ich MYSQL Database Server
sudo apt-get install mysql-admin
- Read #How to refresh GNOME panel
- Applications -> System Tools -> MySQL Administrator
Apache HTTP Server
Wie installiere ich Apache HTTP Server für HTTP (Web) Server service
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install apache2
- http://localhost
Wie installiere ich PHP für Apache HTTP Server
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
- Read #Wie installiere ich Apache HTTP Server für HTTP (Web) Server service
sudo apt-get install php4 sudo /etc/init.d/apache2 restart sudo gedit /var/www/testphp.php
- Insert the following line into the new file
<?php phpinfo(); ?>
- Save the edited file
- http://localhost/testphp.php
Wie installiere ich MYSQL für Apache HTTP Server
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
- Read #Wie installiere ich Apache HTTP Server für HTTP (Web) Server service
- Read #Wie installiere ich PHP für Apache HTTP Server
- Read #Wie installiere ich MYSQL Database Server
sudo apt-get install libapache2-mod-auth-mysql sudo apt-get install php4-mysql sudo /etc/init.d/apache2 restart
How to map URLs to folders outside /var/www/
sudo gedit /etc/apache2/conf.d/alias
- Insert the following lines into the new file
Alias /URL-path /location_of_folder/
<Directory /location_of_folder/> Options Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all </Directory>
- Save the edited file
sudo /etc/init.d/apache2 restart
- http://localhost/URL-path
How to change the default port number für Apache HTTP Server
- e.g. Assumed that new port number is 78
sudo cp /etc/apache2/ports.conf /etc/apache2/ports.conf_backup sudo gedit /etc/apache2/ports.conf
- Find this line
Listen 80
- Replace with the following line
Listen 78
- Save the edited file
sudo /etc/init.d/apache2 restart
- http://localhost:78
How to parse RSS into PHP für Apache HTTP Server
- Lies dazu #Generelles
- Read #Wie installiere ich Apache HTTP Server für HTTP (Web) Server service
- Read #Wie installiere ich PHP für Apache HTTP Server
- e.g. Assumed that RSS is DistroWatch.com - News
wget -c http://easylinux.info/uploads/magpierss-0.71.1.tar.gz sudo mkdir /var/www/feeds sudo tar zxvf magpierss-0.71.1.tar.gz -C /var/www/feeds/ sudo mv /var/www/feeds/magpierss-0.71.1/* /var/www/feeds/ sudo rm -fr /var/www/feeds/magpierss-0.71.1/ sudo chown -R www-data:root /var/www/feeds/ sudo gedit /var/www/feeds/index.php
- Insert the following lines into the new file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>DistroWatch.com - News</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <style type="text/css"> /*<![CDATA[*/ /* DEFAULT TAG STYLES */ body { background: #ffffff; margin-left: 20px; font-family: bitstream vera sans,sans-serif; font-size: 9pt; } h1 { font-family: luxi sans,sans-serif; font-size: 15pt; } /*]]>*/ </style> </head> <body> <?php require_once 'rss_fetch.inc'; error_reporting(E_ERROR); $url = 'http://distrowatch.com/news/dw.xml'; $rss = fetch_rss($url); if ($rss) { echo "<h1>"; echo "<a href=$url>", $rss->channel[title], "</a><br/>"; echo "</h1>"; foreach ($rss->items as $item ) { $url = $item[link]; $title = $item[title]; $description = $item[description]; echo "<li>"; echo "<b>Topic:</b> <a href=$url><b><u>$title</u></b></a><br/><br/>"; echo "$description<br/><br/>"; echo "</li>"; } } else { echo "<a href=$url>", $url, "</a> - Server Down!<br/>"; } ?> </body> </html>
- Save the edited file
- http://localhost/feeds/index.php
FTP Server
Wie installiere ich FTP Server für File Transfer service
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo apt-get install proftpd
How to configure FTP user to be "jailed" (chrooted) into their home directory
sudo cp /etc/proftpd.conf /etc/proftpd.conf_backup sudo gedit /etc/proftpd.conf
- Find this section
... DenyFilter \*.*/ ...
- Add the following line below it
DefaultRoot ~
- Save the edited file
sudo /etc/init.d/proftpd restart
How to configure FTP Server to allow anonymous FTP user to read only
sudo cp /etc/proftpd.conf /etc/proftpd.conf_backup sudo gedit /etc/proftpd.conf
- Append the following lines at the end of file
<Anonymous ~ftp> User ftp Group nogroup UserAlias anonymous ftp DirFakeUser on ftp DirFakeGroup on ftp RequireValidShell off MaxClients 10 DisplayLogin welcome.msg DisplayFirstChdir .message <Directory *> <Limit WRITE> DenyAll </Limit> </Directory> </Anonymous>
- Save the edited file
sudo /etc/init.d/proftpd restart
How to configure FTP Server to allow anonymous FTP user to read/write
sudo cp /etc/proftpd.conf /etc/proftpd.conf_backup sudo gedit /etc/proftpd.conf
- Append the following lines at the end of file
<Anonymous ~ftp> User ftp Group nogroup UserAlias anonymous ftp DirFakeUser on ftp DirFakeGroup on ftp RequireValidShell off MaxClients 10 DisplayLogin welcome.msg DisplayFirstChdir .message </Anonymous>
- Save the edited file
sudo /etc/init.d/proftpd restart
How to map anonymous FTP user to folders outside /home/ftp/
sudo cp /etc/proftpd.conf /etc/proftpd.conf_backup sudo gedit /etc/proftpd.conf
- Append the following lines at the end of file
<Anonymous /location_of_folder/> User ftp Group nogroup UserAlias anonymous ftp DirFakeUser on ftp DirFakeGroup on ftp RequireValidShell off MaxClients 10 DisplayLogin welcome.msg DisplayFirstChdir .message <Directory *> <Limit WRITE> DenyAll </Limit> </Directory> </Anonymous>
- Save the edited file
sudo /etc/init.d/proftpd restart
How to change the default port number für FTP Server
- e.g. Assumed that new port number is 77
sudo cp /etc/proftpd.conf /etc/proftpd.conf_backup sudo gedit /etc/proftpd.conf
- Find this line
Port 21
- Replace with the following line
Port 77
- Save the edited file
sudo /etc/init.d/proftpd restart
How to ftp into remote Ubuntu machine via Windows machine
- Lies dazu #Generelles
- e.g. Assumed that remote Ubuntu machine have installed FTP Server service
- Read #Wie installiere ich FTP Server für File Transfer service
- Download FileZilla: Here
Streaming Media Server
Wie installiere ich GNUMP3d für Streaming Media Server service
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
- Read #Wie installiere ich Apache HTTP Server für HTTP (Web) Server service
- e.g. /var/music/ is the directory containing multimedia files
sudo apt-get install gnump3d
- http://localhost:8888
How to change the default directory containing multimedia files für GNUMP3d
- e.g. Assumed that new directory containing multimedia files is /home/music/
sudo cp /etc/gnump3d/gnump3d.conf /etc/gnump3d/gnump3d.conf_backup sudo gedit /etc/gnump3d/gnump3d.conf
- Find this line
root = /var/music
- Replace with the following line
root = /home/music
- Find this line
user = gnump3d
- Replace with the following line
user = root
- Save the edited file
sudo /etc/init.d/gnump3d restart
- http://localhost:8888
How to change the default port number für GNUMP3d
- e.g. Assumed that new port number is 7878
sudo cp /etc/gnump3d/gnump3d.conf /etc/gnump3d/gnump3d.conf_backup sudo gedit /etc/gnump3d/gnump3d.conf
- Find this line
port = 8888
- Replace with the following line
port = 7878
- Save the edited file
sudo /etc/init.d/gnump3d restart
- http://localhost:7878
Image Gallery Server
Wie installiere ich Gallery für Image Gallery Server service
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
- Read #Wie installiere ich Apache HTTP Server für HTTP (Web) Server service
- Read #Wie installiere ich PHP für Apache HTTP Server
sudo apt-get install gallery (when prompted to restart Apache, choose No or Cancel) sudo apt-get install imagemagick sudo apt-get install jhead sudo apt-get install libjpeg-progs sudo /etc/init.d/apache2 restart sudo sh /usr/share/gallery/configure.sh
- http://localhost/gallery/setup/index.php
- Gallery Configuration
Gallery Configuration Wizard: Step 1 Next Step ->
Gallery Configuration Wizard: Step 2 General settings Tab -> Admin password: Specify the password Locations and URLs Tab -> Album directory: /var/www/albums/ Temporary directory: /tmp/ Gallery URL: http://localhost/gallery Albums URL: http://localhost/albums Next Step -->
Gallery Configuration Wizard: Step 3 Next Step -->
Gallery Configuration Wizard: Step 4 Save Config ->
- http://localhost/gallery/albums.php
How to configure Gallery to be accessible via Internet (Hostname or fix IP) or LAN (fix IP)
- e.g. Assumed that network and internet connections have been configured properly
- Internet (Hostname or fix IP) or LAN (fix IP): http://www.url.com
sudo cp /etc/gallery/config.php /etc/gallery/config.php_backup sudo gedit /etc/gallery/config.php
- Find this section
... $gallery->app->photoAlbumURL = "http://localhost/gallery"; $gallery->app->albumDirURL = "http://localhost/albums"; ...
- Replace with the following lines
$gallery->app->photoAlbumURL = "http://www.url.com/gallery"; $gallery->app->albumDirURL = "http://www.url.com/albums";
- Save the edited file
- http://www.url.com/gallery/albums.php
How to configure Gallery to be accessible via LAN (dynamic IP)
- e.g. Assumed that network connections have been configured properly
- LAN (dynamic IP): 192.168.0.1
sudo cp /etc/gallery/config.php /etc/gallery/config.php_backup sudo gedit /etc/gallery/config.php
- Find this section
... $gallery->app->photoAlbumURL = "http://localhost/gallery"; $gallery->app->albumDirURL = "http://localhost/albums"; ...
- Replace with the following lines
$gallery->app->photoAlbumURL = "/gallery"; $gallery->app->albumDirURL = "/albums";
- Save the edited file
- http://192.168.0.1/gallery/albums.php
How to backup/restore Gallery data
- Lies dazu #Generelles
- To backup Gallery data
sudo tar zcvf gallery.tgz /var/www/albums/ /etc/gallery/
- To restore Gallery data
sudo tar zxvf gallery.tgz -C /
Troubleshooting
Configuring network interfaces... (taking too long to load)
- Lies dazu #Generelles
- Read #How to temporary skip boot-up services
Synchronizing clock to ntp.ubuntulinux.org... (taking too long to load)
- Lies dazu #Generelles
- Read #How to temporary skip boot-up services
- Read #How to permanently disable/enable boot-up services
service_name = ntpdate
How to disable system time/date from being reset to UTC (GMT)
- Lies dazu #Generelles
sudo cp /etc/default/rcS /etc/default/rcS_backup sudo gedit /etc/default/rcS
- Find this line
... UTC=yes ...
- Replace with the following line
UTC=no
- Save the edited file
- System -> Administration -> Time and Date
Set the correct time/date
sudo /etc/init.d/hwclock.sh restart
How to configure sound to work properly in GNOME
- Lies dazu #Generelles
- Lies dazu #hinzufügen von Paketen
sudo killall esd sudo cp /etc/esound/esd.conf /etc/esound/esd.conf_backup sudo gedit /etc/esound/esd.conf
- Find this section
... auto_spawn=0 spawn_options=-terminate -nobeeps -as 5 ...
- Replace with the following lines
auto_spawn=1 spawn_options=-terminate -nobeeps -as 2 -d default
- Save the edited file
sudo apt-get install libesd-alsa0 sudo gedit /etc/asound.conf
- Insert the following lines into the new file
pcm.card0 { type hw card 0 } pcm.!default { type plug slave.pcm "dmixer" } pcm.dmixer { type dmix ipc_key 1025 slave { pcm "hw:0,0" period_time 0 period_size 2048 buffer_size 32768 rate 48000 } bindings { 0 0 1 1 } }
- Save the edited file
sudo ln -fs /usr/lib/libesd.so.0 /usr/lib/libesd.so.1
System -> Preferences -> Sound Sound preferences
General Tab -> Sounds für events (Un-Checked)
- Save and close all opened applications, Reboot computer
How to forcefully empty Trash in GNOME
- Lies dazu #Generelles
sudo rm -fr $HOME/.Trash/
How to remove duplicate menu/menu items in GNOME
- Lies dazu #Generelles
rm -f $HOME/.config/menus/applications.menu
How to refresh Places menu in GNOME (if mounts to /media/ in /etc/fstab does not show up)
- Lies dazu #Generelles
sudo /etc/init.d/dbus-1 restart
Upgrading Ubuntu
How to upgrade from Breezy Badger to Dapper Drake (experimental)
- Lies dazu #Generelles
- Warning! This is still in it's development stage. Only use it für experimental purposes
- Doing this might break your entire system
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup sudo gedit /etc/apt/sources.list
- Replace everything with the following lines
deb http://us.archive.ubuntu.com/ubuntu dapper main restricted deb-src http://us.archive.ubuntu.com/ubuntu dapper main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://us.archive.ubuntu.com/ubuntu dapper-updates main restricted deb-src http://us.archive.ubuntu.com/ubuntu dapper-updates main restricted ## Uncomment the following two lines to add software from the 'universe' ## repository. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## universe WILL NOT receive any review or updates from the Ubuntu security ## team. deb http://us.archive.ubuntu.com/ubuntu dapper universe deb-src http://us.archive.ubuntu.com/ubuntu dapper universe ## Uncomment the following two lines to add software from the 'backports' ## repository. ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. deb http://us.archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse deb-src http://us.archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse deb http://security.ubuntu.com/ubuntu dapper-security main restricted deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted deb http://security.ubuntu.com/ubuntu dapper-security universe deb-src http://security.ubuntu.com/ubuntu dapper-security universe deb http://archive.ubuntu.com/ubuntu dapper multiverse deb-src http://archive.ubuntu.com/ubuntu dapper multiverse ## Backports deb http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse
- Save the edited file
sudo apt-get update sudo apt-get dist-upgrade
- Save and close all opened applications, Reboot computer
Removed Topics
- Topics that have been removed from this guide can be found here