Ah, gotcha.
Is there like a list where you can enter your server so that other people use it as an ntp server? Or how did you advertise it to have 2800 requests flooding in?
Ah, gotcha.
Is there like a list where you can enter your server so that other people use it as an ntp server? Or how did you advertise it to have 2800 requests flooding in?
I have similar specs and cost with ionos
It says posted 4 days ago, updated yesterday.
For most stuff the pi4 is also enough. Jellyfin (no transcoding) works fine on mine. It takes a bit to generate the chapter images and the timeline peek images when ingesting a new movie, but I’ve never had any issues with playback.
Wait what? Do I understand that correctly? You have a raspberry pi with a direct network connection to an atomic clock? That’s so awesome!
Eh, I did alias cat to bat, it fd is just easier to type and a million times better than find.
Fair enough. Dithering would still be an option though. But if it’s not done I agree there can be visible stripes in some cases.
Also I wanted to apologize for the negative wording in my above comment. That was uncalled for, even if I think HDR is totally not worth it at the moment.
I have never seen banding before, the image seems specifically picked to show the effect. I know it’s common when converting to less than 256 but color, e.g. if you turn images into svgs for some reason, or gifs (actual gifs, not video)
Also dithering exists.
Anyway, it’ll surely be standard at some point in the future, but it’s very much a small quality improvement and not something one definitely needs.
A basic image is really easy. It’s basically just
Dockerfile
FROM debian # start with a minimal Linux system. There are probably better options than debian. Some images are made especially for docker (i.e. very minimal and light weight).
RUN apt install dependencies # do what ever you need to get your app running.
RUN echo "options and stuff" >> /etc/a/config/file # you can also edit system files
COPY . /app # copy your project into the docker container.
EXPOSE 8080 # doesn't actually do anything, but documents where the app will be listening
CMD server-binary run /app/main.php # I have actually no idea how php server stuff works
(Docs https://docs.docker.com/reference/dockerfile/)
Then people can run your project with docker.
Edit: checking the readme some small changes would be required. Config.php should read in environment variables and the DB init SQL should be run automatically somehow.
They really could allow more short options in the help text though. I know that --six-word-option-that-is-really-long
does what I want. I need to know if it’s -p, -o, -f
or whatever!
This is the way.
Install tiling wm, because I can’t without anymore. Install a DE, because I actually like the discoverability of graphical settings programs.
The placement of the x axis says nothing about the values on the y axis. By convention it’s often placed at y=0, but plenty of plots make this impossible or impractical or simply not desired.
Maybe consider paperless-ngx.
Its primary purpose is document management, but you can easily upload receipts and pictures as well. I use paperless-mobile to interact with my instance.
lsblk is not enough? It shows drives, partitions and their mount points. It also shows multiple mount points if one partition is mounted in multiple places (e.g. via btrfs subvolumes)
I think the main point they would present in a video is how to even get to the “follow the installer” stage. Where to download windows and how to make a bootable USB stick.
Nice
Only host what you need.
It depends if underpowered means “too slow” for you, or “slow”. I would consider the meaning more similar to “too slow”, i.e. I think the reference point matters. Therefore for me the pi is not underpowered, just low powered. [Edit: to keep the discussion on track, I would therefore consider the pi “good enough”, which was the original claim in the second level comment]
Of course in terms of absolute numbers the pi has not a lot of processing power.
It entirely depends on what you want to do with it. So calling it underpowered is not a statement that can be made in general.
This is obviously false. The hardware Is fine, I fucked up the config.
I unironically do have a bootstick at hand for this case though.
I have a pi4, 4GB. And running off of an SSD (connected via SATA to usb adapter). Sorry, forgot to specify.
Even slower would still be worth it IMO, digital document management is just so much better than keeping multiple folders of paper organized. Also I can access all my paperwork from anywhere, because the pi and my phone are both in my wireguard VPN network.
So it stops once someone doesn’t finish?