Search blog

Wednesday, August 30, 2017

[SOLVED] - Restart Nautilus From Your Terminal

To restart nautilus from your Terminal enter the following commands:

 nautilus -q && nautilus &  

Now Press:

 CTRL C  

Monday, August 21, 2017

Download YouTube Video Without Using Any Software - The Easiest Way!


Download the Video Download Firefox Addon from here: https://mzl.la/2chQiWu

Saturday, August 19, 2017

View all the User Role's Name & Slug of your Wordpress Site

Use the code below to view the Name & Slug of all the User Roles of your Wordpress site. You may insert the code in the header.php or footer.php of your Theme file. After your are done using it, please do not forget to remove the code from your site.

 <?php  
 $wp_roles = new WP_Roles();  
 $names = $wp_roles->get_names();  
 print_r($names);  
 ?>  

Friday, August 11, 2017

Enable LastPass Password Manager in your Brave Browser

Please watch this screencast I made showing how to enable LastPass in your Brave Browser:



Thursday, August 10, 2017

How To Install Canon EOS Utility Without Original CD

Awesome fix for Installing Canon EOS Utility without Original CD

Just make sure you follow everything in the video exactly and the utility should install. Make sure you enter the key name under Canon ditto as 'Canon Utility'





[SOLVED] - Exited with non-zero exit status 32: mount: unknown filesystem type 'exfat' in Ubuntu 14.04

If you are trying to mount an exFat file system & getting the following error:

Exited with non-zero exit status 32: mount: unknown filesystem type 'exfat'.

Follow the steps below to resolve the issue:

You get this error because the exfat filesystem is not installed in Ubuntu by default. exFAT is a proprietary and patented by Microsoft.

Ubuntu 14.04 or higher

Since Ubuntu 13.10, this package is in the main repository. Just install exfat-fuse and exfat-utils:

 sudo apt-get install exfat-fuse exfat-utils  

Ubuntu 12.04

For ubuntu 13.04 and lower, you'll need a ppa to install the exfat support. Installation procedure:

 sudo apt-get install exfat-fuse exfat-utils  

If you see the error gpg: "tag:launchpad.net:2008:redacted" not a key ID: skipping during the apt-add-repository step, then you'll need to manually install the signing key and run the apt-get update and apt-get install steps after that:

 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4DF9B28CA252A784  

Source: https://askubuntu.com/questions/364270/mount-unknown-filesystem-exfat

Sunday, August 6, 2017

[SOLVED] - Rearrange/Reorder Forum, Forum Topic Display in Wordpress

Please follow the instructions below to reorder/rearrange your forum, category, tags etc in Wordpress:

1. First you will have to install the following plugin: http://bit.ly/2hzJQj8.

2. Now goto >> Settings >> & Select Intuitive CPO. See image below.

[SOLVED] - Rearrange/Reorder Forum, Forum Topic Display in Wordpress

3. Select the Post Types & Taxonomies you would like to reorder as shown in the image below.

Rearrange/Reorder Forum, Forum Topic Display in Wordpress
Click image to enlarge
4. Now go to Forums and just drag and drop your Forums & Forum Topics as per your requirement.

Top 5 Posts (Weekly)