Author: Prabhu Balakrishnan
-
Twitter videos not playing in Firefox (Solved)
Problem: Twitter Videos wont run in firefox browser in Ubuntu Solution: If you happen to use twitter in firefox browser for ubuntu, videos will flicker or will not play, you might get a warning that video codecs not installed. Fortunately this can solved using just one line command sudo apt install ffmpeg ubuntu-restricted-extras Thats it.…
-
Fix > Wifi Activation failed for Ubuntu
If you have installed a new version of Linux Ubuntu or Mint distribution you might have issues with Realtek wifi adapter (USB) not connecting properly with weak wifi signal even if the router is 5 feet away. The reason for this is faulty drivers, in my case i used RRTL8192 adapter. In most cases ubuntu…
-
Insights into St.Lucia Citizenship By Investment
St Lucia one of the most beautiful Caribbean nations offers a fast track citizenship and a powerful passport to investors in the country. The Saint Lucia’s CIP (citizenship by investment program) is a flagship product, stands out amongst other Caribbean economic citizenship programmes. St.Lucia remains very appealing to americans, britons and europeans looking for relocation…
-
Ship stuck in Suez canal is ‘Ever Given’ not ‘EverGreen’
The Huge ship stuck on suez canal is making headlines across the world. Those who see the name printed in BIG letters EVERGREEN is actually company name. It is not to be confused with the actual name of the ship which is ‘Ever Given’ Dont confuse between Given and Green. Ever Given is a Golden-class…
-
Remove brackets in Google sheets using Regex
If you are using Google sheets, you might want to remove the content within brackets. It is very easy to do it using regular expressions. Fore example if you have content such I am Johnnymac[133] and you want to remove the bracket and numbers within. Do these in your google sheet. Edit > find and…
-
Tips to speed up WordPress website
Speed is a game changer with SEO and winning clients. It is absolutely important to speed up your website in mobile and desktop devices. To get the speed we have to go to the old school basics of html. With wordpress you have to strip everything out and eliminate the bloat, which is slowing down…
-
How to analyze Website speed and loading metrics?
Speed is the most important SEO and ranking factor for websites both in mobiles and desktop. The mobile speed is difficult to achieve due to bloat of heavy themes, plugins, images and server architecture. Put your website in google insights tool and you will get lab data. Google insights GT Metrics Pingdom Slow loading increases…
-
Google to charge 2% for Ads served in France and Spain
On 1 May 2021, Google will begin charging new surcharges for ads served in France and Spain. New surcharges As of 1 May 2021, we will begin adding a surcharge to your next invoice or statement for ads served in specific countries: • Ads served in France: a 2% Regulatory Operating Cost added to your invoice or…
-
How to setup Google analytics on AMP wordpress plugin?
It is super easy to setup google analytics on the AMP wordpress plugin. It is very important to remember that AMP pages cannot contain javascript code. Aim for speed. Install the AMP plugin Setup theme, page and logo Suppress all plugins for speed Install the analytics code You can install the code in your…
-
How to Install PHP extensions using Yum in Cpanel
If you are running Centos 7 or earlier version, installing php extensions using command line can come in handy. This way you dont need to use EasyApache and select extensions. Iconv and Curl pear channel-update pear.php.net yum install ea-php73-php-iconv -y yum install ea-php72-php-iconv -y yum install ea-php72-php-curl -y Opcache yum install ea-php72-opcache yum install ea-php-opcache…