Posts

Showing posts with the label ubuntu

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 mach...

Fix Ubuntu’s “switch to greeter” login bug

Image
One day I switched  to guest and returned back to the user account, The password box has the label information like ' switch to greeter' . When I looked at this I was shell shocked. After deep analysis I found that was OS issue. The issue related detail information given in this link      https://ubuntuforums.org/showthread.php?t=2363654  . This link helped me back to normal.  Solution :  LightDM  is the root cause of this issue. So we have to restart / reinstall the LightDM through the command line.  Before go to solution, the small introduction  of lightdm given below, What is LightDM? LightDM is the display manager running in Ubuntu up to version 16.04 LTS. While it has been replaced by GDM in later Ubuntu releases, LightDM is still used by default in the latest release of several Ubuntu flavors.  LightDM starts the X servers, user sessions and greeter (login screen). The default greeter in Ubuntu up to ...