KDE’s Konsole, I love using it since it also integrates into Dolphin
- 0 Posts
- 12 Comments
YonatanAvhar@programming.devto Linux@lemmy.ml•Webmesh: Yet Another WireGuard Mesh Solution4·2 years agoThis sounds super interesting
Will this work in a situation where all clients are behind NAT? (Specifically cases where the Admin has no control of the NAT, like with CGNAT or clients on mobile networks)
And if it does, how do clients find each other without some central server?
YonatanAvhar@programming.devto Linux@lemmy.ml•How to check if Zenbleed mitigation(chicken bit) is properly set?2·2 years agoI also read that fixes are being released now for the high-end chips, but the desktop fixes will be released significantly later
Yes, Plymoith is just the splash screen, you can try disabling it and seeing if it helps
I don’t know what software you plan on using to create media, but the Duet 3i isn’t a powerful machine, and it may struggle to do media creation
Either way, a solid distro for pretty much any hardware and experience level is Mint XFCE
YonatanAvhar@programming.devto Linux@lemmy.ml•btop++ show different reading than DUAEnglish4·2 years agoI’d like to add that GB is pronounced Gigabyte, and GiB is pronounced Gibibyte. For the full list of units you can check this
YonatanAvhar@programming.devto Linux@lemmy.ml•Keeping and running frequently used commands7·2 years agoIf you use
fish
you can use abbreviations
YonatanAvhar@programming.devto Arch Linux@lemmy.ml•Anyone else prefer building an ISO yourself over downloading/torrenting it?3·2 years agoYes.
Although I did build my own ISO with a few extra programs to help me with some IT tasks, primarily dding the whole drive to 0.
So you switch your OS every time a vulnerability is discovered in it? You’d run out of OSs really fast
There’s https://arewewaylandyet.com/
YonatanAvhar@programming.devto Linux@lemmy.ml•CMD Generator - Web UI to generate Linux/Unix commandsEnglish1·2 years agoAlternatively, if you use
fish
orzsh
the autocomplete will already fill in manpage documentation when you type something like<COMMAND> -[TAB]
/bin
is symlinked to/usr/bin
, so it doesn’t matter.