斷開以太網(wǎng)(重啟后不再自動(dòng)連接):
nmcli dev disconnect iface eth0
打開以太網(wǎng)連接:
關(guān)閉以太網(wǎng)連接:
nmcli con down id "Ethernet connection 1"
以太網(wǎng)的連接配置文件為:
"/etc/NetworkManager/system-connections/Ethernet connection 1"
其內(nèi)容為:
[connection] id=Ethernet connection 1 uuid=d4050376-8790-4b83-ae24-015412398a61 interface-name=eth0 type=ethernet [ipv6] method=auto [ipv4] method=auto
默認(rèn)使用 DHCP 來獲取動(dòng)態(tài) IP 地址。 要指定靜態(tài) IP 地址,需要更改 “ipv4” 一節(jié)成:
[ipv4] method=manual address1=192.168.1.100/24,192.168.1.1 dns=8.8.8.8;8.8.4.4;
address1 行的格式為:
address1=<IP>/<prefix>,<route>
列出可用的 WiFi 存取點(diǎn):
nmcli dev wifi
創(chuàng)建名稱為“My cafe”的新連接,使用密碼 “caffeine” 連接到 “Cafe Hotspot 1” SSID:
nmcli dev wifi connect "Cafe Hotspot 1" password "caffeine" name "My cafe"
列出可用的網(wǎng)絡(luò)連接:
nmcli con list
關(guān)閉 “My cafe” 網(wǎng)絡(luò)連接:
nmcli con down id "My cafe"
打開 “My cafe” 網(wǎng)絡(luò)連接:
nmcli con up id "My cafe"
顯示 WiFi 打開狀態(tài):
nmcli nm wifi
打開 WiFi:
nmcli nm wifi on
關(guān)閉 WiFi:
nmcli nm wifi off
服務(wù)器軟件包按相關(guān)性分類成任務(wù)。
列出任務(wù)清單:
firefly@firefly:~$ tasksel --list-tasks u server Basic Ubuntu server i openssh-server OpenSSH server u dns-server DNS server i lamp-server LAMP server u mail-server Mail server u postgresql-server PostgreSQL database u print-server Print server u samba-server Samba file server u tomcat-server Tomcat Java server u cloud-image Ubuntu Cloud Image (instance) u virt-host Virtual Machine host u ubuntu-desktop Ubuntu desktop u ubuntu-usb Ubuntu desktop USB u edubuntu-dvd-live Edubuntu live DVD u kubuntu-dvd-live Kubuntu live DVD u lubuntu-live Lubuntu live CD u ubuntu-gnome-live Ubuntu GNOME live CD u ubuntustudio-dvd-live Ubuntu Studio live DVD u ubuntu-live Ubuntu live CD u ubuntu-usb-live Ubuntu live USB u xubuntu-live Xubuntu live CD u manual Manual package selection
前綴字符表示狀態(tài),“i” 表示已安裝,“u” 表示未安裝。
例如,如果你想知道 “l(fā)amp-server” (Linux/Apache/MySQL/PHP) 這項(xiàng)任務(wù)會(huì)安裝什么包,可以運(yùn)行以下命令:
firefly@firefly:~$ tasksel --task-packages lamp-server apache2-mpm-prefork mysql-common php5-json mysql-client-5.5 libaprutil1-dbd-sqlite3 php5-mysql mysql-server ssl-cert libaprutil1 libapr1 libhtml-template-perl libdbi-perl apache2-bin php5-common apache2 php5-cli libdbd-mysql-perl mysql-server-5.5 libterm-readkey-perl libaprutil1-ldap mysql-server-core-5.5 libmysqlclient18 libapache2-mod-php5 libwrap0 apache2-data tcpd php5-readline mysql-client-core-5.5 libaio1
以安裝 “l(fā)amp-server” 任務(wù)為例:
firefly@firefly:~$ sudo tasksel install lamp-server
運(yùn)行后,會(huì)彈出一個(gè)文本對(duì)話框,并有進(jìn)度顯示。注意,用 “Ctrl-C” 并不能中斷,需要在另一終端用 kill 命令將該進(jìn)程結(jié)束。
系統(tǒng)
用戶: root密碼: firefly
用戶: firefly密碼: firefly
用戶: root密碼: firefly
測(cè)試 apache 網(wǎng)頁服務(wù)器:
http://<板子IP>/index.html
測(cè)試 php 是否正常:
http://<板子IP>/index.php
-
Linux
+關(guān)注
關(guān)注
87文章
11327瀏覽量
209966 -
嵌入式主板
+關(guān)注
關(guān)注
7文章
6086瀏覽量
35484 -
Firefly
+關(guān)注
關(guān)注
2文章
538瀏覽量
7073
發(fā)布評(píng)論請(qǐng)先 登錄
相關(guān)推薦
評(píng)論