Skip to content

Instantly share code, notes, and snippets.

View runthee's full-sized avatar
💭
ㅤㅤㅤㅤㅤ

Randi Fadli runthee

💭
ㅤㅤㅤㅤㅤ
View GitHub Profile
@runthee
runthee / openpgp.txt
Created October 24, 2018 04:51
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:488d1011d902623db45a2ca5db261ef4bc708fc2]
@runthee
runthee / chpwd_update_git_vars.sh
Created October 1, 2018 06:38 — forked from scelis/chpwd_update_git_vars.sh
Add git information to your ZSH prompt.
update_current_git_vars
@runthee
runthee / bash-colors.md
Created August 9, 2018 17:25 — forked from iamnewton/bash-colors.md
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple
@runthee
runthee / openpgp.txt
Created June 13, 2018 11:47
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:e981149dcf557bb75e37201afd02b0ee54d15038]
@runthee
runthee / bosh-lite-cf-installer
Created June 8, 2018 17:22 — forked from dzlab/bosh-lite-cf-installer
CloudFoundry Bosh Lite installer script
#!/usr/bin/env bash
##
## This script install prerequisites: git, virtualbox, vagrant, ruby/rubygems.
## Then, it boots up bosh-lite in a local Vagrant/Virtualbox VM,
## then uploads and deploys Cloud Foundry into it.
## Finally, it logs into Cloud Foundry as an admin user,
## creates an initial organization and space,
## then deploys an example application.
##
@runthee
runthee / termux-su
Created May 7, 2018 09:16 — forked from cswl/termux-su
DEPRECATED: Use https://github.com/cswl/tsu instead.
#!/data/data/com.termux/files/usr/bin/sh
# sudo for Termux
# For security reasons some environent variables are reset by su
# So we need to set LD_LIBRARY_PATH
# Root's HOME is set to 'termux's home/.suroot'.
# Startup files and other stuffs can be added there.
ROOT_HOME=$HOME/.suroot