用户工具

站点工具


侧边栏

[侧边栏]

侧栏编辑 后台管理
GIT仓库
老web
C++Reference
快速笔记 笔记浏览

working:7_随笔随记:ubuntu20_setup

gedit /etc/apt/sources.list

  5  sudo apt update 
  6  sudo apt install ne
  7  sudo apt install open-vm-tools-desktop 
  8  sudo apt install wine
  9  sudo gedit /etc/apt/sources.list
 10  sudo apt update 
 11  sudo apt install wine
 12  wine
 13  wine --help
 14  wine ls
 15  sudo apt --help
 16  sudo apt clean 
 17  sudo apt-get install dpkg htop ne tree git openssh-server samba cifs-utils git cmake
 18  ipconfig
 19  sudo apt-get install dpkg htop ne tree git openssh-server samba cifs-utils git cmake net-tools
 20  sudo apt-get install samba cifs-utils 
 21  sudo cp /etc/samba/smb.conf /etc/samba/smb.conf_0
 22  sudo ne /etc/samba/smb.conf
 23  sudo touch /etc/samba/smbpasswd
 24  sudo smbpasswd -a bit010;##sudo smbpasswd -a 用户名
 25  sudo /etc/init.d/smbd restart   ;## 或smb
 26  mkdir ~/WorkingRam
 27  ifconfig 
 28  history 
working/7_随笔随记/ubuntu20_setup.txt · 最后更改: 2022/02/20 00:32 由 wenliang