-
How to Restore Amazon Fire HD 8/10 to Stock Firmware
Fire 10 HD is a successor to the Fire HD from Amazon and comes with upgraded features. Besides serving as an eBook reader, it has all the features found in an Android device. Moreover, it comes with Android Lollipop firmware. As the tablet runs on Android OS, it can be manipulated and modified with custom…
-
RESTARTING APACHE ON EC2
To restart Apache from the command line from a Amazon EC2 Instance simply type: /sbin/service httpd restart In case you get “permission denied” errors, you should try adding a sudo in front of the line, e.g.: sudo /sbin/service httpd restart These commands are no different. If you remember anything from your linux days. Just don’t…