Posted by Tim Bray on 11 July 2011 at 9:47 AM
http://www.joescat.com/linux/android_rules.html [quote]# android Debug Bridge (adb) udev definition file # # This rules file will add a /dev/android_adb symlink when an android phone with # an identified idVendor:idProduct appears on the USB port. Then it will run the # android adb program (located in specified RUN+ statement below). # # This file may be out of date, please check android developer...
#! /bin/sh # /etc/init.d/jboss: Start and stop JBoss AS ECHO=/bin/echo TEST=/usr/bin/test JBOSS_START_SCRIPT=/usr/local/jboss-4.2.3.GA/bin/run.sh JBOSS_STOP_SCRIPT=/usr/local/jboss-4.2.3.GA/bin/shutdown.sh $TEST -x $JBOSS_START_SCRIPT || exit 0 $TEST -x $JBOSS_STOP_SCRIPT || exit 0 start() { $ECHO .n "Starting JBoss" su - jboss -c "$JBOSS_START_SCRIPT –b 0.0.0.0 > /dev/null 2> /dev...
新配机器:浪潮np120,双cpu,scsi硬盘
fb版本:4。8
安装过程中plip0
--转载 http://sjbbs.zol.com.cn/frmView.php?frameon=yes&subcatid=33672&bookid=385&ref0=http://www.google.cn/search?hl=zh-CN&source=hp&q=android+fastboot&aq=0&oq=android+fast 见好多论坛朋友对fastboot刷机相当困惑和不解,抑或是相当害怕使用fastboot刷机.不管是什么原因,我只需要告诉你,其实用fastboot很简单,也很快捷。 下面把我自己总结的一些方法写出来,希望能给广大G友在刷机路上助一臂之力。 fastboot for windo...
转载自http://chiel99.blogspot.com/2010/01/android-how-to-send-key-event-by-adb.html 使用Adb shell command直...
解压cpio文件:cpio -idmv cpio 安装/卸载deb包文件 dpkg -i openq_0.3.2-2006_i386.deb (安装openq) dpkg -l | grep openq (查找openq) dpkg -r openq (删除openq) dpkg --purge openq (删除openq的配置文件) 查看模块信息可以用modinfo hello.ko 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/93706/showart_1905177.html
在linux中有很多命令 其实,很早就接触linux了,可是不用你就根本就不会学到真正的知识。 甚至,你敲打键盘的速度都很慢 简单的命令也用不熟啊 命令吗,我现在感觉你必须先了解路径,否则有很多的命令会do not find或者not this command 在真确的路径下输入你的命令,改变路径的命令是cd 还有就是权限问题,有些时候我们必须在root下执行我们的命令当然会用到su还有sudo的,他们的不同,可在google里搜得 cal 是看日历的 glxgear是...