sh ubuntu 16.04
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh ubuntu 16.04相关的知识,希望对你有一定的参考价值。
> vi /etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
# Host Only Network
auto enp0s3
iface enp0s3 inet static
dns-nameservers 8.8.8.8 8.8.4.4
address 192.168.56.106
network 192.168.56.0
netmask 255.255.255.0
broadcast 192.168.56.255
# NAT Network
auto enp0s8
iface enp0s8 inet dhcp
> systemctl restart networking
#letsencrypt cron
0 0 1 * * /home/ubuntu/renew-ssl.sh
sed -i 's/gh./uk./g' /etc/apt/sources.list
# generate ssh key
$ ssh-keygen -t rsa
$ cat ~/.ssh/id_rsa.pub >> .ssh/authorized_keys
以上是关于sh ubuntu 16.04的主要内容,如果未能解决你的问题,请参考以下文章
sh 安装Ubuntu 16.04 LAMP
sh [Ubuntu 16.04]设备信息
sh Opencv 3.3 Ubuntu 16.04
sh 重新启动网络Ubuntu 16.04 CLI
sh Ubuntu Server 16.04 - 部署Nextcloud
sh 在ubuntu 16.04上安装saltstack