Skip to content

Instantly share code, notes, and snippets.

@anakaiti
anakaiti / install.sh
Last active June 6, 2025 16:00
Azeret Mono Nerd Fonts Installer
#!/usr/bin/env bash
# Azeret Mono Nerd Fonts Installer
# Usage: wget -O - https://is.gd/install_azeret_mono_nf | sudo bash
set -euo pipefail
readonly FONT_URL="https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&display=swap"
readonly INSTALL_DIR="/usr/share/fonts/truetype/azeret-mono"
readonly REQUIRED_COMMANDS=(wget grep xargs docker fc-cache)
log() {
{
"unmasked": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c",
"already_masked_api_token": "sampletoken"
}
@anakaiti
anakaiti / vc_redistr.md
Last active September 5, 2024 15:29 — forked from ChuckMichael/vc_redistr.md
Install all Visual C++ Redistributables using only one command!

Warning

App Installer must be installed on Win10/11.

cmd/powershell

Tip

You can save it and run as batch file (.bat).

@anakaiti
anakaiti / pop_runners.py
Created June 6, 2022 13:36
Remove all offline gitlab runners in a group
import os
import requests
import urllib.parse
GITLAB_AUTH_TOKEN = ''
GROUP_ID = ''
headers = {"PRIVATE-TOKEN": GITLAB_AUTH_TOKEN}
r = requests.get(
@anakaiti
anakaiti / vault-edit.fish
Last active November 25, 2020 10:43
fish shell hashicorp vault helpers
function vault-edit --argument key
set file (mktemp --suffix=.json)
vault read -format=json $key | jq '.data' > $file
$EDITOR $file
vault write $key @$file
end
@anakaiti
anakaiti / .userstyles.md
Last active June 20, 2020 15:17
Userstyles

Userstyles

Click on the raw button to install.

# Selects and connects to a vpn
# Put .ovpn files in ~/vpn
function vpn --description 'Connect to vpn'
# Change to your prefered browser
set browser firefox
sudo -v
set ovpn ~/vpn/(ls ~/vpn/*.ovpn | tr '/' '.' | cut -d '.' -f 5 | fzf).ovpn
if test -e {$ovpn}.url
@anakaiti
anakaiti / youtube.fish
Last active June 2, 2020 16:28
Fish script to download youtube videos partially
function youtube -d 'Download partial youtube videos' -a url start duration out
set mp4 (youtube-dl -g -f 22 $url)
set -q out; or set out 'out.mp4'
ffmpeg -ss $start -i $mp4 -t $duration -c copy $out
end
@anakaiti
anakaiti / watchlive.fish
Last active June 9, 2020 03:31
Watch youtube live stream using streamlink, mpv & open popout chat in fish shell script
function watchlive --description 'Watch youtube live stream' --argument url mode
set url (string match -r 'v=[^&]+' $url)
google-chrome --new-window "--app=https://www.youtube.com/live_chat?is_popout=1&$url" &
set prefix streamlink --retry-streams 5
set suffix "https://www.youtube.com/watch?$url"
if [ "$mode" = 'audio' ]
# 144p & 240p: AAC-HEv2 2ch 48Khz 48Kbps
# 360p & 480p: AAC-LC 2ch 48Khz 128Kbps
@anakaiti
anakaiti / README.md
Last active April 4, 2020 04:05
Cloudflare Warp+ Comparison

Cloudflare Warp+ comparison

Test Environment

ISP

{
  "ip": "175.158.50.19",
  "hostname": "ip-175-158-50-19.cbn.net.id",
 "city": "Jakarta",