If you recently encountered this issue when pushing a your git updates to Bitbucket and you’re using Siteground as your server, then you found your solution. I recently encountered this issue in my multiple Siteground hosts, using shared or cloud SG servers. Not really sure if this is a Siteground issue or a Bitbucket issue,… Continue reading Bitbucket Connection Refused / No Route to Host (Siteground Server)
Tag: SSH
git: User was holding a relation lock for too long
If you encountered this error while pushing your recent change to your git repo, worry not. You’re not alone. Just recently, like a few minutes ago, I’m having trouble pushing my latest commit to my Bitbucket repo. Good thing I found out that it’s just a bitbucket issue, not really an issue with my repo… Continue reading git: User was holding a relation lock for too long
Transfer files from a specific directory using wget via SSH
If you want to transfer files from one server to another in less than a few minutes or in seconds (1GB file or lower), then use wget via SSH. I’ve been using this since I was born and I would like to share it to everyone who’s not using it yet. You can transfer a… Continue reading Transfer files from a specific directory using wget via 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 you want to quickly zip all files and folders individually in your server via SSH,… Continue reading Zip files via SSH and copy it to another folder or server
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 happened to me, maybe that specific user was blacklisted by your host. In order for… Continue reading Whitelist an IP address in your server via SSH