-
-
Linux Kernel in a Nutshell
... is needed to know in order to properly build, customize, and install the Linux kernel. No programming experience is needed to understand and use this book.
Some familiarity with how to use Linux, and some basic command-line usage is expected of the ...
-
INTER G31/P35/P31 Atheros AR8132 linux 网卡驱动
uname -r 查看LINUX 内核版本 lspci查看网卡设备 ethernet controller查看厂商和型号
检测需要用到内核的源代码包和编译程序
rpm -qa|grep kernel
kernel- ... 2-48.el5
gcc-c++-4.1.2-48.el5
解压网卡 tar zfvf network card
cd network card
make clean modules
make install
depmod -a
insmod ./src/atLle.ko
reboot
-
iperf for linux Unix
... 2” Iperf2 0 2在以下操作系统中可以很好的被编译:Linux SGI IRIX HP UX Solaris AIX 和Cray UNICOS 使用“make”命令编译Iperf源 ... 2 0 2
configure
make
编译成功后 使用以下命令安装Iperf:
make install
重新编译Iperf 最简单的方法是使用以下命令:
make distclean ...
-
-
-
Linux 系統 Z87[z87x]系列主板,intel 千兆網卡驅動.
... =100Mbit/s
resources: irq:43 memory:f0500000-f051ffff memory:f053d000-f053dfff ioport:f080(size=32)
Z87的主板安裝linux系統的話.網卡不能工作. 上面是linux下面的網卡驅動
需要ubuntu等linux 系統. 能make 編譯. 后make install .
modprobe e1000e
這樣驅動就安裝上了. 重啓后設置IP即可.
找了 ...
-
Inter linux系统e1000e官方网卡驱动
... tar 的版本号:
cd e1000e-/src/
编译驱动程序模块:
# make install
二进制文件将安装为:
/lib/modules//kernel/drivers/net/e1000/e1000 ... 列出的安装位置为默认位置。这可能因不同的 Linux 发行版本而异。
使用 insmod 或 modprobe 命令加载 ... 可用以下命令编译和安装该驱动程序:
# make CFLAGS_EXTRA=-DDISABLE_PCI_MSI install
通常,该驱动程序每两秒钟生成一个中断, ...
-
oracle11g客户端linux-32bit
... 组件;
2.配置环境:
1. yum groupinstall "Development Tools"
2. yum install libaio.i686
3. 在/etc/hosts中加入相应的主机映射
如 ... 4. sqlplus中不能删除输入字符问题:
1. 安装rlwrap: yum install rlwrap;
2. 在.bash_profile中加入如下行:
alias sqlplus='rlwrap ...
-
linux php5.5.7 redis 扩展编译源
linux下为 php5.5.7支持 redis 扩展编译源 生成so文件
/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config
make && make install
-
Python+UNIX和Linux系统管理指南
Python+UNIX和Linux系统管理指南 中文版!
目录
序
前言
第1章 Python简介
为什么要选 ... 什锦
引言
Python中跨平台的UNIX编辑
PyInotify
OSX
Red Hat Linux系统管理
Ubuntu管理
Solaris系统管理
虚拟化
云计算
使用Zenoss从Linux上管理Windows服务器
第9章 包管理
引言
Setuptools和Python Egg
使用easy install
Easy install的高级特征
创建egg
进入点及控制台脚本
使用 ...
-