标签存档: Linux - 第2页

更新至Ubuntu 10.10

适用了一段时间Ubuntu 10.10, 感觉和9.10版本相比使用体验并没有什么本质上的更新。

比较明显的提升,大概就是开关机速度确实要快很多,整体稳定性比之前略有改善,至今没有发生过界面完全死锁的情况。不过,也出现过一次弹出对话框无法获得焦点,导致整个UI界面异常(X Window并没有崩溃)。当然还有写UI显示的小问题,总之使用下来还是让人比较”放心”的。

Ubuntu 10.10的音量条新增加了一个功能,可以用来显示和控制当前的音乐播放器(见下图):

此外,刚装上的时候文件浏览器中的地址栏也像Vista和Win 7那样显示按钮了,可是如果要切换为文本输入框需要按ESC/Ctrl+L键切换,感觉很不爽,可以通过修改注册表键值让它一直显示输入框。

ubuntu 9.10开机自动挂载NTFS分区

ubuntu 9.10开机自动挂载NTFS分区我们这里介绍的图形界面工具是:

ntfs-config

你可以通过软件包管理器来安装它,或者打开一个终端,然后运行如下的命令:sudo apt-get install ntfs-config

这个工具非常简单,枚举出你当前所有的ntfs分区,你可以更改或者指定每个分区的挂载点。

ntfs-config 配置开机自动挂载ntfs分区

ntfs-config 配置开机自动挂载ntfs分区

禁用ubuntu9.10声卡的省电模式

ubuntu9.10安装成功后,默认会打开声卡的省电功能,而这种省电功能给我的Lenovo 10笔记本带来了烦人的噪声。

When ubuntu9.10 was installed successfully, audio power saving mode will be enabled by default, but this function brings boring pop noise to my Lenovo 410 Laptop.

下面的命令用来,关闭声卡的自动省电功能:

Following command can be used for disabling the audio power saving mode:

echo 0 > /sys/module/snd_hda_intel/parameters/power_save

注意: 请注意shell的格式, > 符号两边的空格需要保留。

Notice: Please pay attention to the shell command, spaces around ‘>’ should be kept.

为了让上面的脚本在每次开机的时候运行,我们需要把它添加到/etc/rc.local,这个操作需要root权限。

In order to run the script at start up, we need to add this script to /etc/rc.local. You need to be root to modify this file.

Reference Link:

http://ubuntuforums.org/archive/index.php/t-1341325.html

Ubuntu 9.10 Ibus输入法的问题

Ubuntu 9.10自带的中文输入法配置有问题,本文介绍大家如何修改配置:

1. 系统菜单选择: 系统-首选项-Ibus选项

2. 在”Ibus选项”对话框上 切换到第二个选项卡<输入法>上

3. 点“选择输入法”- 选择“汉语”, 再点添加即可,如果不用其他的输入法的可以直接删除。

4. 重启一下Ibus就可以用我们刚刚添加的拼音输入法了。

附图:

Ibus  pinyin 输入法配置

Ibus pinyin 输入法配置

原文引用地址:

http://hi.baidu.com/xiangbing911/blog/item/53623a45ce2cec88b2b7dc80.html

如何在ubuntu桌面上显示我的电脑、回收站图标

测试通过的配置环境: ubuntu8.04, ubuntu9.10

1. 快捷键 Alt+F2 打开运行对话框,在运行对话框中输入

gconf-editor

点击运行按钮,打开“配置编辑器”。

2. 在“配置编辑器”中定位如下键值:

/apps/nautilus/desktop/trash_icon_visible

/apps/nautilus/desktop/computer_icon_visible

勾选上面两项,即可。

附图:

gconf-editor 配置桌面显示回收站图标

gconf-editor 配置桌面显示回收站图标

UNetboot creating bootable Live USB drives for ubuntu

UNetbootin是个 很 好用 的 工具,可以方便地 用来将 下载的 Linux Live CD拷贝到 优盘上面 ,并且 可以将 其配置为 引导盘.

UNetbootin allows you to create bootable Live USB drives for a variety of Linux distributions from Windows or Linux, without requiring you to burn a CD. You can either let it download one of the many distributions supported out-of-the-box for you, or supply your own Linux .iso file if you’ve already downloaded one or your preferred distribution isn’t on the list.

unetbootin creates bootable usb driver

unetbootin create bootable usb driver

Website:  http://unetbootin.sourceforge.net/

Canonical URL by SEO No Duplicate WordPress Plugin