All tags

Posts tagged: #microsoft

Nightly Shutdown, a new product from Proven Works

1 minute read
Congratulations to Joel Mansford, a good friend of mine, and his company Proven Works on getting the first release of Nightly Shutdown out of the door. This looks to be a great product and hopefully w…
Read More

Removing the execute flag from many files

0 minute read
Here's how to recursively remove execute permissions on files that have been copied from a windows system. find * -type f -exec chmod -x {} \; ie, find all files (not directories), and execute a comma…
Read More

Tech support at its worst

3 minute read
As you may know, I'm working through a Microsoft e-learning course at the moment. Having had a few problems with the service I've been trying to extract some common sense from their support services. …
Read More