Linux维护之我用过的命令汇总(没多少意义,给我自己看的)

 ADSL拨号 sudo pon dsl-provider

断开 ADSL sudo poff -a
编辑网络配置 sudo gedit /etc/network/interfaces
Apache重启 sudo /etc/init.d/apache2 restart
重启网络连接 sudo /etc/init.d/networking restart
启动/停止指定网络 sudo ip link set wlan0 up / down
Grub配置 sudo gedit /etc/boot/grub/grub.cfg
挂载ISO文件 sudo mount -o loop -t iso9660 文件名 挂装点
 
原文地址:https://www.cnblogs.com/sztsian/p/2204113.html