- 博客(18)
- 资源 (1)
- 收藏
- 关注
原创 SSH Without a Password
SSH Without a Password [原文链接] The following steps can be used to ssh from one system to another without specifying a password. A Belorussian Translation of this page by Patricia Clausnitzer is available at: http://www.fatcow.com/edu/ssh-nopass-
2011-04-12 13:13:00
437
原创 X起不来了
ubuntu upgrade之后,X起不来了。临时的解决办法就是重新安装nvidia包。我的笔记本是thinkpad 410i,显卡如下: 安装nvidia包:sudo apt-get install nvidia-current
2011-04-10 01:24:00
378
原创 如何在Ubuntu上搭一个的代码浏览工具
这个贴子我们一步步讲解如何在Ubuntu上搭cscope工具,使浏览android 代码变得方便一点。
2011-03-24 12:25:00
1816
原创 how to donwload froyo cts2.2_r4 source
repo init -u git://android.git.kernel.org/platform/manifest.git -b android-cts-2.2_r4repo sync cts
2011-03-03 10:58:00
477
原创 book download link
这个网站有很多英文编程书籍可供免费下载,在这里做个记号http://ebooks.allfree-stuff.com/
2009-11-08 19:19:00
428
原创 enable wireless zero configuration service via command line
net stop wzcsvc net start wzcsvc
2009-02-06 16:19:00
385
原创 adobe flash player plugin on Debian etch
notes about installing adobe flash player plugin on Debian etch 1. add the below line to /etc/apt/sources.listdeb http://www.backports.org/debian etch-backports main contrib non-free 2. apt-
2009-02-06 10:05:00
457
原创 note about debian wireless config
Notes about home wireless config on my Debian 1. /etc/network/interfaces iface wlan0 inet dhcpwireless-essid essid_namewireless-key key_string 2. not auto wlan0 at boot time, so up it manu
2009-02-05 00:35:00
483
原创 在VisualPC2007上安装Debian4.0问题小结
杨东:yangdong101@gmail.com 安装后,debian自动图形界面启动,而且无法正确显示,解决步骤如下: 1. 执行:update-rc.d -f gdm remove,这样,系统就以文本界面启动。 2. 修改 /etc/X11/xorg.conf, 把DefaultDepth 24改为16。
2009-01-23 09:44:00
494
原创 linux如何在命令行发带附件的邮件
杨东:yangdong101@gmail.com uuencode wifi.tar attached_name |mail -s title_name yangdong101@gmail.com 1. wifi.tar: 是要发送的文件2. attached_name:邮件中显示的附件名3. title_name :邮件标题,如不需要,-s title_name 均可
2009-01-22 17:35:00
589
原创 在VMWARE上安装RedHat9的三个问题
杨东:yangdong101@gmail.com 1. 安装后,LILO菜单有两项:linux (缺省)和 linux up。因为我的laptop是Dell D620,双核。所以linux是指SMP版本,而linux up是指UniProcessor版本。 2. 上网。可能NAT方式是配置起来最简单的。不知何因,无法动态取得IP,激活网卡时会报错。只能固定配个IP,与vmnet8在
2009-01-15 23:42:00
470
原创 禁止XP启动BEEP音
杨东:yangdong101@gmail.com 最近,XP启动时会莫名其妙的响一声,音量不打开也是如此,烦人。下面的方法可以禁掉这种BEEP音。1. 打开Device Manager2. View -> Show hidden devices 3. 选择Beep的属性 4. choose type disabled in startup
2008-12-03 14:09:00
1260
原创 WTK 2.5.2 如何改变缺省项目位置
杨东:yangdong101@gmail.com 假设我的开发目录是:D:/platform/Java/j2me_dev编辑 C:/WTK2.5.2/wtklib/Windows/ktools.properties增加: kvem.apps.dir = D://platform//Java//j2me_dev重启WTK。也可以不显示WTK自带DEMO项目
2008-11-24 12:59:00
840
原创 试用Bakefile(1)
杨东:yangdong101@gmail.com1. 什么是Bakefile? 引用http://www.bakefile.org的一段介绍:Bakefile is cross-platform, cross-compiler native makefiles generator. It takes compiler-independent description of build t
2008-11-14 21:36:00
3013
1
原创 安装FLUXBOX窗口管理器
杨东:yangdong101@gmail.com安装环境:VMWARE + REDHAT91. 从官方网站 http://fluxbox.org/ 下载 fluxbox-1.0.0.tar.gz2. 编译安装 1> ./configure 2> make 3> make install (ROOT 用户)3. echo fluxbox > ~/.xinitrc4. startx
2008-11-10 21:17:00
1238
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人