Hints: Some network cards support auto crossover, do not need crossover cable actually.
Computer A:
manual set IP: static, 192.168.2.1
subnet mask: 255.255.255.0
manual set Gateway: 192.168.2.2
preferred DNS Server: 192.168.2.2
Computer B:
manual set IP: static, 192.168.2.2
subnet mask: 255.255.255.0
manual set Gateway: 192.168.2.1
preferred DNS Server: 192.168.2.1
2014年11月30日星期日
Support exFAT in debian
Install relevant applications:
sudo apt-get install exfat-fuse exfat-utils
List the disk
fdisk -l
Format:
mkfs.exfat -n LABEL /dev/sdXn
Check file system command:
fsck.exfat /dev/sdXn
訂閱:
文章 (Atom)