http://developers.facebook.com/docs/reference/plugins/like/
[Google+]
http://www.google.com/intl/en/webmasters/+1/button/index.html
[Twitter button]
http://twitter.com/about/resources/tweetbutton
Debian / Ubuntu Linux 的網路設定, 若不使用 NetworkManager 的話, 就是要手動設定 /etc/network/interfaces.
/etc/network/interfaces 有哪些參數可以設定? 下面把常用的都列出來.
auto eth0
iface eth0 inet dhcp
iface eth0 inet static
address 192.168.0.7
netmask 255.255.255.0
gateway 192.168.0.254
auto dsl-provider
iface dsl-provider inet ppp
pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
provider dsl-provider
auto eth0
iface eth0 inet manual
auto eth0
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.254
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.254
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 168.95.1.1 168.95.192.1 8.8.8.8 8.8.4.4
dns-search longwin.com.tw
auto eth0
iface eth0:0 inet static
address 192.168.1.41
netmask 255.255.255.0
broadcast 192.168.1.255
除此之外, 還想要做些進階設定, 例如下述: