
Linux
iteye_14490
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
inittab
http://www.netadmintools.com/html/5inittab.man.html原创 2009-07-30 15:44:48 · 128 阅读 · 0 评论 -
play audio(mp3)/vedio online (mozilla)
#install mozilla plugins --- mplayer apt-get install mozilla-mplayer2009-04-25 20:29:26 · 174 阅读 · 0 评论 -
maemo 的程序关联设定
/etc/sysconfig/maemo_mime2009-04-25 20:24:23 · 111 阅读 · 0 评论 -
xine-lib 编程
so easy 两个例子 1.http://linoleum.leapster.org/archives/4-An-introduction-to-playing-audio-with-xine-lib-Part-1.html 2.http://xinehq.de/index.php/hackersguide原创 2009-04-25 20:19:18 · 117 阅读 · 0 评论 -
指定进入S3 S4 的等待时间
/etc/rfppm/rfppm.cfg2009-04-25 20:18:27 · 398 阅读 · 0 评论 -
关于 RPM 命令的权威说明
http://www.rpm.org/max-rpm/index.html 是今天查 rpm -bp 的时候search 到的原创 2009-04-25 18:00:45 · 129 阅读 · 0 评论 -
Vmware tools 和 Kernel version
关于Vmware tools 的install 网络上有很多介绍文章了。 我这里要说的是在vmware-config-tools.pl 的时候,如果遇到complie Error, 就很可能是你的Kernel version is too new,或者说 你所用的Vmware Workstation/Server version is too old,它所提供的vmware tools 不支...2009-04-25 17:59:58 · 106 阅读 · 0 评论 -
wireless Atheros AR5006EG driver install
1.Get newest dirver from http://snapshots.madwifi.org/special/madwifi-hal-0.10.5.6-r3698-20080604.tar.gz 2.Follow the instruction http://madwifi.org/wiki/UserDocs/FirstTimeHowTo 3. Also, i...2009-04-25 17:58:08 · 155 阅读 · 0 评论 -
po mo
.po 包含国际化支持翻译的文本文件. .mo 包含国际化支持翻译的二进制文件 how to make po file? pls ref: http://bbs.chinaunix.net/viewthread.php?tid=6265252009-04-25 17:51:50 · 143 阅读 · 0 评论 -
config sound card in Dell laptop (Latitude LS)
# install alsa utilty apt-get install alsa-utils # view dmesg and lspci to comfirm that # sound card has been found by system alsamixer # but all of item is off # config sound card b...2009-04-25 20:30:06 · 137 阅读 · 0 评论 -
如何生成 xorg.conf
Xorg -configure2009-04-25 20:32:18 · 273 阅读 · 0 评论 -
Linux 上运行Windows的程序---Wine
FAQ: 1. How to install Debian/Ubuntu $ apt-get install wine Or Compile source of wine directly 2. How to use $ winecfg will create ~/.wine in you home directory 3. 乱码问题 copy simsu...2009-04-26 21:37:10 · 160 阅读 · 0 评论 -
如何查看wifi 的 frequency 和 out power
iwconfig 的输出中有 frequency 和 Tx-power2009-04-25 20:48:59 · 635 阅读 · 0 评论 -
如何查看BT (BlueTooth) 的信息
lsusb -vv bluez下面 hciconfig hcitool2009-04-25 20:48:24 · 322 阅读 · 0 评论 -
Linux 2.6.18 下安装 usb 无线网卡(zd1211)
[设备采购] SAGEM XG-760A chipset :zd1211 价格:30RMB 新旧程度:旧 使用状况:良好 http://auction1.taobao.com/auction/item_detail-0db2-01f4ed18b77e327bf152606009114236.jhtml?pm1=1 [安装Driver]参考 http://blog.linym.net...原创 2009-04-25 20:43:33 · 308 阅读 · 0 评论 -
usb mass storage
refer to http://www.linux-usb.org/gadget/file_storage.html原创 2009-04-25 20:39:14 · 127 阅读 · 0 评论 -
How to Take a Screenshot in Linux With the Termina
please refer to: http://tips.webdesign10.com/how-to-take-a-screenshot-on-ubuntu-linux import MyScreenshot.png or sleep 10; import -window root MyScreenshot2.png原创 2009-04-25 20:35:58 · 139 阅读 · 0 评论 -
How to make root file system image file
Refer to : http://topic.csdn.net/t/20051103/17/4369767.html# http://en.wikipedia.org/wiki/Loop_device dd if=/dev/zero of=/tmp/tmp_loop bs=1k count=512 (容量根据需要自定义) losetup /dev/loop0 /tmp/tmp_l...原创 2009-04-25 20:35:19 · 134 阅读 · 0 评论 -
initrd
http://hi.baidu.com/liyangzhao/blog/item/24628f36a93851320b55a9f5.html http://www.ibm.com/developerworks/cn/linux/l-initrd.html Open # mkdir temp ; cd temp # cp /boot/initrd-2.6.14.2.i...原创 2009-04-25 20:32:55 · 146 阅读 · 0 评论 -
shortcut for switching workspace
Ctrl + Alt + Arrow Key then Ctrl+Shift+Alt+Arrow Ke2009-04-25 17:50:42 · 96 阅读 · 0 评论 -
load lib
/etc/ld.so.conf ldconfig ldd [appname]2009-04-25 17:49:43 · 131 阅读 · 0 评论 -
load lib
/etc/ld.so.conf ldconfig ldd [appname]2009-04-25 17:00:25 · 136 阅读 · 0 评论 -
modprobe --- no symbol version for struct_module
这个错误很可能是由于 kernel version 不一致导致的原创 2009-12-18 12:07:12 · 232 阅读 · 0 评论 -
How to: Compile Linux kernel
http://www.cyberciti.biz/tips/compiling-linux-kernel-26.html Step # 1 Get Latest Linux kernel code Visit http://kernel.org/ and download the latest source code. File name would be linux-x.y.z.ta...原创 2009-12-17 19:37:19 · 174 阅读 · 0 评论 -
USB auto suspend udev sysfs
http://reactivated.net/writing_udev_rules.html http://www.lesswatts.org/projects/devices-power-management/usb.php原创 2009-12-11 11:42:39 · 274 阅读 · 0 评论 -
interface
/etc/network/interface原创 2009-12-02 16:37:18 · 120 阅读 · 0 评论 -
Exit from X to console
/etc/init.d/gdm stop to reback to X /etc/init.d/gdm start原创 2009-11-27 23:42:59 · 129 阅读 · 0 评论 -
gnome resolution pre user
gnome resolution config files are located in .gconf/desktop/gnome/screen/ it is used with higher priority than xorg after gdm login.原创 2009-11-27 23:41:06 · 150 阅读 · 0 评论 -
Linux touchpad too sensitive
http://ubuntuguide.org/wiki/Ubuntu:Feisty#Disable_the_touchpad_while_typing https://help.ubuntu.com/community/SynapticsTouchpad#shmconfig Touchpad Disable the touchpad while typing The utilit...原创 2009-11-27 19:35:34 · 185 阅读 · 0 评论 -
lspci lsusb
liunx 硬件查看 lsusb lspci dmesg原创 2009-11-27 19:34:17 · 185 阅读 · 0 评论 -
Mozilla UserAgent 总结
Mozilla UserAgent * 查看方法: http://www.useragentstring.com/ http://forum.moztw.org/viewtopic.php?p=129284#129284 * 修改方法 url address: [about:config] 追加 general.useragent.overrid...2009-04-25 16:09:59 · 125 阅读 · 0 评论 -
grep
从文件内容查找匹配指定字符串的行: $ grep "被查找的字符串" 文件名 从文件内容查找与正则表达式匹配的行: $ grep –e “正则表达式” 文件名 查找时不区分大小写: $ grep –i "被查找的字符串" 文件名 查找匹配的行数: $ grep -c "被查找的字符串" 文件名 从文件内容查找不匹配指定字符串的行: $ grep –v "被查找...2009-04-25 16:11:14 · 140 阅读 · 0 评论 -
调节声音 工具
alsamixer aumix aumix -L configfile2009-04-25 16:59:27 · 119 阅读 · 0 评论 -
在icewm 上install scim scim-pinyin
直接 apt-get install之后是用不了的(Ctrl+Space 没反应) 原因是: scim 的daemon 没有启动,而且必要的环境变量也没有set 观察startx,需要在 /etc/X11/xinit/xinitrc 或者 $HOME/.xinitrc 中 追加如下code #C or En cannot invoke input method e...2009-04-25 16:54:04 · 168 阅读 · 0 评论 -
Enable shortcut(Alt + Tab) on matchbox(window mana
以前在 MID 上用的系统,直接porting 到 Netbook 上之后。由于操作习惯不同(MID 是用finger,而Netbook是用键盘鼠标的),所以在Netbook上操作起来很不方便,特别是没有 快捷键(shortcut)。 开始的时候,觉得可能是 Key Map 出了问题。经过调查 loadkeys xmodmap xev 等,发现 Alt 和Tab 键对应的 keycode...2009-04-25 16:52:49 · 183 阅读 · 0 评论 -
查看 rpm 中的内容
rpm2cpio |cpio -id2009-04-25 16:51:51 · 110 阅读 · 0 评论 -
how to play mp3 in Totem on Fedora 8
need to install Codeina firstly http://fedoraproject.org/wiki/Multimedia/MP3原创 2009-04-25 16:50:58 · 96 阅读 · 0 评论 -
Install scim-pinying from src in Fedora
背景: 原有的Fedora上已经缺省安装了scim-pinyin 等IM,为了练练手决定通过src来安装。 首先是通过[rpm -e ] uninstall all package about scim 问题描述 1. Download source of SCIM and SCIM-pinying from sourceforge 2. ./configurate --pref...2009-04-25 16:17:32 · 144 阅读 · 0 评论 -
介绍两个Linux下 硬件性能测试小工具(open)
bogomips http://www.clifton.nl/index.html?bogomips.html 用来测试CPU 速度的 lmbench http://www.bitmover.com/lmbench/whatis_lmbench.html Tools for performance analysis 说明中建议最好不要在X下面测试...2009-04-25 16:13:39 · 194 阅读 · 0 评论 -
如何使Make 出来的程序带有debug信息
和gcc 同理,在./configure 命令中添加 CFLAGS= -g 和 CXXFLAGS=-g2009-04-25 16:11:37 · 964 阅读 · 0 评论