From Hentschel
(→Garage) |
|||
| (34 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | == Pages == | |
| + | * [[Webcams + Weather Station]] | ||
| + | * [[Travel]] | ||
| + | * [[Family]] | ||
| − | + | == Projects == | |
| + | * [[Dual-homed Internet connection in FreeBSD]] | ||
| + | * [[NUC Celeron XBMC install]] | ||
| + | * [[Amazon FireTV XBMC install]] | ||
| + | * [[ATV2 build for MythTV 0.27]] | ||
| + | * Random [[XBMC Bits]] | ||
| + | * Random [[ISY Bits]] | ||
| + | * [[Elbex Camera project]] | ||
| + | * [[Zoneminder]] | ||
| + | * [[Seadoo XP project]] | ||
| + | * [[Hottub controller project]] | ||
| + | * [[Fireplace controller project]] | ||
| + | * [[Raspberry Pi projects]] | ||
| + | * [[Keezer]] | ||
| + | * [[Brew stand]] | ||
| + | * [[BMW E46]] | ||
| + | * [[Water recirculation]] | ||
| + | * [[Weather station]] | ||
| + | * [[Cat Wall]] | ||
| + | * [[Raspi TV]] | ||
| + | * [[Enphase Solar]] | ||
| + | * [[Rainforest Eagle]] | ||
| + | * [[Ecobee]] | ||
| + | * [[Cat Door Project]] | ||
| + | * [[OpenHAB2]] | ||
| + | * [[Ambilight for TV]] | ||
| + | * [[Z Wave]] | ||
| + | * [[NUT and UPS]] | ||
| + | * [[Stratux and PiAware]] | ||
| + | * [[Flight Simulator]] | ||
| + | * [[EtherCAT]] | ||
| + | * [[AC upstairs]] | ||
| + | * [[3D Printing]] | ||
| + | * [[beaglebone black]] | ||
| + | * [[Expensify app]] | ||
| − | == | + | == House == |
| + | * [[Heater]] | ||
| + | * [[Washer]] | ||
| + | * [[Network]] | ||
| + | * [[DNS]] | ||
| + | |||
| + | == Garage == | ||
| + | * [[Tools]] | ||
| + | * [[CNC Mill]] | ||
| + | |||
| + | == Recipes == | ||
| + | in the [[recipes]] page | ||
| + | |||
| + | == Computers == | ||
| + | * [[Mac OSX]] | ||
| + | * [http://www.garth.org/archives/2011,08,27,169,fix-time-machine-sparsebundle-nas-based-backup-errors.html fixing Mac OSX backups] | ||
| + | * ssh access/root pass reset on HM: https://my.bluehost.com/hosting/help/whm-login#root-password | ||
| + | * [[HM server networking]] | ||
| + | * [[Sketchup]] | ||
| + | * indexing /mdworker/mds problems: | ||
| + | ** <pre>sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist</pre> | ||
| + | ** <pre>sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist</pre> | ||
| + | * create Mac OSX apps from JAR via [https://github.com/Jorl17/jar2app jar2app] | ||
| + | |||
| + | == Yocto == | ||
| + | * [[How Do I..]] | ||
| + | |||
| + | == Wiki == | ||
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list] | * [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list] | ||
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ] | * [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ] | ||
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list] | * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list] | ||
| − | |||
Latest revision as of 23:46, 12 December 2019
Pages
Projects
- Dual-homed Internet connection in FreeBSD
- NUC Celeron XBMC install
- Amazon FireTV XBMC install
- ATV2 build for MythTV 0.27
- Random XBMC Bits
- Random ISY Bits
- Elbex Camera project
- Zoneminder
- Seadoo XP project
- Hottub controller project
- Fireplace controller project
- Raspberry Pi projects
- Keezer
- Brew stand
- BMW E46
- Water recirculation
- Weather station
- Cat Wall
- Raspi TV
- Enphase Solar
- Rainforest Eagle
- Ecobee
- Cat Door Project
- OpenHAB2
- Ambilight for TV
- Z Wave
- NUT and UPS
- Stratux and PiAware
- Flight Simulator
- EtherCAT
- AC upstairs
- 3D Printing
- beaglebone black
- Expensify app
House
Garage
Recipes
in the recipes page
Computers
- Mac OSX
- fixing Mac OSX backups
- ssh access/root pass reset on HM: https://my.bluehost.com/hosting/help/whm-login#root-password
- HM server networking
- Sketchup
- indexing /mdworker/mds problems:
-
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
-
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
-
- create Mac OSX apps from JAR via jar2app