读书人

ubuntu圆桌面环境优化

发布时间: 2014-05-14 16:37:34 作者: rapoo

ubuntu桌面环境优化

?

?

开启图形用户界面

???????sudo /etc/init.d/gdm ??stop/start
???????gdm的配置文件: ?/etc/X11/xorg.conf ?
???????把配置文件稍微改坏掉,图形界面就起不来了 。
安装ibus输入法

$ sudo add-apt-repository ppa:shawn-p-huang/ppa

修改完成后 ?sudo update-grub

或者 去/etc/default/grub 下看看。
安装ssh
Sudo apt-cache search ssh
Sudo apt-get install openssh-server
安装vimSudo apt-get install vim

安装启动管理器
Sudo apt-get install sysv-rc-conf
查看已安装软件Dpkg l
重启网络服务
sudo ifdown eth0
然后启动:
sudo ifup eth0
如果是修改了配置文件,需要网络的重启:
sudo /etc/init.d/networking restart
eth0 ??no such device Ubuntu保存网卡mac地址和设备名的配置文件在
/etc/udev/rules.d/70-persistent-net.rules

font_name="Sans 9"
GtkButton::default_border={0,0,0,0}
GtkButton::default_outside_border={0,0,0,0}
GtkButtonBox::child_min_width=0
GtkButtonBox::child_min_heigth=0
GtkButtonBox::child_internal_pad_x=0
GtkButtonBox::child_internal_pad_y=0
GtkMenu::vertical-padding=1
GtkMenuBar::internal_padding=0
GtkMenuItem::horizontal_padding=4
GtkToolbar::internal-padding=0
GtkToolbar::space-size=0
GtkOptionMenu::indicator_size=0
GtkOptionMenu::indicator_spacing=0
GtkPaned::handle_size=4
GtkRange::trough_border=0
GtkRange::stepper_spacing=0
GtkScale::value_spacing=0
GtkScrolledWindow::scrollbar_spacing=0
GtkExpander::expander_size=10
GtkExpander::expander_spacing=0
GtkTreeView::vertical-separator=0
GtkTreeView::horizontal-separator=0
GtkTreeView::expander-size=8
GtkTreeView::fixed-height-mode=TRUE
GtkWidget::focus_padding=0
}

class "GtkWidget" style "gtkcompact"
style "gtkcompactextra" {
xthickness=1
ythickness=1
}

class "GtkButton" style "gtkcompactextra"
class "GtkToolbar" style "gtkcompactextra"
class "GtkPaned" style "gtkcompactextra"


全局菜单小工具
先设置ppa 软件源:

?http://gnome2-globalmenu.googlecode.com/files/GlobalMenuKey.gpg
sudo apt-key add GlobalMenuKey.gpg

deb http://ppa.launchpad.net/globalmenu-team/ppa/ubuntu karmic main
gnome-session &
ubuntu圆桌面环境优化

读书人网 >操作系统

热点推荐