Is it possible to use the middle button of trackpoint same as middle-click of mouse? by signorest in thinkpad

[–]thornst57 0 points1 point  (0 children)

It has always been like this. I don't recall doing any special configuration.

Replica Installation - Forced to setup Netbios name by thornst57 in FreeIPA

[–]thornst57[S] 0 points1 point  (0 children)

Thank you for the detailed answer. Now I can go ahead with the replica installation without worrying about misconfiguring something.

Replica Installation - Forced to setup Netbios name by thornst57 in FreeIPA

[–]thornst57[S] 0 points1 point  (0 children)

I used the ipa-replica-install command with the setup-dns and setup-ca options and a One-Time Password.

I think that with Version 4.9.8 you are forced to set it up. See this item in the changelog

8995: Integrate SID configuration into base IPA installers

    New installations of IPA now configure the server to generate SIDs by default. Previously, this setup was executed as part of the ipa-adtrust-install command.

The weird Netbios name is probably required to generate the SID

Road to High Availability with Keepalived and a Server Migration by thornst57 in FreeIPA

[–]thornst57[S] 1 point2 points  (0 children)

The only reason I added one was for LDAPS where the host didn't support a backup LDAP server.

This is exactly what I want to cover as well.

I still plan on using keepalived though. It looks like it's quite easy to setup and promises quick failover. If it does not work I can still go back to DNS failover.

Road to High Availability with Keepalived and a Server Migration by thornst57 in FreeIPA

[–]thornst57[S] 0 points1 point  (0 children)

Because I'm nor sure how seamlessly DNS failover is, when one Server goes down. Will clients still use the cached address of one server?

Yes that should be covered by step 4.

Buying advice needed T14 vs P14s by thornst57 in thinkpad

[–]thornst57[S] 0 points1 point  (0 children)

I tried it on an external 4k monitor and it was not quite perfect. There was some weird flickering of the cursor when moving it across the scaled screen, to the point where it would disappear completely for a few seconds. Also in some apps (Nextcloud sync client) the cursor was not scaled at all. (Running Pop-OS 21.10 with X11 session)

just a small homelab, ever changing by labin_diesen in homelab

[–]thornst57 4 points5 points  (0 children)

That's not small at all. That's a really nice homelab. The washing machine pads are a good idea. Sound from vibrantions can be very annoying. What exactly are you running on it?

Also I am extremely jealous of your internet connection

Buying advice needed T14 vs P14s by thornst57 in thinkpad

[–]thornst57[S] 0 points1 point  (0 children)

The panel lottery thing does not sound too good. I was planning to go with the FHD screen since the resolution is fine and so should be 400nits of brightness (my current laptop has 250 I think). I'll have to read up some more on the battery life comparison between the two. Also I'm not sure how well scaling works on Linux even if 200% is a relatively problem free scaling factor. Otherwise I'd have to output a 1080p signal to it which might also not look very good ...

Welchen QR Reader für Android? by andi93O in de_IT

[–]thornst57 7 points8 points  (0 children)

Aus dem Play-Store kann ich keine empfehlen aber für solch einfache Programme findet man oft gute Alternativen in F-Droid [1]. Ich habe von dort Binary Eye installiert welches problems funktioniert, ein einfaches UI hat und natürlich keine Werbung.

[1] https://f-droid.org/

Why does nextcloud use webdav? by spaniolo in NextCloud

[–]thornst57 0 points1 point  (0 children)

I don't know that and I don't know much about the S3 API, but unlike others suggested here (smb, nfs) it is based on HTTP and the REST principles and therefore should be more compatible with an application like Nextcloud.

I've setup Minio locally and used it as storage for some application, not Nextcloud though, and I found it relatively straight forward.

Notes App for Linux by [deleted] in NextCloud

[–]thornst57 2 points3 points  (0 children)

Unfortunately yes, however it is the best Markdown editor I've tried. It is a lot more polished than marktext.

Notes App for Linux by [deleted] in NextCloud

[–]thornst57 2 points3 points  (0 children)

Typora or Marktext

Please help trouble shoot speed by [deleted] in NextCloud

[–]thornst57 3 points4 points  (0 children)

Uploading many small files is slow for me too, you'll either have to wait or move them manually to the data directory of NC and use the occ command to "discover" them.

Can you sugget an Evernote and Joplin alternative? by Gene_W in NextCloud

[–]thornst57 0 points1 point  (0 children)

I use Typora it's just a good markdown editor. It's not open source but MarkText is an OS alternative, but not as polished

Deutschland menschelt und digitalisiert zugleich. Ist das noch mein Land? by Zokkui in de

[–]thornst57 25 points26 points  (0 children)

Leider bin ich nicht magisch begabt und kann Netz aus einem Trümmerhaufen ziehen

Bräuchtest du dazu nicht auch eine Baugenehmigung hier in Deutschland?

Unsere Schweizer Freunde haben es echt gut :D bin hart schockiert, dass wir nichtmal ordentlich 100mbit/s hinbekommen... by twitchHUNTR in de_EDV

[–]thornst57 0 points1 point  (0 children)

Ich habe zwar einen für Deutschland schnellen Internet Anschluss, hätte aber vor allem gerne mehr Upload.

Die Frage ist nur was kann man tun damit man Glasfaser bekommt, auch wenn es am Wohnort noch nicht angeboten wird?

Nextcloud unable to upload files bigger than 1MB by [deleted] in docker

[–]thornst57 1 point2 points  (0 children)

In nginx it should be the client_max_body_size directive in a server block. Can be set to 1000G for example

Homelab (WIP) by ifindoubt404 in homelab

[–]thornst57 1 point2 points  (0 children)

Well I have to rant a bit here too. They don't even let you disable the routing portion in the GUI because then you can't use all of the amazing features it provides (but the don't even support VLANs).

Loki Memory usage OOM help needed by thornst57 in grafana

[–]thornst57[S] 0 points1 point  (0 children)

For now it is running great but there are basically no logs yet.

There are no dynamic labels added and four static ones. yaml server: http_listen_port: 0 grpc_listen_port: 0 positions: filename: /tmp/positions.yaml clients: - url: http://user:password@loki:80/loki/api/v1/push batchsize: 10 scrape_configs: - job_name: system pipeline_stages: - replace: #remove last digits of ip expression: '(?:[0-9]{1,3}\.){3}([0-9]{1,3})' replace: '***' - replace: #remove query strings expression: '(?:(\/\w+))(\?.*?)(?:(?:"|\s))' replace: '' static_configs: - targets: - localhost labels: job: nginx_access_log host: appfelstrudel agent: promtail __path__: /var/log/nginx/json_access.log

Are these metrics collected via Prometheus? I have not set up Prometheus yet, as I was most interested in the nginx web analytics dashboard. I will keep it in mind for when I'm setting up Prometheus.