Cue/Bin 镜像 (.cue/.bin) 必须转换才能使用. 使用bchunk可以转换. o 安装bchunk: sudo apt-get install bchunk o 使用bchunk转换: bchunk myfile.bin myfile.cue myfile 转换后会得到一个 .iso 下面是挂载一个ISO文件的方法: sudo mkdir /media/cdimage #建立一个文件夹作为ISO挂载点 sudo mount -o loop myfile.iso /media/cdimage #挂载ISO文件,使用参数 -o loop 使用你想挂载的iso文件代替myfile.iso。 挂载一个镜像文件使之能被写入,使用下面的命令: sudo mkdir /media/cdimage sudo mount -o rw,loop myfile.iso /media/cdimage 卸载镜像文件: sudo umount /media/cdimage rmdir /media/cdimage

当你在系统内做一些不正确事情的时候,系统会发出刺耳的BEEP~~BEEP声音 是不是忍受够了?赶紧用命令关掉它吧!!! 在终端中输入: rmmod pcspkr 如果你还是想它原音重现,那就打开它: modprobe pcspkr

本子是IBM R60e 系统是 9.04 红帽+中键的组合一直不能用,使用时真的很不便,在网上看到了篇文章就想try一下,果然有效。 1.首先键盘设定选择为 IBM生产 型号 R60 2.功能实现依赖 sysfsutils文件安装: sudo apt-get install sysfsutils 3.sudo gedit /etc/hal/fdi/policy/mouse-wheel.fdi 写入代码:

true 2 6 7 4 5 4 5 true

4.保存 重启。 5.在http://sourceforge.net/projects/tpctl/ 可以下载一个 configure-trackpoint_0.7-1_i386.deb 功能完全可用

在面板上的快捷方式图标实在难看,于是我决定转个图标 png -》 svg 用inkscape这个软件 先导入png 然后全选 菜单栏上 效果-》图像-》嵌入所有图像 然后另存为。。 .svg 就ok 用root权限把图标 放到系统图标目录就ok

Enable open web technologies in Internet Explorer Google Chrome Frame is an early-stage open source plug-in that seamlessly brings Google Chrome’s open web technologies and speedy JavaScript engine to Internet Explorer. With Google Chrome Frame, you can: * Start using open web technologies - like the HTML5 canvas tag - right away, even technologies that aren’t yet supported in Internet Explorer 6, 7, or 8. * Take advantage of JavaScript performance improvements to make your apps faster and more responsive. link

Picasa 3.0 for Linux (beta) Picasa 2.7 still available. Instructions: Picasa is free photo software from Google. This version is Linux compatible. Picasa won’t delete your pictures or put them online without your permission. This is a preview of the upcoming release of Picasa 3 for Linux. We encourage you to try out this beta release and provide feedback to help us improve our product. Please see http://www.google.com/linuxrepositories/testrepo.html for information on using Google’s Linux Software Testing Repository to install Picasa 3 for Linux. click here

孔子(前551年9月28日-前479年4月11日),子姓[1]孔氏,名丘[2],字仲尼,鲁(今中国山东曲阜)人,中国春秋末期的思想家和教育家。孔子是中华文化中的核心学说儒家的首代宗师,集华夏上古文化之大成,在世时已被誉为“天纵之圣”、“天之木铎”,是当时社会上最博学者之一,并且被后世统治者尊为至圣[3]、至圣先师、万世师表。孔子和他创立的儒家思想对中国和朝鲜半岛、日本、越南等地区有深远的影响,这些地区又被称为儒家文化圈。

想变强大,目前看来是要经历好长的一断路的。 本以为写好代码就是自己最终目标,不过这个立意太低了。 “程序员”这个魔咒,要摆脱它,就要努力去尝试不同的角色,不同的新事务。 时时update自己的想法,因为想法主导了自己的发展。 现在,我对TOP的理解已经不是写好代码那么简单了。 我要让公司如同车轮一般飞转。公司的需要才是我的使命!

0%