Skip to content

Instantly share code, notes, and snippets.

anonymous
anonymous / jp terms 2.1.md
Created March 28, 2016 09:58
Term Explanation Example
OL Office Lady. Basically set in an office theme. Focus often on the uniform/glasses/stockings/tights. PTS-229 美巨乳OL レズ出張マッサージ 3
ギャル (Gyaru), 顔黒 (Ganguro), 黒ギャル (Kuro Gyaru), 白ギャル (Shiro Gyaru), Gal Fashion style, main characteristics are: heavily bleached or dyed hair (mostly shades from dark brown to blonde), highly decorated nails, dramatic makeup, tanned skin. Ganguro and Kuro Gals have dark skin, Shiro Gals have light skin. CYAL-002 白ギャル黒ギャル 制服レズ性感 つばさ 大槻ひびき
ロリ (Rori), ロリータ (Roriita) Young looking girls. KIRD-189 ロリカワGALご奉仕ナース大量ぶっかけザーメンシャワー病棟
美少女 (Bishoujo) A term to describe a really, really pretty girl. LID-006 泣きじゃくり 泣き虫美少女涙ぼろぼろイラマチオ なごみ
コスプレ (Kosupure),sometimes abbreviated コス (Kosu), スプレイヤー (Cosplayer) Cosplay, costume play. Not limited to anime/games characters, can refer to nurses, school girl uniforms, etc... NITR-168 ザーメン大好き精飲デカ尻コスプレイヤー
JK, 女子校生, 女子高生 (Joshikousei) 女子高校生 (Josh
@twolfson
twolfson / README.md
Last active June 25, 2024 01:50
Drawing graphs from collectd data via rrdtool

We are exploring capturing local laptop metrics as research for applying collectd recordings on our server (so we can get weekly emails).

The rrdtool syntax is non-obvious but we are making progress.

The apt package for collectd collects information into a few buckets (e.g. 10 second average, 50 second average, etc). We can see this information at a high level via rrdtool info:

rrdtool info /var/lib/collectd/rrd/Euclid/battery-0/charge.rrd
# step = 10
# last_update = 1454486292
@CMCDragonkai
CMCDragonkai / trusted_certificate_stores_on_linux_os_and_applications.md
Last active March 5, 2025 15:19
SSL/TLS: Trusted Certificate Stores on Linux Operating Systems and Applications

Trusted SSL/TLS Certificate Stores on Linux Operating Systems and Applications

The SSL/TLS store location is not standardised across operating systems or even Linux distros. It could be anywhere in:

  • /etc/ssl/certs
  • /etc/pki/tls/certs/ca-bundle.crt
  • /etc/ssl/certs/ca-bundle.crt
  • /etc/pki/tls/certs/ca-bundle.trust.crt
@joepie91
joepie91 / vpn.md
Last active May 16, 2025 06:17
Don't use VPN services.

Don't use VPN services.

No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.

Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.

  • A Russian translation of this article can be found here, contributed by Timur Demin.
  • A Turkish translation can be found here, contributed by agyild.
  • There's also this article about VPN services, which is honestly better written (and has more cat pictures!) than my article.

On Twitter the other day, I was lamenting the state of OCSP stapling support on Linux servers, and got asked by several people to write-up what I think the requirements are for OCSP stapling support.

  1. Support for keeping a long-lived (disk) cache of OCSP responses.

    This should be fairly simple. Any restarting of the service shouldn't blow away previous responses that were obtained. This doesn't need to be disk, just stable - and disk is an easy stable storage for most server

@soifou
soifou / install-ut-goty-debian-64bits.md
Last active January 29, 2025 23:41
Install Unreal Tournament GOTY on Debian Jessie 64bits

Install Unreal Tournament GOTY on Debian 64bits

Run natively Unreal Tournament Game Of The Year (GOTY) on Debian system.

UT is not dead! The install process is a bit cumbersome but the game has been published more than 20 years ago! Please let me know how it went for you and if you have any tips, please share :)

And most important, have fun!

(Tested on Debian Bullseye 64bits)

@myusuf3
myusuf3 / delete_git_submodule.md
Created November 3, 2014 17:36
How effectively delete a git submodule.

To remove a submodule you need to:

  • Delete the relevant section from the .gitmodules file.
  • Stage the .gitmodules changes git add .gitmodules
  • Delete the relevant section from .git/config.
  • Run git rm --cached path_to_submodule (no trailing slash).
  • Run rm -rf .git/modules/path_to_submodule (no trailing slash).
  • Commit git commit -m "Removed submodule "
  • Delete the now untracked submodule files rm -rf path_to_submodule

BIGVER

The BIGVER spec is a semver.io compatible versioning scheme

Rules

  1. all new versions must increment the major version always
@pascalpoitras
pascalpoitras / 1.md
Last active May 1, 2025 10:42
My WeeChat configuration

This configuration is not maintained anymore. You should think twice before using it, Breaking change and security issue will likely eventually happens as any abandonned project.

@XVilka
XVilka / TrueColour.md
Last active April 27, 2025 10:17
True Colour (16 million colours) support in various terminal applications and terminals

THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.

PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!