Advanced Search
Search Results
156 total results found
Tar Backup via SSH
Create Backup tar -cf - sourcedir | ssh user@destinationserver 'cat > file.tar' Restore Backup ssh user@destinationserver 'cat file.tar' | tar -xf - -C root/dir
My Linux Mint Setup
Wargames
https://www.hackthebox.eu/ https://microcorruption.com/login http://smashthestack.org/ http://pwnable.kr/ http://3564020356.org/deserve.htm http://roothack.org/ https://holidayhackchallenge.com/2016/ http://www.hackertest.net/ https://canyouhack.us/ http://www...
dd
apt-search for compiling
Whenever a compile fails with a missing file simply leverage the infrastructure to search for the missing ubuntu package apt-file search some_missing_file_goes_here # cmd 1 apt-file search X11/extensions/Xcomposite.h # cmd 1 which returns with l...
Search files for username and group
find / -user username -group groupname -ls```
wireless
grep
grep string in txt / plaintext file grep searchstring data.txt grep files in folderstructure grep -r searchstring /home/user/data/*
How - To GPU - Passtrough
ROT13
ROT13 ("rotate by 13 places", sometimes hyphenated ROT-13) is a simple letter substitution cipher that replaces a letter with the 13th letter after it in the alphabet. ROT13 is a special case of the Caesar cipher which was developed in ancient Rome. https://ww...
Revert commits
revert to last commit: git reset --soft HEAD~1 revert to commit X and don’t forget the final ‘ .’ git checkout <commit-id> . Add this version to the staging area and push to remote git add . git commit -m "Reverting to <commit-id>" git push
Alpaca LLAMA
Local Models
Simple Overview of all Settings
Create new folder name it: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} Rename it to something meaningful Enjoy all Windows Settings
Stable Diffusion AMD - rocm Debian
Hi, there are several posts about how to install stable diffusion on AMD Cards, but just for Ubuntu and not Debian. Docker can help us there
Local Apt-Mirror
Simple Overview of all Settings
Create new folder name it: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} Rename it to something meaningful Enjoy all Windows Settings
Nitter server - Pass Rate Limiting
Compression and Decompressing
Get file extension file unknownfiletype.bin unknownfiletype.bin: gzip compressed data, was “data2.bin”, last modified: Thu May 7 18:14:30 2020, max compression, from Unix Decompress Decompress Tarball tar xf file3.tar Extract .tar.gz file to current working...