Category Archives: Technology

Activating Windows from Command Line

Instead of messing with the notoriously unreliable gui to activate windows, instead use the slmgr.vbs script via command line. The slmgr.vbs script allows you to work with your Windows Server product keys in different ways depending on the parameter that … Continue reading

Posted in Technology | Comments Off on Activating Windows from Command Line

Enabling and Disabling sites and modules in Apache2

# enabling modules a2enmod # disabling modules a2dismod # enabling sites a2ensite # disabling sites a2dissite

Posted in Technology | Tagged | Comments Off on Enabling and Disabling sites and modules in Apache2