Osinachi Chukwujama
Osi on Tech

Osi on Tech

Follow
Follow
homebadgesnewsletter
Tag

Linux

#linux

More content

Read more stories on Hashnode


Articles with this tag

Dockerizing Your PostgreSQL Database: A Beginner's Guide

Jan 9, 20233 min read

Are you tired of managing your PostgreSQL database on your local machine? Want to make it easier to develop and test your application with a...

Dockerizing Your PostgreSQL Database: A Beginner's Guide

Run SQL Files in psql Shell

Sep 2, 20211 min read

When using PostgreSQL DBMS, you may need to run some SQL commands to populate a database or run some specific commands. You may also want to run these...

Run SQL Files in psql Shell

How to Copy To Clipboard in Terminal

Jan 10, 20212 min read

Use the x-clip package to copy the content of a file to your clipboard from your the terminal. We'll go over the steps to achieve this. Steps Create...

How to Copy To Clipboard in Terminal