The Power of the Stream: Why I Stopped Opening Files
Explore the hidden power of sed: doing bulk searches and replacements in a single command.
Explore the hidden power of sed: doing bulk searches and replacements in a single command.
Why re-upload everything? Learn how to sync your local forge with your remote VPS using only the bits that changed.
Stop typing IP addresses. Learn how to use the SSH config file to jump into your VPS with a single word.
Your .bashrc is not just a configuration file; it is the blueprint of your digital workshop. Every alias is a custom tool; every function is a streamlined workflow. The Power of the Alias Why type hugo server -D ten times a day when you can strike the anvil once? alias forge='hugo server -D' alias deploy='make deploy' Contextual Awareness A true Textsmith makes the prompt work for them. Adding the current Git branch to your PS1 ensures you always know where your βheatβ is directed. ...
Make your life simple by using sed, the stream editor, to make fast edits in one or more files