2011年11月2日星期三

DeaDBeeF的rar插件vfs-rar安装

项目git主页
首先在这里下载unrar源代码,
然后是git,终端里输入
git clone git://github.com/shaohao/vfs_rar
而后进入vfs_rar目录里,把unrar源码压缩包里的unrar整个文件夹解压进去,
接着执行make而后make install即可
(注意:这儿绝不能用到root权限!因为插件是安装在当前用户目录下,仅当前用户可用的,
但若你想全局使用就把~/.local/lib/deadbeef/vfs_rar.so复制到/usr/lib/deadbeef/吧)
安装的具体操作以及删除方法等杂项可以直接看makefile,都是对vfs_rar.so进行操作,
举例说删除就是把~/.local/lib/deadbeef/里对应的插件文件删除即可.
(不过还是得说,deadbeef自带的vfs-zip配合libzip反倒有问题...诡异

2011年10月21日星期五

华为Android手机adb链接法.

华为Android手机其实还可以,不过就是因为默认会被识别为usb-cdrom搞得没法直接用adb devices探测到.
解决方法其实也简单,
安装两个包:android-udev(aur中,对应相关udev规则,其他品牌手机也通用)

usb_modeswitch(使电脑正确识别...)
接下来sudo adb devices就能正常识别了.
from here

2011年9月25日星期日

e17删除"新应用程序"的方法.

其实也很简单,
e17设置一个"新应用程序"(也即快捷方式)就是通过在~/.local/share/applications里建立新图标,
应用程序列表则是~/.local/share/applications(用户)与/usr/share/applications(全局)两边的集合,
所以只要跑到文件夹下找到并删除就可以了.
from here
顺便也抱怨一句,e17应用程序列表会根据locale的不同而改变...原因不明,有点头痛.

2011年9月8日星期四

LibreOffice Impress字体显示问题解决方法

Tools → Options... → LibreOffice → View → Graphics output (取消钩选Use hardware acceleration)
工具->选项->LibreOffice->视图->不选"使用硬件加速"
即可.
From Here

2011年6月9日星期四

一些有趣的引言

应该说还是挺有趣的.有的甚至可以拿来做Linux的广告词了吧XD
Source Here

1.
Unix is extremely user friendly. It also happens to be extremely selective when picking its friends

2.
No fences, No Gates!

3.
For the brave, there is a door named Linux to success. For the rest there are windows.

4.
Software is like Sex, It's better when it is FREE

5.
To mess up a Linux box, you need to work at it; to mess up your Windows box, you just have to work on it.

6.
Windows is a bonfire, Linux is the sun. Linux only looks smaller if you lack perspective

7.
Teamwork is essential ― it allows you to blame someone else.

8.
Programming is like sex… make one mistake, and support it the rest of your life

9.
Microsoft and Apple make the easy things very easy and the hard things impossible. BSDs and Linux make the easy things challenging and the hard things difficult but possible

10.
Linux is for people who want to know why it works.
Mac is for people who don't want to know why it works.
DOS is for people who want to know why it does not work.
Windows is for people who don't want to know why it does not work.

11.
A Windows user spends 1/3 of his life sleeping, 1/3 working, 1/3 waiting

12.
Linux means productivity and fun. NT means 'Not Today'.

13.
Love is Hate. War is Peace. Windows is stable.

14.
"Unix is simple, but it takes a genius to understand the simplicity." � Dennis Ritchie

15.
Unix is the answer, but only if you phrase the question very carefully.

16.
"…Unix, MS-DOS, and Windows NT (also known as the Good, the Bad, and the Ugly)."

17.
"The box said that I needed to have Windows 98 or better… so I installed Linux"

18.
Operating systems are like underwear. nobody really wants to look at them.

19.
I'm not one of those who think Bill Gates is the devil. I simply suspect that if Microsoft ever met up with the devil, it wouldn't need an interpreter.

20.
No, I will not fix your computer again. USE LINUX

21.
Geek by birth, Linux by choice

22.
Open Windows and see the world!! Open Linux and create your own world!!

2011年6月8日星期三

Archlinux全局代理设置

启用:export   http_proxy=http://设定地址
禁用:unset http_proxy
ftp等类似.
from here

2011年6月5日星期日

剪贴板小工具Parcellite

这玩意相当轻量级,而且也免了剪切/复制文本时不能关掉源窗口的尴尬问题.
基本上每个发行版都有,需要自己装吧.确实是好用的小玩意.