2014年11月30日星期日

Communicate thru crossover network cable in Windows

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



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

Install flash plugin

apt-get install flashplugin-nonfree