What Are The Best Practices For Business Folder Structure?

Does anybody have any best practices for how to organise a folder structure? Don’t. Believe me, you don’t want to own the folder hierarchy for any department (except maybe your own). You don’t know what their needs are, don’t have the knowledge or experience of other departments to make good choices, and don’t want to … Read more

In Puppet, how would I secure a password variable (in this case a MySQL password)?

When working with Puppet and MySQL, I tend to put the root password in /root/.my.cnf, lock this file down, and then restrict SSH access onto the database server. Yes, storing the root password on the db server in clear text isn’t the most secure solution. However if you write the mysql root password in this … Read more

How bad is it to run Exchange 2016 on a Windows 2012 R2 domain controller for a small organization with assuredly fewer than 25 users?

For a small organization it MIGHT be ok. One of the main reasons to run Exchange on its own server is that Exchange is deliberately designed to try to as much RAM as possible to improve performance. Obviously that will impact other services running on the same machine. Also, Exchange is highly dependent on Active … Read more

How to correctly move a server inside a rack up and down

While time-consuming, removing everything altogether and putting it back in the new location is the best way to move a server. Trying to take shortcuts will only risk bending your rails, making them unusable. (Bent rails are hard – if not impossible – to bend back.) Never mind the possibility of dropping your server outright, … Read more