搜索资源列表
tree
- Linux下的tree命令,同window,功能更强大! 1、下载tree-1.5.1.1源程序 2、解压源码到工作目录tar zxvf tree-1.5.1.1.tgz 3、在tree-1.5.1.1目录交叉编译:make CC=arm-linux-gcc 4、安装:make prefix=/home/xxxx/rootfs install Ubuntu下 直接 apt-get install tree 即可安装最新的tr
bdaddrtar
- linux 下修改蓝牙地址 sudo apt-get install bluez-utils libbluetooth-dev-linux change bluetooth address ubuntu8.10 sudo apt-get install bluez-utils libbluetooth-dev
apt-get
- Linux 新立得软件更新包如何使用,很全面的。-Linux Synaptic software update package to use, very comprehensive.
ubuntu10.04_ns2_2.34.doc.tar
- 在ubuntu10.04_下安装_ns2_2.34.doc,介绍了在ubuntu中安装ns2.34的步骤,而在ubuntu10.10中可以直接通过sudo apt-get install命令,根据提示来安装-In ubuntu10.04_ install _ns2_2.34.doc, describes the steps ns2.34 installed ubuntu, and can be directly in ubuntu10.10 sudo apt-get install comman
iotop-0.3.1.tar
- 如果你知道有程序在磨你的硬盘,但是你又不能确定是哪一个程序在磨你的硬盘,那么就用 iotop来帮助你吧。 在Ubuntu里安装命令是: sudo apt-get install iotop 安装好之后在终端输入:iotop就可以了-If you know your hard drive grinding program, but you can not determine which of a program in the grinding of your hard driv
adcon1d.c.tar
- MCP3424 ADC Chip This code gives you all the 8 Channel readouts at once. Readout abelectronics ADC Pi board inputs via C Required package: apt-get install libi2c-dev Compile with gcc: $ sudo gcc adcon1d.c -o adcon1d
adcon1e.c.tar
- 8 Channels ADC This C language code, will read all 8 channel at once. This is based on the MCP3424 Chip. Readout abelectronics ADC Pi board inputs via C Required package: apt-get install libi2c-dev Compile with gcc: $