Content Explore
  • 网卡驱动问题 - Debian 6.0 Squeeze on PE R410/R710 ...

    Published : 2010-07-19 Categories : Software Tags : Debian Squeeze R410 R710 bnx2
    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... mo...
  • Linux 2.6.30 发布

    Published : 2009-06-12 Categories : Software Tags : GNU Linux 2.6.30 Debian Redhat Ubuntu
    kernel.org
    昨天发布了最新的 Linux 2.6.30 版本, 新特性不必说... 更在意的是,这是一个有意思的大偶数版本,是 Linux 近两年疯狂升级的里程数字,我们愉悦尾随这些数字,感受 Linux 的强悍动力! :)
    最早接触 Linux 是在 2003 年,大学二年级,刚买电脑,当时在校园网下载最新的 
    Redhat 9.0
    ,当时显卡驱动、网卡驱动、中文化都是从未有过的雾水,...
  • Making mod_rewrite

    Published : 2008-03-09 Categories : Software Tags : rewrite Apache Debian Ubuntu .htaccess Software
    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 : /et...