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>>To show db size on postgresql, you can use psql command bellow:
\l+
Additional if you want to show table size, you can use this command bellow:
\d+
. . .
selengkapnya>>https://github.com/Arachni/arachni
. . .
selengkapnya>>Python wrapper around the Zoom.us REST API v1 and v2.
https://github.com/prschmid/zoomus
. . .
selengkapnya>>
git remote set-url origin new.git.url
. . .
selengkapnya>>