[Ubuntu] bash 記憶指令
Posted on February 2, 2007
| 1 minutes
| 83 words
| appleboy
之前 在 linux連線版有問過大家 如果讓bash 有像 freebsd cshrc的記憶功能 可以按上下鍵 就可以顯示出 以前用過的指令 比如說 我輸入 cat 然後按上 就會出現 cat /etc/bash.bashrc 結果我在 將下面寫入到 /etc/bash.bashrc
bind \
'"\C-n": history-search-forward' \
'"\M-OB": history-search-forward' \
'"\M-[B": history-search-forward' \
'"\C-p": history-search-backward' \
'"\M-OA": history-search-backward' \
'"\M-[A": history-search-backward'
[Read More][apache] mod cband 頻寬限制
Posted on January 22, 2007
| 1 minutes
| 213 words
| appleboy
這個MODULE相當好用,這個可以用來解決架設APACHE頻寬問題 安裝方式:
For Linux: 先去下載軟體: mod_cband 目前釋出到 0.9.7.5版 下載到 /tmp/ 資料夾裡面 解壓縮: tar -zxvf mod-cband-0.9.7.5.tgz 如果你有安裝 apsx2的話 請用下面安裝 $ cd mod-cband-0.9.7.5 $ ./configure $ make $ make install 如果沒有安裝 apsx2的話 請用下面安裝 重新編譯 configure –add-module=../mod-cband/mod_cband.c –enable-shared=cband –enable-module=so 設定方法: * 修改httpd.conf 加上2行CBandScoreFlushPeriod 1 CBandRandomPulse On mkdir /var/www/scoreboard chown apache:apache /var/www/scoreboard * 設定 VirtualHost <VirtualHost 1.2.3.4> ServerName www.example.com ServerAdmin webmaster@example.com DocumentRoot /var/www CBandSpeed 1024 10 30 CBandRemoteSpeed 20kb/s 3 3 說明:# 100MB virtualhost bandwidth limit CBandLimit 100M # Maximal 1024kbps speed for this virtualhost # Maximal 10 requests per second for this virtualhost # Maximal 30 open connections for this virtualhost限制該網域總頻寬跟連線數目 CBandSpeed 1024 10 30# Maximal 10kB/s speed, 3 requests/s and 2 open connections for any remote client CBandRemoteSpeed 10kb/s 3 2 4個禮拜清除設定一次# a period of time after which the scoreboard will be cleared (4 weeks) CBandPeriod 4W # define ‘class_1′ CBandClassDst 217.
[Read More][Apache] 防盜連,抓圖
Posted on January 19, 2007
| 3 minutes
| 504 words
| appleboy
目前管理 國史館-台灣文獻館,幾台檔案伺服器 裝了 快 1000萬的數位話檔案,如果將來對外開放,將會造成大量被下載 所以我列了下面幾個保護裝置,目前用在館內,我弄了幾個軟體去下載,果然已經被阻擋了 網頁伺服器要支援REWRITE功能
[Read More]SSH SCP 速度
Posted on January 12, 2007
| 1 minutes
| 11 words
| appleboy
好快阿 這是我用過最快的了~
snapshot2 Hosted on
Zooomr 哈哈,雖然說在同一個hub底下 這算是蠻正常的 哈哈~ 11.1MB的速度在跑 不是蓋的
[2007年跨年]台北101大樓煙火
Posted on January 7, 2007
| 1 minutes
| 6 words
| appleboy
[文章] 剛剛在網路看到的一篇文章
Posted on January 6, 2007
| 1 minutes
| 24 words
| appleboy
剛剛到一篇,如何讓自己的老闆認為自己很認真
■電腦:除非下班,否則請永遠保持開機狀態,螢幕顯示內容以較複雜的試算表格為佳 嘿嘿關於這點,我有做到,如下 這是kde桌面~
[Read More][文獻館]搞定了LTO – 3580
Posted on January 1, 2007
| 1 minutes
| 30 words
| appleboy
Vim 功能介紹
Posted on December 30, 2006
| 2 minutes
| 368 words
| appleboy
Vim 功能時在太多了,搜尋取代,切換視窗,多重編輯都可以 1.如果想複製整篇檔案的文字,利用下面指令
ggVGy
2.切割畫面
:sp filename 會橫項切割兩個視窗來開檔案
:vsp filename 是直項切割視窗.
Ctrl+w 2次則會切換到令一個視窗
fllow mode
:set scb 則會紀錄一邊檔案,記的要把一邊檔案按下page down才可以 這樣相差一頁,才是你想要的
3.去除 ^H ^M
man gcc | col -b > gcc.txt
vi 後 :1,$s/^v^H//g (^v = ctrl + v, ^H = ctrl+h)
sed -i -e 's/^v^H//g' file
[Read More]Ubuntu Edgy Release KDE 桌面環境
Posted on December 18, 2006
| 1 minutes
| 15 words
| appleboy
剛剛安裝新的 ubuntu 作業系統 Edgy Release 然後順手安裝了 kde 桌面環境 還蠻漂亮的~ 哈哈 宿舍用 gnome 公司用 kde還不賴 2套都可玩看看~
[Linux] 在 windows底下讀寫linux
Posted on December 15, 2006
| 1 minutes
| 162 words
| appleboy
剛剛在ptt看到的,一連串討論 □ XP 認得 ext2/ext3 磁區嗎 ? 裡面有很多文章 寫的不錯,可以提供出來 問題:
想問一下,我有一個移動式硬碟 60G 所以只能format 成 NTFS or ext2/ext3 而在 Linux 下, 目前支援 NTFS 讀寫可能要另外掛 package… 所以想問,那 Windows XP 是否支援 ext2 / ext3 ext3好像不行, 因為剛剛在 Linux 下 format成 ext3了 並備份了一些東東,到進到了Windows XP底下好像認不得了, 想問,ext2 在 Windows XP 底下,OK嗎… xp認得嗎? 解法如下 作者 wyocbu@kkcity.com.tw (wyocbu),
[Read More]