Skip to content

Linux

Tag: Notes

  • Filed Under: Bash, Git, Node, PHP
  • Date Posted: May 23, 2021

WordPress Plugin Dev Template Installer

I didn’t know how to write bash scripts so I took the opportunity this weekend to learn it. Now I have a WP Plugin development installer.

  • Filed Under: OS
  • Date Posted: May 21, 2021

Kill a Process in WSL/Linux

Killing an SSH connection does not kill the processes running on that machine. In order to free up the port to, I ran the following commands

  • Filed Under: Database
  • Date Posted: March 24, 2021

Export Postgres SQL Query to CSV

A quick command to convert database records to a csv. The file can then be imported into a spreadsheet program.

  • Filed Under: OS
  • Date Posted: March 16, 2021

Simple CURL Commands

Adding the json_pp utility improves readability when grabbing data from an API.