Nextcloud – occ upgrade
Oh Boy What a pain in the….
Oh Boy What a pain in the….
netsh useful commands netsh command description netsh advfirewall set allprofiles state off disable firewall – all profiles netsh http add urlacl url=http://+:8081/ user=Everyone netsh http show urlacl
ARG RUBY_VERSION="3.2.2" ARG NODE_VERSION="16.17.0" ARG BUNDLER_VERSION="2.4.7" ARG DEBIAN_FRONTEND=noninteractive # ------------------------------------- # rubygems (private) # ------------------------------------- FROM ruby:${RUBY_VERSION}-bullseye as rubygems ENV BUNDLE_JOBS=8 ENV BUNDLE_RETRY=3 ENV BUNDLE_WITHOUT="development:test" WORKDIR /app RUN gem install…
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…