西维蜀黍

【Ubuntu】操作 - 网络流量监控

iftop

$ sudo apt-get install iftop

  ...


【Ubuntu】操作 - 访问 SMB

Install

$ sudo apt-get install cifs-utils

$ sudo apt-get install smbclient
  ...


【Linux】命令 - passwd

# Change the password of the current user interactively
$ passwd

# Modify root's password
$ sudo passwd root
  ...


【NAS】RAID

  ...


【NAS】TrueNAS - 安装 Docker

Steps

  1. Install Ubuntu Virtual machine - refer to https://swsmile.info/post/truenas-virtual-machine/
  2. Install Docker under Ubuntu - refer to https://swsmile.info/post/ubuntu-install-docker/
  ...