Comment on
What's your favourite OS that does not use systemd?
Alpine.
Have used crux but using low end / old hardware results in almost permanent building software.
Comment on
What's your favourite OS that does not use systemd?
Alpine.
Have used crux but using low end / old hardware results in almost permanent building software.
Comment on
What is your most useful Linux app which others might not know about (please don't just give the name but a link and why it is good for you) ?
Ed Along with rlwrap it gives me a very fast and powerful workflow.
Rlwrap It wraps around a program and gives it the ability to make use ofthe readline lib.
Screen I use it when I boot without X. Gives a very fast workflow, being able to switch between programs.
Mpv Multimedia powerhouse. Even works (pretty) well without X, with a framebuffer.
Ecasound Cli daw. Have several scripts to make a recording on the fly or to be able to jam.
Comment on
I made this Linux wallpaper a while ago, but never shared it
Bring it on!
Or is it a transparent theme?
Comment on
Is there any Linux distro for cars?
Carch?
Comment on
Guix users here?
Reply in thread
Thanks!
Comment on
Just wanted to show off the lowest end hardware I ever ran Linux on
My daily driver at home has the same specs. Works fine.
Comment on
Just wanted to show off the lowest end hardware I ever ran Linux on
Reply in thread
No just top. Only with swap on....😉
Comment on
Minimalists
Reply in thread
(Most?) valid point.
Comment on
Frequent ed(1) users here?
Reply in thread
I should have mentioned that I meant interactive mode. Thus as editor.
I'm familiar with sed and awk.
Comment on
Minimalists
Reply in thread
Thanks. Will do so.
Comment on
Minimalists
Reply in thread
And could you elaborate on it? How do you roll your own?
Comment on
Share a script/alias you use a lot
Reply in thread
Me. Along with vi depending on my mood.
Comment on
[tmux][framebuffer] Alpine Linux
Reply in thread
Did some further investigation. I've build fbpdf (https://github.com/aligrudi/fbpdf, with all the -lmupdf-* removed from the Makefile to make it build) and this works very well. With pipe-viewer I can watch YT video's (which uses mpv under the hood).
Thanks for the inspiration.
Comment on
[tmux][framebuffer] Alpine Linux
Really Nice.
Could you elaborate on what programs you use tot display PDF files and which browser you use?
Comment on
[tmux][framebuffer] Alpine Linux
Reply in thread
Thanks for the reply.
Comment on
Frequent ed(1) users here?
Reply in thread
There is some truth in that statement.
I was pondering over why I go back to ed every once in a while. I think because it's kind of a problem solving puzzle. It helped / helps me to understand and use regular expressions.
(Open)vi is my daily driver which is fine for my use case (mainly groff files to make tests and other documents).
Thanks for bringing micro up. Seems like a nice editor. Never heard of it tbh.
Comment on
What is your most useful Linux app which others might not know about (please don't just give the name but a link and why it is good for you) ?
Reply in thread
I primarily edit groff-, shell- and (small) c-files. I like it to simply search a line make the edit and move on.
All my groff and c projects have makefiles, with 'm' being an alias for 'make'. So a simple 'w' and '!m' will do.
I use 'z' a lot to view portions of the file.
If I need to transfer a part of a file to another file I simly write that part to a temporary file and import it.
There are some situations when I open vi instead. Primarily when I have to escape a lot of characters to make the edit.
Comment on
What is your most useful Linux app which others might not know about (please don't just give the name but a link and why it is good for you) ?
Reply in thread
I simply never tried emacs. No special reason for it. Moved from Kate to Vim to Vi to Ed. And kept using the last two from then on.
Maybe I'll take a look at it someday.
Comment on
*Permanently Deleted*
Reply in thread
It does the job. And does it well.