Samsy

joined 3 years ago
[–] Samsy@lemmy.ml 3 points 7 hours ago (1 children)

I would think i3 is slowly dying because sway is it's Wayland replacement. But wrong, i3 has a stable fanbase.

[–] Samsy@lemmy.ml 12 points 11 hours ago (1 children)

Interesting, do you only use software from "good people"? Like X (twitter), Brave Browser and oh, obviously Lemmy itself?

I mean, I use hyprland because it's f*cking awesome, I never heard about how bad their devs are, I only check these stuff if I consider to "donate a coffee" for the devs. And I never tossed a coin for hyprland.

Why shouldn't I use it?

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

Kwin and mutter only run with desktopmanagers, he meant windowmanagers that come around without a desktopmanager, like sway or i3 etc.

[–] Samsy@lemmy.ml 4 points 12 hours ago

Making life easier for end users means more documentation about what you are doing. I mean that's the main difference between Commandline and a GUI.

Oh look Avahi Service, let's stop it, what does it mean to stop it.

Creating a new Service, sure but what is needed, are there examples? Formfill lines with a hint what's needed, maybe some dropdown entries?

You got what I mean.

[–] Samsy@lemmy.ml 16 points 2 days ago (2 children)

Since you have experience on Linux, why not Arch Linux. It's not that hard-to-master-install from the past since "archinstall" exists.

And you get a system with all your wishes of combinations that exist in the linux world. And the best well documented Wiki from Arch stays at your side.

Alternative would be fedora, easiest installer of all. And their logic of "just all firmwares, can't fail" should help nvidia users out-of-the-box.

[–] Samsy@lemmy.ml 52 points 6 days ago

I live in germany, and the Israeli movings in Syria aren't "a top story" in several news. It's like: "we better not talk about this".

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

Another solution comes to my mind. Why not using freshrss or alternatives and achieve sub's through RSS?

https://www.reddit.com/r/reddit.com/wiki/rss/

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

Didn't look into it further, the project is new, maybe they add this as a feature if requested.

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

Definitely a hardware error.

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

Since this is selfhosted, why not this one:

https://ethercalc.net/

 
353
Uh-oh. (lemmy.ml)
 
 
 
 
 
474
submitted 9 months ago* (last edited 9 months ago) by Samsy@lemmy.ml to c/memes@lemmy.ml
 
 
850
unexpected (lemmy.ml)
 

Bonus fact: Her name is Rita Wilson.

218
submitted 9 months ago* (last edited 9 months ago) by Samsy@lemmy.ml to c/memes@lemmy.ml
 

Edit: Damn, I missed the option to put star trek in second panel, shame on me.

 

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?

 

...

view more: next ›