Change config
Uncomment the following lines in /etc/gai.conf
1 | precedence ::ffff:0:0/96 100 |
Check If IPV4 is Preferred
curl ‘https://ip.seeip.org/jsonip?'
or
curl -s https://www.google.com/search\?q\=my+ip |grep ‘Client IP’
Uncomment the following lines in /etc/gai.conf
1 | precedence ::ffff:0:0/96 100 |
curl ‘https://ip.seeip.org/jsonip?'
or
curl -s https://www.google.com/search\?q\=my+ip |grep ‘Client IP’
Launch Command Prompt to run the following commands to disable or enable.
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
reg delete "HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
Save the following content as xiaohe.reg and double click to add to registry.
1 | Windows Registry Editor Version 5.00 |
Settings
app to configure the display settings after login and save.1 | sudo cp ~/.config/monitors.xml ~gdm/.config/monitors.xml |
Is there to make the login screen appear on the external display in 18.04?
1 | ISO_PATH="~/ubuntu_18_04.iso" |
How to use a .iso image as a CD-ROM Repository?
How do I bypass/ignore the gpg signature checks of apt?
1 | sudo vi /Library/Preferences/VMware\ Fusion/vmnet8/dhcpd.conf |
Add the follwing settings outside the “DO NOT MODIFY SECTION”.
Be careful:
1 | host LinuxMint { |
Shutdown the virtual machine and execute the following commands
1 | sudo /Applications/VMware\ Fusion.app/Contents/Library/services/services.sh --stop |