Gayri-Resmi Ubuntu 5.10 Başlangıç Rehberi

From Lapis Wiki

Jump to: navigation, search

Konu başlıkları

Gayri-Resmi Ubuntu 5.10 Başlangıç Rehberi

Genel Notlar

  1. Bu doküman gayrıresmi Ubuntu 5.10 Başlangıç Rehberi'dir. Ubuntu ve Canonical Ltd. firmalarıyla ilişkili değildir.
  2. Bu rehberdeki bilgiler bir x86 Ubuntu 5.10 Kurulum CD'si (Hoary Hedgehog) üzerinde test edilmiştir.
  3. Siyah kutular içinde yazılan ifadeler Terminal'de çalıştırılması gereken komutları gösterir.(Applications -> System Tools -> Terminal) veya Türkçe kurulum için (Sistem Araçları -> Uçbirim) .
  4. Yazım hataları gibi problemlerle karşılaşmamak için bu rehberdeki satırları kopyalayıp Terminal'e yapıştırmanızı öneririz. (ilgili satırı seçtikten sonra üzerine gelip sağ tıklayarak "Copy" ardından Terminal'e geçip "Paste" yapın)
  5. "sudo", 'superuser do' - süper kullanıcı (root kullanıcısı) gibi çalıştırma anlamına gelir. "sudo" dediğinizde şifre ("Password:") sorulacaktır. Bu durumda aktif kullanıcının şifresini girmelisiniz.
  6. Her seferinde "sudo" yazmaktan yorulacak olursanız 'root' kullanıcısı haline geçmek için "sudo -s -H" yazın ve ardından aktif kullanıcının şifresini girin.
  7. "apt-get" ve "wget", program kurmak/güncellemek/indirmek için internet bağlantısına ihtiyaç duyarlar.
  8. Bir dosyayı bilgisayarınıza indirmek için bağlantıyı sağ tıklayın, "Save Link As..." ('Farklı Kaydet'). Dosyanın adının ve uzantısının adının doğru olduğundan emin olun.
  9. Some multimedia applications may not load/produce sound, Read How to configure sound to work properly in GNOME?
  10. Tüm geri besleme, öneri, tartışma ve hata raporları için yazara ulaşabilir veya yorumlarınızı Buraya gönderebilirsiniz.
  11. 'Hersey insanlık için' ruhu hep sizinle olsun...

Başlarken

Soru: Ubuntu nedir?

S: Ubuntu ekran görüntülerine nereden ulaşabilirim?

S: Ubuntu ile gelen bütün program ve kütüphanelerin listesine nereden ulaşabilirim?

S: Ubuntu'yu nereden indirebilirim?

S: Tamamen ücretsiz Ubuntu CD'lerini nereden edinebilirim?

S: Ubuntu hakkında nereden yardım bulabilirim?

Depolar

S: Yeni depoları nasıl ekleyebilirim?

sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
sudo gedit /etc/apt/sources.list
  • Bu bölümü bulun


Dosya: /etc/apt/sources.list
 <pre>...
deb cdrom:[Ubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/ breezy main restricted
    
## Uncomment the following two lines to fetch updated software from the network
# deb http://archive.ubuntu.com/ubuntu breezy main restricted
# deb-src http://archive.ubuntu.com/ubuntu breezy main restricted

## Uncomment the following two lines to fetch major bug fix updates produced
## after the final release of the distribution.
# deb http://archive.ubuntu.com/ubuntu breezy-updates main restricted
# deb-src http://archive.ubuntu.com/ubuntu breezy-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://archive.ubuntu.com/ubuntu breezy universe
# deb-src http://archive.ubuntu.com/ubuntu breezy universe

# 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://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</pre>

  • Aşağıdaki satırlarla değiştirin


Dosya: /etc/apt/sources.list
 
<pre>## Uncomment the following two lines to fetch updated software from the network
deb http://archive.ubuntu.com/ubuntu breezy main restricted
deb-src http://archive.ubuntu.com/ubuntu breezy main restricted

## Uncomment the following two lines to fetch major bug fix updates produced
## after the final release of the distribution.
deb http://archive.ubuntu.com/ubuntu breezy-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu breezy-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://archive.ubuntu.com/ubuntu breezy universe multiverse
deb-src http://archive.ubuntu.com/ubuntu breezy universe multiverse

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://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

## Backports
deb http://ubuntu-backports.mirrormax.net/ breezy-extras-staging main universe multiverse restricted</pre>


  • Düzenlediğiniz dosyayı kaydedin
sudo apt-get update

S: İndirdiğim depoları hızlı bellekte nasıl yedeklerim, hızlı bellekten nasıl geri yüklerim?

  • İndirdiğiniz depoların hızlı belleğini yedeklemek için
sudo tar zcvf apt.tgz /etc/apt/ /var/lib/apt/ /var/cache/apt/
  • İndirdiğiniz depoların hızlı belleğini geri yüklemek için
sudo tar zxvf apt.tgz -C /

Eklenti Uygulamalar

S: Mozilla Firefox için J2SE Runtime Environment (JRE) uygulama ek yazılımını (Plug-in) nasıl yükleyebilirim?

sudo apt-get install sun-j2re1.5
java -version
  • Yeniden başlat : Mozilla Firefox

S: Mozilla Firefox için Flash Player (Macromedia Flash) ek yazılımını (Plug-in) nasıl yükleyebilirim?

sudo apt-get install flashplayer-mozilla
  • Yeniden başlat : Mozilla Firefox

S: Mozilla-Firefox için PDF okuyucu (Adobe Reader) ek yazılımını (Plug-in) nasıl yükleyebilirim?

sudo apt-get install acroread
sudo apt-get install mozilla-acroread
sudo apt-get install acroread-plugins

S: İndirme yöneticisini (Downloader for X) nasıl yükleyebilirim?

sudo apt-get install d4x

S: FTP istemcisini (gFTP) nasıl yükleyebilirim?

sudo apt-get install gftp

S: P2P eMule istemcisini (aMule) nasıl yükleyebilirim?

sudo apt-get install amule

S: P2P Gnutella istemcisini (LimeWire) nasıl yükleyebilirim?

wget -c http://www.limewire.com/LimeWireSoftOther
sudo unzip -u LimeWireOther.zip -d /opt/
sudo chown -R root:root /opt/LimeWire/
sudo gedit /usr/bin/runLime.sh
  • Yeni dosyaya aşağıdaki satırları ekleyin
Dosya: /usr/bin/runLime.sh
 
 cd /opt/LimeWire/
 ./runLime.sh
  

  • Düzenlediğiniz dosyayı kaydedin.
sudo chmod +x /usr/bin/runLime.sh
sudo gedit /usr/share/applications/LimeWire.desktop
Dosya: /usr/share/applications/LimeWire.desktop
 
 [Desktop Entry]
 Name=LimeWire
 Comment=LimeWire
 Exec=runLime.sh
 Icon=/opt/LimeWire/LimeWire.ico
 Terminal=false
 Type=Application
 Categories=Application;Network;
  

S: Messenger - mesajlaşma yazılımını (Skype) nasıl yükleyebilirim?

sudo apt-get install libqt3c102-mt
wget -c http://www.skype.com/go/getskype-linux-deb
sudo dpkg -i skype_1.2.0.11-1_i386.deb

S: Multimedia Codec'lerini nasıl yükleyebilirim?

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 w32codecs
sudo apt-get install libdivx4linux
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
gst-register-0.8

S: DVD playback özelliğini nasıl yükleyebilirim?

sudo apt-get install libdvdcss2

S: MPlayer Multimedia Player - çokluortam oynatıcısı ve Mozilla Firefox eklentisini nasıl yükleyebilirim?

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
  • Bu satırı bulun
...
vo=x11,                  # To specify default video driver (see -vo help for
...
  • Aşağıdaki satırla değiştirin
vo=xv,                  # To specify default video driver (see -vo help for

S: XMMS Multimedia Player - çokluortam oynatıcısını nasıl yükleyebilirim?

sudo apt-get install xmms
# Uygulamalar -> Ses & Video -> XMMS

S: RealPlayer Multimedia Player - çokluortam oynatıcısını nasıl yükleyebilirim ?

sudo apt-get install realplayer
  1. Okuyun : GNOME panelini nasıl yenileyebilirim?
  • Uygulamalar -> Ses & Video -> RealPlayer

S: Stream Directory Browser (streamtuner) uygulamasını nasıl yükleyebilirim?

sudo apt-get install streamtuner
sudo apt-get install streamripper

S: ID3 Tag Editor (EasyTAG) uygulamasını nasıl yükleyebilirim?

sudo apt-get install easytag

S: Kino Video Editor uygulamasını nasıl yükleyebilirim?

sudo apt-get install kino
sudo apt-get install kinoplus
sudo apt-get install kino-timfx
sudo apt-get install kino-dvtitler

S: Audacity Audio Editor uygulamasını nasıl yükleyebilirim?

sudo apt-get install audacity

S: DVD Ripper (dvd::rip) uygulamasını nasıl yükleyebilirim?

sudo apt-get install dvdrip
sudo apt-get install transcode
sudo gedit /usr/share/applications/dvdrip.desktop
  • Yeni dosyaya aşağıdaki satırları ekleyin
Dosya: /usr/share/applications/dvdrip.desktop
 
      [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;
 

S: Mozilla Thunderbird e-posta istemcisini nasıl yükleyebilirim?

sudo apt-get install mozilla-thunderbird

S: Pan haber okuyucu uygulamasını nasıl yükleyebilirim?

sudo apt-get install pan

S: Liferea haber okuyucu uygulamasını nasıl yükleyebilirim?

sudo apt-get liferea

S: Nvu web yazım sistemi uygulamasını nasıl yükleyebilirim?

sudo apt-get install nvu

S: Planner proje yönetimi uygulamasını nasıl yükleyebilirim?

sudo apt-get install planner

S: GnuCash Hesaplama uygulamasını nasıl yükleyebilirim?

sudo apt-get install gnucash
sudo rm -fr /usr/share/gnome/apps/Applications/
sudo gedit /usr/share/applications/GnuCash.desktop
  • Yeni dosyaya aşağıdaki satırları ekleyin


Dosya: /usr/share/applications/GnuCash.desktop
 
<pre>[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;</pre>

S: Scribus masaüstü yayın hazırlama uygulamasını nasıl yükleyebilirim?

sudo apt-get install scribus

S: Diyagram Editor (Dia) uygulamasını nasıl yükleyebilirim?

sudo apt-get install dia-gnome

S: Derlenmiş HTML Yardım (CHM) Göstericisi (xCHM) uygulamalarını nasıl yükleyebilirim?

sudo apt-get install xchm

S: GnomeBaker CD/DVD yazma yazılımını nasıl yükleyebilirim?

sudo apt-get install gnomebaker

S: Çevirmeli PPP istemcisi (GNOME PPP) uygulamasını nasıl yükleyebilirim?

sudo apt-get install gnome-ppp

S: Genişbant ADSL/PPPoE istemcisi (RP-PPPoE) uygulamasını nasıl yükleyebilirim?

wget -c http://frankandjacq.com/ubuntuguide/rp-pppoe-3.5.tar.gz
sudo tar zxvf rp-pppoe-3.5.tar.gz -C /opt/
sudo chown -R root:root /opt/rp-pppoe-3.5/
sudo gedit /usr/share/applications/RP-PPPoE.desktop
  • Yeni dosyaya aşağıdaki satırları ekleyin


Dosya: /usr/share/applications/RP-PPPoE.desktop
 
<pre>[Desktop Entry]
Name=RP-PPPoE
Comment=RP-PPPoE
Exec=gksudo /opt/rp-pppoe-3.5/go-gui
Icon=
Terminal=false
Type=Application
Categories=Application;Network;</pre>