vm虚拟机装ubuntu的时候,内存8G,cup8核, 硬盘160G,选单个文件
1 ifconfig不支持,要装
2 winscp 不支持要装
3 vim 也不支持,要装
sudo apt-get install vim
4 切换python版本
先which python,得到路径
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1
5 配置samba
[Share]
comment = Shared Folder
path = /home/XXX/work
valid users = XXX
directory mask = 0775
create mask = 0775
public = yes
writable = yes
available = yes
browseable = yes
如何在Ubuntu配置Samba服务_Jack_小明的博客-CSDN博客
/
林林总总,慢慢增加