This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://research.securitum.com/fail2ban-remote-code-execution/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Open VLC Player | |
2. Media --> Convert/Save --> Network --> Enter youtube URL --> Choose encoder --> Convert. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://devhints.io/bash | |
https://wiki.bash-hackers.org/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://littleosbook.github.io/ | |
written by: | |
Erik Helin, Adam Renberg |