eta

joined 2 years ago
[–] eta@feddit.org 6 points 3 days ago (3 children)

Did people dig holes into the ground to keep ice around for longer?

[–] eta@feddit.org 12 points 4 days ago

The horrors kids go through thinking that a black hole could just suddenly appear in our solar system and eat everything.

[–] eta@feddit.org 33 points 4 days ago (1 children)

My first reaction after seeing the picture was "is he blessing Epstein?"

[–] eta@feddit.org 4 points 5 days ago (2 children)

No, shitposting is making shitty posts about topics that are normally taken seriously. It's not a place to dump things that one doesn't like.

[–] eta@feddit.org 14 points 1 week ago (2 children)

SwissMicros make expensive but really cool RPN calculators.

[–] eta@feddit.org 13 points 1 week ago

Vatikan - Die mit dem heiligen Stuhl

[–] eta@feddit.org 2 points 1 week ago (1 children)

Are there some big drawbacks that one has to live with switching from LaTeX to Typst or is it generally able to be a full replacement?

[–] eta@feddit.org 1 points 1 week ago* (last edited 1 week ago)
[–] eta@feddit.org 7 points 2 weeks ago (1 children)

Ok, und was machen diese Bauern aktuell bei den Spritpreisen? Einfach schlucken weil es hoffentlich irgendwann vorbei geht?

[–] eta@feddit.org 46 points 2 weeks ago (3 children)

Soweit ich weiß waren die Treiber hinter den Bauernprotesten ja nicht die vielen Familienbetriebe, sondern vor allem die Großbetriebe und ihre Lobby die Politik machen wollten. Schon damals wurde ja von "echten" Bauern wie man sie sich so vorstellt kritisiert, dass teure Preise zwar doof sind aber vor allem ganz andere Sachen ihnen zu schaffen machen und das schon seit Jahren. Diese Punkte wurden aber kaum behandelt, stattdessen wurde gegen die Ampel gehetzt.

[–] eta@feddit.org 4 points 2 weeks ago

No, although as a child I told myself to remember how this part of my life felt like since many adults really don't seem to remember it at all and raise their kids in ways that they themselves would not have liked to be raised in, mostly passing on traumas that they got from their parents.

However nowadays I can understand why that is. After you become an adult there is just so much more stuff you have to deal with that you kind of have to forget a lot from your younger years.

 
 

So I am experimenting with running a Pi Zero 2w with Alpine Linux as a headless server on my home network and so far I've succeeded in flashing the sd card and connecting via ssh via the documentation for setup on raspberry pis and the documentation for headless setup. But after I run "setup-alpine" and reboot I can't get access via ssh since I get "Permission denied" after entering the password trying to log into root or a user account.

So far I've had a look at setting "PermitRootLogin" in /etc/sshd/sshd_config to "yes" and that seems to work, however after a reboot the pi is somehow not visible anymore over the network. I also asked AI and it said that by default Alpine uses dropbear for ssh instead of openssh and the latter could be more strict when it comes to permissions. I'm not so familiar with the workings of ssh so it may just be me doing something wrong or forgetting something during the so I'm asking if anyone here has is familiar with the process or has an idea.

Edit: I solved it by actually setting up the wlan0 interface with the network name and password during the "setup-alpine" this time and now it works. Before I thought that this was not necessary since I was already connected to the Pi via Wifi but apparently during install the wpa_supplicant.conf and the already working interface is not saved and after a reboot the wlan0 interface is therefore not enabled anymore.

For documentation: I set up the sd card with Raspberry Pi Imager selecting Alpine Linux in there. Then I copied the headless apkovl file from the git repo and wpa_supplicant to the root directory of the sd card and booted up the pi. After that I logged into root via ssh and ran "setup-alpine", configuring the wlan0 interface and using the mmcblk0 disk for a sys installation.

Also not that after the reboot and when using openssh you can't log in as root with a password since that is not allowed. You have to set up a user account.

view more: next ›