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

Posts Tagged "Linux"

How to unTAR a .bz2 file in Linux

Posted on Nov 9, 2018

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