• May 1, 2025 •liya5342silver-51c8
0 likes • 1 view
https://github.com/konaraddi/web-riimote?tab=readme-ov-fil
• Oct 8, 2025 •opovolotskyi-7e4a
0 likes • 5 views
var obj = { prop: 1, getProp: function(){ return function () { console.log(this.prop); } }, };
• Mar 29, 2023 •Helper
1 like • 3 views
test
• Feb 21, 2025 •leafboo
console/log
• Nov 18, 2022 •AustinLeath
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
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)