A colection of spells to help you take your wizardry to the next level.
| Command |
Description |
| firejail |
Sandboxing tool based on SUID flags |
| bublewrap |
Sanboxing tool as seen in flatpack |
| qemu |
A very powerfull KVM type 2 hypervisor |
| Command |
Description |
| boxxy |
Tidy up your dotfiles, make ~ great again! |
| hyperfine |
Program benchmarking tool. |
| time |
Measure how long a program took to run. |
| Command |
Description |
| ack |
Perl based regex search tool. |
| ag |
C based regex search tool. |
find / -type f -a \( -perm -u+s -o -perm -g+s \) -exec ls -l {} \; 2> /dev/null |
Find all the SUID/SGID executables. |
| | |