I hereby claim:
- I am BobbyWibowo on github.
- I am bobbywibowo (https://keybase.io/bobbywibowo) on keybase.
- I have a public key whose fingerprint is 39AE 53A2 29C2 4717 57FC 53E7 51C3 A1E1 E22D 26CF
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| ZONE_ID="" | |
| EMAIL="" | |
| API_KEY="" | |
| LOG_FILE="csfip.log" | |
| if [ $# -eq 0 ]; then | |
| echo "USAGE : csfip.sh <IP_ADDRESS> [MODE=challenge] [...NOTES=Submitted with csfip.sh]" | |
| echo "EXAMPLE : csfip.sh 123.44.55.66 block Spam bot" |
| // TODO | |
| const args = process.argv.slice(2) | |
| const size = parseFloat(args[0]) | |
| const seedtime = parseFloat(args[1]) | |
| let seeders = parseInt(args[2]) | |
| ;(async () => { | |
| if (!args.length) | |
| throw new Error('Usage: bph.js <size=GB> <seedtime=H> [seeders]') |
| #!/bin/bash | |
| MAX_PATH="/sys/class/backlight/intel_backlight/max_brightness" | |
| SET_PATH="/sys/class/backlight/intel_backlight/brightness" | |
| MAX=$(cat $MAX_PATH) | |
| CUR=$(cat $SET_PATH) | |
| CURPERCENT=$(printf '%.2f' $(bc -l <<< "$CUR / $MAX * 100")) | |
| printf '%s\n' "Backlight: $CUR/$MAX ($CURPERCENT%)" |
| #!/usr/bin/env bash | |
| NGINX_CONF_PATH="/usr/local/nginx/conf/deny-ips.conf" | |
| if ! [ -f "$NGINX_CONF_PATH" ]; then | |
| echo "Error: '$NGINX_CONF_PATH' is not found." | |
| exit 1 | |
| fi | |
| SCRIPT_NAME=$(basename $(readlink -f $0)) |
| curl \ | |
| -H "token: YOUR_TOKEN_HERE" \ | |
| -H "albumid: YOUR_ALBUM_ID_HERE" \ | |
| -H "filelength: NUMBER_FROM_5_TO_32" \ | |
| -H "age: HOURS" \ | |
| -H "striptags: 1_IF_YES" \ | |
| -F "files[]=@PATH_TO_FILE" \ | |
| https://safe.fiery.me/api/upload |
| # If `true`, bold text is drawn using the bright color variants. | |
| draw_bold_text_with_bright_colors: true | |
| # Colors (One Dark - to be paired with Qogir KDE/GTK+ theme) | |
| colors: | |
| # Default colors | |
| primary: | |
| background: '0x1e222a' | |
| foreground: '0xfcfcfc' |
| { | |
| "ArrowAlphaScript" : 0, | |
| "ArrowHAnchorScript" : "Left", | |
| "ArrowPosXScript" : 0, | |
| "ArrowPosYScript" : 712, | |
| "ArrowScaleScript" : 100, | |
| "ArrowVAnchorScript" : "bottom", | |
| "ArrowWidgetScript" : 0, | |
| "AttributeAlphaScript" : 0, | |
| "AttributeHAnchorScript" : "Left", |
| # If `true`, bold text is drawn using the bright color variants. | |
| draw_bold_text_with_bright_colors: true | |
| # Colors (Materia Dark) | |
| colors: | |
| # Default colors | |
| primary: | |
| background: '0x181818' | |
| foreground: '0xeff0f1' |
| # Materia Dark (PapirusDevelopmentTeam/materia-kde) | |
| background #181818 | |
| foreground #eff0f1 | |
| cursor #eff0f1 | |
| selection_background #ffffff | |
| selection_foreground #2d2c2d | |
| color0 #181818 | |
| color1 #e14245 |