Skip to main content

Lorem Ipsum Plaintext

Oct 15, 2022CodeCatch
Loading...

More Plaintext Posts

Untitled

Jan 10, 2025alexandr.zaikin.9999-c10d

0 likes • 1 view

delivery.HTTP(publicMux, delivery.Service{
CalculateSaleEvent: usecase.NewCalculateSaleEvent(saleCalculator),
TmEnrichMany: usecase.NewTmEnrichMany(saleCalculator),
})

AWS EC2 Cloud-Init User Detail

Nov 18, 2022AustinLeath

0 likes • 10 views

#!/bin/bash
yum -y install httpd
systemctl enable httpd
systemctl start httpd
hostname > /var/www/html/index.html

SCCM drive formatting

Nov 18, 2022AustinLeath

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)

default netplan

Nov 18, 2022AustinLeath

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

Untitled

Jan 10, 2025alexandr.zaikin.9999-c10d

0 likes • 2 views

import os

Untitled

Aug 7, 2024naiferomar366-60ef

0 likes • 1 view

aaaa