Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

141 total results found

Pi

Linux Server Administration

Getting to know Tux

Programming

Everything from squashing bugs to building an executable

Containers

For all things Docker related

Apache

Networking Web Servers

Changing your Apache Server Root Directory Your Apache installation determines what content to serve based on the DocumentRoot Default directory. DocumentRoot Default = /var/www/html -document root configured in the following files: sudo vim /etc/apache2...

Docker

Installation

BookStack

https://www.bookstackapp.com/docs/admin/installation/

Magic Mirror

Pi

https://github.com/MichMich/MagicMirror

Bash Profiles

Linux Bash

The following block contains a list of files related to bash, and their location / use. /bin/bash The bash executable /etc/bash.bashrc The system-wide bashrc for interactive bash shells, invoked on any login to an interactive shell. /etc/skel/.bashrc Used...

BookStack

SSH Configuration

Linux

Installation

Pi Magic Mirror

Execute the following command on your Raspberry Pi to install MagicMirror²:bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)" Start MM: cd ~/MagicMirror/npm startGrab the unclutter package to hide mous...

Self-Hosted Applications

Backup Scripts

Pi

For posting drafts, notes on backing up the pi and mirror with bash scripts

Magic Mirror Modules:

Pi Magic Mirror

Install here:~/MagicMirror/modules/Add to config:~/MagicMirror/config/config.jsDefault Template:~/MagicMirror/config/config.js.sampleCurrent list in use: MMM-DarkSkyForecast MMM-EARTH MMM-Globe MMM-OnScreenMenu MMM-Remote-Control

Networking

Development

BookStack

For my development notes

User Administration

Linux SSH Configuration

Managing passwords Change current user password, prompt for current passwd - passwd If you can sudo, run sudo passwd <user> to change a user password without prompt for current password, and with no security restrictions (min length, difficulty, etc) Removi...