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)

Keybinding Conky

  • Post author:
  • Post category:conky

What follows is a copy of the conky I use for Keybindings. You need to modify for your specific keybindings (if they differ from mine). #--------------------------------------------------------------------- # # This conky…

Continue ReadingKeybinding Conky
black framed eyeglasses on book page Photo by Jackson Films
black framed eyeglasses on book page Photo by Jackson Films

Knowledge Base

Welcome to the eirenicon Knowledgebase (KB). The information provided here represents snippets, tricks, tips & lessons-learned.  Most materials are Linux (Debian or arch-base) oriented. The distros most often referenced are…

Continue ReadingKnowledge Base