随笔分类 -  ubuntu12.04&xubuntu12.04

包括ubuntu10.04
摘要:sudo apt-get install flashplugin-installer 阅读全文
posted @ 2015-12-25 14:08 怒杀神 阅读(222) 评论(0) 推荐(0)
摘要:1.安装基本图形$sudoapt-getinstallx-window-system-core2.安装窗口管理器 $sudoapt-getinstallxubuntu-desktop3.安装登录管理器(这里我选择lightdm)(gdm安装的其他东西太多,包括gnome等)(xdm不能启动)$su... 阅读全文
posted @ 2015-03-25 09:25 怒杀神 阅读(2194) 评论(0) 推荐(0)
摘要:安装系统:ubuntu12.04 i386 DVDU盘启动12.04live系统连线,设置连接安装系统到硬盘“语言支持”,更新安装gnome经典界面sudo apt-get install gnome-shell gnome-tweak-tool gnome-panel关闭unity的全局菜单sud... 阅读全文
posted @ 2014-06-03 09:19 怒杀神 阅读(407) 评论(0) 推荐(0)
摘要:在Ubuntu上安装LAMP此种方法在Linux Mint 13/14/15/16/17、Ubuntu 12.10(Quantal Quetzal)和Ubuntu 13.04 Raring Ringtail上屡试不爽。sudo apt-get install lamp-server^ 测试Apach... 阅读全文
posted @ 2014-05-29 14:02 怒杀神 阅读(278) 评论(0) 推荐(0)
摘要:修改/etc/default/grub文件,其中的GRUB_DEFAULT表示默认启动项:sudo gedit /etc/default/grub注意:启动项是从0开始计数。要使修改生效需要运行sudo update-grub 阅读全文
posted @ 2014-05-29 13:40 怒杀神 阅读(452) 评论(0) 推荐(0)
摘要:Sublime2下载地址:http://www.sublimetext.com/downloadstep.1 解压下载的压缩包tar xf Sublime\ Text\ 2.0.2.tar.bz2 # 开始以外打错了,\ 表示空格,明白? step.2 把释放的内容移动到合适的位置,这里是/usr... 阅读全文
posted @ 2014-04-25 10:33 怒杀神 阅读(545) 评论(0) 推荐(0)
摘要:安装必要的字体包sudo apt-get install ttf-droid ttf-wqy-zenhei xfonts-wqy ttf-wqy-microhei ttf-arphic-ukai ttf-arphic-uming修改字体配置文件将以下内容写到存放到你的home目录下,命名为 .fon... 阅读全文
posted @ 2014-04-22 10:35 怒杀神 阅读(1412) 评论(0) 推荐(0)
摘要:鼠标滚轮切换虚拟桌面相关问题, 编辑~/.config/openbox/rc.xml在 段: previous next “mousebind”表示鼠标绑... 阅读全文
posted @ 2014-04-22 08:38 怒杀神 阅读(455) 评论(0) 推荐(0)
摘要:1、安装catfishsudo apt-get install catfish2、配置thunar,添加[自定义动作]打开 Thunar 后,点击 Edit -> Configure custom actions... -> 点击 + 号内容填写如下:Name: SearchDescription:... 阅读全文
posted @ 2014-04-19 08:58 怒杀神 阅读(1196) 评论(0) 推荐(0)
摘要:gnome-control-center系统设置gnome-control-center region键盘布局gnome-control-center screen屏幕gnome-control-center background外观gnome-control-center language语言支持system-config-printer打印gnome-control-center power电源jockey-gtk附加驱动gnome-control-center keyboard键盘gnome-control-center media可移动介质gnome-control-center bl 阅读全文
posted @ 2014-02-25 08:14 怒杀神 阅读(3700) 评论(0) 推荐(0)
摘要:原文地址: http://ndever.net/articles/linux/install-openbox-ubuntu-1304-1310openbox是我用过的轻量窗口中最好用的了。Step One -安装必要的包需要安装下面的包. There's a myriad of other packages we could of used but these works for me:openbox - Window managerobmenu - Openbox GUI menu editorobconf - Openbox GUI configuration tooltint2 阅读全文
posted @ 2014-02-20 09:23 怒杀神 阅读(2437) 评论(0) 推荐(0)
摘要:第一步:输入 gconf-editor 进入gnome控制台程序第二步:依次选择 app/metacity/general/,将reduced_resources项 选上(设置为真)第三步:(最上一层)依次选择desktop/gnome/interface/,将accessibility项 选上(如果不选这个 移动窗口的时候会出现一些黑方格)这样就没有最小化时候的讨厌的黑框了 而且速度加快很多 比那种打开metacity的混合效果要快多了 阅读全文
posted @ 2012-10-10 10:38 怒杀神 阅读(285) 评论(0) 推荐(0)