View on GitHub

new_century_robotics

New Century Robotics (Public Welfare) Development Environment Tutorial (WIN10-64bit 1909)

Linux 常用命令索引

常用命令

SMB 共享

挂载

  1. 取消挂载 umount ./xxx
  2. 查看目录的所有共享目录 smbclient //192.168.31.199/ncrNas -U dataswap
  3. 连接共享目录 smbclient //192.168.31.199/ncrNas/ -U dataswap
  4. 临时挂载下 方便拷贝 mount -t cifs -o username=dataswap,password=xxx //192.168.31.199/ncrNas ./tmp

    TCP BBR 加速

echo net.core.default_qdisc=fq >> /etc/sysctl.conf
echo net.ipv4.tcp_congestion_control=bbr >> /etc/sysctl.conf

后台运行程序

nohub xxxx &

硬盘扩容