

Don’t delete the french language pack, it’s vital to the OS


Don’t delete the french language pack, it’s vital to the OS
I work in a job like that, me me .
The company I work at is a flat structure so I don’t have a line manager per day, I have a team that points and makes jokes about me not working hard.
Me and some of my team join a Google meet for evening of home labing


I want all the pebbles I can get, they are way better then anything else!!!
I had an old pebble and loved it, till it broke.


I have a cup with the last line on it
Dark mode in the dark and light mode in the light, its really simple.
That also helps with winding down in the short days


I can recommend Google meet for desktop calls, I use it for work and sit in a meeting all day as the team room. It’s like being in an office without being in the same room.
Also don’t use chrome, or windows. They both suck!


Check out master hellish on YouTube, he’s got a load of very good videos on how to do just about everything


as a single user lemmy, no


nice job


I have my node running now



Moved from subsonic to jellyfin, never looked back. Jellyfin does music and movies and TV shows, the only bit I miss is jukebox mode


I need this in my life, I want to know who else is holding on to me


Well yes, if you know what your doing then the best would ext4.
I’ve not changed commit times before, but I would still avoid heavy write situations


A pi should see an SD card fine, just make sure its exFAT


For storing the media should be fine, but I would avoid it for the OS
About right for an AI answer, garbage in garbage out


If your DNS host has an API, you can get any certificate you like for the host.
e.g. a cert for server.example.com
Even though that host doesn’t exist in public DNS


yes the web server


apt/yum/dnf install nginx, listen on public IP of VPS, use proxy_pass to forward to your internal IP
server {
listen [::]:443 ssl;
http2 on;
server_name service.example.com;
root /var/data/websites/holding;
index index.php index.html index.htm;
#SSL setting
ssl_certificate /etc/letsencrypt/live/example.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/example.com/privkey.pem;
add_header X-Clacks-Overhead "GNU Terry Pratchett";
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always;
# access_log /var/log/nginx/service-access.log main;
access_log off;
location / {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto "https";
proxy_set_header X-SECURE-REQUEST "true";
proxy_set_header Host $http_host;
proxy_pass http://192.168.1.2/; #IP of the service over the VPN
}
}
Not Jim from Victor of Dibley then?
No no no no no way that can be true
Edit: https://youtube.com/shorts/6_IYZTP-lnE