Microsoft Windows: How to I switch between browser tabs in Google Chrome? Answer: You can use Ctrl-PgUp and Ctrl-PgDn to move forwards and backwards in the tabs.
Alternatively you can move directly to any of the first 8 tabs ...
Hosting Control Panels: Why is cPanel is showing disk usage when the account has no database? Answer: Sometimes cPanel does not remove the database correctly and leaves behind files.
Take a backup and then remove the files in
/var/cpanel/datastore/<username>/
Then run
/scripts/fixmysql
You should now the correct ...
Command Line: How do I view the expiry date of an SSL certificate? Answer: To view the expiry dates of an SSL certificate simply run
openssl x509 -noout -in <filename> -dates
Which will output data in a format similar to this
notBefore=Jan ...
Command Line: How do I convert a .asf file to .wav? Answer: Using mplayer it is simple to convert an ASF file to MP3.
Ensure you have mplayer installed (On CentOS this would be "yum install mplayer").
mplayer infile.asf ...