-
在Linux底下mount Win95/98/NT的網路芳鄰硬碟成local filsystem:
- smbmount //server_name/share_dir passwd -U username -c 'mount mountpoint'
- server_name: 網路芳鄰機器名
- share_dir : 共享資源名稱
- passwd : 密碼
- username : Win95/98底下為pcguest
- mountpoint : Local Linux的mount point
- 可以用smbclient -L server_name 查詢共享資源名稱
- 在Linux底下Preview ISO-9660的image file
- Complie "loop back device" into the kernel or as module; load it.
- mount -t iso9660 -o loop=/dev/loop0 filename.iso /mnt
- 修正elm24p25-chinese.fixed-elfbin.tgz的Y2K patch
- Make openwemail v2.5x fetch external mail using pop3/SSL protocol (pop3s) from port 995