You are browsing the post archives

Articles in the ‘Uncategorized’ Category

Facebook verify my business button grayed out – how to Enable?


NOTE: This works. We have just tested it. Hi Just went through this. Facebook support was very unhelpful honestly. This is the workaround that worked for me Make sure you have completed your business information on the settings -> About section of the business manager page Turn on 2-factor authorisation for your admin users If…

 Uncategorized  

By Debjit
Advertisement

Restart Service Automatically Once it Fails


There are two ways to do this – source. Use monit which purpose is to take care of situations like this. Put content below inside this file and restart monit 2. It is a feature of SystemD. Override existing unit file for NGINX by running systemctl edit nginx then paste in: Save. If NGINX is down due…

 Uncategorized  

By Debjit

Laravel: Fix Nothing to migrate error on php artisan migrate


If you get the “Nothing to migrate error” when you run the command: php artisan migrate, run following:

 Uncategorized  

By Debjit

Laravel: How to Catch all routes / any routes?


By Debjit
Advertisement

Laravel: How to disable web.php Route and redirect everything?


In order to redirect everything on web routes, you can add the following piece of code in your app’s route/web.php file In order to complete disable the web.php routes and just use Laravel for API, you need to comment out the following section in the boot() method under the RouteServiceProvider class in the app/Providers/RouteServiceProvider.php file.

 Uncategorized  

By Debjit

Vertical Scaling vs Horizontal Scaling – 5 Key Differences


Vertical Scaling requires you to upgrade one machine to a bigger machine with more CPU power, RAM, Hard disk storage. However, Horizontal Scaling would mean you buy multiple machines and solve the scalability issue. 1. In Vertical scaling, there involves inter process communication which are very fast and your service will perform the algorithms /…

 Uncategorized  

By Debjit

How to rename Google Drive folder on Apple Mac OS


If you use Google Drive on your Apple computer, here is how you can rename the Google Drive folder. Now if you ask me why would anyone want to rename their Google Drive folder, there could be a multiple reasons – for instance, you do not like a space in the Folder Name 🙂 First…

 Uncategorized  

By Debjit

31 Ideas for starting a Membership Website


One of the factors that ensure a business enterprise is profitable and sustainable is the ability to generate revenues consistently. It can be really frustrating in business to hit your monthly sales targets only to find that you have to start from square one again when the next month begins. Operating a business on such…

 Uncategorized  

By Debjit

Add target=_blank to WordPress Author Profile Bio / Description in category


Looks like there is a bug in WP core that leads to target=”_blank” being stripped from Author or user Profile Bio and Category Description. Here is the link to this bug: https://core.trac.wordpress.org/ticket/12056 In order to fix this, you need to add the following piece of code to your theme’s functions.php file:

 Uncategorized  

By Debjit

Latest Published Articles



Browse the Archives Section

Latest Video Tutorials



    See all available Video Tutorials Section

    Windows 7 Arsenal



    See all articles in our Windows 7 Arsenal

    How-To Guides



    See all articles in our How-To Guides Section

    Linux Arena



    See all our articles related to Linux

    Smart Tips & Tricks



    Find out about more such Tips & Tricks