You’re not on Teams yet, but you can set it up for your organization. Linux Teams application.[Solved]

You're not on Teams yet, but you can set it up for your organization

You have already created teams account, you are trying to log in to the linux teams application by giving credentials, unfortunately teams application says “You’re not on Teams yet, but you can set it up for your organization” . How to fix it. Close linux teams application. Then remove the Microsoft folder from your config … Read more

Ubuntu machine is not booting properly? [solved]

Ubuntu boot issue

When you press the power button of your Ubuntu machine or Linux Mint machine if it does not boot properly, try this it will fix your issue. Reason : when you shut down your machine last time, it may not have shut down properly. So some Operating System data may have been corrupted. Message of … Read more

How to use multiple SSH keys for different gitlab accounts

First, Generate two ssh keys called “id_rsa_project_a” and “id_rsa_project_b” as below. Created ssh keys Then add those keys as following. You can check   your saved keys. Type as below Then create a config file in ~/.ssh folder And edit as below Now you can use both projects with separate ssh keys 🙂