Skip to content

Instantly share code, notes, and snippets.

View WizardNaiJi's full-sized avatar
💥
bbbrrrrrrrrr-- - -

NaiJi WizardNaiJi

💥
bbbrrrrrrrrr-- - -
View GitHub Profile
@daznext
daznext / Astra_Docker.md
Last active January 19, 2024 13:57
Install Docker on AstraLinux Orel

Обновляемся

apt update && apt upgrade

Ставим docker

sudo apt-get install apt-transport-https ca-certificates curl gnupg2 
@CosmicToast
CosmicToast / fedimg
Last active January 12, 2020 04:41
Fediverse (mastodon-api compatible) image and file status uploader
#!/bin/zsh
# deps: curl, mkdir(1p), jq
# return codes:
# 1: regular error, see stdout
# 2: media upload error
# 3: status post error
local app=${0:t}
usage() {
echo "$app [-a|-A <token>] [-i|-I <instance>] [-n] [-N <spoiler>] [-s <status>] -f <file>..."