Skip to main content

Recently Updated Pages

Compression and Decompressing

File Compression

Get file extension file unknownfiletype.bin unknownfiletype.bin: gzip compressed data, was “data...

Updated 2 years ago by tinfoil-hat

Simple Overview of all Settings

Windows Godmode

Create new folder name it: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} Rename it to s...

Updated 2 years ago by tinfoil-hat

Simple Overview of all Settings

Godmode

Create new folder name it: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} Rename it to s...

Updated 2 years ago by tinfoil-hat

Revert commits

Git Commands Overview

revert to last commit: git reset --soft HEAD~1 revert to commit X and don’t forget the final ‘ ....

Updated 2 years ago by tinfoil-hat

ROT13

Rot13

ROT13 ("rotate by 13 places", sometimes hyphenated ROT-13) is a simple letter substitution cipher...

Updated 2 years ago by tinfoil-hat

grep

find / grep /sort /unique

grep string in txt / plaintext file grep searchstring data.txt grep files in folderstructure gre...

Updated 2 years ago by tinfoil-hat

Search files for username and group

find / grep /sort /unique

find / -user username -group groupname -ls```

Updated 2 years ago by tinfoil-hat

apt-search for compiling

apt

Whenever a compile fails with a missing file simply leverage the infrastructure to search for the...

Updated 2 years ago by tinfoil-hat

Tar Backup via SSH

Tar Backup via SSH

Create Backup tar -cf - sourcedir | ssh user@destinationserver 'cat > file.tar' Restore Backup s...

Updated 3 years ago by tinfoil-hat

Aircrack vs. WPA2

Crack WiFi WPA2 via Aircrack-ng

Install Aircrack sudo apt-get install aircrack-ng Search for Wlan Adapters sudo airmon-ng Enab...

Updated 3 years ago by tinfoil-hat

Basics

Git Commands Overview

Creating a new repository mkdir project cd project git init git remote add origin git@github.com:...

Updated 3 years ago by tinfoil-hat

Using `dd` and `ssh` to copy a disk image over a network

SSH

dd if=/dev/sdX | ssh user@remotehost "dd of=ops-tools.img" Another Way On the Sourcemachine tar...

Updated 3 years ago by tinfoil-hat

stat

Stat

Get Date of OS Installation stat / | grep "Birth" | sed 's/Birth: //g' | cut -b 2-11

Updated 3 years ago by tinfoil-hat

Join the Matrix

The Matrix

What is the Matrix In my opinion, The Matrix films provide the best metaphor our society has for ...

Updated 3 years ago by tinfoil-hat

Monitoring

Proxmox

Remember to do Backups!!! install smpd apt-get install snmpd libsnmp-dev add v3 user net-snmp-co...

Updated 3 years ago by tinfoil-hat

Install Torsocks

Torsocks

apt-get install torsocks if you haven't already enabled TOR, enable it via systemctl enable --no...

Updated 3 years ago by tinfoil-hat

install ffmpeg

ffmpeg

apt-get install ffmpeg Convert .wav file to mp3 ffmpeg -i track01.wav -acodec mp3 track01.mp3 Y...

Updated 3 years ago by tinfoil-hat

New Page

Cron

About Cron # Edit this file to introduce tasks to be run by cron. # # Each task to run has to be...

Updated 3 years ago by tinfoil-hat

Sed

Sed

Quite often when working with text files you’ll need to find and replace strings of text in one o...

Updated 3 years ago by tinfoil-hat

Featured Tech Blogs

Nice Tech Blogs

https://geekgonecrazy.com https://zerokspot.com https://robert.winter.ink https://www.brandonsjou...

Updated 3 years ago by tinfoil-hat