PowerHome Info
July 6th, 2014Elk M1G
Set Elk Time
ELK Status and State Macros
Trying to close garage connected to ELK
PowerHome Connector for Android ver 2.3.x
EZRain
EZRain Irrigation Controller
EZFlora not so easy in SmartLinc
SmartLinc + EzFlora ... looking better
See/Set EZFlora timeout value
ez i/o questions
EZRain Irrigation Controller
Miscellaneous
Replacing PLM
PowerHome 2.1.5 Preview
MediaSmart Server
June 27th, 2014I have a couple of HP MediaSmart EX485 Windows Home Servers (WHS). This post contains a bunch of information about them.
Drives
How to successfully clone and upgrade a WHS System Drive
Questions About Replacing Failed Drive
HP 485 drive missing and new drive shows as external
Server's system drive failed, replaced, now lost everything
How to remove "missing drive" from WHS V1
System Disc Shows As 'non Storage Hard Drives'
I Have Successfully Cloned The System Drive
Can Not Remove External Drive
Server recovered without data drives
Add-Ins
MSS Search Results
WHS Health
Windows Home Server Add-Ins
Home Server SMART WHS add-in
Serviio Media Server Add-In Released
Power Supply
How to Replace the MediaSmart Server Power Supply
Replacement Power Supplies Available for the MediaSmart Server
Replacing the Power Supply
No Power
Repair Your Power Supply
Debug Board
[Gen3] HP MediaSmart Server VGA/PS2/Serial Debug Board Sale
What's this mobo header for?
CPU Upgrade
EX47x CPU parse from "Saw a EX470 Post with a AMD X2" thread
CPU Model Number Confusion for upgrading the HP EX470
Misc
[SOLVED] Flashing blue health light, cannot boot
Server Recovery on the EX490 and EX495
Can't install on HP MediaSmart Server
Kindle Paperwhite 2 Setup
June 26th, 2014Collections on Kindle Paperwhite:
http://www.mobileread.com/forums/showthread.php?t=215469
http://www.mobileread.com/forums/showthread.php?t=118635&page=114
Collections Manager:
http://www.mobileread.com/forums/showthread.php?t=186305
http://dearauthor.com/ebooks/using-kindle-collections-plugin-for-calibre/
http://www.amazon.com/forum/kindle?_encoding=UTF8&cdForum=Fx1D7SY3BVSESG&cdThread=Tx1JTGIK7R0C999
Mobileread Kindlet Kit:
http://www.mobileread.com/forums/showthread.php?t=233932
Jailbreak:
http://wiki.mobileread.com/wiki/Kindle_Touch_Hacking#Jailbreak
KUAL:
http://www.mobileread.com/forums/showthread.php?t=203326
Backup:
http://wiki.mobileread.com/wiki/Kindle_Touch_Hacking#Backup
Disable Auto Updates:
http://www.mobileread.com/forums/showthread.php?t=219986&page=3
http://www.mobileread.com/forums/showthread.php?t=205666
Firmware Downgrade:
http://www.mobileread.com/forums/showthread.php?t=235413&page=3
http://www.mobileread.com/forums/showthread.php?t=233580&page=2
http://ixtab.tk/kindle-touch-images/PW2/README.txt
http://ixtab.tk/kindle-touch-images/PW2/diags/
http://ixtab.tk/kindle-touch-images/PW2/main/5.4.0/
Rescue Pack:
http://www.mobileread.com/forums/showthread.php?t=195670
http://ixtab.tk/kindle-touch-images/README.txt
ScreenSavers Hack
http://www.mobileread.com/forums/showthread.php?t=195474
Enable Diags:
http://www.mobileread.com/forums/showthread.php?t=172820
Eject Kindle in Linux: sudo eject /dev/sdb1
PS: http://fictfact.com/author/974/feist-raymond-e (example) groups author publications by series and order
Android 4.4 Setup
June 26th, 2014NOTE: need to document the ringtone and alarm sounds
NOTE: need to set up ssh servers
OpenVPN setup:
mount -o remount,rw /system
Requires a manual installation To perform a manual installation you will require a root explorer such as Root Browser.
Navigate to "/data/app/de.schaeuffelhut.android.openvpn.installer-1.apk/assets"
copy the file "openvpn-2.1.1-static-busyboxinsbin" to "/system/xbin".
Afterwards rename the file to "openvpn"
and set its permission to "rwxr-xr-x".
Finally open the Openvpn Settings and it should detect the installation correctly.
Done successfully in my SuperSu rooted Nexus 5 on 4.4.2
Fix for Titanium Backup "Insufficient free storage space" (not writable)
edit /etc/permissions/platform.xml
change:
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_rw" />
</permission>
Add the media_rw group:
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>
Then reboot the device.
list of pids using awk
January 22nd, 2014I have to use this once in a while and I keep forgetting it.
ps -ef | grep [p]rocess | awk '{printf "%s ", $2}'
