Ubuntu Permission Calculator

https://chmod-calculator.com/ . . . selengkapnya>>

Ubuntu List All Symbolic Links in a directory

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>>

Web Application Security Scanner Framework

https://github.com/Arachni/arachni . . . selengkapnya>>

Ubuntu Shell Helper

Ubuntu Shell Helper, this site help you to explain what shell command mean https://explainshell.com/ . . . selengkapnya>>

List All Running Port On Ubuntu

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>>

zuka.one
©2011