Skip to content

Instantly share code, notes, and snippets.

View eggplants's full-sized avatar
🏠
Working from home

haruna eggplants

🏠
Working from home
View GitHub Profile
@eggplants
eggplants / 𝙔𝙚𝙖𝙧 𝙋𝙧𝙤𝙜𝙧𝙚𝙨𝙨
Last active May 10, 2024 15:07
𝙔𝙚𝙖𝙧 𝙋𝙧𝙤𝙜𝙧𝙚𝙨𝙨: https://git.io/JD0Cp
𝙔𝙚𝙖𝙧⌚𝙋𝙧𝙤𝙜𝙧𝙚𝙨𝙨
▓▓▓▓▓░░░░░░░░░░
36.06557377049%
@eggplants
eggplants / ALT-SH.md
Last active May 10, 2024 14:59
List of alternative shell-scripting languages (or shells)

Alternative shell-scripting languages (or shells)

  • sorted by repo name [a-z]

amirbawab/BashClass

BashClass is an Object Oriented Programming language that compiles to BASH 4.4

@eggplants
eggplants / dorako_on_wine_8_and_ubuntu_22.04.md
Last active May 6, 2024 20:55
RPGツクール2000ゲーム ドラ子の出稼ぎ物語 をWine 8とUbuntu 22.04で動かすまで

RPGツクール2000ゲーム ドラ子の出稼ぎ物語 をWine 8とUbuntu 22.04で動かすまで

検証環境

$ lsb_release -a
LSB Version:	core-11.1.0ubuntu4-noarch:printing-11.1.0ubuntu4-noarch:security-11.1.0ubuntu4-noarch
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.3 LTS
Release:	22.04
@eggplants
eggplants / DLsite_Nest_on_Wine.md
Last active May 6, 2024 20:41
DLsite Nest on Wine

DLsiteNest on Wine

環境

  • Ubuntu 21.04
  • wine-6.13
  • dlsitenest-v1.4.4

手順

@eggplants
eggplants / maltine-zips-download.sh
Last active May 6, 2024 19:24
マルチネレコーズのアルバムzip全部落とす.sh
#!/bin/bash
# UPDATE: MARU-192
# NOTE: when you decompose those files, run: `ls|xargs -P 30 -I@ unar @`
# get latest album id
LATEST="$(
curl -s 'http://maltinerecords.cs8.biz/release.html' |
grep -oEm1 'MARU-[0-9]+' |
grep -oE '[0-9]+'
#!/usr/bin/env bash
echo 'https://github.com/eggplants/ubuntu-setup.sh'
#!/usr/bin/env bash
# Epson Inkjet Printer Driver (ESC/P-R) for Linux
sudo apt install ./epson-inkjet-printer-escpr_*_amd64.deb
# also
sudo apt install printer-driver-escpr psutils cups
@eggplants
eggplants / arti_on_ubuntu.md
Last active April 28, 2024 15:53
Connect to `.onion` websites via SOCKS Proxy with Arti (version: 1.1.11)

How to connect to .onion websites via SOCKS Proxy with Arti

Environment

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 23.10
Release: 23.10
@eggplants
eggplants / ghcr.sh
Last active April 12, 2024 12:14
How to get information from ghcr Docker Registry HTTP API V2 with curl
#!/usr/bin/env bash
# ref: https://github.community/t/how-to-check-if-a-container-image-exists-on-ghcr/154836/3
# public image's {USER}/{IMAGE}
USER_IMAGE=eggplants/asciiquarium-docker
# get token ('{"token":"***"}' -> '***')
TOKEN="$(
curl "https://ghcr.io/token?scope=repository:${USER_IMAGE}:pull" |
awk -F'"' '$0=$4'
div.Layout-sidebar {
width: inherit !important;
}