• @[email protected]
    link
    fedilink
    English
    33 days ago

    Thats’s intresting. I only use linux as vms, or on ny android Termux interface, since 4 months and i could install arch with archinstall and nowadays i’m almost done it without archinstall. I will also plan to write my own “bootloader” if grub and systemd-boot acts up, which grub did. I also wrote this script that creates a log file from your open ports using nmap and saves it with the current date:

    clear ; pkg install nmap && sudo nmap -O 127.0.0.1 >> “log$(date +%Y%m%d-%H).txt” && echo “/n/nlog file saved to $(pwd)/log$(date +%Y%m%d-%H).txt” ; nano “log$(date +%Y%m%d-%H).txt”