排序
在Ubuntu系统中为单个网卡配置多个IP的教程
临时添加 IP 地址 首先,让我们找到网卡的 IP 地址。在我的 Ubuntu 15.10 服务器版中,我只使用了一个网卡。 运行下面的命令找到 IP 地址: sudo ip addr 样例输出: 1: lo: <LOOPBACK,UP,LO...
在Ubuntu系统中安装Chrome浏览器的教程
添加PPA 从Google Linux Repository(http://www.google.com/linuxrepositories/)下载安装Key,或把下面的代码复制进终端,回车,需要管理员密码 wget -q -O - https://dl-ssl.google.com/linu...
Windows8.1和Ubuntu14.04双系统卸载Ubuntu的方法
Ubuntu/Debian系统中 Linux服务器的初步配置流程
下面的操作针对Debian/Ubuntu系统,其他Linux系统也类似,就是部分命令稍有不同。 第一步:root用户登录 首先,使用root用户登录远程主机(假定IP地址是128.199.209.242)。 ssh root@128.199.2...