Skip to content

Instantly share code, notes, and snippets.

View jamiedevsandbox's full-sized avatar
💭
C and Linux is life

Jamie Sparks jamiedevsandbox

💭
C and Linux is life
View GitHub Profile
@jamiedevsandbox
jamiedevsandbox / data-compression
Created May 5, 2021 23:07
Data Compression Explained
http://mattmahoney.net/dc/dce.html?year=2011
@jamiedevsandbox
jamiedevsandbox / data-structures
Created May 5, 2021 23:08
Foundations of Computer Science Data Structures
http://i.stanford.edu/~ullman/focs.html
@jamiedevsandbox
jamiedevsandbox / linux-proc-pseudofilesystem
Created May 5, 2021 23:09
Peeking into Linux kernel-land using /proc filesystem
https://tanelpoder.com/2013/02/21/peeking-into-linux-kernel-land-using-proc-filesystem-for-quickndirty-troubleshooting/
@jamiedevsandbox
jamiedevsandbox / bgp-lookingglass
Created May 5, 2021 23:10
BGP Looking Glass Global Routers
https://www.bgp4.as/looking-glasses
@jamiedevsandbox
jamiedevsandbox / ram-analysis
Last active May 7, 2021 21:01
Linux Physical RAM Analysis
http://wiki.yobi.be/wiki/RAM_analysis
@jamiedevsandbox
jamiedevsandbox / skype-ld-preload-so-file
Last active May 7, 2021 21:15
Skype Linux Hooks LD_PRELOAD
https://macil.tech/2013/05/17/working-around-skypes-privacy-hole-with-ld_preload/
@jamiedevsandbox
jamiedevsandbox / os-dev-from-scratch
Created May 12, 2021 00:02
Book on OS Development From Scratch
https://littleosbook.github.io/
written by:
Erik Helin, Adam Renberg
@jamiedevsandbox
jamiedevsandbox / bash-cheat-sheet
Last active May 16, 2021 01:45
Linux Bash Cheat Sheet and Hints
https://devhints.io/bash
https://wiki.bash-hackers.org/
@jamiedevsandbox
jamiedevsandbox / sysinternals-toolbox-win
Last active May 17, 2021 07:04
Sysinternals utilities Toolbox for Windows
Sysinternals utilities toolbox to help you manage, troubleshoot and diagnose your Windows systems and applications.
https://docs.microsoft.com/en-us/sysinternals/downloads/
The Windows NT and Windows 2000 Resource Kits come with a number of command-line tools that help you administer your Windows NT/2K systems.
Over time, I've grown a collection of similar tools, including some not included in the Resource Kits.
What sets these tools apart is that they all allow you to manage remote systems as well as the local one.
The first tool in the suite was PsList, a tool that lets you view detailed information about processes, and the suite is continually growing.
The "Ps" prefix in PsList relates to the fact that the standard UNIX process listing command-line tool is named "ps", so I've adopted this prefix for all the tools in order to tie them together into a suite of tools named PsTools.
@jamiedevsandbox
jamiedevsandbox / commandlinefu
Created May 20, 2021 06:01
CommandLineFu: Linux Command Line Gems
commandlinefu.com is the place to record those command-line gems that you return to again and again.
That way others can gain from your CLI wisdom and you from theirs too.
All commands can be commented on, discussed and voted up or down.
https://www.commandlinefu.com