随笔 - 314  文章 - 0 评论 - 27 阅读 - 92万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

05 2013 档案
Mouse wheel click scrolling in Firefox
摘要:You can use some firefox options to both disable the default action which is to paste on clicking the middle-mouse button and also to turn on auto-scrolling.First - in the Firefox - Preferences - Advance settings ensure you have the following options checked:Use AutoscrollingUse Smooth scrollingThen 阅读全文
posted @ 2013-05-29 13:53 七月逆流 阅读(217) 评论(0) 推荐(0) 编辑
Ubuntu13.04配置优化(七)<转贴>
摘要:1、NTFS分区自动挂载$ sudo gedit /etc/fstab仿照以下格式添加:/dev/sda1 /media/Windows_7 ntfs-3g defaults,locale=zh_CN.UTF-8 0 0其中/dev/sda1是分区,/media/Windows_7是挂载目录。可以在文件管理器中点击相应分区挂载,然后终端运行df -h查看文件系统及挂载点,接着将上面修改为你的分区及挂载点。或者使用简单办法:$ sudo apt-get install ntfs-config$ sudo ntfs-config2、tmpfs设置(相当于内存盘)同上编辑/etc/fstab添... 阅读全文
posted @ 2013-05-28 10:33 七月逆流 阅读(303) 评论(0) 推荐(0) 编辑
Ubuntu13.04配置优化(六)<转贴>
摘要:一、字体Ubuntu13.04 默认中文字体变成了文泉驿正黑,看起来很别扭,想换成12.10中使用的文泉驿微米黑,只需要将以下内容保存到~/.config/fontconfig/fonts.conf<fontconfig> <match target="pattern"> <test name="family" qual="any"> <string>serif</string> </test> <edit name="family" b 阅读全文
posted @ 2013-05-28 10:31 七月逆流 阅读(397) 评论(0) 推荐(0) 编辑
Ubuntu13.04配置优化(五)<转贴>
摘要:1、压缩文件乱码rar乱码:一般是由于安装了rar导致的,可以替换为unrar或7zip,不过只支持解压。zip乱码:系统自带的unzip导致的。综合解决方案:安装p7zip:$ sudo apt-get purge rar unrar$ sudo apt-get install p7zip p7zip-full p7zip-rar此时还是存在zip乱码,安装打中文补丁的p7zip,32位补丁下载,64位的只找到xzc8825745编译的9.04版本,64位补丁下载解压后运行其中的脚本,替换/usr/lib/p7zip/中的相关文件。锁定p7zip、p7zip-rar和p7zip-full版本 阅读全文
posted @ 2013-05-28 10:27 七月逆流 阅读(423) 评论(0) 推荐(0) 编辑
Ubuntu13.04配置优化(四)<转贴>
摘要:友情提示:可以一次性添加多个ppa,然后再update,以节约时间。由于13.04刚发布不久,有些ppa可能没有13.04对应的软件包,可以暂时禁用:在"Software & Updates"中"其他软件",去掉ppa前面的勾。1、安装搜狗(fcitx)输入法ubuntu默认输入法为ibus,但更多人喜欢用fcitx,尤其是现在fcitx搭载了搜狗词库和皮肤,使用起来更加方便。安装fcitx之前先卸载ibus:$ killall ibus-daemon$ sudo apt-get purge ibus ibus-gtk ibus-gtk3 ibu 阅读全文
posted @ 2013-05-28 10:26 七月逆流 阅读(596) 评论(0) 推荐(0) 编辑
Ubuntu13.04配置优化(三)<转贴>
摘要:Ctrl+Alt+T,打开终端,依次执行以下命令:$ sudo apt-get purge landscape-client-ui-install -y #远程控制$ sudo apt-get purge deja-dup -y #备份$ sudo apt-get purge ubuntuone* -y #Ubuntu One$ sudo apt-get purge empathy empathy-common -y #聊天$ sudo apt-get purge gwibber -y #微博$ sudo apt-get purge thunderbird -y #邮件$ sudo apt-g 阅读全文
posted @ 2013-05-28 10:24 七月逆流 阅读(417) 评论(0) 推荐(0) 编辑
Ubuntu13.04配置优化(二)<转贴>
摘要:开源驱动:默认已安装。比较稳定,但性能不及闭源驱动。闭源驱动:1)在Dash中打开"Software & Updates",在附加驱动里选择对应显卡驱动安装。注意一般有多个可选的驱动,选择一个安装即可。2)如果想安装最新驱动,可以手动安装。以A卡驱动为例,步骤如下:2.1)到AMD官网下载对应版本的驱动,我的是Radeon 6370M,就在Ubuntu13.04正式发布前一天(4.24)官方发布了最新驱动13.4版本,下载后按以下步骤安装:将下载的zip文件解压,得到amd-driver-installer-catalyst-13.4-linux-x86.x86_6 阅读全文
posted @ 2013-05-28 10:18 七月逆流 阅读(481) 评论(0) 推荐(0) 编辑
Ubuntu13.04配置优化(一)<转贴>
摘要:教育网推荐使用USTC软件源。首先备份现有软件源:$ sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak打开/etc/apt/sources.list:$ sudo gedit /etc/apt/sources.list添加以下内容:# ustc sourcesdeb http://mirrors.ustc.edu.cn/ubuntu/ raring main restricted universe multiversedeb http://mirrors.ustc.edu.cn/ubuntu/ raring-security mai 阅读全文
posted @ 2013-05-28 10:16 七月逆流 阅读(785) 评论(0) 推荐(0) 编辑
secret
该文被密码保护。
posted @ 2013-05-14 23:46 七月逆流 阅读(2) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示