摘要:一、安装JDK,从http://www.oracle.com/technetwork/java/javase/downloads/index.html下载jdk-6u26-linux-i586.bin然后将其拷贝到/usr/lib/jvm/java 下在shell中执行:1、 sudo chmod u+x /usr/lib/jvm/java/jdk-6u26-linux-i586.bin此时jdk已安装完毕,下面设置环境变量。2、sudo vi /etc/environment在environment中修改,出现如下部分PATH="......:/usr/lib/jvm/java/j
阅读全文
摘要:Beginning Ubuntu Linux5th EditionUbuntu Linux is the fastest growing Linux-based operating system, andBeginning Ubuntu Linux, Fifth Editionteaches all of us—including those who have never used Linux—how to use it productively, whether you come from Windows or the Mac or the world of open source.Begi
阅读全文
摘要:1、用TP-Link WN550G PCI无线网卡做无线AP,这块网卡使用的是Atheros Communications Inc. AR2413的芯片组,可以使用madwifi的驱动(http://madwifi-project.org/)。现在的Linux内核默认就带有madwifi的驱动,名为ath5k,但是这个驱动对于配置该网卡为AP有问题,所以我们还是换成ath_pci这个驱动,这也是madwifi project中的驱动。2、去http://madwifi-project.org/下载madwifi-0.9.4-current.tar.gz ,然后make,make install
阅读全文
摘要:linux目录架构:/ 根目录/bin 常用的命令binary file的目錄/boot 存放系统启动时必须读取的档案,包括核心(kernel)在内 /boot/grub/menu.lst GRUB设置 /boot/vmlinuz 内核 /boot/initrd 核心解壓縮所需RAM Disk/dev 系统周边设备/etc 系统相关设定文件 /etc/DIR_COLORS 设定颜色 /etc/HOSTNAME 设定用户的节点名 /etc/NETWORKING 只有YES标明网络存在 /etc/host.conf 文件说明用户的系统如何查询节点名 /etc/hosts 设定用户自已的IP与名字的
阅读全文
摘要:1、ipconfig:参数: /? Display this help message. /all Display full configuration information. 显示本机TCP/IP配置的详细信息;/release Release the IP address for the specified adapter. DHCP客户端手工释放IP地址;/renew Renew the IP address for the specified adapter. DHCP客户端手工向服务器刷新请求;/flushdns Purges the DNS Resolver cache. 清除本
阅读全文
摘要:手机CPU平台主要是基于ARM处理器。目前主流手机CPU平台:TI OMAP、Intel&MarvellPXA、高通MSMQSCSnapdragon1、手机CPU之 TI OMAP 德州仪器 (TI) 是全球领先的数字信号处理DSP与模拟技术半导体供应商。 TI的手机CPU平台主要为OMAP系列。2、手机CPU之Intel&MarvellPXA Intel&Marvell的手机CPU平台为PXA 系列,其CPU为Xscale。 Xscale是ARM体系结构的一种内核。3、手机CPU之 高通MSMQSCSnapdragon 高通公司(QUALCOMM)在以技术创新推动无线
阅读全文
摘要:Ralink、Atheros、Broadcom、Marvell、Intel并列为全球五大WLAN(WIFI)芯片供货商。其中Ralink、Atheros为只做wifi芯片。Ralink http://www.ralinktech.comAtheros http://www.atheros.com(http://www.qca.qualcomm.com/)Broadcom http://zh-cn.broadcom.com/Marvell http://www.marvell.com/zh-cn/Intel http://www.intel.com另:Realtek http://www.rea
阅读全文