nzk-scripts
nzk-app-add
#!/bin/bash #nzk-app-add #i use kali linux # Check for at least one argument if [ "$#" -lt 1 ...
install log fail
┌──(kali㉿kali)-[~]└─$ cd nzk-apps ...
py scripts from other repo's that i use (need to add to my repo)
https://github.com/Crypto-Cat/CTF/blob/main/pentesting/gen_nmap.py #!/bin/python # # can be fo...
new ubuntu script
sudo apt update && sudo apt install -y firefox ubuntu-restricted-extras build-essential curl wget...
recharjme
ubuntu kiosk with phidgethub using touch screen
#!/bin/bash set -eu # Enable pipefail if supported if set -o | grep -q pipefail; then s...
restart chromium demon
#!/bin/bash set -euo pipefail # CONFIGURATION APP_URL="http://localhost:8080" INACTIVITY_MI...
Installer Demon Template
#!/bin/bash set -euo pipefail # CONFIG MEDIA_BASE="/media" USB_LABEL="recharjme" ...