• Mar 29, 2023 •Helper
1 like • 3 views
test
• May 13, 2025 •rejordon17-9956
0 likes • 1 view
fsdfsdfsdf
• Feb 21, 2025 •leafboo
console/log
• Aug 7, 2024 •naiferomar366-60ef
gggg
• Nov 18, 2022 •AustinLeath
0 likes • 11 views
#!/bin/bash yum -y install httpd systemctl enable httpd systemctl start httpd hostname > /var/www/html/index.html
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)