Installation: see UbuntuStudio7.04 installation tutorial (with drawing) with UbuntuStudio7.10 disc installation graphic tutorial configuration: AMD3600 + x2, upgrade KN9S, pirate ship 1GBddr2-667, Seagate 80 GB (SATA), ONDA-7300GT mad version, omai 7130 TV card. If you want to install it quickly, you can unplug the network cable and install it offline, otherwise it will be slow. System: some basic things: GCC, C & amp;
Installation: see Ubuntu Studio 7.04 installation tutorial (as shown in the figure below) and Ubuntu Studio 7.10 CD installation tutorial
Configuration: AMD 3600 + x2, upgraded KN9S, pirate 1 GB ddr2-667, Seagate 80 GB (SATA), ONDA-7300GT furious edition, Omai 7130 TV card. If you want to install it quickly, you can unplug the network cable and install it offline. Otherwise, the installation will be slow.
System:
Some basic things:
GCC, C & C ++ Compiler: it is strange that Ubuntu does not install these items by default.
Code:
Sudo apt-get install gcc libc6-dev
Sudo apt-get install build-essential
GTK: many programs with GUI need this
Code:
Sudo apt-get install gnome-core-devel
Sudo apt-get install libgtk2.0-dev
Install gtk2
Code:
Apt-get install libgtk2.0-dev
Curl-config
The program named 'curl-config' can be found in the following package
* Libcurl3-openssl-dev
* Libcurl3-gnutls-dev
Installation and setting of scim Input Method
Code:
Sudo gedit/etc/X11/xinit/xinput. d/default
XIM = SCIM
XIM_PROGRAM =/usr/bin/scim
XIM_ARGS = "-d"
GTK_IM_MODULE = scim
QT_IM_MODULE = scim
DEPENDS = "scim, scim-gtk2-immodule | scim-qtimm"
It takes effect after you restart Gnome.
Modify the root user password:
Code:
Sudo passwd root
Font cache refresh
Code:
Sudo fc-cache-fv
Back up XORG and menu
Code:
Sudo cp/etc/X11/xorg. conf/etc/X11/xorg. conf. backup
Sudo cp/boot/grub/menu. lst/boot/grub/menu. lst. backup
Add Source:
Code:
Sudo gedit/etc/apt/sources. list