簡單掃描
2012-01-05
shopwiki.com Scan
因為 shopwiki.com 一直掛廣告在我的 blog 上, 所以 scan shopwiki.com 結果
URL : www.shopwiki.com shopwiki.com
2011-09-12
rsnapshot - 簡單備份
rsnapshot - 簡單備份
2011-09-11 modify
A filesystem snapshot utility for making backups of local and remote systems
(rsnapshot is a filesystem snapshot utility.)
(本地端 / 遠端的檔案系統備份工具 。)
-
安裝
sudo aptitude install rsnapshot
- 設定配置檔 - /etc/rsnapshot.conf
2011-09-06
Squeeze Xorg 設定
Squeeze Xorg 設定
2011-09-06-
先檢查否有xorg.conf設定檔(/etc/X11/xorg.conf)(Squeeze不會自行產生)
ls -l /etc/X11/xorg.conf
-
檢查 VGA 卡是否找到
lspci
或lspci -v
會出現01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 420] (rev a3)
- 不要起動X, 先產生xorg.conf設定檔(/root/xorg.conf.new), copy 到 /etc/X11/xorg.conf
2011-08-23
新安裝 TeamViewer
2011-08-23
前一篇TeamViewer 終於有 linux 版了是在 debian lenny (stable) 環境下安裝, 舊腦電新裝 debian 6.0.2.1 (stable)(squeeze), 看到網頁上的版本TeamViewer deb v5.0.8888 還是與 debian 5.x 同版本, 試一下, 可以在debian stable (squeeze 6.0.2.1)下安裝及正常工作, 記錄一下。
-
-
前一篇TeamViewer 終於有 linux 版了是在 debian lenny (stable) 環境下安裝, 舊腦電新裝 debian 6.0.2.1 (stable)(squeeze), 看到網頁上的版本TeamViewer deb v5.0.8888 還是與 debian 5.x 同版本, 試一下, 可以在debian stable (squeeze 6.0.2.1)下安裝及正常工作, 記錄一下。
- 下載 :
wget http://www.teamviewer.com/download/version_5x/teamviewer_linux.deb - 安裝 :
sudo dpkg -i teamviewer_linux.deb
-
-
2011-08-22
製作USB安裝debian (squeeze)
2011-08-23
起因:舊電腦沒CD-ROM, 只有 USB 接口, 只能製作可安裝debian 6.0.2.1 squeeze 的 USB stick。
注意: USB裡的資料會損毀, 要先備分出來。
製作 Install USB
Install(安裝)

-
起因:舊電腦沒CD-ROM, 只有 USB 接口, 只能製作可安裝debian 6.0.2.1 squeeze 的 USB stick。
注意: USB裡的資料會損毀, 要先備分出來。
製作 Install USB
- 下載 debian-6.0.2.1-i386-businesscard.iso ( http://cdimage.debian.org/debian-cd/current/i386/iso-cd/ )
- USB Stick 接上電腦, (不要 mount USB)
- 假設 USB -> /dev/sdc
wget http://cdimage.debian.org/debian-cd/current/i386/iso-cd/debian-6.0.2.1-i386-businesscard.iso
su - (用 root 權限執行)
cat debian-6.0.2.1-i386-businesscard.iso > /dev/sdc
Install(安裝)
- 接網路, USB Stick 開機
- Installer boot menu 選單選 Help

- 輸入 install modules=ppp-udeb

- 接著就和使用CD所燒成光碟, 網路(ADSL)安裝的過程一樣
-
2011-06-17
debian apache2 2.2.16 使用者目錄下的 PHP5 關了
2011-06-08
更新到 Squeeze, apache2 的版本 2.2.16-6+squeeze1
使用者目錄下的 PHP5 是改成關閉的, 要改設定來打開,
<directory home="" public_html="">
php_admin_value engine Off
</directory>
</ifmodule>
# 2011-06-07 註解後, 讓 user dir 可以使用 php5
# <ifmodule c="">
#
<directory home="" public_html="">
#
php_admin_value engine Off
#
</directory>
# </ifmodule>
最後重起動 apache2
sudo /etc/init.d/apache2 restart
-
-
更新到 Squeeze, apache2 的版本 2.2.16-6+squeeze1
使用者目錄下的 PHP5 是改成關閉的, 要改設定來打開,
- 在 /etc/apache2/mods-available/php5.conf
<directory home="" public_html="">
php_admin_value engine Off
</directory>
</ifmodule>
讓 user dir 可以使用 php5, 註解如下, 改成
# 2011-06-07 註解後, 讓 user dir 可以使用 php5
# <ifmodule c="">
#
<directory home="" public_html="">
#
php_admin_value engine Off
#
</directory>
# </ifmodule>
最後重起動 apache2
sudo /etc/init.d/apache2 restart
-
-
訂閱:
文章 (Atom)