The better way to shorten Linux commands (it's not alias)
Why Aliases Aren’t the Best Way to Shorten Commands If you’re a new Linux user, you might have a ~/.bash_aliases file that looks like this: bash alias apup='su...
Why Aliases Aren’t the Best Way to Shorten Commands If you’re a new Linux user, you might have a ~/.bash_aliases file that looks like this: bash alias apup='su...
!Cover image for Day 2 — Beginning My 40 Days AWS DevOps Journeyhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/htt...
Overview A few months back I decided to create JShell as a fun project to learn more about the good old C. A shell simply reads user input commands, executes p...
!Cover image for Version Control With Commands Complete Git Guide for Beginners & Developershttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,...
Quick Summary Hours is a command‑line time‑tracking toolkit designed for users who prefer a minimalist, keyboard‑driven interface. It lets you: - Create and ma...
Article URL: https://12days.cmdchallenge.com Comments URL: https://news.ycombinator.com/item?id=46190577 Points: 31 Comments: 8...
!Cover image for Custom Audio Control on Linux: Switch Between Headphones, Speakers, and Dual Audio with a Single Commandhttps://media2.dev.to/dynamic/image/wid...
Why the Terminal is Your Best Friend for AWS Management If you've been managing AWS resources exclusively through the web console, you're not wrong—but you mig...
The Problem You run ls and see filenames. But is it a file or folder? Who owns it? Can you even edit it? On day two with Linux, I learned ls can tell you way m...
Article URL: https://zellij.dev Comments URL: https://news.ycombinator.com/item?id=46163377 Points: 22 Comments: 6...
Custom Artisan Command: Auto Generate Layers Run: bash php artisan make:command GenerateCrudFromDb Implement the Command Replace the file app/Console/Commands/...
PostgreSQL's pg_dump utility is the go‑to tool for creating logical backups, but its true power lies in the dozens of command‑line options that let you customiz...