I tend to forget these so I’m documenting them here for posterity. 1. Moving around quickly ctrl + a – move to beginning of the line ctrl + e – move to end of the line alt + f – move forward alt + b – move backward 2. ctrl + r – Search shell… Continue reading some Shell commands
Tag: Terminal
My Gutenberg setup
Sometimes, the simplest solution is the simplest solution. In this case, I’ve tried just about every popular development setup for WordPress. MAMP is still the winner. I had been using the WordPress docker environment that is available when working on the Gutenberg project. It’s mostly reliable, but makes my computer fan really tired. If you’re… Continue reading My Gutenberg setup
Designing with OSS: Getting started
As few months ago, I decided to make an effort to see how much of my job I can do using only OSS (Open Source Software). I wanted to share my experience so far and welcome any tips/help you can share with me. This first post is about how I got started with a new… Continue reading Designing with OSS: Getting started
How to unfuck permissions
When working with npm (Node Package Manager), I picked up the horrible habit of throwing a sudo in front of npm install or npm up. Usually, I only did it when I got an error. This is bad. It becomes a headache at some point. Here’s how to unfuck the permissions of any folder: Do… Continue reading How to unfuck permissions