It's been 30 years and I still can't get over the fact that the French word for "potatoes" is "ground apples." Have The French never had an apple?
  • Appoxo Appoxo 5h ago 100%

    Semi.
    Another kind of slur is calling "spießig" (dunno the english word. Google suggests stuffy or bourgeois) Germans "Almans" which is essentially the french word for german people but if you call a german "Alman" it's kinda an insult (unless you own it).

    2
  • ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Flemmy.dbzer0.com%2Fpictrs%2Fimage%2F8f477209-6bb4-4269-8855-6352795ed6cc.webp)

    46
    0
    [OC] Late season clover
  • Appoxo Appoxo 2d ago 100%

    For whatever reason my lavender also decided to try for one last flower

    1
  • "Go For It, Nakamura-kun!!" New Key Visual, PV
  • Appoxo Appoxo 2d ago 100%

    The style looks old school.
    I think this might become a recurring theme

    2
  • "Lazarus" New Teaser Visual
  • Appoxo Appoxo 2d ago 100%

    Sounds interesting. Thanks for posting about it.

    2
  • What is your favourite medical word
  • Appoxo Appoxo 2d ago 100%

    Methylphenidadhydrochlorid :)

    1
  • New jellyfin front end using flutter: fladder
  • Appoxo Appoxo 2d ago 88%

    Altering the look of something should include screenshots by default

    7
  • what is your Favorite passwords manager and why
  • Appoxo Appoxo 4d ago 100%

    Also how I treat it

    3
  • What to you was your biggest loss of pirated content?
  • Appoxo Appoxo 4d ago 100%

    TorrentDB. First tracker I participated. Good layout, nice rules. Sad to see it go

    2
  • Passwords have problems, but passkeys have more
  • Appoxo Appoxo 5d ago 100%

    Or Bitwarden (supposedly)

    3
  • Passwords have problems, but passkeys have more
  • Appoxo Appoxo 5d ago 75%

    Actual zero knowledge encrypted password managers with 2FA?

    4
  • I tried my brother's disney plus...
  • Appoxo Appoxo 5d ago 100%

    Jellyfin and Youtube are seemingly the only web interfaces I can willingly endure.
    For youtube though it's only with Premium/ublock origin and some custom filters like blocking channel membership banners.

    Edit: Jellyfin is obviously a really good service :)

    2
  • What are some of the rules about the Internet that were taught to you but are now completely ignored?
  • Appoxo Appoxo 5d ago 100%

    But today, his fourth day, he was late because he set his alarm for 7:30 instead of 6:30.

    No excuse. Alarms can be set with a recurring theme or planned to a specific day.

    3
  • Help with permission settings and ACL
  • Appoxo Appoxo 5d ago 100%

    I would love to take this question to a phone because this is one of those best shown/asked in person. Text + giving context is very complicated/limiting for such a async conversation.

    1
  • Help with permission settings and ACL
  • Appoxo Appoxo 6d ago 100%

    Also a thank you for confirming what @tal@lemmy.today said!
    Had to refer back to the thread a number of times already.
    I thank both of you for helping me!

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTV
    TV Too High 1w ago
    Jump
    At a French hospital
  • Appoxo Appoxo 7d ago 100%

    Just what I thought.
    Maybe they have a remote?

    2
  • Trying to set tight permissions on my future NAS. The essential on what I have: TrueNAS NFS storage <- mounted via NFS -> Proxmox VE Host <-> Debian 12 VM That's all fine and so on. My little Debian VM: ``` NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS sda ├─sda1 vfat FAT32 A5D7-88E3 505.1M 1% /boot/efi └─sda2 ext4 1.0 3c43a477-51fd-425b-aee8-a6e75224f781 48.5G 16% / sdb └─sdb1 ext4 1.0 media e3e0eac5-806a-44e9-a0e9-07fb99a18281 933.2G 0% /srv/dev-disk-by-uuid-e3e0eac5-806a-44e9-a0e9-07fb99a18281 sdc └─sdc1 ext4 1.0 nas 0f3a3d74-901d-4243-b20b-59210c1cee18 46.4G 0% /srv/dev-disk-by-uuid-0f3a3d74-901d-4243-b20b-59210c1cee18 sdd └─sdd1 ext4 1.0 backup fbe21b9f-2339-4223-ac7e-00e75374fc32 46.4G 0% /srv/dev-disk-by-uuid-fbe21b9f-2339-4223-ac7e-00e75374fc32 sr0 ``` Background: - media = media library for Jellyfin - nas = small (future) file server for my PC running Windows - backup = used to store backups of various services like Firewall backups with SFTP etc. The storage on the debian VM will be mounted by a NUC running bare metal Debian due to hardware acceleration. The proxmox host is unable to do it due to it also being a NUC. But I like the flexibility I will soon have because I can just nuke my bare-metal NUC without loosing any data. Anyway my real problem is with permissions on my media drive. My permissions right now are as following: ``` 1. /srv/dev-disk-by-uuid-e3e0eac5-806a-44e9-a0e9-07fb99a18281# ls -l media drwxrwxr-x 3 nobody nogroup 4096 Oct 12 20:45 media 2. /srv/dev-disk-by-uuid-e3e0eac5-806a-44e9-a0e9-07fb99a18281/media# ls -l data drwxrwsr-x+ 6 mediaU serviceG 4096 Oct 13 00:21 data 3. /srv/dev-disk-by-uuid-e3e0eac5-806a-44e9-a0e9-07fb99a18281/media/data# ls -l * drwxrwsr-x+ 7 mediaU serviceG 4096 Oct 13 00:21 media drwxrwsr-x+ 2 mediaU serviceG 4096 Oct 13 00:21 recycle_bin drwxrwsr-x+ 2 mediaU serviceG 4096 Oct 13 00:21 torrents drwxrwsr-x+ 2 mediaU serviceG 4096 Oct 13 00:21 usenet 4. /srv/dev-disk-by-uuid-e3e0eac5-806a-44e9-a0e9-07fb99a18281/media/data/media# ls -l * drwxrwsr-x+ 2 mediaU serviceG 4096 Oct 13 00:21 anime drwxrwsr-x+ 3 mediaU serviceG 4096 Oct 13 00:22 movie drwxrwsr-x+ 2 mediaU serviceG 4096 Oct 13 00:21 music drwxrwsr-x+ 2 mediaU serviceG 4096 Oct 13 00:21 soundtrack drwxrwsr-x+ 2 mediaU serviceG 4096 Oct 13 00:21 tv ``` Current directory tree: ``` srv-dev-disk-by-uuid-XXX/ └── media └── data ├── media │   ├── anime │   ├── movie │   ├── music │   ├── soundtrack │   └── tv ├── recycle_bin ├── torrents └── usenet ``` What I am trying is: - Docker host mounts `/srv/dev-disk-by-uuid-e3e0eac5-806a-44e9-a0e9-07fb99a18281/media` via NFS - The docker containers should only be able to access the the `data` directory inside it (2. `ls -l`) as mediaU:serviceG - In addition I wanna access, modify and move files with my windows user without being part of the service group. Because of this I have setup SGID and ACL on the `/media/data/media` folder. The ACL was set recursive as follows: ``` /srv/dev-disk-by-uuid-e3e0eac5-806a-44e9-a0e9-07fb99a18281/media/data# getfacl media/ # file: media/ # owner: mediaU # group: serviceG # flags: -s- user::rwx group::rwx group:extUserG:rwx mask::rwx other::r-x default:user::rwx default:group::rwx default:group:extUserG:rwx default:mask::rwx default:other::r-x ``` So far so good. mediaU:serviceG has RWX permissions (2775). My user is part of the group `extUserG` also with 775 permission. My issue and how I tested it under the root user executing commands via `su`: - Works: `root@NAS01:/srv/dev-disk-by-uuid-e3e0eac5-806a-44e9-a0e9-07fb99a18281/media/data# su mediaU -c 'mkdir dir-mediaU'` - Doesn't work: `root@NAS01:/srv/dev-disk-by-uuid-e3e0eac5-806a-44e9-a0e9-07fb99a18281/media/data# su appoxo -c 'mkdir dir-extUserG' mkdir: cannot create directory ‘dir-extUserG’: Permission denied` BUT if I enter one level deeper inside the freshly created `dir-mediaU` folder I am able to create files with my personal account: ``` root@NAS01:/srv/dev-disk-by-uuid-e3e0eac5-806a-44e9-a0e9-07fb99a18281/media/data# cd dir-mediaU/ root@NAS01:/srv/dev-disk-by-uuid-e3e0eac5-806a-44e9-a0e9-07fb99a18281/media/data/dir-mediaU# su appoxo -c 'mkdir dir-extUserG' root@NAS01:/srv/dev-disk-by-uuid-e3e0eac5-806a-44e9-a0e9-07fb99a18281/media/data/dir-mediaU# ls -l total 4 drwxrwsr-x+ 2 appoxo serviceG 4096 Oct 13 00:45 dir-extUserG root@NAS01:/srv/dev-disk-by-uuid-e3e0eac5-806a-44e9-a0e9-07fb99a18281/media/data/dir-mediaU# getfacl dir-extUserG/ # file: dir-extUserG/ # owner: appoxo # group: serviceG # flags: -s- user::rwx group::rwx group:extUserG:rwx mask::rwx other::r-x default:user::rwx default:group::rwx default:group:extUserG:rwx default:mask::rwx default:other::r-x ``` So dear Lemmy Community: Have I done something wrong in my setup or thinking? I have no problem as it is right now but I am sure it will be annoying to troubleshoot in the future so might as well fix it while still setting it up. Thanks in advance for helping slowly escaping the windows world :)

    9
    11

    # Background Hello fellow self-hosters and homelabbers, A few weeks ago I was able to fill my new NAS with the proper hardware I needed to expand on my earlier setup. Due to the new capabilities I also wanted a fresh restart. But the more I think about doing one thing, the more I hit other road blocks amd think about doing Y. So I wanted to ask how you would solve my goal. # My current (main) setup: - Hardware: 11th Gen i5 Nuc with a 8TB HDD attached via USB - OS: Debian 11 - Software: OMV6 for management and Docker for a diverse set of containers - Current containers: HortusFox + MongoDB, *arrs-stack, Jellyfin, uptime kuma, unifi network application + mariaDB, traefik, wallos # Current available hardware for use: 1x 13th gen i3 NUC running Proxmox 8.2 1x 11th gen i5 NUC 1x uGreen DXP4800+ NAS with 4x15TB HDDs in Raidz2. The OS is TrueNAS scale # My plans: - NAS storage made accessible via NFS to the proxmox VE. - NAS storage mainly planned as mass-storage for Jellyfin. - Reimage my 11th gen NUC with a bare-metal Debian install for Docker. (I will not virtualize on the 11th Gen NUC because I can't pass the iGPU to the VM and not really interested in LXC containers) # Problems and questions I have at this moment: 1: Should I do a media-storage VM only utilized for serving media and do the computing on another VM or do a general VM for both? - Upside to an all-in-one VM: Less problems with serving storage between many different nodes and keeping it organized. Upside to specialized VMs (storage & compute VM): Better focus on ressources like CPU and RAM. 2: Should I place my whole docker stack again on the 11th Gen NUC or place the stacks in their own VM(s)? **Example**: service stack in service-focused VM media-focused stack in media VM (which also serves the files for jellyfin) Jellyfin bare-metal/dockerized on NUC 11th Gen I hope someone can maybe help me untangle my grown mess and plans. My skills with Linux are not very deep and very beginner level. If you are willing to help please be patient with stupid questions. If you have any better solutions, pointers to research, (blog) articles on architecting such solutions, examples how you solved storage/management or just willing to help me, I'd be very grateful :)

    42
    11

    So often they go end of sale. Once gone and restocked I will hoard it.

    145
    6

    This was a guided tour of the future main station in Stuttgart called Stuttgart21. More pictures: https://imgur.com/a/8QnDQrO (*Disclaimer: The descriptions could be wrong for the east/west orientation :P*)

    189
    27

    cross-posted from: https://lemmy.dbzer0.com/post/20923434 > Was grown from seed. > Last time I posted about it: https://lemmy.dbzer0.com/post/5241154

    11
    0

    Was grown from seed. Last time I posted about it: https://lemmy.dbzer0.com/post/5241154

    23
    1
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPL
    plants Appoxo 5mo ago 100%
    Does this look like graft?

    Plant is a Yuzu Tree The tree is declared as a "Citrus Ichangensis x Citrus reticula" but the buldge looks suspiciously like something after a grafting process. I don't have a problem with it but the seller didn't mention any grafting being done. I am also cautious because I live in a zone 7a area and don't wanna kill my first attempt. Any help is appreciated :) More pictures: ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Flemmy.dbzer0.com%2Fpictrs%2Fimage%2Fa8e37742-76e2-4ae8-8ac9-70537ecbd0e4.jpeg) ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Flemmy.dbzer0.com%2Fpictrs%2Fimage%2F299b7f9c-3472-4498-a458-6d58d78c61e1.jpeg)

    12
    4

    Hello fellow selfhosters, I tried to find a piece of software that could achieve my goal but maybe I am not searching in the correct areas. So I thought of asking here for suggestions or directions I could take. # What I am looking for: I am looking for software that could fill a purpose of tracking like a helpdesk ticketing portal but not be a full blown ticketing portal. For example I want to track current tasks like an RMA I am doing right now with Logitech (currently organized in my email inbox/folders) or keep track of shipments (currently tracked in Google Keep in this format: `Shop | MM YYYY | Order-ID | Contents | Tracking:<Shipping Number>`) # Features I am specifically looking for: - Tracking items (like shipments) - Keep track of issues (fix light bulb), Tasks (go to citizen office to renew ID), - Optionally: Keeping communication like E-Mails (like go back and see the communication history with Logitech concerning the RMA#999999) # Platforms I use: Android and Windows. # What I have found so far and seemed to fit: - Kanban Boards: https://kanboard.org, https://wekan.github.io - Ticketing Boards: Zammad, glpi, freescout - Whatever that can be classified as: Leantime # How I am coming to the conclusion I need something like that - As mentioned earlier, I keep track of some stuff like shipments, overtime todo, money I am owing or someone does owe me in Google Keep. It kinda works but I feel like I am straining the borders of it's use case. And I fear Googles Graveyard - I keep track of my e-mails via folders (to some extent). But I will probably not find the email of communication I had 5 months ago with that system. At work we use a classic ticket helpdesk system. I can more or less find the ticket of an issue a customer had on the phone and correlate it with the problem I have right now. - Some of my knowledge base is in Obsidian.md for technical stuff or minor stuff like "find x here", while the stuff related for real life (e.g. recipes) are stored in OneNote. It's not necessary to consolidate it but maybe I can remove some of each into the new system? # What I would like to avoid: Things like creating companies to track tickets with. I would rather just keep track of the issue (maybe with some form of history to go back in time?) and not be lost in endless classification of company number, telephone, contacts etc. Maybe I am in search of a unicorn-glitter edition^tm^ and just need someone to tell me that doesn't exist or I am not looking for the correct thing or term. The help is highly appreciated :) *PS: While preferred it doesn't need to be selfhosted. It should be accessible via smartphone (app or web doesnt really matter) and on desktop (program or web).* ## Update: Currently in consideration are (thanks for the suggestions so far!): - OpenProject - Focalboard - Vikunja - Tarallo

    47
    39
    151
    3

    cross-posted from: https://lemmy.dbzer0.com/post/5519216 > Species: Aeshna cyanea > > Yes, it was alive at the time and left alone (outside of taking a picture)

    14
    0

    Species: Aeshna cyanea Yes, it was alive at the time and left alone (outside of taking a picture)

    204
    8

    Update from last [post](https://lemmy.dbzer0.com/post/2044418). Steadily growing :)

    27
    2

    Visited the zoo on the 27th Aug and was reminded to post it here by @dandroid@dandroid.app

    155
    5

    I have a slight suspicion that every time I consume something with caffeine it has a specific effect on me. A good cup of black or green tea: Slight headaches at some times. A cup of coffee (from work coffee machine): Depending on strenght slight attention issues or headaches. A cup of coffee from a coffee shop which roasts its own coffee: One time a bit of stronger attention issues than the work coffee. I usually notice it right away after consuming. But I also have a very strong issue with staying hydrated. Usually drink 0.5-1l per day until I notice the usual dehydrated-headache or when I am really focused and loosing it at times. Usually it's less prevelant at evening/night times.

    39
    30

    Is the media downloaded/cached to the federated instance or will it go down with the hoster?

    29
    3

    I forgot to mention, that the picture is a bit old already (my bad). Here is an up-to-date one: https://imgur.com/a/XhtOGc7

    31
    9