How to boot Surface Pro from an external Recovery Partition
How to test if your server is running Windows from PHP
If we’re executing shell commands via PHP we need to know if the server is running Windows or Linux. Thanks to a magic constant in PHP we can find out like this: echo PHP_OS; This will give us a single value like Linux Darwin Windows WINNT With that info at hand, we can write a … Read more