Feed on
Posts
Comments

Archive for 十一月, 2006

金曲龍虎榜與我

「金曲龍虎榜」,這是一個大約十年前(now 2006)華視禮拜六的綜藝節目,由胡瓜主持,這個節目在當時是非常紅的唷~,那這個節目在中間會揭曉這週的金曲龍處榜,就是國語前10名,以及台...

Read Full Post »

Linux 各種 mount 整理

// 先確定已經裝好samba-client
# yum -y install samba-client // 掛載 fat32 的 USB隨身碟
# mount -t vfat /dev/sda1 /mnt
// 掛載 fat32 的硬碟,中文目錄
# mount -t vfat -o iocharset=cp950 /dev/hda1 /mnt/win98Read Full Post »

被駭心得

上一篇才在講偵測 hacking 的程式,前幾天有一台主機就被入侵了,而且是已經用 rkhunter 偵測過了,過程就是因為用了一個student/student的帳號密碼,這個帳號是用來傳ftp檔案,雖然密碼被猜中...

Read Full Post »

RootKit 官方網站:http://www.rootkit.nl/
RootKit下載頁面: http://www.rootkit.nl/projects/rootkit_hunter.html
rootkit 是一些網路上流傳的功擊主機工具,為了要偵測主機是否已經被 Root Kit 之類的程式所攻...

Read Full Post »

Fedora Core 5 Linux 安裝 phpMyAdmin

官方網站 http://www.phpmyadmin.net/

# wget http://nchc.dl.sourceforge.net/sourceforge/phpmyadmin/phpMyAdmin-2.9.0.3-all-languages.tar.gz
# tar zxvf phpMyAdmin-2.9.0.3-all-languages.tar.gz -C /var/www/html/
# cd /var/www/html/Read Full Post »

Next »