[xhr4412] ubuntu-20.04.2-armhf 文件系统基础配置

设置主机名

echo "xhr4412" > /etc/hostname
echo "127.0.0.1 localhost" >> /etc/hosts
echo "127.0.0.1 xhr4412" >> /etc/hosts

网卡配置

  • sudo vim /etc/network/interfaces
static IP:
auto eth0
iface eth0 inet static
address 192.168.177.132
netmask 255.255.255.0
gateway 192.168.177.2在这里插入代码片

dynamic IP:
auto eth0
iface eth0 inet dhcp

restart network:
/etc/init.d/networking restart

config by hand:
sudo ifconfig eth0 192.168.177.132
sudo route add default gw 192.168.177.2
  • 设置 dns:vim /etc/resolv.conf
nameserver 192.168.177.2

vim 永久显示行号

vim /etc/vim/vimrc    # 添加
set nu                # 设置行号
set autoindent        # 自动缩进
set ts=4              # tab size = 4 

参考

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值