Server Guides
Remote access, file transfer, and database setup on a fresh server.
All guides
Download Files from a Linux Server via SCP
scp syntax for downloading a single file, an entire directory, and copying directly between two remote servers — without a third download.
Configure PostgreSQL on Ubuntu and Connect with DataGrip
Install PostgreSQL, create a database and user, open it up for remote GUI access, and connect from DataGrip (or any Postgres client) without the common auth errors.
Access a Remote Server Port from Your Local Machine
SSH local port forwarding, explained with the exact command — for reaching a database or internal service that's only bound to a server's localhost.