• Mar 14, 2025 •melikdev
0 likes • 3 views
console.log('hello world')
• 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)
• Oct 15, 2022 •CodeCatch
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
0 likes • 0 views
# This is the network config written by 'subiquity' network: ethernets: enp0s3: dhcp4: yes nameservers: addresses: [8.8.8.8,8.8.4.4] version: 2
• Oct 8, 2025 •AustinLeath
0 likes • 1 view
root@pm3:~# ping -M do -s 1366 172.31.40.218 PING 172.31.40.218 (172.31.40.218) 1366(1394) bytes of data. 1374 bytes from 172.31.40.218: icmp_seq=1 ttl=124 time=64.4 ms 1374 bytes from 172.31.40.218: icmp_seq=2 ttl=124 time=62.8 ms 1374 bytes from 172.31.40.218: icmp_seq=3 ttl=124 time=62.8 ms --- 172.31.40.218 ping statistics --- 3 packets transmitted, 3 received, +1 errors, 0% packet loss, time 2003ms rtt min/avg/max/mdev = 62.755/63.295/64.358/0.751 ms ------------------------------------------------------------------------------------------ root@pm3:~# ping -M do -s 1370 172.31.40.218 PING 172.31.40.218 (172.31.40.218) 1370(1398) bytes of data. 1378 bytes from 172.31.40.218: icmp_seq=1 ttl=124 time=64.0 ms 1378 bytes from 172.31.40.218: icmp_seq=2 ttl=124 time=62.8 ms 1378 bytes from 172.31.40.218: icmp_seq=3 ttl=124 time=62.7 ms --- 172.31.40.218 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2002ms rtt min/avg/max/mdev = 62.675/63.150/63.983/0.590 ms ------------------------------------------------------------------------------------------ root@pm3:~# ping -M do -s 1372 172.31.40.218 PING 172.31.40.218 (172.31.40.218) 1372(1400) bytes of data. 1380 bytes from 172.31.40.218: icmp_seq=1 ttl=124 time=63.9 ms 1380 bytes from 172.31.40.218: icmp_seq=2 ttl=124 time=62.7 ms 1380 bytes from 172.31.40.218: icmp_seq=3 ttl=124 time=62.5 ms --- 172.31.40.218 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2003ms rtt min/avg/max/mdev = 62.501/63.030/63.936/0.643 ms ------------------------------------------------------------------------------------------ root@pm3:~# ping -M do -s 1373 172.31.40.218 PING 172.31.40.218 (172.31.40.218) 1373(1401) bytes of data. ping: sendmsg: Message too long ping: sendmsg: Message too long ping: sendmsg: Message too long --- 172.31.40.218 ping statistics --- 3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2076ms
• 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 } } }