Configuration and Optimization after UbuntuStudio (7.04 or 7.10) is installed

Source: Internet
Author: User
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

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.