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 / fail2ban-remote-code-exec
Created October 15, 2021 02:51
Fail2ban remote code execution
https://research.securitum.com/fail2ban-remote-code-execution/
@jamiedevsandbox
jamiedevsandbox / braun-apple
Last active June 24, 2021 00:43
Braun or Apple?
https://visual.ly/community/Infographics/technology/braun-or-apple
https://twitter.com/jamesdddye/status/327464634032476162
https://twitter.com/eldarmurtazin/status/243016052521455616
https://twitter.com/hannurytkonen/status/731511690911711232
https://www.youtube.com/user/rossmanngroup/videos
@jamiedevsandbox
jamiedevsandbox / i2p-anon-network
Created June 15, 2021 01:20
I2P (Invisible Internet Project)
I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate.
All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties.
https://geti2p.net/
https://github.com/i2p/i2p.i2p
@jamiedevsandbox
jamiedevsandbox / linux-view-image-term-feh
Created June 1, 2021 02:39
Linux View Images in Terminal
feh is an X11 image viewer aimed mostly at console users.
Unlike most other viewers, it does not have a fancy GUI, but simply displays images.
It is controlled via commandline arguments and configurable key/mouse actions.
https://feh.finalrewind.org/
@jamiedevsandbox
jamiedevsandbox / linux-kernel-live-grep
Created May 31, 2021 04:03
Linux Kernel Live Grep
Linux Kernel Live Grep
This livegrep project was an experiment in scaling real-time regex search, inspired in part by the death of Google Codesearch.
livegrep uses Russ Cox's excellent RE2 regular expression library, underneath a custom indexing and searching backend written in C++ with pthreads. The frontend is implemented in Go.
livegrep is written and run by Nelson Elhage and is open source.
https://livegrep.com/
@jamiedevsandbox
jamiedevsandbox / vlc-convert-youtube-vids
Created May 21, 2021 15:05
VLC Convert Youtube videos to .mp4 (or other formats)
1. Open VLC Player
2. Media --> Convert/Save --> Network --> Enter youtube URL --> Choose encoder --> Convert.
@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
@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 / 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 / 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