Learning Linux / Creating A Personal Linux Server and Network Backbone: Tasks and Notes (updated 2015-08-05)
This post and its subsequent updates is meant as a shorthand version of the more user-friendly blog posts on the same subject.
Once I've documented more, I'll create a section specifically for this personal challenge. While this post is currently very skeletal, I'll be adding to it in the future.
# Raspberry Pi
* Could end up being multiple RPi instances
## Raspbian ✓
via NOOBS.
### Utilities
#### Updates
apt-get update --fix-missing
#### Upgrades
apt-get upgrade --fix-missing
#### Raspbian Options
raspi-config
### ddclient ✓
apt-get install ddclient
### Chromium ✓
apt-get install chromium chromium-l10n
### Firefox/IceWeasel ✓
apt-get install iceweasel
### Pinboard/Xmarks
### OpenLDAP
### Citadel
### LAMP
### SSH
### VNC
### WireShark
### Samba
### RDC
### Internet Radio Station
### Home Security / Automation
## Upgrades
### SD Card
### Bluetooth
### DSI display
### Camera
# Netbook
## Knoppix
### Chrome
### Firefox
### Pinboard/Xmarks
### SSH
### VNC
### RDC
### Wireshark
### Libre/OpenOffice
# Router
## DD-WRT
### Port Forwarding
### DynDNS
### VPN
### File Share
### Media Share
### Printer Share
### QoS
## Upgrades
### Printer
### USB Drive
#### Network Storage
##### Dropbox
##### Avatron
#### CrashPlan Local Storage
# ChangeLog
2015-08-05 Added Internet Radio, ddclient, --fix-missing missing tag.