• Feb 21, 2025 •leafboo
0 likes • 2 views
console/log
• Sep 2, 2026 •AustinLeath
[Interface] PrivateKey = 6CGhz0ey72Rys1RPVqCuZxETc0OKTM92T1/OU0NuxW8= Address = fe80::972/128 ListenPort = 20207 DNS = 1.1.1.1 MTU = 1420 [Peer] PublicKey = 8clbJPxK5yl0hFDNGdn/Cl5zRW0df7rXbleE7i8czFI= Endpoint = 104.200.19.98:50972 AllowedIPs = fe80::207/128 PersistentKeepalive = 25
• Jan 10, 2025 •alexandr.zaikin.9999-c10d
import os
• Mar 29, 2023 •Helper
1 like • 3 views
test
0 likes • 1 view
delivery.HTTP(publicMux, delivery.Service{ CalculateSaleEvent: usecase.NewCalculateSaleEvent(saleCalculator), TmEnrichMany: usecase.NewTmEnrichMany(saleCalculator), })
• Nov 18, 2022 •AustinLeath
0 likes • 3 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)