Samsy

joined 3 years ago
[–] Samsy@lemmy.ml 1 points 2 hours ago

Thx, looks like that's the info I've missed.

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

But isn't appimage the closest one to the app-system from Android? Since things could be really different on many clients an "app-container" is the best solution.

Why not containerise everything? You need libreoffice? No problem, here is a docker or podman container.

BTW. I like flatpak, too. It's the most stable, but I never understand it's mechanics. There is always another pack installed, freecode, gtk, qt whatever. Even if the system has already the correct gtk version, nope, the dev decided to use the gtk image from Ubuntu.

[–] Samsy@lemmy.ml 3 points 15 hours ago

Why the fuck do you have so many kids?

[–] Samsy@lemmy.ml 22 points 15 hours ago (1 children)

Just read the comments, and have to add, don't forget the mastermind behind his speeches. Goebbels. Hitler's performance is for a native speaker of today a bit of too much anger, loud, and a rolling "r" nobody actually speaking in germany. It's like a special Hitler-accent, if someone tries to speak like that, everyone know it's about making a Hitler-Joke.

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

We are working on the same shit, don't worry.

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

Doom should be possible.

[–] Samsy@lemmy.ml 5 points 5 days ago

I would recommend Matrix, tried all others, too. A bonus idea you could take a look at: https://github.com/balzack/databag

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

Eubuntu.

Or Keubuntu, the KDEU spin.

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

Got an invite, too. But without an app there is nothing you can do, just change password and write a bio.

[–] Samsy@lemmy.ml 21 points 2 weeks ago (2 children)

Disable? These can't be disabled.

You mean you don't want to see them? There is a package called Plymouth, which hints the logs and shows a Logo instead.

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

"Disgusted" was a fast choice for wording. They look confused. Someone told me he get a headache by the fast movings through the workspaces.

For explanation I use 3 or 4 workspaces with full max. Windows and switch through them with super + tab. And had this wiggle animation running, too. As an user it is really fancy but if you are watching, it could hurt.

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

Yes, I use Fedora and love to break the permissions of shared Office-Documents. /s

The only thing I have learned is not to go too deep into customisation. Because people watching me using hyprland are some kind of disgusted.

I just use KDE with dark breeze theme. That's enough and nobody gets hurt.

 
269
submitted 5 months ago* (last edited 5 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.

 
 
397
submitted 8 months ago* (last edited 8 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 ›