Forest of UNIX
Resources
Showing of interesting tech resources I have collected.
General
- learnxinyminutes.com (Get cheatsheets for all things tech)
- wiki.gentoo.org (An amazing wiki for all things Linux)
- wiki.archlinux.org (An amazing wiki for all things Linux)
C++
- en.cppreference.com (A website dedicated to being a complete C++ language reference for all C++ standards)
- awesomecpp.com (A website dedicated to getting people up to speed with modern C++)
Shell scripting
- wiki.bash-hackers.org (A wiki dedicated to properly documenting bash)
- www.refining-linux.org (A website dedicated to covering interesting Linux topics, thoroughly recommend their Zsh-gems series)
Common Lisp
- clhs.lisp.se (The Common Lisp hyper specification contains complete documentation of the Common Lisp language specification)
- lispcookbook.github.io/cl-cookbook (A cookbook for Common Lisp programming)
JavaScript
- shamansir.github.io/JavaScript-Garden/ (Website detailing the quirky and janky parts of JS)
Regex
- regexone.com (learn regex interactively)
Ricing resources
- dotshare.it (Website dedicated to sharing configs for mostly Linux applications)
- ifxgroup.net/conky.htm (A very extensive reference for configuring conky)
- greasyfork.org (User scripts for web browsers (GreaseMonkey))
- rustutils.com (The Linux core utilities rewritten in Rust (there are some major improvements here))
Emacs
Configs and distros
- github.com/susam/emfy (An Emacs configuration that keeps its simple)
Articles
- karthinks.com/software/batteries-included-with-emacs (Emacs out of the box is kind of bad, this article highlights handy features default included in Emacs)
- karthinks.com/software/more-batteries-included-with-emacs (A continuation of the first one)