Archive for category 奇技淫巧
为Linux添加豆瓣电台
九 5
查询某库所有表的前x条记录
七 16
#本程序用于查询某个数据库里面的所有表的前50条记录
#主要利用查询系统库information_schema来达到查询所有表/每个表的所有字段
#最后遍历所有表,查询前50条记录并显示出来.
#Mysql大于5.0版本才有information_schema库
#oyea9le@gmail.com
#2010.7.16
Read the rest of this entry »
Linux下登录3389
七 10
黑色的夜里,用windows上未知服务器的3389怕中马,我们用Linux来登录.
命令:
# rdesktop -u administrator -p the_password -a 8 -r disk:haha=/root/Desktop/win_bin/ xx.yy.zz.aa
从国外论坛找到的,虽然是以bt4来讲的,但是应该适合大多数的版本。
语言很简单,就不用翻译了。
要点:
1、如何手动设置IP地址和子网掩码?
2、如何设置默认路由?
3、如何设置DNS?
因此,它做的事情,就是在windows里面,点tcp/ip右键,然后“手动设置IP”。
Configure Network Cards, How to
So you have Backtrack running installed on a HDD, you can now configure your cards to use the network. You can also do this exactly the same if you are running the distro from the CD, but your settings will not be saved as the CD is a read only medium. There are plenty of different ways to configure these wired cards and plenty of tools to do it. What I am showing here is the generic Linux commands which should be the same for other distro’s.
I have ever fond it somewhere, this is EMACS style, If you like emacs, it it very useful.
ctrl-l — clear screen.
ctrl-r — does a search in the previously given commands so that you don’t have to repeat long command.
ctrl-u — clears the typing before the hotkey.
让vim支持c++代码自动补全功能。
十二 15
清理Linux下的“垃圾文件”
十二 12
很多刚刚接触Linux的人都听过这样的一种说法:Linux的文件系统比windows的要优秀,不会产生碎片,对于长时间运行的服务器来说尤为重要,而且Linux系统本身也不会像windows一样产生大量的垃圾文件。且不说这个观点是否正确,我们先看看所谓的一些垃圾文件包括什么:cache,history,logs,cookies,temporary files等等。 Read the rest of this entry »
简单美化GRUB
十 6
作为一个将美化进行到的勇士,你一定不会放过GRUB这样一个地方。本文就简单的介绍一下针对GRUB美化的方法。
1、显示/隐藏GRUB启动菜单
在第一个启动项之前的添加如下内容“hiddenmenu”,不包括引号。效果自己重启看了。在它前面加上#将其注销,重新回到修改前的状态。 Read the rest of this entry »
今天从solidot上看到一篇优化firefox的文章,照着里面内容实施了优化,大概用了15分钟搞定。感觉上是要快一些了,不知道是不是心理作用。不过即使再快的浏览器到了CUIT也得翻船不是?瓶颈是网速,而不在于浏览器。尤其是最近的网速,让人很是抓狂,还好上桃源问题不大,呵呵。
其实picasa这款软件还是很不错的,网络相册容量充足,又有google在后面作强大的支持,跨平台使用十分方便。只是不知道从什么时候开始,Picasa网络相册也开始无法正常访问了。不信的话你可以Google一下“picasa网络相册”,然后点击第一个赞助商链接“Picasa 网络相册”,然后google会聪明的告诉你“很抱歉,在 www.google.cn 上没找到您要访问的网页”。确实很无语。比较官方的说法是类似的登录服务不太稳定。针对目前不能访问的情况,根据网络搜索结果,通过修改hosts文件可实现访问。其实就是将使用google的国内服务器来访问picasa,而不是使用负载均衡随机分配的服务器。 Read the rest of this entry »
