5/12/17

Find O.S Install - Deployment Date

Commands to find out the initial deployment or installation of your operating systems.


Linux Systems:

tune2fs -l /dev/sda1 | grep 'Filesystem created:'
OR
tune2fs -l /dev/sdb1* | grep 'Filesystem created:'

Windows Systems:

systeminfo|find /i "original"


Quick HTTP to HTTPS - Apache2

There are several methods for redirecting your Apache-based website visitors who might type your servers URL using the plain (non-secure) HT...