- 10 Posts
- 4 Comments
loveknight@programming.devto Linux@lemmy.ml•Google is only free if your time has no value1·3 days agoVery specifically for learning about GNU/Linux and Unix, I highly recommend the book Classic Shell Scripting by Arnold Robbins and Nelson Beebe (O’Reilly Media, 2005).
ISBN: 9780596005955
I recently wrote the following about it in a post:
This book is extremely readable and gives a very good introduction to the various standard Unix shell commands (grep, sed, awk, tr, sort, to name but a few) and how to tie them together to do useful things. It’s very suitable if you have some experience with the command line at the level of individual commands but now want to see how to do construct more interesting pipelines and scripts. It includes an introduction to regular expressions. The fact that the book is already 20 years certainly means that some explanations and approaches are outdated, but since shell programming is at the core about text processing, almost all contents of the book are still highly relevant today.
loveknight@programming.devto Programming.dev Meta@programming.dev•Sluggishness againEnglish2·21 days agoNew to this instance, but for me too it is comparatively sluggish since I started using it yesterday.
loveknight@programming.devto Linux@lemmy.ml•Must fight temptation to buy an overpriced raspberry piEnglish15·21 days agoOr get a used thin client (e. g. HP T620, T630, T640 or Dell Wyse 5070). Cost: ~40-100$. Biggest advantage: Passive cooling, i. e. they’re absolutely quiet.
Thanks, that’s good to know, I’ll see how well I can adapt my workflow to this. (The reason for using Konsole tabs so far is the easy switching via Alt+[number], but I suppose using Helix’s integrated multi-document system should offer other advantages (e.g. regarding registers) that could outweigh this by far.)