Ubuntu 6.06 Alustamisjuhend
Allikas: Pingviini viki
![]() |
Aidake koostamisega/tõlkimisega! |
Sisukord
[peida]- 1 Mitteametlik Ubuntu 6.06 (Dapper Drake) Alustamisjuhend
- 2 Üldised Märkused
- 3 Getting Started
- 3.1 What is Ubuntu
- 3.2 What is new in Ubuntu 6.06 Dapper Drake
- 3.3 Where to view Ubuntu screenshots
- 3.4 Where to find a list of all the programs/libraries that comes with Ubuntu
- 3.5 Where to download Ubuntu
- 3.6 Where to order Ubuntu CDs for absolutely FREE
- 3.7 Where to find help for Ubuntu
- 3.8 Where to look for new programs
- 3.9 Where to look for style elements for your desktop
- 4 Repositooriumid
- 5 Ubuntu Updates
- 6 Add-On Applications
- 6.1 How to install Clipboard Daemon for GNOME
- 6.2 How to install J2SE Runtime Environment (JRE) with Plug-in for Mozilla Firefox
- 6.3 How to install Flash Player (Macromedia Flash) Plug-in for Mozilla Firefox
- 6.4 How to install PDF Reader (Adobe Reader) with Plug-in for Mozilla Firefox
- 6.5 How to install Download Manager (Downloader for X)
- 6.6 How to install FTP Client (gFTP)
- 6.7 How to install File share utility (DC++)
- 6.8 How to install P2P BitTorrent Client (Azureus)
- 6.9 How to install P2P eMule Client (aMule)
- 6.10 How to install P2P Gnutella Client (FrostWire)
- 6.11 How to install Messenger (Skype)
- 6.12 How to install WinPopup (LinPopUp)
- 6.13 How to install Multimedia Codecs
- 6.14 How to install DVD playback capability
- 6.15 How to install Multimedia Player (xine-ui)
- 6.16 How to install Multimedia Player (Totem) with Plug-in for Mozilla Firefox
- 6.17 How to install Multimedia Player (XMMS)
- 6.18 How to install Multimedia Player (amaroK)
- 6.19 How to install Multimedia Player (RealPlayer 10)
- 6.20 How to install Stream Directory Browser (streamtuner)
- 6.21 How to install Music Organizer (Cowbell)
- 6.22 How to install ID3 Tag Editor (EasyTAG)
- 6.23 How to install Video Editor (Kino)
- 6.24 How to install Audio Editor (Audacity)
- 6.25 How to install DVD Ripper (dvd::rip)
- 6.26 How to install CD Ripper (Goobox)
- 6.27 How to install Image Viewer (digiKam)
- 6.28 How to install Email Client (Mozilla Thunderbird)
- 6.29 How to install Newsreader (Pan)
- 6.30 How to install RSS/RDF/Atom Newsreader (RSSOwl)
- 6.31 How to install Web Authoring System (Nvu)
- 6.32 How to install Web Development Environment (quanta plus)
- 6.33 How to install Project Management Application (Planner)
- 6.34 How to install Accounting Application (GnuCash)
- 6.35 How to install Desktop Publishing Application (Scribus)
- 6.36 How to install Diagram Editor (Dia)
- 6.37 How to install Compiled HTML Help (CHM) Viewer (xCHM)
- 6.38 How to install CD/DVD Burning Application (GnomeBaker)
- 6.39 How to install CD/DVD Burning Application (K3b)
- 6.40 How to install Dialup PPP Client (GNOME PPP)
- 6.41 How to install Broadband ADSL/PPPoE Client (RP-PPPoE)
- 6.42 How to install Boot-Up Manager (BUM)
- 6.43 How to install Partition Editor (GParted)
- 6.44 How to install Firewall (Firestarter)
- 6.45 How to install network traffic analyzer (Ethereal)
- 6.46 How to install Vulnerability Scanner (Nessus)
- 6.47 How to install RAR Archiver (rar)
- 6.48 How to install Extra Fonts
- 6.49 How to install Chinese Input Method (SCIM)
- 6.50 How to install Desktop Applets (gDesklets)
- 6.51 How to install Basic Compilers (build-essential)
- 6.52 How to install Integrated Development Environment (Anjuta)
- 6.53 How to install 3D modeling tool (Blender 3d)
- 6.54 How to install game Tuxracer
- 6.55 How to install game Frozen-Bubble
- 6.56 How to install game Scorched3D
- 6.57 How to install virtual planetarium (Stellarium)
- 6.58 How to install KDE Edutainment applications
- 7 Other Desktop Environments
- 8 Eye Candy
- 9 Commercial Applications
Mitteametlik Ubuntu 6.06 (Dapper Drake) Alustamisjuhend
See juhend kirjutati algselt Chua Wen Kiati (Kuala Lumpur, Malaysia) poolt ja on avaldatud http://ubuntuguide.org/ lehel. Seda juhendit uuendas Linux Center of University of Latvia ja nüüd on selle tõlkinud Pingviini Viki kasutajaskond. Käesolevas õpetuses on arvestatud, et tegu on inglise keelse Gnomega.
Üldised Märkused
- This is an Unofficial Ubuntu 6.06 (Dapper Drake) Starter Guide. It is not associated with Ubuntu and Canonical Ltd.
- Guide is tested on a full installation of the Ubuntu 6.06 x86 Install CD (Dapper Drake)
- If you see a bluish box, this means you have to execute the commands in Terminal mode (Applications -> System Tools -> Terminal) or use the content of that box as mentioned in some other instructions.
- To reduce typo mistakes, copy and paste the commands into Terminal mode (right click on the commands -> "Copy" or "Paste". You can also use Ctrl+C to copy and Shift+Insert to paste it)
- "sudo" means superuser do. "sudo" will prompt for "Password:". Please specify user password
- If you want more information about any command, simply look at the manual page for it using the "man" command. For example, "man sudo" will display the manual page for the "sudo" command.
- If you are tired of typing "apt-get" all the time, Read #How to apt-get the easy way (Synaptic)
- "apt-get" and "wget" requires Internet connection to install/update/download programs
- To download file, right click on the link -> Select "Save Link As..." -> Make sure file name and extension are correct
- If you wish to help translating Ubuntu to your native language or to help Ubuntu otherwise visit https://launchpad.net/
- May the "humanity to others" spirit be with you always...
- If you are using Kubuntu you need to install Gedit
sudo apt-get install gedit
- Or replace 'gedit' with 'kwrite', for example, instead of writing
sudo gedit /etc/apt/sources.list
- Write
sudo kwrite /etc/apt/sources.list
- If you are using 64-bit version replace "i386" with "amd64"
Getting Started
What is Ubuntu
What is new in Ubuntu 6.06 Dapper Drake
Where to view Ubuntu screenshots
Stubby: Currently outdated
Where to find a list of all the programs/libraries that comes with Ubuntu
- Result of dpkg -l: Here
- http://packages.ubuntu.com/dapper
- http://distrowatch.com/table.php?distribution=ubuntu
Where to download Ubuntu
Where to order Ubuntu CDs for absolutely FREE
Where to find help for Ubuntu
- See: System -> Help -> System Documentation
- Official Documentation website
- Official User Documentation (wiki)
- Ubuntu Document Storage Facility
- Mailing Lists
- Web Forums
- IRC Channel
Where to look for new programs
Where to look for style elements for your desktop
Repositooriumid
Kuidas lisada täiendavaid repositooriume?
- Lugege #Üldised Märkused
- You can also add extra repositories using the Synaptic Package Manager. New users may find it more user-friendly to add extra repositories through the Package Manager. If you follow the link above, you do not have follow the rest of this tip.
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup sudo gedit /etc/apt/sources.list
- Replace everything with the following lines
## Add comments (##) in front of any line to remove it from being checked. ## Use the following sources.list at your own risk. deb http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse ## MAJOR BUG FIX UPDATES produced after the final release deb http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse ## UBUNTU SECURITY UPDATES deb http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse ## BACKPORTS REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.) deb http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu dapper-backports 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
- Salvestage muudetud fail
sudo apt-get update
- You may also generate your own sources.list: http://www.ubuntulinux.nl/source-o-matic
- Use your own sources.list file only if you understand what you're doing
Ubuntu Updates
How to manually update Ubuntu
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get update sudo apt-get upgrade
Add-On Applications
How to install Clipboard Daemon for GNOME
- Lugege #Üldised Märkused
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 end of file
@reboot gnome-clipboard-daemon
- Salvestage muudetud fail
How to install J2SE Runtime Environment (JRE) with Plug-in for Mozilla Firefox
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install sun-j2re1.5 echo 3 | sudo update-alternatives --config java
- Restart Mozilla Firefox
How to install Flash Player (Macromedia Flash) Plug-in for Mozilla Firefox
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install flashplugin-nonfree sudo /usr/sbin/update-flashplugin
- Restart Mozilla Firefox
How to install PDF Reader (Adobe Reader) with Plug-in for Mozilla Firefox
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
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
How to install Download Manager (Downloader for X)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install d4x
- Read #How to refresh GNOME panel
- Applications -> Internet -> Downloader for X
How to install FTP Client (gFTP)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install gftp
- Read #How to refresh GNOME panel
- Applications -> Internet -> gFTP
- Lugege #Üldised Märkused
wget -c http://easylinux.info/uploads/linuxdcpp.tar.gz sudo tar zxvf linuxdcpp.tar.gz -C /opt sudo gedit /usr/share/applications/dcpp.desktop
- Sisestage järgnevad read uute faili
[Desktop Entry] Encoding=UTF-8 Name=DC++ Exec=/opt/linuxdcpp/dcpp Terminal=false Type=Application StartupNotify=true Icon=eyes.png Categories=Application;Network;
- Salvestage muudetud fail
- Applications -> Internet -> DC++
How to install P2P BitTorrent Client (Azureus)
- Lugege #Üldised Märkused
- Read #How to install J2SE Runtime Environment (JRE) with Plug-in for Mozilla Firefox
wget -c http://kent.dl.sourceforge.net/sourceforge/azureus/Azureus_2.4.0.2_linux.tar.bz2 sudo tar jxvf Azureus_2.4.0.2_linux.tar.bz2 -C /opt sudo gedit /usr/share/applications/azureus.desktop
- Sisestage järgnevad read uute faili
[Desktop Entry] Name=Azureus Comment=A Bittorrent client Exec=/opt/azureus/azureus Icon=/opt/azureus/Azureus.png Terminal=false Type=Application Categories=Application;Network;
- Salvestage muudetud fail
- Applications -> Internet -> Azureus
How to install P2P eMule Client (aMule)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install amule
- Read #How to refresh GNOME panel
- Applications -> Internet -> aMule
How to install P2P Gnutella Client (FrostWire)
- Lugege #Üldised Märkused
- Read #How to install J2SE Runtime Environment (JRE) with Plug-in for Mozilla Firefox
wget -c http://www.users.on.net/~stubby/FrostWire-4.10.9-1.i586.deb sudo dpkg -i FrostWire-4.10.9-1.i586.deb
- The package cannot run due to an error in the encoding of the run script. The solution is simple though
sudo nano /usr/lib/frostwire/runFrost.sh
- Hit the following keys
CTRL+O ALT+D Enter CTRL+X
- Applications -> Internet -> FrostWire
How to install Messenger (Skype)
- Lugege #Üldised Märkused
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
How to install WinPopup (LinPopUp)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
- Read #How to install Samba Server for files/folders sharing service
sudo apt-get install linpopup sudo gedit /usr/share/applications/linpopup.desktop
- Sisestage järgnevad read uute faili
[Desktop Entry] Name=LinPopUp Comment=LinPopUp Exec=linpopup Icon=/usr/share/pixmaps/linpopup.xpm Terminal=false Type=Application Categories=Application;Utility;
- Salvestage muudetud fail
- Read #How to refresh GNOME panel
- Applications -> Accessories -> LinPopUp
How to install Multimedia Codecs
Stubby All known codecs work except for wmv
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install gstreamer0.10-ffmpeg sudo apt-get install gstreamer0.10-gl sudo apt-get install gstreamer0.10-plugins-base sudo apt-get install gstreamer0.10-plugins-good sudo apt-get install gstreamer0.10-plugins-bad sudo apt-get install gstreamer0.10-plugins-bad-multiverse sudo apt-get install gstreamer0.10-plugins-ugly sudo apt-get install gstreamer0.10-plugins-ugly-multiverse
How to install DVD playback capability
Stubby: gstreamer dvd plugin not ported to dapper yet. following instructions will not work properly
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install libdvdcss2
How to install Multimedia Player (xine-ui)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
- Read #How to install Multimedia Codecs
- Read #How to install 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
How to install Multimedia Player (Totem) with Plug-in for Mozilla Firefox
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
- Read #How to install Multimedia Codecs
- Read #How to install DVD playback capability
sudo apt-get install totem-gstreamer-firefox-plugin
- Restart Mozilla Firefox
How to install Multimedia Player (XMMS)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
- Read #How to install 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
How to install Multimedia Player (amaroK)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
- Read #How to install Multimedia Codecs
sudo apt-get install amarok
- Applications -> Sound & Video -> amaroK
How to install Multimedia Player (RealPlayer 10)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
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
How to install Stream Directory Browser (streamtuner)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install streamtuner sudo apt-get install streamripper
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> streamtuner
How to install Music Organizer (Cowbell)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install cowbell
- Applications -> Sound & Video -> Cowbell Music Organizer
How to install ID3 Tag Editor (EasyTAG)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install easytag
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> EasyTAG
How to install Video Editor (Kino)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
- Read #How to install 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
How to install Audio Editor (Audacity)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
- Read #How to install Multimedia Codecs
sudo apt-get install audacity
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> Audacity
How to install DVD Ripper (dvd::rip)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
- Read #How to install Multimedia Codecs
- Read #How to install DVD playback capability
- Read #How to install Multimedia Player (MPlayer) with Plug-in for Mozilla Firefox
- Read #How to install 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
- Sisestage järgnevad read uute faili
[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;
- Salvestage muudetud fail
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> dvd::rip
How to install CD Ripper (Goobox)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
- Read #How to install Multimedia Codecs
sudo apt-get install goobox sudo rm -f /usr/share/applications/goobox.desktop sudo gedit /usr/share/applications/goobox.desktop
- Sisestage järgnevad read uute faili
[Desktop Entry] Name=CD Player & Ripper Comment=Play and extract CDs Exec=goobox Icon=goobox.png Terminal=false Type=Application Categories=Application;AudioVideo;
- Salvestage muudetud fail
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> CD Player & Ripper
How to install Image Viewer (digiKam)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install digikam
- Applications -> Graphics -> digikam
How to install Email Client (Mozilla Thunderbird)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install mozilla-thunderbird
- Read #How to refresh GNOME panel
- Applications -> Internet -> Thunderbird Mail Client
How to install Newsreader (Pan)
- Lugege #Üldised Märkused
wget -c http://www.users.on.net/~stubby/pan_0.93_i386.deb sudo apt-get install libgmime2.1 sudo dpkg -i pan_0.93_i386.deb
- Read #How to refresh GNOME panel
- Applications -> Internet -> Pan Newsreader
How to install RSS/RDF/Atom Newsreader (RSSOwl)
- Lugege #Üldised Märkused
- Read #How to install J2SE Runtime Environment (JRE) with Plug-in for 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
- Sisestage järgnevad read uute faili
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
- Salvestage muudetud fail
sudo chmod +x /usr/bin/runRSSOwl.sh sudo gedit /usr/share/applications/RSSOwl.desktop
- Sisestage järgnevad read uute faili
[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;
- Salvestage muudetud fail
- Applications -> Internet -> RSSOwl
How to install Web Authoring System (Nvu)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install nvu sudo rm -f /usr/share/applications/nvu.desktop sudo gedit /usr/share/applications/nvu.desktop
- Sisestage järgnevad read uute faili
[Desktop Entry] Name=Nvu Comment=Web Development Editor Exec=nvu Icon=nvu.xpm Terminal=false Type=Application Categories=Application;Network;
- Salvestage muudetud fail
- Read #How to refresh GNOME panel
- Applications -> Internet -> Nvu
How to install Web Development Environment (quanta plus)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install quanta
- Applications -> Programming -> Quanta Plus
How to install Project Management Application (Planner)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install planner
- Read #How to refresh GNOME panel
- Applications -> Office -> Project Management
How to install Accounting Application (GnuCash)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install gnucash sudo rm -fr /usr/share/gnome/apps/Applications/ sudo gedit /usr/share/applications/GnuCash.desktop
- Sisestage järgnevad read uute faili
[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;
- Salvestage muudetud fail
- Read #How to refresh GNOME panel
- Applications -> Office -> GnuCash
How to install Desktop Publishing Application (Scribus)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install scribus
- Read #How to refresh GNOME panel
- Applications -> Office -> Scribus
How to install Diagram Editor (Dia)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install dia-gnome
- Read #How to refresh GNOME panel
- Applications -> Graphics -> Dia
How to install Compiled HTML Help (CHM) Viewer (xCHM)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install xchm
- Read #How to refresh GNOME panel
- Applications -> Graphics -> xCHM
How to install CD/DVD Burning Application (GnomeBaker)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install gnomebaker
- Read #How to refresh GNOME panel
- Applications -> Accessories -> GnomeBaker CD/DVD Creator
How to install CD/DVD Burning Application (K3b)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install k3b
- Applications -> Sound & Video -> K3b
How to install Dialup PPP Client (GNOME PPP)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install gnome-ppp
- Read #How to refresh GNOME panel
- Applications -> Internet -> GNOME PPP
How to install 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
- Sisestage järgnevad read uute faili
[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;
- Salvestage muudetud fail
- Read #How to refresh GNOME panel
- Applications -> Internet -> RP-PPPoE
How to install Boot-Up Manager (BUM)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install bum
- Read #How to refresh GNOME panel
- System -> Administration -> Boot-Up Manager
How to install Partition Editor (GParted)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install gparted
- Read #How to refresh GNOME panel
- Applications -> System Tools -> GParted
How to install Firewall (Firestarter)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install firestarter
- Read #How to refresh GNOME panel
- Applications -> System Tools -> Firestarter
How to install network traffic analyzer (Ethereal)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install ethereal
- Applications -> Internet -> Ethereal
How to install Vulnerability Scanner (Nessus)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
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
- Sisestage järgnevad read uute faili
[Desktop Entry] Name=Nessus Comment=Nessus Exec=nessus Icon=/usr/share/pixmaps/nessus.xpm Terminal=false Type=Application Categories=Application;System;
- Salvestage muudetud fail
- Read #How to refresh GNOME panel
- Applications -> System Tools -> Nessus
How to install RAR Archiver (rar)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install rar sudo ln -fs /usr/bin/rar /usr/bin/unrar
- Applications -> Accessories -> Archive Manager
How to install Extra Fonts
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
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
- Salvestage muudetud fail
- Read #How to restart GNOME without rebooting computer
How to install Chinese Input Method (SCIM)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
- Read #How to install 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'
How to install Desktop Applets (gDesklets)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install gdesklets sudo apt-get install gdesklets-data
- Read #How to refresh GNOME panel
- Applications -> Accessories -> gDesklets
- For more info see: http://gdesklets.gnomedesktop.org/
How to install Basic Compilers (build-essential)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install build-essential
How to install Integrated Development Environment (Anjuta)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install anjuta
- Applications -> Programming -> Anjuta IDE
How to install 3D modeling tool (Blender 3d)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install blender
- Applications -> Graphics -> Blender 3D modeller
How to install game Tuxracer
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install planetpenguin-racer planetpenguin-racer-data planetpenguin-racer-extras
- Applications -> Games -> planetpenguin-racer
How to install game Frozen-Bubble
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install frozen-bubble
- Applications -> Games -> Frozen-Bubble
How to install game Scorched3D
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install scorched3d sudo gedit /usr/share/applications/scorched3d.desktop
- Sisestage järgnevad read uute faili
[Desktop Entry] Name=Scorched 3D Comment=A 3D Remake Of Scorched Earth Exec=scorched3d Icon= Terminal=false Type=Application Categories=Application;Game;ArcadeGame;
- Salvestage muudetud fail
- Read #How to refresh GNOME panel
- Applications -> Games -> Scorched 3D
How to install virtual planetarium (Stellarium)
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install stellarium sudo gedit /usr/share/applications/stellarium.desktop
- Sisestage järgnevad read uute faili
[Desktop Entry] Name=Stellarium Comment=Virtual planetarium Exec=stellarium Terminal=false Type=Application Categories=Application;Education;
- Applications -> Education -> Stellarium
How to install KDE Edutainment applications
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
sudo apt-get install kdeedu
- Applications -> Education -> ...
Other Desktop Environments
How to install KDE
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
- 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
How to install XFCE
- Lugege #Üldised Märkused
- Lugege #Kuidas lisada täiendavaid repositooriume?
- 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
Eye Candy
How to install Xgl/Compiz (Nvidia)
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup sudo gedit /etc/X11/xorg.conf
- Leidke see sektsioon
Section "Module" Load "i2c" Load "bitmap" ... Load "type1" Load "vbe" EndSection
- Comment out dri and GLcore (if present)
# Load "dri" # Load "GLcore"
- Make sure the glx module is loaded
Load "glx"
- Leidke see sektsioon (your values may vary)
Section "Device" Identifier "NVIDIA Corporation NV34M [GeForce FX Go5200]" Driver "nv" BusID "PCI:1:0:0" EndSection
- Asendage see järgneva reagas, leaving the Identifier and BusID as it is
Section "Device" ... Driver "nvidia" ... Option "RenderAccel" "true" Option "AllowGLXWithComposite" "true" EndSection
- Leidke see sektsioon
Section "Screen" Identifier "Default Screen" Device "NVIDIA Corporation NV34M [GeForce FX Go5200]" Monitor "Generic Monitor" DefaultDepth 16
- Make sure DefaultDepth is set to 24, if it isn't already
DefaultDepth 24
- Salvestage muudetud fail
- Install Xgl/Compiz
sudo apt-get install compiz xserver-xgl libgl1-mesa xserver-xorg libglitz-glx1 compiz-gnome sudo cp /etc/gdm/gdm.conf-custom /etc/gdm/gdm.conf-custom-backup sudo gedit /etc/gdm/gdm.conf-custom
- Replace everything with the following lines
# GDM Configuration Customization file. # # This file is the appropriate place for specifying your customizations to the # GDM configuration. If you run gdmsetup, it will automatically edit this # file for you and will cause the daemon and any running GDM GUI programs to # automatically update with the new configuration. Not all configuration # options are supported by gdmsetup, so to modify some values it may be # necessary to modify this file directly by hand. # # To hand-edit this file, simply add or modify the key=value combination in # the appropriate section in the template below. Refer to the comments in the # gdm.conf file for information about each option. Also refer to the reference # documentation. # # If you hand edit a GDM configuration file, you should run the following # command to get the GDM daemon to notice the change. Any running GDM GUI # programs will also be notified to update with the new configuration. # # gdmflexiserver --command="UPDATE_CONFIG <configuration key>" # # For example, the "Enable" key in the "[debug]" section would be specified by # "debug/Enable". # # You can also run gdm-restart or gdm-safe-restart to cause GDM to restart and # re-read the new configuration settings. You can also restart GDM by sending # a HUP or USR1 signal to the daemon. HUP behaves like gdm-restart and causes # any user session started by GDM to exit immediately while USR1 behaves like # gdm-safe-restart and will wait until all users log out before restarting GDM. # # For full reference documentation see the gnome help browser under # GNOME|System category. You can also find the docs in HTML form on # http://www.gnome.org/projects/gdm/ # # NOTE: Lines that begin with "#" are considered comments. # # Have fun! [daemon] [security] [xdmcp] [gui] [greeter] [chooser] [debug] [servers]# Override display 1 to use Xgl 0=Xgl [server-Xgl] name=Xgl server command=/usr/bin/Xgl :0 -fullscreen -ac -accel glx:pbuffer -accel xv:fbo flexible=true
- Create a script that runs Xgl/Compiz on startup
sudo gedit /usr/bin/thefuture
- Sisestage järgnevad read uute faili. Replace .us with appropriate keyboard binding for region. Eg .uk for United Kingdom. If unsure, leave as .us
#!/bin/bash gnome-window-decorator & compiz --replace gconf decoration wobbly fade minimize cube rotate zoom scale move resize place switcher & xmodmap /usr/share/xmodmap/xmodmap.us
- Save the file
sudo chmod 755 /usr/bin/thefuture
- To run compiz for this session
thefuture
- To have compiz load on startup
- System -> Preferences -> Sessions
- Startup Programs -> Add
/usr/bin/thefuture
- Click Ok, then Close
- Read #How to restart GNOME without rebooting computer
- Tips
- Switch windows = Alt + Tab
- Arrange and View All Windows = F12 turns on or off; clicking a window will zoom it to the front
- Switch desktops on cube = Ctrl + Alt + Left/Right Arrow
- Switch desktops on cube - with active window following = Ctrl + Shift + Alt + Left/Right Arrow
- Rotate cube manually = Ctrl + Alt + left-click
- Make window translucent/opaque = currently only possible with the "transset" utility
- Zoom-in once = Super-key right-click
- Zoom-in manually = Super-key + wheel mouse up
- Zoom-out manually = Super-key + wheel mouse down
- Move window = Alt + left-click
- Snap Move window (will stick to borders) = Ctrl + Alt + left-click
- Resize window = Alt + right-click