Geoffrey's TIL
2
Ansible
Applications
ArchLinux
Bash
Alias
Best Practices
Chaos generators
Color Output
Copy to clipboard
Compression
Env Vars
Multi-line in Bash
Bash One-Liners
Run command on file change
Run commands in parallel
Scripts boilerplate
Script template
True color test
Cassandra
C++
Development environment
Docker
Git
Golang
Hadoop
InfluxDB
iptables
Java
Kafka
Kubernetes
KVM
Links
Linux
Markdown
Media
Mysql
Network
NodeJS
Obsidian
PHP
Postgres
Programming
Python
Reveal.js
RFCs
Sphinx
Scala
Tech Watch
tmux
Ubuntu / Debian
vim
VSCode
Web
Windows
yum
zsh
Geoffrey's TIL
»
Bash
»
Env Vars
View page source
Env Vars
Unset all environment variables matching a pattern:
unset `env | grep OS_ | egrep -o '^[^=]+'`