conda install -c conda-forge tmux
sudo apt install build-essential | |
sudo add-apt-repository ppa:graphics-drivers/ppa | |
sudo apt update | |
# goto tty3 by ctrl+alt+F3 now! | |
sudo systemctl stop gdm3 | |
sudo apt install nvidia-driver-570 | |
# choose MIT license one, the prioritory one can not detect 5070ti now! | |
reboot |
echo -e `curl http://...` |
# Reference: https://mp.weixin.qq.com/s/3Jz8jZPE3wWPO6jtadtcnA | |
tlmgr conf texmf OSFONTDIR $HOME/Library/Fonts:/System/Library/Fonts:/Library/Fonts:/System/Library/AssetsV2/com_apple_MobileAsset_Font7 |
The .meta
files are necessary for .fbx
files. Don't ignore those files when you are using git for Unity projects. Otherwise, the Prefab importing error will occur.
See https://forum.unity.com/threads/prefab-instance-problem-missing-prefab-asset-when-i-use-git.1410105/
If Moonlight returns 521 error, update not only the driver itself, but also update the Geforce Experience as well.
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>bundleIdentifier</key> | |
<string>com.miHoYo.hkrpg</string> | |
<key>buttonModels</key> | |
<array> | |
<dict> | |
<key>keyCode</key> |
Since macOS 10.15, PPTP support has been dropped and no longer available. But I have to connect to a server throught VPN that only supports PPTP or L2TP without IPSec (No shared key or credentials). I tried the following ways:
- There is no selection of PPTP in the Settings.
- vpn-pptp-macos but PPTP.ppp has already been removed.
- VPN Tracker 365 is expensive.
- Activate VPN on the router if possible.
- Use a Windows machine as the mobile hotspot. First start the mobile hotspot, connect the macbook to this hotspot. Then start the VPN on the Windows machine. Then in the router settings, in the VPN Connection Properities, enable Internet connection sharing to allow other network users to connect through this computer's Internet connection, select the adapter corresponding to the hotspot. You may need to repeat this process when restarting the Windows
To install Tensorboard on Mac M1, you need to install grpcio from grpcio-mac-arm-build first.
The official guide talks a little about how to setup TVMC (a simple interface) over RPC, there are some pitfalls if you are not careful.
You need to install the full tvm on the host machine by make -j8
. On the target machine, you need to install the runtime by make runtime
.
Then, setup the python environment properly.