Ubuntu将下载官方源更换为国内源 由于某些原因,在国内更新软件都很慢,可以改源为国内源 1.备份原始文件 sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup 2.打开文件 vi /etc/apt/sources.list 3.注释原文件内容添加新地址 #阿里云 deb http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiverse deb
如何将ubuntu控制台输出到串口? Linux使用ubuntu14.04发行版本 操作步骤: 1.修改/etc/default/grub ## Modify this line by leekwenGRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8"## Modify this line by leekwenGRUB_TERMINAL=serial## Add this line by leekwenGRUB_SERIAL_