https://chmod-calculator.com/
. . .
selengkapnya>>
find . -type l -ls
find . -maxdepth 1 -type l -ls
ref : https://askubuntu.com/questions/522051/how-to-list-all-symbolic-links-in-a-directory/
. . .
selengkapnya>>https://github.com/Arachni/arachni
. . .
selengkapnya>>Ubuntu Shell Helper, this site help you to explain what shell command mean
https://explainshell.com/
. . .
selengkapnya>>If you want to list all used port on ubuntu server, you can use netstat, example :
netstat -tlnp
Command above will list all port used, t mean tcp, l mean listening port, n mean show numeric, p mean show pid.
Or you can use this helper to explain the command
. . .
selengkapnya>>