用户工具

站点工具


侧边栏

[侧边栏]

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

working:7_随笔随记:ubuntu22_setup

APT

https://www.liuhaiying.cn/42175.html

deb http://mirrors.aliyun.com/ubuntu/ jammy main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ jammy main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ jammy-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ jammy-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ jammy-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ jammy-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ jammy-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ jammy-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ jammy-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ jammy-backports main restricted universe multiverse

VMWARE16

# https://blog.csdn.net/qq_37580586/article/details/125368664

VMWARE_VERSION=workstation-16.2.3
TMP_FOLDER=/tmp/patch-vmware
rm -fdr $TMP_FOLDER
mkdir -p $TMP_FOLDER
cd $TMP_FOLDER
sudo apt install git -y
git clone https://github.com/mkubecek/vmware-host-modules.git --recursive
cd $TMP_FOLDER/vmware-host-modules
git checkout $VMWARE_VERSION
git fetch
make
sudo make install
sudo rm /usr/lib/vmware/lib/libz.so.1/libz.so.1
sudo ln -s /lib/x86_64-linux-gnu/libz.so.1 /usr/lib/vmware/lib/libz.so.1/libz.so.1

sudo /etc/init.d/vmware start
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get install gcc make libaio1 libglib2.0-dev
git clone https://github.com/mkubecek/vmware-host-modules.git -b workstation-16.2.3 --recursive
cd vmware-host-modules
  make
  sudo make install
  sudo -i
    vmware-modconfig --console --install-all
    exit
  cd ..
sudo ./VMware-Workstation-Full-16.2.3-19376536.x86_64.bundle
  sudo -i
    vmware-modconfig --console --install-all
    exit

ZF3R0-FHED2-M80TY-8QYGC-NPKYF
YF390-0HF8P-M81RQ-2DXQE-M2UT6
ZF71R-DMX85-08DQY-8YMNC-PPHV8
FF31K-AHZD1-H8ETZ-8WWEZ-WUUVA

ANYDESK

sudo apt install libpangox-1.0-0_0.0.2-5.1_amd64.deb

wget http://ftp.us.debian.org/debian/pool/main/p/pangox-compat/libpangox-1.0-0_0.0.2-5.1_amd64.deb
sudo apt install libpangox-1.0-0_0.0.2-5.1_amd64.deb

sudo ne /etc/gdm3/custom.conf
  WaylandEnable=false
  AutomaticLoginEnable = true
  AutomaticLogin = user1
# GTK glib, 帮助手册等资源。
sudo apt-get install gnome-devel gnome-devel-docs 

# pangox
# http://archive.ubuntu.com/ubuntu/pool/universe/p/pangox-compat/pangox-compat_0.0.2.orig.tar.xz
wget http://ftp.us.debian.org/debian/pool/main/p/pangox-compat/libpangox-1.0-0_0.0.2-5.1_amd64.deb


https://www.codegrepper.com/code-examples/shell/Anydesk+remote+server+display+not+supported+e.g+Wayland
working/7_随笔随记/ubuntu22_setup.txt · 最后更改: 2022/07/07 11:46 由 wenliang