Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LI
Posts
0
Comments
1
Joined
2 yr. ago

  • alias clearswap='sudo swapoff -a && sudo swapon -a

    alias reload='source ~/.bashrc'

    scan_local() {

     
             local_ip=$(ip addr show wlan0 | grep "inet " | awk '{print $2}' | awk -F '/' '{print $1}')
    
         sudo nmap -sn "$local_ip/24"
    
      

    }