· 2 min read
Great — you’re setting up a PostgreSQL server where:
The OS disk is small, so you don’t want to store database files there.
· 3 min read
I have multiple, write-heavy databases on a single server. I have MySQL installed in the default /var/lib/mysql directory, but create my table .
· 2 min read
The journalctl command is used to query and display messages from the journal, which is a component of the systemd system and service manager.
· 1 min read
The easiest way to manage Nodejs runtimes is to use NVM (Node Version Manager).
· 2 min read
The easiest way to clone, pull and push code to a private repo on Github is to use a deploy key.