apt install git build-essential linux-headers-amd64
git clone https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
cd RTL88x2BU-Linux-Driver
make clean
make
sudo make install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| System.TypeInitializationException: The type initializer for 'Veldrid.Sdl2.Sdl2Native' threw an exception. | |
| ---> System.DllNotFoundException: Unable to load shared library 'libdl' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: liblibdl: cannot open shared object file: No such file or directory | |
| at NativeLibraryLoader.Libdl.dlopen(String fileName, Int32 flags) | |
| at NativeLibraryLoader.LibraryLoader.UnixLibraryLoader.CoreLoadNativeLibrary(String name) | |
| at NativeLibraryLoader.LibraryLoader.LoadWithResolver(String name, PathResolver pathResolver) | |
| at NativeLibraryLoader.LibraryLoader.LoadNativeLibrary(String[] names, PathResolver pathResolver) | |
| at NativeLibraryLoader.NativeLibrary..ctor(String[] names) | |
| at Veldrid.Sdl2.Sdl2Native.LoadSdl2() | |
| at Veldrid.Sdl2.Sdl2Native..cctor() | |
| --- End of inner exception stack trace --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Adapta | |
| CPU-X | |
| LuaJIT-devel | |
| MangoHud | |
| MangoHud-32bit | |
| Marker | |
| MesaLib-devel | |
| MultiMC | |
| NetworkManager | |
| NetworkManager-openvpn |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Adapta | |
| CPU-X | |
| LuaJIT-devel | |
| MangoHud | |
| MangoHud-32bit | |
| Marker | |
| MesaLib-devel | |
| MultiMC | |
| NetworkManager | |
| NetworkManager-openvpn |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SteamVR System Report created Thu Jul 29 17:27:52 2021 | |
| <Report> | |
| SteamVR Version: 1.18.7 (1625702712) | |
| SteamVR Date: 2021-07-07 | |
| Steam: Public | |
| Steam Branch: | |
| Steam AppID: 250820 | |
| Tracking: lighthouse | |
| OS: Linux version 5.12.19_1 (voidlinux@voidlinux) (gcc (GCC) 10.2.1 20201203, GNU ld (GNU Binutils) 2.35.1) #1 SMP 1626835473 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "action_manifest_version" : 0, | |
| "alias_info" : { | |
| "/actions/legacy/in/head_proximity" : { | |
| "alias_name" : "", | |
| "hidden" : true | |
| }, | |
| "/actions/legacy/in/left_axis2_press" : { | |
| "alias_name" : "", | |
| "hidden" : true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "materialVersion": 1, | |
| "materials": [ | |
| { | |
| "name": "CastleWall", | |
| "model": "hifi_pbr", | |
| "albedo": [1, 1, 1], | |
| "albedoMap": "https://cdn.discordapp.com/attachments/797682908940730389/818534295706271774/haven.png", | |
| "roughnessMap": "https://docs.vircadia.dev/_static/resources/material-entity/CastleWall_Roughness.png", | |
| "normalMap": "https://docs.vircadia.dev/_static/resources/material-entity/CastleWall_Normal.png" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TES3MP dedicated server 0.7.0-alpha (Linux 64-bit) | |
| Protocol version: 7 | |
| Oldest compatible commit hash: 292536439e | |
| ------------------------------------------------------------ | |
| [2021-02-14 21:44:25] [WARN]: [Script]: [ mbsp ]: Missing ../lua/CoreScripts/data/custom/__data_mbsp.json | |
| [2021-02-14 21:44:25] [WARN]: [Script]: [ mbsp ]: Attempting fall-back to vanilla spell list... | |
| [2021-02-14 21:44:25] [INFO]: [Script]: Called "OnServerInit" | |
| [2021-02-14 21:44:25] [INFO]: [Script]: Reading banlist.json | |
| [2021-02-14 21:44:25] [INFO]: [Script]: Reading requiredDataFiles.json | |
| [Script]: - 1: "Morrowind.esm": [7B6AF5B9, 34282D67, ] |
THIS GUIDE ASSUMES YOU KNOW HOW TO USE SSH IF YOU DON'T LOOK UP A GUIDE FOR THAT
Get a Fresh Debian Install either on Bare metal, a VPS or in a VM. Make sure you have at least port 9000 forwarded. I forwarded the port range 9000-9100
I recommend following Linode's Guide on Hardening SSH Access
sudo apt install atool mono ufw screen libturbojpeg0 unzip
NewerOlder