Trojita, the fastest Email Client - Gmail Setup Guide

 I had recently switched to KDE from Gnome and was looking for an Alternative for Geary. I really liked how fast Geary was and neither Thunderbird nor KMail could act as a replacement for my need(Simple and fast). Before giving up for another Electron app, I gave a try to Trojita and immediately fell in love with its speed. It was blazingly fast to the extent even Geary could never match! This is a simple guide to setup Trojita for Gmail.  Sources: OMG Ubuntu Google Support Overview: You need to make use of App Passwords in Google Account in order to access Trojita through Gmail (The other way is to enable Less Secure App Access which doesn't sound inviting!). App Passwords, in turn, need 2-Factor Authentication turned on. After installing Trojita, you need to setup IMAP servers for Gmail. Turn on 2- Step Verification Set up App Passwords Install Trojita Logging in with Gmail 1. Turn on 2-StepVerification Open your Google Account . In the navigation panel, select Security . Un

Three simple ways to find MAC address in Ubuntu 16.04.

You may need the MAC address for various functions at some point in your life. So, it will always be helpful to know how to find out mac address in Ubuntu.

1) Using Networks Manager:


  • Go to System Settings.
  • Select Network.
  • Click on the arrow next to your current connection (Wired or Wifi connected to).
  • Then mac address will be available under the name Hardware address.

2) Using command line

Using command line, it is rather simple.

  • Open Terminal ( Ctrl+Alt+T)
  • Copy the following code:  ifconfig | grep HWaddr
  • And, paste in the terminal ( Ctrl+Shift+V ).
You may probably get two mac address (as I got). Don't worry. They might be the mac addresses for the LAN and WiFi respectively.



2) Using Connection Information:

You can use the connection information for gaining the mac addresses.

  • Click on the Network indicator in the Unity panel.
  • Select connection information from the submenu.
  • The Hardware address provides you with your current connection's (LAN or Wifi) mac address.

Hope this helped you. If something didn't work out, please let me know!

Comments

  1. Good Day Everyone, for those of you getting no result with this

    ifconfig | grep HWaddr

    you can try this instead

    ifconfig | grep ether

    ReplyDelete
  2. The command `ifconfig` has been deprecated for years now. Use `ip link` instead.

    ReplyDelete

Post a Comment