Network Driver issue:
1. skip: select “No Device” for network detects.
2. download the latest “firmware-bnx2_{version}_all.deb” from packages.debian.org
3. save the firmware in your usb or cdrom… mount… then “dpkg -i firmware-bnx2__all.deb”
4. command:
rmmod bnx2
modprobe bnx2
update-initramfs -u
5. command:
vi /etc/network/interfaces …
/etc/init.d/udev restart
/etc/init. …
Linux Kernel 更新太快,各种发行版太多,kernel.org 再强悍,也不可能同时维护 n 个分支,也是徒劳的,需要一个稳定、高效、经典的版本. 2.6.18 是一个经典,接下来 2.6.32 将是我们的选择!
Red Hat Enterprise Linux 6 Beta 1 用 Linux 2.6.32
Debian 6 Squeeze 用 2.6.32
Ubuntu 10.04 LTS 用 2.6.32
话说 Android 2.2 也用 2.6.32~
这几个即将发布的 Linux 主要版本终于在 Kernel 上统一,满足未来 5 年企业应用需求,赞~
————— …
kernel.org 昨天发布了最新的 Linux 2.6.30 版本, 新特性不必说… 更在意的是,这是一个有意思的大偶数版本,是 Linux 近两年疯狂升级的里程数字,我们愉悦尾随这些数字,感受 Linux 的强悍动力! :)
最早接触 Linux 是在 2003 年,大学二年级,刚买电脑,当时在校园网下载最新的 Redhat 9.0,当时显卡驱动、网卡驱动、中文化都是从未有过的雾水,而且资料很少 … 终究只是安装玩玩…
直到 Debian 3.0 的出现! apt-get …
Step 1: add mod_rewrite
sudo a2enmod rewrite
this will create a loader to /etc/apache2/mods-enabled/rewrite.load
that loads the module /usr/lib/apache2/modules/mod_rewrite.so
and it be linked to : /etc/apache2/mods-available/rewrite.load
Disable rewrite use: sudo a2dismod rewrite
Step 2: Setting AllowOverride
sudo vi /etc/apache2/apache2.conf
…