Recently Updated Pages
Linux-Knowledge-Ressources
Wikis https://wiki.archlinux.org/ https://www.linux-kvm.org/page/Management_Tools https://wiki.in...
Compression and Decompressing
Get file extension file unknownfiletype.bin unknownfiletype.bin: gzip compressed data, was “data...
Simple Overview of all Settings
Create new folder name it: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} Rename it to s...
Simple Overview of all Settings
Create new folder name it: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} Rename it to s...
Revert commits
revert to last commit: git reset --soft HEAD~1 revert to commit X and don’t forget the final ‘ ....
ROT13
ROT13 ("rotate by 13 places", sometimes hyphenated ROT-13) is a simple letter substitution cipher...
grep
grep string in txt / plaintext file grep searchstring data.txt grep files in folderstructure gre...
Search files for username and group
find / -user username -group groupname -ls```
apt-search for compiling
Whenever a compile fails with a missing file simply leverage the infrastructure to search for the...
Tar Backup via SSH
Create Backup tar -cf - sourcedir | ssh user@destinationserver 'cat > file.tar' Restore Backup s...
Aircrack vs. WPA2
Install Aircrack sudo apt-get install aircrack-ng Search for Wlan Adapters sudo airmon-ng Enab...
Basics
Creating a new repository mkdir project cd project git init git remote add origin git@github.com:...
Using `dd` and `ssh` to copy a disk image over a network
dd if=/dev/sdX | ssh user@remotehost "dd of=ops-tools.img" Another Way On the Sourcemachine tar...
stat
Get Date of OS Installation stat / | grep "Birth" | sed 's/Birth: //g' | cut -b 2-11
Join the Matrix
What is the Matrix In my opinion, The Matrix films provide the best metaphor our society has for ...
Monitoring
Remember to do Backups!!! install smpd apt-get install snmpd libsnmp-dev add v3 user net-snmp-co...
Install Torsocks
apt-get install torsocks if you haven't already enabled TOR, enable it via systemctl enable --no...
install ffmpeg
apt-get install ffmpeg Convert .wav file to mp3 ffmpeg -i track01.wav -acodec mp3 track01.mp3 Y...
New Page
About Cron # Edit this file to introduce tasks to be run by cron. # # Each task to run has to be...
Sed
Quite often when working with text files you’ll need to find and replace strings of text in one o...