Advanced Search
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
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
https://www.bookstackapp.com/docs/admin/installation/
Magic Mirror
https://github.com/MichMich/MagicMirror
Bash Profiles
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
Installation
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
For posting drafts, notes on backing up the pi and mirror with bash scripts
Magic Mirror Modules:
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
For my development notes
User Administration
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...