Changing file permissions and recommendations for WordPress in a Linux system In order to harden your WordPress installation, having the recommended set of file permissions is important. Below are a few recommendations on...
How to: Deploy WordPress in Ubuntu Text goes here I. Enable Apache Modules that are commonly used by plugins: To enable a module: sudo a2enmod module_name To disable a module: sudo a2dismod module_name...
How to: Deploy JuJu on Windows Azure There are great guides on how to do this on Canonical’s Ubuntu site but there are a few details one must keep in mind while trying to...
How to: Use Your Windows Wireless Connection Inside Hyper-V Hyper-V is a powerful hyper-visor developed by Microsoft which is available in most modern Windows Server and Windows client operating systems. However, I think because...
How to: Enable DHCP and Networking on Ubuntu Server By default this is not an issues as you can configure networking from the setup wizard when you initially deploy your server. I unfortunately had...
How to: Run Ubuntu Server with a GUI? Windows Azure allows you to run several Linux distributions and one of them is Ubuntu Server. I have been trying to use Ubuntu to deploy a...
How to: Rename an Active Directory Domain Name There are many reasons why you might want to rename an Active Directory Domain Name. Microsoft names situations were there is a reorganization of the enterprise...
DFSR: How to properly Size the Staging Folder and Conflict and Deleted Folder The Distributed File System Replication (DFSR) service is a new multi-master replication engine that is used to keep folders synchronized on...
Replacing Self Signed Remote Desktop Services Certificate on Windows So one of the reasons why we moved from a .local domain environment to a corp.Bauzas.com Active Directory domain name was so that we could...
Microsoft‘s DHCP Failover One of the new cool features in Windows Server is DHCP Failover. Think of it as a way to replicate your DHCP across two servers in order to provide failover or...