Category: Hosting & SSH
-

Add SSH Keys to Hostinger for Passwordless Login & Deploys
How to add SSH keys to Hostinger via hPanel or ssh-copy-id for passwordless login and automated deploys, plus a ~/.ssh/config alias and…
-

How to SSH into Hostinger Shared Hosting (Enable, Connect, Port 65002)
How to SSH into Hostinger shared hosting: enable SSH in hPanel, find your IP and username, connect on port 65002 from macOS,…
-

Deploy an Angular App to Hostinger Shared Hosting with Bitbucket Pipelines (2026)
Automatically deploy an Angular app to Hostinger shared hosting with Bitbucket Pipelines: enable SSH (port 65002), wire keys, build in CI, rsync…
-

SSH Config: Multiple Keys for Multiple Hosts (Per-Host SSH Keys)
Use ~/.ssh/config to assign multiple SSH keys to multiple hosts: per-host IdentityFile, IdentitiesOnly to avoid lockouts, and two GitHub accounts on one…
-
Zero-Downtime Deployment Checklist: A Guide for Founders
Ensure your product updates reach users seamlessly with our zero-downtime deployment checklist. Avoid disruptions and keep your startup running smoothly.
-
Angular and Laravel on Apache Shared Hosting: The .htaccess Fixes (404 Routing and public_html)
Fix Angular 404-on-refresh routing and the Laravel public vs public_html problem on Apache shared hosting with working .htaccess files and three deployment…
-

Deploy a Laravel App to Hostinger Shared Hosting with Bitbucket Pipelines (2026)
Deploy a Laravel app to Hostinger shared hosting with Bitbucket Pipelines: composer install in CI, rsync over SSH (port 65002), the public_html…
-
SCP Command: Securely Copy Files Over SSH (Examples and Cheatsheet)
Practical SCP command guide: copy files and folders over SSH, use a specific key or a non-default port, upload vs download, plus…
-
How to Generate an SSH Key on Ubuntu and macOS (Complete Guide)
Step-by-step guide to generate an SSH key on Ubuntu and macOS with ssh-keygen (Ed25519), set a passphrase, load it into ssh-agent, and…