SSH Useful Command
Useful SSH Coomand:
--------------------------------------------
crontab - e
You can easily edit your cron job entry
--------------------------------------------
df -h
check how much space is utilized on your vps
--------------------------------------------
du -sh -- *
See how much space is big every file on the current directory
--------------------------------------------