Skip to content

Instantly share code, notes, and snippets.

View managedkaos's full-sized avatar
💭
Time for some Actions! :D

Michael managedkaos

💭
Time for some Actions! :D
View GitHub Profile
@managedkaos
managedkaos / output.txt
Last active May 30, 2023 19:25
Threaded API calls using Python.
Breed: terrier
Message: https://images.dog.ceo/breeds/terrier-australian/n02096294_1470.jpg
Status: success
HTTP Status Code: 200
------------------------
Breed: FAKE_DOG_1
Message: None
Status: None
HTTP Status Code: 404
------------------------
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@managedkaos
managedkaos / 1-pull-request.png
Last active June 7, 2023 21:35
A GitHub Actions workflow that displays the Terraform plan in the workflow summary...
1-pull-request.png
@managedkaos
managedkaos / ipython-profile.ipynb
Created June 12, 2023 22:27
Locate iPython profiles using a Jupyter notebook.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@managedkaos
managedkaos / ubuntu-install-node20.sh
Last active December 14, 2023 01:25
A script to install Nodejs v20 on Ubuntu
apt-get update
apt-get install -y ca-certificates curl gnupg
mkdir -p /etc/apt/keyrings
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --batch --yes --dearmor -o /etc/apt/keyrings/nodesource.gpg
NODE_MAJOR=20
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" > /etc/apt/sources.list.d/nodesource.list
apt-get update
apt install -y nodejs
@managedkaos
managedkaos / jupyter-environment-specs.ipynb
Last active March 12, 2024 01:25
Jupyter-Environment-Specs.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.