Tag Archives: SSH

Zip files via SSH and copy it to another folder or server

If you files and directories in your server via SSH, just type the command below: zip -r zipfilename.zip folder Just replace the folder with the folder name you are targetting or use * if your currently in the folder. If … Continue reading

Posted in Geekery | Tagged , , , | Leave a comment

Whitelist an IP address in your server via SSH

One day, one of my blog readers can’t access my site. I wondered why and how come she can’t access it but I can. I also asked other readers, and they can. If this happens to you, just like what … Continue reading

Posted in Geekery | Tagged , , , , | 1 Comment