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 / win-slmgr-tool
Created April 24, 2021 17:51
Windows Software Licensing Management Tool for Non Genuine Windows
slmgr.vbs
When your copy of Windows is not genuine and you don't want to activate (with product key).
slmgr /rearm
^ The above command will reset the licensing status of the machine.
Now you will not receiveve messages stating your system is not genuine.
This is temporary, ephemeral fix.
After some time elapses, it will notify you again that it's not genuine.
@jamiedevsandbox
jamiedevsandbox / git-local-branching-cheatsheet
Last active June 19, 2021 01:38
Git Local Branching Documentation CheatSheet
http://git-scm.com/docs
https://github.com/git-tips/tips
https://github.com/sdras/awesome-actions
https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/duplicating-a-repository
https://stackoverflow.com/questions/22906917/how-to-move-git-repository-with-all-branches-from-bitbucket-to-github
@jamiedevsandbox
jamiedevsandbox / github-repo-licenses
Created May 2, 2021 19:31
Github - What you need to know to choose an open source license.
https://gist.github.com/nicolasdao/a7adda51f2f185e8d2700e1573d8a633
@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 / ram-analysis
Last active May 7, 2021 21:01
Linux Physical RAM Analysis
http://wiki.yobi.be/wiki/RAM_analysis
@jamiedevsandbox
jamiedevsandbox / bgp-lookingglass
Created May 5, 2021 23:10
BGP Looking Glass Global Routers
https://www.bgp4.as/looking-glasses
@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