Distraction Free Writing (Applications & Tools)

Distraction Free Writing Tools available include: Traditional applications: focuswriter-- flatpak install flathub org.gottcode.FocusWriter ghostwriter-- flatpak install flathub io.github.wereturtle.ghostwriter elpa-fountain-mode-- https://elpa.gnu.org/packages/fountain-mode.html Text Room-- https://github.com/dbuksbaum/TextRoom Write Space-- https://www.linuxlinks.com/Write-Space/ Web-based Browser applications: Calmly…

Continue ReadingDistraction Free Writing (Applications & Tools)

MX Linux apttestrepo (Update Script)

#!/bin/bash #set -x ACTION="$1" TEMP_SOURCES_BASE="/tmp/mx-testrepo-apt-sources.list.d-temp.$USER" TEMP_SOURCES_LIST_D="${TEMP_SOURCES_BASE}.$$.$RANDOM$RANDOM" TEMP_SOURCES_LIST=$TEMP_SOURCES_LIST_D/temp_source.list rm -fr ${TEMP_SOURCES_BASE}.* mkdir $TEMP_SOURCES_LIST_D echo -e "\n## /etc/apt/sources.list.d/mx.list" | tee $TEMP_SOURCES_LIST echo -e "## mx-testrepo" | tee -a $TEMP_SOURCES_LIST cat /etc/apt/sources.list.d/mx.list |…

Continue ReadingMX Linux apttestrepo (Update Script)