I personaly wanted to build my own. The J5040 ist a nice but very slow CPU. If your searching for a Power efficent CPU i can recommend this Video.
Bildung a Power efficent Home server
I use for my Server Just an i3 10th Gen and it is fast enough.
For English, I can recommend:
Linux Action News
Linux Unplugged
The Linux Experiment
He has even an lemmy community https://feddit.de/c/thelinuxexperiment_channel@tilvids.com
German: TuxRadio
In my old company we used it and mostly it was just a ram eater for me XD
I mostly write my environment and aliases which are only ment to be used for a project by creating a file called .load.sh. It is mostly just things like alias run="python main.py" or something
I maybe steal your rust aliases What is bacon by the way?
What a nice abbreviation of the conventional way of declaring the minimanalasation of a command. I need to check out fish but i don't really know about it so much.
Classic but gold I also use alias ...="cd ../.."
That is really neat. I never knew I needed that.
I'm always thinking of using tmux for tilling.
Oh yeah thanks forgot docker compose to put into my aliases
Never worked with them but maybe helpful for the future.
What are your most liked alias for long commands or just to give them better names.
Mine are:
alias load="source .load.sh" alias eload="$EDITOR .load.sh" alias gpush="git push" alias gadd="git add --all" alias gcommit="git commit -m " alias gst="git status -s" alias gpull="git pull"
I'm currently working on a Dashboard for all my self-hosted web applications. What are you guys up to?
Which audio codec are you people using when ripping cd's? I used wav but the size made it not really fitting on my phone (60GB) I switched to FLAC. Many people I talked to said that CD's just use mp3 codecs in the First place.