Learn how to disable Chrome AI on your device model to optimize performance, keep your disk space, and reduce battery usage.
Learn how to disable Chrome AI on your device model to optimize performance, keep your disk space, and reduce battery usage.
A curated collection of command-line tools that fundamentally changed how I work. With installation guides using Homebrew and practical usage examples for each tool.
I used to open files the slow way: cd into a directory, ls to see what’s there, maybe find with a half-remembered filename, then pass it to whatever program I needed. Every time, I’d lose a few seconds hunting for the right path. Multiply that by dozens of files a day, and it adds up to real friction.
Then I found fzf, and file selection stopped being a chore. fzf is a fuzzy finder that…
I used to navigate my filesystem one directory at a time. cd ~/Projects, then ls, then cd websites, then ls, then cd jeffbaileyblog, then ls, then cd hugo. Every trip to a familiar directory cost me four or five commands. Tab-completion helped a little, but I still had to remember the path.
Then I installed zoxide, and cd started reading my mind.
A straightforward guide to setting up your computer for development based on what I use and how to install it.
A quick set of commands to safely move your Bitbucket repo to Github all while keeping history and everything.
Stuck getting `Errors occurred, no packages were upgraded.`? Well, have I got the solution for you..
A straightforward guide to setting up your computer for development based on what I use and how to install it.
Here's a quick cheatsheet I compiled over the years to quickly converting things using ffmpeg.
Nmap (Network mapper) is a dope open-source tool for seeing what's going on networks and how security is looking.
Text editors are essential tools for developers, allowing them to create, edit and manage code. There are many text editors available, each with their own strengths and weaknesses. This article will compare and contrast the features, advantages, and disadvantages of Vim, Emacs, Spacemacs, and other command line text editors.
A curated list of essential plugins and command line tools to improve your productivity.
Sometimes keys get old on a server you've had up for a while. We just need to update those third party keys.
A curated list of essential plugins and command line tools to improve your productivity.
Here's a list of some random, useful commands and tools to use in the Command Line.
curl is used in the command line or in scripts to transfer data. It is also used nearly everywhere: in cars, television sets, routers, printers, audio equipment, mobile phones, tablets, settop boxes, media players and is the internet transfer backbone for thousands of software applications affecting billions of humans daily.