sudo apt-get update
sudo apt-get upgrade
安装vmtools
sudo apt-get autoremove open-vm-tools
sudo apt-get install open-vm-tools
sudo apt-get install open-vm-tools-desktop
安装必要包
sudo apt-get install tofrodos gawk xvfb git libncurses5-dev zlib1g-dev zlib1g-dev:i386 libssl-dev flex bison chrpath socat autoconf libtool texinfo gcc-multilib libsdl1.2-dev libglib2.0-dev screen pax tftpd-hpa nfs-kernel-server net-tools cmake make vim minicom gparted g++ gcc gdb-multiarch exuberant-ctags xterm device-tree-compiler
tftpd-hpa安装完配置:sudo chmod a+w /var/lib/tftpboot
nfs-kernel-server安装完配置:sudo gedit /etc/exports,在尾部添加:
/home/user/work *(rw,sync,no_root_squash,no_subtree_check)
离线下载安装包地址
https://mirrors.aliyun.com/ubuntu/pool/main/t/tftp-hpa/?spm=a2c6h.25603864.0.0.4f1c6e10n73LNi
ubuntu 找不python问题
创建软链接 ln -s /usr/bin/python3 /usr/bin/python
VMware安装linux共享文件夹重启失效原因是open-vm-tools[-desktop]只有设置变化时自动挂载共享文件夹的功能,没有系统启动时自动挂载共享文件夹的功能
解决:
(临时)在终端命令行输入sudo vmhgfs-fuse .host:/ushare /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other
(永久)sudo vim /etc/fstab 添加 .host:/ushare /mnt/hgfs fuse.vmhgfs-fuse allow_other,nonempty,defaults 0 0
防止待机解锁后ubuntu界面卡顿
ubuntu16 亮度和锁屏-从不,锁定-关闭
ubuntu18 电源设置:空白屏幕-从不
1310

被折叠的 条评论
为什么被折叠?



