crowtrobot
crowtrobot
In a script with "set -o errexit" the read_ini will fail. As a work-around, turn off errexit before using read_ini: ``` set +o errexit read_ini ~/.script.ini set -o errexit ```
First let me say thank you. FluentTerminal is the only thing making my forced migration to windows bearable. The problem: Sometimes the cursor shown on screen doesn't move, but the...
I just started looking into gocryptfs as a new method to encrypt offsite backups with the reverse option, and so far I am loving it. I have noticed one strange...
Added some sections to the "Installation with MySQL" and "Start Seafile at System Bootup" sections to cover creating a python virtual environment, and setting up the systemd units to start...
In Debian 12 (and I think some other Linux distributions) changes were made to the way pip works to discourage installing things in a way that might conflict with the...
Some background: I'm running fence-agents as part of a new pacemaker cluster I am setting up. It's just a simple 2 node nfs server cluster running Debian 12 (bookworm) in...