There is forum software that’s integrated in the fediverse. Most often I’ve heard about NodeBB, which is open source and one can self-host it for free; there is even a YunoHost package.
I also have the account @Novocirab@jlai.lu.
In case you’re interested in one of the communities that I administrate and you would like to be come a moderator, you’re welcome to message me.
- 2 Posts
- 12 Comments
What hardware do you currently use and what software do you intend to run on the new machine? And what’s your budget situation?
In any case, I would always recommend to buy used or refurbished hardware. Even if it’s not necessary financially, it’s better for the environment.
That’s very cool indeed – although I dread the moment he starts talking to his followers about Lemmy.
Novocirab@feddit.orgto Sysadmin@lemmy.world•How you automate tasks which have a gui app instead of CLI?Deutsch1·11 days agoLast time I wanted to automate something on Windows (3 years ago), PowerAutomate did the job quite well.
Novocirab@feddit.orgto Linux@lemmy.world•Advice regarding power efficient distros neededEnglish2·15 days agoTo add to this, I’d recommend to go through the BIOS/UEFI settings and turn off things you don’t need, e.g. certain card slots, ports, fingerprint scanner, maybe the webcam.
Novocirab@feddit.orgto Selfhosted@lemmy.world•Realities of hosting a tor relay node at homeEnglish151·15 days agoRather than running a Tor relay, running a simple Tor bridge (e.g. via the browser add-on Snowflake as suggested by @ryokimball@infosec.pub) is probably the best thing to do with one’s home hardware.
Actual relays must suffice certain requirements, according to the Tor project:
Requirements for Tor relays depend on the type of relay and the bandwidth they provide. ==== Bandwidth and Connections ====
A non-exit relay should be able to handle at least 7000 concurrent connections. This can overwhelm consumer-level routers. If you run the Tor relay from a server (virtual or dedicated) in a data center you will be fine. If you run it behind a consumer-level router at home you will have to try and see if your home router can handle it or if it starts failing. Fast exit relays (>=100 Mbit/s) usually have to handle a lot more concurrent connections (>100k).
It is recommended that a relay have at least 16 Mbit/s (Mbps) upload bandwidth and 16 Mbit/s (Mbps) download bandwidth available for Tor. More is better. The minimum requirements for a relay are 10 Mbit/s (Mbps). If you have less than 10 Mbit/s but at least 1 Mbit/s we recommend you run a [/wiki/doc/PluggableTransports/obfs4proxy bridge with obfs4 support]. If you do not know your bandwidth you can use http://beta.speedtest.net/ to measure it.
As for exit relays aka exit nodes, the obligatory advice is of course to not run them at all unless you know exactly what you are doing both legally and technically, and probably only if you’re a foundation or something.
A good start is to install
tldr
. You use it likeman
, but it gives you shorter explanations – or rather, a short list of illustrative examples.As for man pages themselves (which I often find overwhelming, too), if you’re not doing that already, you can pipe it into
grep
to extract just those lines that contain your search string:man ps | grep user # or for two lines of context above and below each match: man ps | grep user -C 2
Going further, check out Fish instead of Bash. I haven’t use Fish yet, but it’s said to be much better for learning Linux commands as a beginner. Later on, you may switch to Zsh. In any case, hitting Tab once or twice will often give you a list of possible completions to the command you are typing.
PS: I see no good reason why anyone should downvote this question.
Edit (June 23): As it so happens, just today I’ve stumbled into the O’Reilly book “Classic Shell Scripting” by Robbins and Beebe (ISBN 9780596005955). What can I say – its age notwithstanding, it’s apparently an extremely good book for understanding things and learning how to solve real problems. (It presupposes some familiarity with Unix-like systems and with the shell, so if one’s just starting out, the book “Learning the Unix Operating System” may be better.)
Novocirab@feddit.orgto Linux@lemmy.world•In search of a non-electron text editor that can fold | Are emacs and (neo)vim my only options?English4·24 days agoHelix apparently doesn’t yet have it, but I’m sure it’ll be added at some point.
Some local libraries (e.g. in Heidelberg) or ecological initiatives lend devices to measure electricity consumption at the power plug. In particular, this is useful to measure other appliances as well.
Specifically for computers, they probably have some means to tell you their own consumption, but they may not be accurate or complete and will most certainly omit any peripherals, e.g. external hard drives.
Novocirab@feddit.orgto Programming@programming.dev•Cognitive Debt (A term to describe the costs of skipping thinking)English22·1 month agoTIL about the Gell-Mann amnesia effect. From Wikipedia:
The Gell-Mann amnesia effect is a cognitive bias describing the tendency of individuals to critically assess media reports in a domain they are knowledgeable about, yet continue to trust reporting in other areas despite recognizing similar potential inaccuracies.
Novocirab@feddit.orgto Technology@lemmy.world•Microsoft rolls Windows Recall out to the public nearly a year after announcing itEnglish0·2 months agoThis is a huge opportunity. All of us Linux geeks now need to be on mainstream social media platforms and actively seek out and help everyone who expresses an interest in switching from Windows to Linux.
They’re all innovating hard to bring us even better ink cartdridge DRM.