define('DISALLOW_FILE_EDIT', true); define('DISALLOW_FILE_MODS', true); Knowledge Base | WP Hosting

Knowledge Base

Get the most out of your shiny new WordPress site.

How to unTAR a .bz2 file in Linux

I always forget how to unTAR a .bz2 file – perhaps this little memory aid will help me remember for the future.tar -xjvf filename.bz2This will do the trick The key to the magic is to provide the j...

Learn More