

Self hosting on a rolling release platform? No way. Give me Debian, 4 hours work every 2 1/2 years. Arch is crazy and only doable if you only have a few single server
Self hosting on a rolling release platform? No way. Give me Debian, 4 hours work every 2 1/2 years. Arch is crazy and only doable if you only have a few single server
Not my experience. I’m managing 6 different clients and around 200 servers with debian 11-13. Update problems are most of the times caused by incompatible packages / repos. Other then that and a few times some changes in configuration files with new options I hardly ever have problems.
I don’t think you have to reinstall your system every two years, you just need to be careful to not create a frankendebian by adding repos villy vanilly and you are good to go.
Change my mind
Capitalism is a tool to maximize profit. Whoever thought it was a good idea to let capitalism have influence on laws so that they can maximize its profit was a big fool.
What do you expect? Capitalism, a tool, has by definition no morale. Let it decide politics to increase profit and you end up with that kind of shit society we have today.
Don’t blame the hammer, when you hit your thumb. Also, don’t let the hammer decide where to make the biggest dent.
Can we please start again focusing on the people? Without people there is no society, and there is no market to increase profits.
Start using capitalism and free markets like a tool. Want more renewable and clean energy? Make rules and see the magic of capitalism in making the best out of it.
Instead we let capitalism decide what should be done next and suffer the consequences. It’s as easy as that.
Unfortunately capitalism not only create the rules, they also decide what is news and influence societies views. And that’s why OPs picture is as it is.
Fuck socialism, am I right guys?!
Same for me, no TV for the last 15 years. All I consume is online and about topics I like.
TBs of data per day? You know how much text fits into 1tb? o.O
Anyway, we seem to enjoy a pretty similar type of entertainment. For me, it’s all about liking what I do. I can’t stand doing things I dislike at all.
Lemme ask you about ADHD?! I’m pretty sure I have it but don’t care. I am who I am. How about you?
I have a theory: information is best remembered if it is acquired solving a problem.
Play with the new tech, hit a roadblock, read and learn. That way you are motivated, know why you are reading the stuff and also only learn the stuff that isn’t intuitive.
Depending on experience many things are just like something you already know and easy to learn/remember, others are not. Don’t waste your time learning the first.
On the other hand, put me into a room with a teacher, who tries to teache me specifics about a tech I don’t care about and I will promise you, I will learn nothing. Even worse, I will start to hate that tech.
My trick to remember:
You can link to a target without giving a name to the link. ln will use the basename of the target file then. You can’t create a link without a target, so target has to go first since it’s not optional. Did it for me
There is a way with chmod in bash to change files and folders with files getting no execute bit and folder do (rwX instead of rwx). It’s in the man pages but good luck finding it via Google. Stackoverflow just suggests using find over and over again.
That did it for me.
+1 for netbox
It sure is. Just don’t expose the management interface to the internet. And stop using the webserver for configuration, real man use ssh. Have fun
No, for fucks sake: I have no idea how Linux works and expect to be proficient after I installed ubuntu once. Must be Linux that is bad if my apt repositories don’t work on arch. Fuck it, I’ll go back to windows
That was my first linux distro I tried, took 12 minutes to boot on my Pentium 75 with 8mb RAM. Still better then win98 though
might be your smartphone browser/system is using some kind of proxy. this could explain that you are able to ping, but the browser shows access denied. if no log entries are generated on the server when trying to access it via browser, it has to be something on client side or inbetween. on grapheneOS check: Settings - Network and Internet - Internet - Wifi-Settings - choose edit at top right - then advanced. If proxy is not set to none, change it and test again.
If this still doesn’t help, my last bet is some kind of duplicate IP
so you are saying 44 bits of entropy is not enough. the whole point of the comic is, that 4 words out of a list of 2000 is more secure then some shorter password with leetcode and a number and punctuation at the end. which feels rather intuitive given that 4 words are way easier to remember
see, you didn’t get the whole comic. 4 words out of a dicitionary with 2000 words has more combinations then a single uncommon non gibberish baseword with numeral and puction at the end. as long as the attacker knows your method.
a dicitonary attack will not lower the entropy of 44 bits, thats what the comic is trying to say
I hope this made it more enjoyable to read. English is not my first language
I’ll try to explain:
In the past we only had text terminals without a graphical interface ~1990 (sh / bash / tty). so the display server (Xorg / formaly known as X11) was born. it’s a piece of software that allows programs to not only print text to screen but to draw complex geometrical shapes. This allowed for gui programs that use frameworks like qt or gtk or motif… to draw buttons and shit using Xorg.
For having mutliple “windows” / “programs” running they invented a window manager, that drew a border around the windows with some min / max /close buttons and the modern gui was good to go. btw. the next step are desktop environments like kde or gnome but that would be too much for this post.
Back to display server (Xorg) and window manager (kwin, mutter, metacity, dwm, awesome, i3…): the design of xorg is super old and has many shortcomings like hdr, variable refreshrate or security: every window can read the contents of or produce input for other windows which is a nightmare for todays security standards.
So wayland was invented to use state of the art concepts and design. Here comes the big problem: State of the art concepts required wayland to not be a display manager like Xorg. wayland is more like a protocol that defines how to draw windows, resize and close them or how they are allowed to talk to each other. Since wayland is only a protocol+ the window manager now needs to do the heavy lifting of coordinating this protocol, drawing and stuff like that, which in turn results in way less window managers that support wayland because they are complex as hell.
Since modern software needs to support a heck of a lot of different ways for applications to interact with each other rewriting these functionality for wayland needs time. thats the reason desktop sharing/recording or muting your mic with a keyboard shortcut when the webex window was not in focus wasn’t possible at first. new solutiones needed to be developed for that (pipewire for example). Many programs would run in an xorg window that was implemented as a wayland window (xwayland) which made transitioning to wayland much easier but introduced new problems.
At the moment we are in a transitional phase. many programs already work without problems, but many software still require features wayland doesn’t have and might never implement. Everyone needing that software is hating on wayland. everyone needing variable refreshrate, fractional scaling or security prefers to use wayland. And the fighting begins.
Disclaimer: There might be errors, simplifications or misunderstandings on my side but thats the way i understood if. Feel free to correct any mistakes on my part.
That’s the way you to go