Posts

Showing posts from 2019

Install Amazon workspaces in Linux (Ubuntu 16.04, Ubuntu 18.04)

Image
    Amazon doesn't provide the cloud workspaces for Linux kernel OS like Ubuntu, Fedora and so on. It provides only for Windows, Mac, Android and Amazon Linux kernel. Now, We are going to see how to install Amazon workspaces in Linux kernel OS. Some people would suggest the chromebook workspace. For that, you should install amazon linux kernal OS. Thoughts:     We are going to see the idea to install the amazon workspaces in linux or ubuntu  with  the help of Wine application .  What is Wine :       Wine is a free and open-source compatibility layer that aims to allow computer programs developed for Microsoft Windows to run on Unix-like operating systems. Wine also provides a software library, known as Winelib , against which developers can compile Windows applications to help port them to Unix-like systems. Follow the below instructions to setup/install wine and amazon cloud workspace in ubuntu machines. Step 1 : Check  the Ubuntu OS release information using th

Pyhton auto post to blogger using Google blogger API

Image
    Here we are going to see the end to end flow of auto post into blogger using python and google blogger API.     For example , if you want to show the currency value against the $ in your blog, It is hard to update an hour/day wise by manual. To solve this we can generate the python script to update the blog information through the google blogger API. We have the many use case using python automation concept. In fact, We can automate the blog writing through the below script combined with the content/webs-crawler . The web crawler link is attached here. It will useful for us to reduce the time consumption and work load.  Over view: Python code automatically post to blogger and publish the post with out human intervention. Approaches: Google oauth2 authentication Google blogger V3 API  (python client library) Python program to automate Prerequisite: Python 2.7, or 3.4 or higher Blogger account - Create the blogger account if not through this link Need to inst

The riddle of True Positive, True Negative, False Positive and False Negative

Image
I’m sure most of you are always confused regarding when an event is True Positive, True Negative, False Positive and False Negative. I am using cricket the sport to explain this simple concept. True Positive:        Umpire gives a Batsman NOT OUT when he is NOT OUT . True Negative :        Umpire gives a Batsman OUT when he is OUT . False Positive:           Umpire gives a Batsman  OUT when he is NOT OUT .            False Negative:            Umpire gives a Batsman NOT OUT when he is OUT . I hope it helps in demystifying the mystery!

Salesforce Inbox for Gmail keeps crashing

Image
Problem:          Multiple users of Salesforce Inbox + Gmail are having issues with (1) gmail freezing, (2) emails not syncing to salesforce.           Per a user, "With it enabled I am getting extreme lag when sending messages specifically when inbox loads after I hit refresh and then again when trying to log them. Not getting a specific error, but my gmail page was freezing before and unresponsive so I would have to kill the page to continue." Solution:  After deep analysis, They have a Known Issue for this one and as of this time, the issue is now fixed for all Salesforce instances. The known issue  detail is given this link  Salesforce Inbox causes delay when loading Gmail records in chrome 72.0.3626.81  Moving forward, if you wanted to move to Salesforce extension (new extension), kindly ask for your admin to follow the steps in the article below:  Move Sales Reps to the Gmail Integration with Inbox from Legacy Salesforce Inbox  - htt