FreeBSD + Lighttpd + php + mysql 安裝過程

系統環境 :FreeBSD 6.0-RELEASE 安裝過程如下: mysql-server-5.0.24a php5-5.1.6 lighttpd-1.4.11_1 先安裝 lighttpd cd /usr/ports/www/lighttpd/ make config [X] OPENSSL Enable SSL support [ ] OPENLDAP Enable LDAP support [X] MYSQL Enable MYSQL support [X] IPV6 Enable IPV6 support [X] CML Enable Cache Meta Language support make install clean 安裝 mysql cd /usr/ports/databases/mysql50-server make install clean WITH_CHARSET=utf8 WITH_LINUXTHREADS=yes 安裝 php cd /usr/ports/lang/php5 cd /usr/ports/lang/php5-extensions/ make config 選擇你想要的 extensions 灌好之後 就可以用了 然後打開 家目錄設定 userdir.path = “public_html” userdir. [Read More]

【好康】SEEDNET 學生方案申請只剩 10 天(申請至九月底止)

來源:http://www.pczone.com.tw/vbb3/showthread.php?t=124936 SEEDNET 學生方案開放申請 (申請至九月底止) 「18個月均一價,免綁約,目前 ADSL 市場上最優惠的方案」 「此優惠方案僅供申請至9月底,錯過就要再等明年了!!」在新的瀏覽器視窗中開啟? 速率 費率 方案說明如下: ———————————————————– 1M / 64k  前18個月 $180元/月,第19個月起 $399 2M / 256k  前18個月 $240元/月,第19個月起 $440 8M / 640k  前18個月 $360元/月,第19個月起 $550 注意事項: 1、僅限「新申請」或「異動ISP (異動ISP , 沒有加送一個月免費)」才能辦理 現有 SEEDNET 用戶無法直接轉換或者退掉後立刻再申請此學生方案 2、前18個月為均一價 (累計年資,但無老客戶折扣),第19個月起恢復牌價並享老客戶折扣。 3、方案期限 :95/6/15 ~ 95/9/30 4、需提供「學生證件影本」方能申請 5、學生方案不享有好友推薦優惠 下載 SEEDNET 學生方案申請書: http://www.pczone.com.tw/seednet/student.doc 詳細申請程序: http://www.pczone.com.tw/seednet/htm…6/0616/14.html 若有不瞭解的地方,歡迎來電或 MSN 線上洽詢:在新的瀏覽器視窗中開啟?在新的瀏覽器視窗中開啟?在新的瀏覽器視窗中開啟?在新的瀏覽器視窗中開啟?

Linux 大量建制帳號

<td bgcolor="#fffff1">
  <table width="479" style="table-layout: fixed; height: 86px">
    <tr>
      <td>
        <span class="postbody"><a title="http://phorum.study-area.org/viewtopic.php?t=27276" href="http://phorum.study-area.org/viewtopic.php?t=27276">http://phorum.study-area.org/viewtopic.php?t=27276</a> <a title="http://linux.vbird.org/linux_basic/0410accountmanager.php#manual_amount" href="http://linux.vbird.org/linux_basic/0410accountmanager.php#manual_amount"> http://linux.vbird.org/linux_basic/0410accountmanager.php#manual_amount</a></span>
      </td>
    </tr>
  </table>
</td>

for line in cat account.txt do account=echo $line | cut -d : -f 1 passwd=echo $line | cut -d : -f 2 useradd -m $account echo $account:$passwd | chpasswd done account.txt 格式: account:password

歷年文章