Migrating Your MySQL Database
Your MySQL database can be exported into a single file using the mysqldump command. We can use this command to migrate our database to another …
Your MySQL database can be exported into a single file using the mysqldump command. We can use this command to migrate our database to another …
Picking a domain name is no easy feat these days. With over 644 million existing websites online, sometimes it feels like all the good …
Apache’s rewrite module is a very powerful tool for manipulating URLs. Taking a look at the mod_rewrite documentation can be overwhelming, especially if you are …
To receive automatic disk alerts by email we’ll make use of three common Linux utilities. We will use badblocks to look for bad sectors on …
We’ve successfully completed our annual independent audit for SSAE 16 Type II SOC 2! The SSAE 16 SOC 2 audit was completed for the …
An alias allows us to come up with our own name for a command or group of commands. This is especially useful for long convoluted …
Linux has the native ability to support two filesystem types that allow for RAM-based storage: ramfs and tmpfs. A RAM disk can give faster-than-SSD read …
Ever find yourself wanting to use a local ISO repository in XenServer instead of using an NFS share? You can do so at the command …
Having a basic WordPress theme template is a helpful resource if you’re creating custom themes and a good place to start if you’re new to …