Samsy

joined 3 years ago
[–] Samsy@lemmy.ml 6 points 6 hours ago
  • X-Men
  • Alf
  • the Simpsons
[–] Samsy@lemmy.ml 1 points 1 day ago

Is it “2024-new"? I thought I read about a remastered version from this year.

[–] Samsy@lemmy.ml 4 points 1 day ago (2 children)

I love all alien movies but I always fall asleep at the first one. Maybe I was too young and need faster movies.

I think I should watch it again. Wasn't there a remastered 4K version, lately?

[–] Samsy@lemmy.ml 1 points 1 week ago

Aren't in Norway all these foreign cryptominers? Maybe that's the reason for the high score?

[–] Samsy@lemmy.ml 3 points 1 week ago

Whaaait, this isn't the full story. Microsoft build a new branch location in Munich. It's obvious that there where some deals to get away from linux. (Maybe). The official story is, that the civil servants wants MS Office back.

Actually there are new projects to get away from windows in gov at the other side of Germany: "Schleswig-Holstein"

[–] Samsy@lemmy.ml 4 points 1 week ago
[–] Samsy@lemmy.ml 1 points 2 weeks ago (1 children)

Fun fact, German bundeswehr has it's own matrix server and app.

[–] Samsy@lemmy.ml 48 points 2 weeks ago

Oh shit, they know about the mothership. /s

[–] Samsy@lemmy.ml 5 points 3 weeks ago (3 children)

I used arch over 5 years in the past. Isn't it common today checking the update news on the arch wiki before updating?

[–] Samsy@lemmy.ml 3 points 3 weeks ago* (last edited 3 weeks ago)

I use tiling now since a year. And it's so painless and straightforward if you know the key combinations. People watch me working got headache because of the speed.

My setup was easy because, instead of building all these settings I used an existing one.

My desktop install was fedora-sway but I added an easy hyprland script from this guy.

https://github.com/JaKooLit/Fedora-Hyprland/

Fully functional hyprland setup installation in under 30 min.

[–] Samsy@lemmy.ml 22 points 4 weeks ago (1 children)

Lol, must be created by a german. Flohmarkt literally means a private marketplace. Directly translated to english its a "Fleamarket".

[–] Samsy@lemmy.ml 2 points 1 month ago

Okay, now I want a spoon guy in my kitchen.

269
submitted 3 months ago* (last edited 3 months ago) by Samsy@lemmy.ml to c/linuxmemes@lemmy.world
 
 
 
 
 

Background: Because of savings in infrastructure, I was allowed to switch some clients to Linux. Mostly those people who always failed on M$ Office, too, now complains about libreoffice.

 
 
396
submitted 6 months ago* (last edited 6 months ago) by Samsy@lemmy.ml to c/linuxmemes@lemmy.world
 

Background-Story: I did a "flatpak update" on a remote client and every package wants the PW for downloading and for installing again. I had to enter the password like 30 times or more.

 

I want setup stubby with a QUIC resolver for testing purposes. My resolver is an external AdguardHome install on a VPS with certs for DoH, DoT and DoQ.

Actually everything works with a DoT setup, and some research told me to replace "TLS" parts with "QUIC".

config stubby 'global'
       option manual '0'
       option trigger 'wan'
       # option triggerdelay '2'
       list dns_transport 'GETDNS_TRANSPORT_QUIC'
       option tls_authentication '1'
       option tls_query_padding_blocksize '128'
       # option tls_connection_retries '2'
       # option tls_backoff_time '3600'
       # option timeout '5000'
       # option dnssec_return_status '0'
       option appdata_dir '/var/lib/stubby'
       # option trust_anchors_backoff_time 2500
       # option dnssec_trust_anchors '/var/lib/stubby/getdns-root.key'
       option edns_client_subnet_private '1'
       option idle_timeout '10000'
       option round_robin_upstreams '1'
       list listen_address '127.0.0.1@5453'
       list listen_address '0::1@5453'
       # option log_level '7'
       # option command_line_arguments ''
       # option tls_cipher_list 'EECDH+AESGCM:EECDH+CHACHA20'
       # option tls_ciphersuites 'TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256'
       option tls_min_version '1.2'
       # option tls_max_version '1.3'

# Upstream resolvers are specified using 'resolver' sections.
config resolver
       option address 'vps-ip'
       option quic_auth_name 'my.vpsdomain.com'
       option quic_port 853

But this conf doesn't work. Does someone got something like this to work?

 

Next evolution, just a one line bash script.

 
view more: next ›