1. 網路配置
sudo vim /etc/network/inte***ces
// 編輯以下資訊,設定靜態ip位址
auto eth0
iface eth0 inet static
address 192.x.x.x
netmask 192***
broadcast ***x
gateway ***xx
dns-nameservers *.*.*.*, ...
dhcp:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
//重啟網路服務
sudo /etc/init.d/networking restart
ifconfig // 檢視網路相關設定。
eth0: error while getting inte***ce flags: no such device
由於linux將mac位址快取了,所以在copy虛機後一般會出現這種錯誤.如果用ifconfig -a 會發現eth1,而沒有eth0.
解決方法:
1. 將 /etc/sysconfig/network/ifcfg-eth0 改名為ifcfg-eth1,然後重起網路服務sudo /etc/init.d/networking restart.
2. 刪除網路配置快取檔案 rm /etc/udev/rules.d/70-persistent-net.rules, 然後重啟機器.
2.安裝openssh協議
sudo apt-get install openssh-server openssh-client
3.安裝設定防火牆
sudo apt-get install ufw
sudo ufw enable //啟用
sudo ufw allow openssh //允許openssh埠
sudo ufw status //檢視ufw狀態
4.開啟ssh協議後,可以用putty、psftp、pscp等工具聯接了
5.更新
更新源列表: sudo apt-get update
更新軟體: sudo apt-get upgrade
linux ubuntu 使用反編譯工具jad
修改配置jadclipse 設定path to decompiler路徑,如 home x jad jad.directory for temporary files中指定臨時檔案的路徑 如果無法反編譯 設定eclipse的windows perference general editors fil...
WPF 相關工具
1.microsoft visualstudio2005 2008 2010 注意 如果使用的是vs2005,則要裝.net framework3.5和wpf外掛程式。微軟已經很久不維護vs2005了,06年出過乙個ctp版的vs2005 extensions for net framework3....
FLASH相關工具
閃客精靈 用來反編譯swf 當你看到一些好用的 flash影片的時候,可以用這個工具把裡面的圖形資源神馬的提取出來。flashcs4 用來製作flash並匯出swc包供flashbuilder使用,這個沒有人不知道吧?flashbuilder4 嗯哼,這是flexbuilder 的公升級版,增加了很...