Ubuntu9.04 installation and configuration process memo

Source: Internet
Author: User
Tags filezilla ftp
1. Install Ubuntu9.04 on the CD. 2. Set the network connection static IP address of Ubuntu9.04 and save the settings in/etc/network/interfacesifaceeth0inetstaticaddress192.168.10.89netmask1_255.255.0gateway192.168.10.1dns settings in the/etc/resolv. conf file nameserve

1. Install Ubuntu 9.04 on the CD.

2. Set Ubuntu 9.04 network connection
Static IP settings are stored in/etc/network/interfaces.

Iface eth0 inet static
Address 192.168.10.89
Netmask 255.255.255.0
Gateway 192.168.10.1
The DNS settings are saved in the/etc/resolv. conf file.
Nameserver 202.113.xx.xx

3. Source settings (DVD or on-campus sources)
(1) iso for mounting a dvd
Sudo mount-o loop-t iso9660/media/Joy/ubuntu/Ubuntu/jaunty-dvd-i386.iso/media/cdrom0/
Add Source
Sudo apt-cdrom-m-d/cdrom add
(2) on-campus source sudo gedit/etc/apt/sources. list
# Ubuntu 9.04 (jaunty)
Deb http: // 202.113.13.45: 9527/ubuntu-dist jaunty main restricted universe multiverse
Deb http: // 20 2.113.13.45: 9527/ubuntu-dist jaunty-security main restricted universe multiverse
Deb http: // 202.113.13.45: 9527/ubuntu-dist jaunty-updates main restricted universe multiverse
Deb http: // 202.113.13.45: 9527/ubuntu-dist jaunty-proposed main restricted universe multiverse
Deb http: // 202.113.13.45: 9527/ubuntu-dist jaunty-backports main restricted universe multiverse

4. nfts partition mounting
Sudo gedit/etc/fstab

/Dev/sda8/media/study ntfs user, auto, exec, utf8, uid = 1000, gid = 1000, umask = 0002 0 0

5, graphics card Driver Installation NVIDIA-Linux-x86-180.44-pkg1

6. Installation of Common Software
(1) matlab, Chinese garbled Solutions
Http://www.linuxidc.com/Linux/2008-03/11723.htm

(2) install the pdf reader, wine + foxit .. The wine foxit Chinese bookmarks garbled solution,
Copy the simsun. ttf file from the window to windows/Fonts in wine, and add the HKEY_LOCAL_MACHINE \ software \ microsfot \ windows nt \ currentversion \ fontsubstitutes In regedit in the registry.
"Tahoma" = "simsun"
"Tahoma Bold" = "simsun.

Add the poppler-data package to solve the PDF Font problem ..

(3) stardict interstellar translation Wang, + Lang Dao English-Chinese dictionary
(4) openoffice 3.1
(5) install eclipse and gtk
Sudo apt-get install build-essential # This will install basic programming tools such as gcc/g ++/gdb/make
Sudo apt-get install gnome-core-devel # This will install libgtk2.0-dev libglib2.0-dev and other development-related library files
Sudo apt-get install pkg-config # used to automatically find the header file and library file location when compiling the GTK Program
(6) chmsee
(7) audacious + smplayer
(8) filezilla ftp + multiget
(9) alltray minimizes the software to the tray + liferea
(10) set evolution
(11) automatically change the wallpaper-tray and right-click the gnome panel to add it ..

7. ip address filtering settings of transmission
In ~ Add a file to/. config/transmission/blocklists. The format of each row is ip-ip.
For example, ipv4: 0.0.0.0-255.255.255.255
In this way, the ip address in the file can be filtered.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.