I daily drive Debian and use Windows for work. Only have one Windows VM for playing games via Moonlight.
I daily drive Debian and use Windows for work. Only have one Windows VM for playing games via Moonlight.
I use an Ansible playbook to do fresh install stuff such as app installs & joining my local Samba AD.
Another option, that I’ve never tried, would be to put your /home directory on another partition. That only solves the settings though and not your app installation bit.
I’ve been running OPNsense as a VM in Proxmox for a year on an AliExpress box that doesn’t have ECC. If I might ask, why do you have a requirement for ECC?
Before this box, I ran a Dell R230 with pfSense but got tired of the noise and 40 watt power draw.
I’ve had zero issues without ECC, so I’m just curious about your need for it.
Granola, peanut butter, chocolate chips & honey. All mixed together in a sticky mess that is tasty. Make too much? Throw it in the fridge and have a cold tasty snack the next day!
The random aches and pains you start waking up with are here to stay. Learn to embrace them.
And drink more water.
I practice this same thermal battery idea as well with an extra tip of having a couple of fans on timers (sun up to sun down) that sit on the floor and blow the cold air up. It makes a significant difference, especially if you can sit a fan where the cold air from the AC falls to the ground.
Did you have to go through with surgery? I had a Heller Myotomy with Fundoplication and after the liquid diet recovery period was over, it was the best decision I ever made. Naturally, I have to avoid dry foods or stuff like bread that turns gummy when I chew it as it is difficult to swallow. Also had to stop eating cow & pig because of the texture of the meat when chewed.
If you haven’t thought about it, let me go ahead and break your heart now… we will never be able to go to outer space because we require gravity for the food to slide down into the stomach. Not that I could ever afford to go anyway, haha.
My man! This makes me extremely happy to hear some progress for you on this. I have achalasia (throat doesn’t squeeze, so solids gets stuck in my throat) and I still remember to this day after 5 years, finally getting a doctor who was a diagnostic genius for my specific condition and almost cried in the office when she knew exactly what it was. I was at the point of having lost 20 lbs in a few weeks because I could not get food into my stomach. Five years later and I can eat almost like a normal person; just takes a sip of water with each bit of food & soft food.
While it may not be similar to your issue, I know what it feels like to have that emotional weight lightened.
Would love to see future updates and wish you nothing but the best on your journey to some semblance of a normalcy.
Absolutely. I have used this model specifically since at least 2006 or so. I have been using this model so long I have to readjust back to the non ergo layout every time I just type in my laptop when it is undocked. Not looking forward to the day this keyboard dies on me.
Keyboard is keyboard as far as I am concerned. I’m using an old Microsoft Ergo 4000 V1 that I got probably 10 years ago. I have used this same keyboard on a Windows 10/11 install, multiple bare metal Linux installs and a MacBook Pro.
The only issue is the Command key as I recall on the MacBook but that can be remapped if I remember correctly.
Well that’s never a bad thing and no reason anyone should worry about a data leak. /s
Zabbix for agent / snmp based statistics.
Uptime Kuma for up/down states with a webhook notification into Discord so I get instant alerts on my phone when one goes down.
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.
Not sure I fully understand the use of two domains. Does RHEL IDM do more for Linux machines compared to a Windows DC?
For my setup, I have a single Server 2019 AD Domain Controller that my Linux VM and laptop connect to using SSSD for domain level authentication.
That’s an error on my part, apologies. I copy/pasted and tried to redact my url from the APP_URL=https://bookstack.example.com section and ended up deleting the entire line; yay replying from mobile. :|
I currently use Bookstack on Docker in Unraid but the above docker compose snippet is from when I used a debian VM with docker installed on it to run my docker stacks.
Here you go, this is my docker compose. You can modify the pieces as you see fit.
version: ‘3’ services:
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
I do have to be cognitive of bending over after swallowing something because I can feel it trying to make it’s way back up.
For about a year, I used a husband pillow behind my pillow so I would sleep upright. Eventually, I figured out what works best for my body which is basically just make sure I don’t eat at least 2 hours before bed.
Other than that, the fundoplication takes care of preventing stomach contents from coming back. Here’s a quick video!
Never hurts to get checked. See about having an enscopy performed and they can check it out. Another procedure is called a Esophageal Manometry. They put a thin tube up your nose and down your throat and make you swallow fluids to measure how well your esophagus squeezes or in my case, they said it spasmed and basically doesn’t respond as it hood.
I wish you the best.
I see what you did there and I am disgusted to say I love you for it. :D
Correct. I’m running two AD DC’s based on Samba, all running on Zentyal. Super simple to install & setup. I them run a VM in Virtualbox on my laptop for the rare occasions I need to use the Windows RSAT tools.
Other than that, all my Linux VM’s, ProxMox hosts & unRAID NAS all set to auth against the Samba DC. It has been working perfectly for over a year now.
https://www.zentyal.com/