• May 30, 2025 •kimdylan05-04cd
0 likes • 1 view
refre
• Aug 7, 2024 •naiferomar366-60ef
aaaa
• Oct 31, 2021 •aedrarian
0 likes • 3 views
##README: Rename file to "data" (no extension) and delete this line 4 4.55 5 5.70 6 6.80 7 7.95 8 9.10 9 10.20 10 11.35 11 12.50 12 13.60 13 14.75 14 15.90 15 17 16 18.15 17 19.30 18 20.40 19 21.55 20 22.70 21 23.80 22 24.95 23 26.10 24 27.25 25 27.80 26 28.95 27 30.10 28 31.20 29 32.35 30 33.50 35 39.15 40 44.80 45 50.50 50 55.60 60 67 70 78.30 75 83.45 80 89.10 90 100.45 100 111.25 125 139 150 166.85 200 222.50
• Nov 18, 2022 •AustinLeath
0 likes • 2 views
in case of SCCM error 0x800700A1 do the following: diskpart list disk (list all disks on system) select disk 0 (0 being the disk to setup) clean (wipes the disk) create partition primary (creates windows partition) select partition 1 (selects the first partition) format quick fs=NTFS (sets format of primary partition) assign letter C (assigns the drive letter to "C") exit (exits diskpart)
• Dec 8, 2025 •AustinLeath
0 likes • 4 views
lxc.cgroup2.devices.allow: c 195:* rwm lxc.cgroup2.devices.allow: c 507:* rwm lxc.cgroup2.devices.allow: c 511:* rwm lxc.mount.entry: /dev/nvidia0 dev/nvidia0 none bind,optional,create=file lxc.mount.entry: /dev/nvidiactl dev/nvidiactl none bind,optional,create=file lxc.mount.entry: /dev/nvidia-modeset dev/nvidia-modeset none bind,optional,create=file lxc.mount.entry: /dev/nvidia-uvm dev/nvidia-uvm none bind,optional,create=file lxc.mount.entry: /dev/nvidia-uvm-tools dev/nvidia-uvm-tools none bind,optional,create=file lxc.mount.entry: /dev/nvidia-caps/nvidia-cap1 dev/nvidia-caps/nvidia-cap1 none bind,optional,create=file lxc.mount.entry: /dev/nvidia-caps/nvidia-cap2 dev/nvidia-caps/nvidia-cap2 none bind,optional,create=file ---- root@pm3:~# nano /etc/pve/lxc/102.conf root@pm3:~# ls -l /dev/nvid* crw-rw-rw- 1 root root 195, 0 Dec 8 12:43 /dev/nvidia0 crw-rw-rw- 1 root root 195, 255 Dec 8 12:43 /dev/nvidiactl crw-rw-rw- 1 root root 507, 0 Dec 8 12:43 /dev/nvidia-uvm crw-rw-rw- 1 root root 507, 1 Dec 8 12:43 /dev/nvidia-uvm-tools /dev/nvidia-caps: total 0 cr-------- 1 root root 511, 1 Dec 8 12:43 nvidia-cap1 cr--r--r-- 1 root root 511, 2 Dec 8 12:43 nvidia-cap2 apt install gpg curl curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg && curl -s -L https://nvidia.github.io/libnvidia-container/stable/deb/nvidia-container-toolkit.list | sed 's#deb https://#deb [signed-by=/usr/share/keyrings/nvidia-container-toolkit-keyring.gpg] https://#g' | tee /etc/apt/sources.list.d/nvidia-container-toolkit.list apt update apt install nvidia-container-toolkit
• Jan 9, 2026 •CodeCatch
{ "bindAddress": "", "bindPort": 2001, "publicAddress": "", "publicPort": 2001, "a2s": { "address": "0.0.0.0", "port": 17777 }, "rcon": { "address": "0.0.0.0", "port": 19999, "password": "fobarma1234!", "permission": "admin", "blacklist": [], "whitelist": [] }, "game": { "name": "[NA1] FOB Arma | Arland Game Master | fobarma.com", "password": "", "passwordAdmin": "fobarma1234!", "admins": [ "76561198054239558", "76561198097176793", "76561198968225358", "76561199833357392", "76561198073098171" ], "scenarioId": "{2BBBE828037C6F4B}Missions/22_GM_Arland.conf", "maxPlayers": 128, "visible": true, "crossPlatform": true, "gameProperties": { "serverMaxViewDistance": 2500, "serverMinGrassDistance": 150, "networkViewDistance": 1500, "disableThirdPerson": true, "fastValidation": true, "battlEye": true, "VONDisableUI": false, "VONDisableDirectSpeechUI": false, "VONCanTransmitCrossFaction": false }, "mods": [ { "modId": "595F2BF2F44836FB", "name": "RHS - Status Quo" } ] }, "operating": { "lobbyPlayerSynchronise": true, "joinQueue": { "maxSize": 50 } } }