Advanced Search
Search Results
156 total results found
TOR
Cheatsheet
session management tmux ls (or tmux list-sessions) tmux new -s session-name Ctrl-b d Detach from session tmux attach -t [session name] tmux kill-session -t session-name Ctrl-b c Create new window Ctrl-b d Detach current client Ctrl-b l Move to...
The Matrix
fdupes
delete duplicate files without conformation fdupes -r /path/to/folder To manually confirm deletion of duplicated files fdupes -r -d /path/to/folder To automatically delete all copies but the first of each duplicated file (be warned, this actually deletes fil...
Stat
wget
Mirror whole Web-Pages via wget wget -mkEpnp -e robots=off --convert-links Download only .mp3 files wget -e robots=off --no-parent -r --accept '*.mp3' wget via TOR torsocks wget --mirror --convert-links --adjust-extension --page-requisites ... Random wait ...
Git Commands Overview
Useful Web Apps
Ping DNS IP https://network-tools.com/ https://whatsmyip.com/ https://pingability.com/zoneinfo.jsp lil helpers https://www.gliffy.com/ https://www.thematrixer.com/binary.php https://corntab.com/ Online Archives https://archive.is/ https://archive.org/ Search t...
Alfa AWUS
Featured Tech Blogs
https://geekgonecrazy.com https://zerokspot.com https://robert.winter.ink https://www.brandonsjournal.com/ https://zerokspot.com/weblog/ https://mikestone.me/ https://gregoryhammond.ca/blog https://100daysofhannah.hannahvollmer.net/ https://www.justinvollmer.c...
Crack WiFi WPA2 via Aircrack-ng
Sed
Quite often when working with text files you’ll need to find and replace strings of text in one or more files. sed is a stream editor. It can perform basic text manipulation on files and input streams such as pipelines. With sed you can search, find and replac...
Tar Backup via SSH
New Page
About Cron # Edit this file to introduce tasks to be run by cron. # # Each task to run has to be defined through a single line # indicating with different fields when the task will be run # and what command to run for the task # # To define the time you can ...
Wargames
install ffmpeg
apt-get install ffmpeg Convert .wav file to mp3 ffmpeg -i track01.wav -acodec mp3 track01.mp3 You can also specify the bitrate of the MP3 with the -ab flag. ffmpeg -i track01.wav -acodec mp3 -ab 64k track01.mp3 Convert a folder full of .wav into .mp3 for i ...
apt
Advanced usage. apt
Browse TOR via Commandline
apt-get install torsocks if you haven't already enabled TOR, enable it via systemctl enable --now tor Surf in commandline via Torsocks In my experience the only commandline browser that works together with torsocks is w3m. First install w3m: apt-get install ...
find / grep /sort /unique
commandline
Monitoring
Remember to do Backups!!! install smpd apt-get install snmpd libsnmp-dev add v3 user net-snmp-config --create-snmpv3-user -ro -A authpass -X privpass -a SHA -x AES username add clientserver to observium cd /opt/observium ./add_device.php <ipaddress> ap v3 us...