\Microsoft\Windows\TextServicesFramework // or else ChsIME.exe will not start up. \Microsoft\Windows\WCM \Microsoft\Windows\WlanSvc \Microsoft\Windows\WwanSvc |
技术
Install Nvidia Driver Manually
Reboot to Ubuntu Recovery,
sudo apt install build-essential linux-headers-generic gcc make sudo apt install pkg-config libglvnd-dev ./NVIDIA-Linux-x86_64-535.54.03.run |
sudo vi /etc/modprobe.d/blacklist.conf
blacklist vga16fb blacklist nouveau blacklist rivafb blacklist nvidiafb blacklist rivatv |
refer to:
https://www.jianshu.com/p/e562752cdbee
Kill X server
sudo init 3 |
Or reboot to grub, select Ubuntu Recovery.
refer to:
https://www.cnblogs.com/rainbow70626/p/9130407.html
Additional drivers: continue using a manually installed driver
sudo ubuntu-drivers install |
Maybe the screen will be blank, well, after a long while, force reboot, we will see the driver is up-to-date.
refer to:
https://askubuntu.com/questions/1237590/not-able-to-change-the-nvidia-driver-in-ubuntu-20-04
Install Vmware In Ubuntu
sudo apt install build-essential linux-headers-generic gcc make sudo ./VMware-Workstation-Full-17.0.2-21581411.x86_64.bundle |
Vmtools iso,
/usr/lib/vmware/isoimages/ |
Install VirtualBox in Ubuntu
sudo apt install qt5* sudo apt install libqt5opengl5 sudo apt install libqt5xml5 sudo dpkg -i ./virtualbox-7.0_7.0.8-156879~Ubuntu~jammy_amd64.deb |
Ubuntu Software Settings Paths
Evince /home/eu/.local/share/gvfs-metadata/ qBittorrent /home/eu/.local/share/qBittorrent/ /home/eu/.config/qBittorrent/ Transmission /home/eu/.config/transmission/ |
refer to:
https://superuser.com/questions/346345/where-does-evince-store-its-per-document-state-position-etc
Install Win10 Though Ubuntu Without Usb
sudo ./woeusb --partition /path/to/Win11_22H2_English_x64v2.iso /dev/sda4 |
then reboot while stroking F12.
Need not to write chainloader in grub.cfg for Win11 manually.
refer to:
C.S.Cameron at https://askubuntu.com/questions/484434/how-can-i-install-ubuntu-without-cd-and-usb
https://askubuntu.com/questions/1284364/installing-windows-10-without-usb-with-ubuntu-18-04-this-is-not-a-bootable-disk
Open Sourced Handwritten Notes
https://github.com/xournalpp/xournalpp
Fedora prerequisites,
librsvg2-devel libsndfile-devel portaudio-devel libzip-devel poppler-glib-devel |