Posts

Showing posts from November, 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