[筆記]Linux TIPS

來源:互聯網
上載者:User

1.關於ubuntu網路設定:

1)設定檔:/etc/network/interface

auto eth0

iface eth0 inet static(靜態)或動態設定(iface eth0 inet dhcp)

address xxx.xxx.xxx.xxx

netmask

gateway

在設定檔中也可增加無線網卡的設定:

auto wlan0

iface wlan0 inet dhcp

wpa-conf /etc/wpa_config.conf    (wpa_config.conf為使用wpa_passphrase TP-LINK 123456 > /etc/wpa_config.conf建立的,其中TPLINK需要替換為SSID,123456替換為無線網路密碼)

參考資料:http://www.cnblogs.com/tt-tt/archive/2012/01/27/2330192.html

2)DNS設定檔:/etc/resolv.conf   第一行為主server,其次為後備server。

3) 配置完成後重新啟動:/etc/init.d/networking restart

參考資料:http://www.linuxidc.com/Linux/2008-01/10691.htm

其他命令:

1)查看驅動是否安裝:iwconfig

2)使用iwlist  例如:iwlist wlan0 scan

參考資料:http://www.pcyyjs.com/sys/Ubuntu/4275/

2.查看進程狀態命令:

ps:查看處於running的進程;

ps aux:查看所有進程及狀態;

top:動態查看進程

3.製作Android ROM

參考資料:

http://hualang.iteye.com/blog/1132529

http://blog.chinaunix.net/space.php?uid=8272118&do=blog&id=2033354

http://bbs.gfan.com/android-200417-1-1.html                       http://bbs.gfan.com/android-201576-1-1.html

http://sebbs.it168.com/thread-1889309-1-1.html

Q:

1.ubuntu下無線網卡驅動的安裝

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.