Skip to main content

Recently Updated Pages

GPU Passtrough on Linuxmint 21

My Linux Mint Setup

0: Pretext This Setup requires 2 Graphic Cards (1ntegrated and one internal PCI Graphicscard - or...

Updated 2 years ago by tinfoil-hat

My Setup

My Linux Mint Setup

Install Packages apt install vim curl wget tor torsocks torbrowser-launcher vokoscreen-ng wiresha...

Updated 3 years ago by tinfoil-hat

Wargames

Wargames

https://www.hackthebox.eu/ https://microcorruption.com/login http://smashthestack.org/ http://pwn...

Updated 3 years ago by tinfoil-hat

Linux-Knowledge-Ressources

Linux-Knowledge-Ressources

Wikis https://wiki.archlinux.org/ https://www.linux-kvm.org/page/Management_Tools https://wiki.in...

Updated 3 years ago by tinfoil-hat

Compression and Decompressing

File Compression

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

Updated 3 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 3 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 3 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 3 years ago by tinfoil-hat

ROT13

Rot13

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

Updated 3 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 3 years ago by tinfoil-hat

Search files for username and group

find / grep /sort /unique

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

Updated 3 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 3 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 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