成就月饼

文章
6
资源
2
加入时间
2年10月17天

Linux 启动信息同时输出到屏幕和串口终端

想要让 Linux 启动时的信息同时显示在屏幕上并打印在串口中,可修改 u-boot 中的启动参数 :setenv bootargs 'console=tty0 console=ttymxc0,115200 root=/dev/nfs nfsroot=...... ip=dhcp'【console=tty0 是信息输出到LCD屏上, 一定要在前面!】...

流量监控,安装ntopng

流量监控,安装ntopng在CentOS Linux release 7.6.1810 (Core) 安装cd /etc/yum.repos.d/把原来的repo文件移到另外一个地方做备份。mv /etc/yum.repos.d/CentOS-Base.repo{,.bak}wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repowget https://packages.nt