Windows 11 Upgrade
When windows 11 won’t automatically upgrade
When windows 11 won’t automatically upgrade
Per S.4912, US Congress is preparing to purchase one million bitcoins SEC. 5. Bitcoin Purchase Program. (a) Establishment.— (1) IN GENERAL.—The Secretary shall establish a Bitcoin Purchase Program which shall—…
where did my history go? I get it, having your chat history vanish is frustrating. I don’t have the ability to store or retrieve past conversations. Each chat session is…
Initial Prompt used: Use the last image to build a script that executes sql using sqlcmd allowing user to enter connection string details via cmdline argvs.The script produces a raw.csv…
After updating my Gitea account to use 2FA, I could no longer push/pull from command line. 1. Create Gitea Token from GUI Once you have a Gitea token, open the…
Setup Environment Primary & Secondary EEM Servers: Install EEM on two servers, in the same configuration. --Either FIPS or Non-FIPS etc... --Both servers need FQDN ------------- eem-pri-w eem-sec-w ------------- On…
bash<br>FROM golang:1.23-alpine<br>WORKDIR /app<br>RUN apk add --no-cache git<br>RUN git clone https://github.com/danielmiessler/fabric.git .<br>RUN go install github.com/danielmiessler/fabric@latest<br>ENV GOROOT=/usr/local/go<br>ENV GOPATH=/root/go<br>ENV PATH=$GOPATH/bin:/root/.local/bin:/usr/local/bin:$PATH<br><br>CMD <br> echo “Tell me a story make it 1 sentence | docker run…
Get-ChildItem -Path . -Recurse -File | Where-Object { $_.Length -gt 100MB } | Select-Object FullName, Length
for file in *.pdf; do if ]; then echo “$file is actually a JPEG image” fidone Get-ChildItem -Filter “*.txt” | ForEach-Object { $file = Get-Item $_.FullName $stream = ::OpenRead($file.FullName) $bytes…
sc config TrustedInstaller binPath= “cmd.exe /C del path/to/file”sc config TrustedInstaller binPath= “C:\Windows\servicing\TrustedInstaller.exe” SeDebugPrivilege PS Set-NtTokenPrivilege SeDebugPrivilegePS Start-Service TrustedInstallerPS $p = Get-NtProcess -Name TrustedInstaller.exePS $t = $p.OpenToken()PS $t.Groups | Where-Object {$_.Sid.Name…