跳到主要內容

無線網卡安全

轉錄:無線網路時代,小心鄰居成隱形小偷
作者:王應達 CNet Taiwan

「親愛的鄰居,謝謝你沒有對無線網路採取安全防護,讓我可以瀏覽你家寶寶的滿月照、收入支出管理表和網路銀行帳號及密碼。」

留言

這個網誌中的熱門文章

SuSE LINUX 9.1 Professional fine tune note

1. Install 9.1 Perfessional in English 2. install nVidia 3D acceleration capibility YOU -> Installable and Installed Patches -> Download NVIDIA(r) Graphics Driver Reboot the system Note: turning off X Window by using telinit 3 , and then, telinit 5 . 3. use of USB dirves Plug it in (It is usually recognized as a SCSI drive so we use /dev/sda1 to mount it). mount -t subfs /dev/sda1 /media/usb to unmount it: umount /dev/sda1 A nice walk through can be found here . gcin , an alternative of xcin? xcin configuration is here . 4. Mount a ISO image as a drive (e.g., mount abcd.iso to /mnt/cdrom) mkdir /mnt/cdrom mount -t iso9660 -o loop /opt/images/abcd.iso /mnt/cdrom