• 0 Posts
  • 26 Comments
Joined 11 months ago
cake
Cake day: August 17th, 2023

help-circle





  • I tried a couple of LDAP solutions out there; Windows Server AD, Open LDAP, Samba4 in Debian, TurnKey Solutions LDAP before finally settling on Zentyal. It has a nice to use web GUI and can work in conjunction with AD RSAT tools that I have installed in a throwaway Windows VM for when I need more granular controls the web GUI can’t do.

    All my Debian VM’s and laptops connect to Zentyal AD via SSSD.


  • I just cannot find a use case for Nextcloud. I have gone as far as installing it and sync’ing it with my LDAP for user auth and sync pictures from my phone to my NAS. All the other features are just a big ole m’eh for me.

    This has just been my experience, so maybe I’m missing something that would just make it all click and make me not live without it. So far though, I’ve spun up and spun down an instance 3 times and never missed it afterwards.






  • We are in the middle of rolling out a new SaaS solution at work that just works better in Edge. The amount of outrageous levels of anger and disgust we get from telling them to use Edge is stupid. Even telling users it is built on Chromium, just like Chrome, does nothing to dissuade their unfounded anger.

    With some people it actually comes down to telling them, “if you don’t use Edge, then I guess you need to start looking for another job that only uses Chrome”.

    I just don’t get it.




  • Here you go, this is my docker compose. You can modify the pieces as you see fit.

    version: ‘3’ services:

    Bookstack

    bookstack:
        image: lscr.io/linuxserver/bookstack
        container_name: bookstack
        environment:
            - PUID=${PUID}
            - PGID=${PGID}
            - APP_URL=
            - DB_HOST=bookstack_db
            - DB_USER=bookstack
            - DB_PASSWORD=${BS_DB_PASS}
            - DB_DATABASE=bookstackapp
        volumes:
            - ${DATA_DIR}/bookstack:/config
        ports:
            - 6875:80
        restart: unless-stopped
        depends_on:
            - bookstack_db
    bookstack_db:
        image: lscr.io/linuxserver/mariadb
        container_name: bookstack_db
        environment:
            - PUID=${PUID}
            - PGID=${PGID}
            - MYSQL_ROOT_PASSWORD=${BS_DB_PASS}
            - TZ=${TIMEZONE}
            - MYSQL_DATABASE=bookstackapp
            - MYSQL_USER=bookstack
            - MYSQL_PASSWORD=${BS_DB_PASS}
        volumes:
            - ${DATA_DIR}/bookstack/mariadb:/config
        restart: unless-stopped
    




  • First Dr visit was sometime in 2018 with surgery in Q2 2019’ish. I would have been 37’ish when symptoms first started coming on.

    From what I’ve read, only 1 in 200,000 have it so it took multiple Dr’s to finally find one who said to me, “I was just at a convention last month and heard a talk about a condition like yours and just happens one of the top Dr’s on achalasia lives here in our city.” Few months later and I was scheduled for surgery and it’s been worlds better post-surgery. :)

    It definitely affects my life every day with what I can & cannot eat (bread is a nightmare) but I take it in stride and drinks copius amounts of water with every meal.


  • Achalasia. My esophagus does not squeeze food/liquid and it gets stuck in my esophagus. Since the nerves in the esophagus are dead (paraphrasing of course) this then causes the top stomach sphincter to not know food/liquid is coming and to open up. Instead, (pre-surgery) food/liquid piles up on top of the stomach and I would have to hope the sphincter would open up and let food in. I had times where I could not swallow water as it would just sit at the entrance waiting to be let in & would have to force myself to vomit as it started to hurt.

    Post-surgery (heller myotomy with fundoplication) my esophagus is effectively a slip & slide and I rely on gravity to be able to get food down my esophagus and into my stomach. The top stomach sphincter has now been cut open and never closes anymore. They then stitch part of the top stomach lobe to the sphincter/ esophagus junction area to prevent stomach acid from backwashing.

    Even if space travel for the masses occurred during my lifetime, I will never be able to go to space because I rely on gravity to get food to pass through my esophagus.