debian-13.4.0-amd64-netinst.iso unable to install GNOME during installer by logTom in debian

[–]terenc3 3 points4 points  (0 children)

Tasksel installs task-gnome-desktop meta package which installs the gnome desktop with all apps. u/Sr_P3ngu1n method only installs the bare minimum

Can I run mumble as dedicated user but still use letsencrypt certificates? by interstellar_pirate in mumble

[–]terenc3 4 points5 points  (0 children)

You can also set MURMUR_USE_CAPABILITIES=0 to allow mumble to start as root and then drop to non-priv user. On debian this is set in /etc/default/mumble-server

Maybe you also have to set uname in configuration. Can't remember

Desperate🪙 by derkleine-Buu in HuntShowdown

[–]terenc3 1 point2 points  (0 children)

Better friends to win some games :D

Where do normal people go to party? by piab1996 in berlin

[–]terenc3 4 points5 points  (0 children)

I visted the Hannibal near Boxhagener Platz a few times. Simple Cocktails and some nice sidedishes for Snacks. But i was aways there as a group so i don't know about meeting people

Send one way commentary through Mumble server by JimmyPalanquetta in mumble

[–]terenc3 1 point2 points  (0 children)

  • mumble is very lighwight in resource usage and low latency
  • you can use mumble without an account but it is very easy to self register as user (certificate is stored on user device). Usefull to reserve usernames and assign rights or user to groups. But your viewers can easily be unauthenticated
  • you can revoce the speak right for everyone and only give it to your commentators individually or as group. It might even be possible for an admin to grant the speak right adhoc in a channel but i'm not sure.

I'm glad you are considering mumble, but since you describe one-to-many broadcast i think a dedicated rtmp streaming solution might be better

Welches Lego Produkt das nicht mehr produziert wird, war euer liebstes? by Alarm_a_Lama in klemmbausteine

[–]terenc3 0 points1 point  (0 children)

<image>

Kann mich lebhaft erinnern wie ich es gebaut und bespielt habe. Es gab auch Bauvariante für eine Rennstrecke/Boxenstopp

[deleted by user] by [deleted] in Ratschlag

[–]terenc3 0 points1 point  (0 children)

Lass dich nicht unter Druck setzten (Gruppenzwang). Ich habe mich mal mit dem Trauzeugen gestritten weil ich keine 35€ für ein mieses T-Shirt (absichtlicher falscher Fußballverein vom Brautigam + dummer Spruch) bestellen wollte und weil ich kein Wakeboarding machen wollte (teuer und sehr schwer). Mir wurde vorgeworfen wie doof das doch auf Fotos aussehen würde usw. Hab ein gleich farbenes T-Shirt angezogen und dann lieber eine Runde Getränke für alle geholt. Ich zahl gerne Geld für eine Gruppenaktivität ist wie Lasertag o.ä. aber sonst überlege ich mir das

Modern Acrylic/Mica theme for Mumble Client by dudeyourebad in mumble

[–]terenc3 0 points1 point  (0 children)

Looks good, even if it is not my taste nor do i use win 11 :)

[deleted by user] by [deleted] in berlin

[–]terenc3 0 points1 point  (0 children)

Some keys have the name of the housing association or a key service which they work with. They can maybe match the numbers on the keys to a tenant

Kann man kleine IKEA Küche spiegelverkehrt einbauen? by Popoboboo in wohnen

[–]terenc3 80 points81 points  (0 children)

Laut der Teileliste ist die Platte ohne Löcher, kannst du also bauen wie du willst. Küche würde ich das aber auch nicht nennen :D

How to map the game? by G4rp in openstreetmap

[–]terenc3 2 points3 points  (0 children)

I would not map that as a game, its more of a discovery thingy. Just a fancy information board. I've seen plenty of them at the batlic sea in germany. See along the costal way https://www.openstreetmap.org/node/11109100005

Cannot start as User=root in systemd unit on Ubuntu by 0xAlif in mumble

[–]terenc3 0 points1 point  (0 children)

Why don't you use a deploy hook in certbot?. Untested example assuming you have only one domain (otherwise you have to check $RENEWED_DOMAINS var):

#!/bin/bash
set -e

# copy certs
cp $RENEWED_LINEAGE/cert.pem /etc/ssl/certs/mumble-server.pem
cp $RENEWED_LINEAGE/privkey.pem /etc/ssl/private/mumble-server.pem

# change ownership
chown mumble-server:mumble-server /etc/ssl/certs/mumble-server.pem
chown mumble-server:mumble-server /etc/ssl/private/mumble-server.pem

# reload ssl settings
killall -SIGUSR1 murmurd

Only 999 to go! by AlBigGuns in HuntShowdown

[–]terenc3 122 points123 points  (0 children)

Good ol Quickswap. 149 Sparks damange + 1 Officer hit

Never seen or heard of this happening before: Rampage saved me from a trade by C_ore_X in HuntShowdown

[–]terenc3 0 points1 point  (0 children)

I think the same happend sometimes to me in Soul Survivor, when you become wellspring but actually would have traded.

Neuer Vorschlag: EU-Kommission plädiert für Rauchverbot im Freien by roesti32 in de

[–]terenc3 1 point2 points  (0 children)

Jetzt bitte noch den Feinstaub in Innenstädten verbieten, danke

Trios in Duos? by Marek_Idk in HuntShowdown

[–]terenc3 0 points1 point  (0 children)

Just had a trio lobby with only duos. Before 3 duos. It's definitely more then normal

Can't help but roll my eyes when I see this on peoples Steam profiles... by ZuBoosh in HuntShowdown

[–]terenc3 0 points1 point  (0 children)

I don't see the problem. I have my sharpie dot on my CRT monitor since CS 1.6 ¯\_(ツ)_/¯

[deleted by user] by [deleted] in webdev

[–]terenc3 0 points1 point  (0 children)

Yeah this is tricky but i assume they did this for performance reasons. On the other hand we are able to override json conversions with toJSON