import datetime datetime.datetime.strptime("20230101", "%Y%m%d").weekday() |
Month: July 2023
Guest Win10 Administrator Can't See Virtualbox Shared Folder
Open an Administator Prompt,
rem net use z: \\vboxsrv\mnt c: cd c:\Users\eu\Desktop SomeApp.lnk rem net use /d z: |
refer to:
https://forums.virtualbox.org/viewtopic.php?t=82311
Make WinSxS Fit
Firstly, ensure service 'Windows Modules Installer' not disabled.
dism.exe /Online /Cleanup-Image /AnalyzeComponentStore dism.exe /online /Cleanup-Image /StartComponentCleanup |
refer to:
https://zhuanlan.zhihu.com/p/394593795
May not Delete in Task Scheduler
\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
Wayland or X11 in Ubuntu
echo $XDG_SESSION_TYPE |
refer to:
https://itsfoss.com/switch-xorg-wayland/
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