Skip to content

Instantly share code, notes, and snippets.

View fre0n's full-sized avatar
🦔
Sonic Adventure 2 Battle

freon fre0n

🦔
Sonic Adventure 2 Battle
  • r-12 Digital Works (non-existent)
  • Chicago, IL
View GitHub Profile
@bryc
bryc / YamahaFM.md
Last active May 17, 2024 03:45
Collecting info on Yamaha FM soundchips
@tokhi
tokhi / unixToolbox.md
Last active May 18, 2024 05:40
Collection of Unix/Linux/BSD commands and tasks which are useful for IT work or for advanced users.

#Unix Toolbox

This document is a collection of Unix/Linux/BSD commands and tasks which are useful for IT work or for advanced users. This is a practical guide with concise explanations, however the reader is supposed to know what s/he is doing.

##Unix Toolbox revision 14.4

The latest version of this document can be found at http://cb.vu/unixtoolbox.xhtml. Replace .xhtml on the link with .pdf for the PDF version and with .book.pdf for the booklet version. On a duplex printer the booklet will create a small book ready to bind. This XHTML page can be converted into a nice PDF document with a CSS3 compliant application (see the script example). See also the about page.
Error reports and comments are m
@afair
afair / tmux.cheat
Last active October 11, 2023 13:48
Tmux Quick Reference & Cheat sheet - 2 column format for less scrolling!
========================================== ==========================================
TMUX COMMAND WINDOW (TAB)
========================================== ==========================================
List tmux ls List ^b w
New new -s <session> Create ^b c
Attach att -t <session> Rename ^b , <name>
Rename rename-session -t <old> <new> Last ^b l (lower-L)
Kill kill-session -t <session> Close ^b &