Category: Linux

  • MUTT : Background sending with mSMTP

    I am regular mutt user. Here is a good fix to remove waiting while the mutt interacts with the SMTP server to send an email. Previously I used a local mail server, now I am going to use mSMTP which is a SMTP Client just like mutt. We will let the mSMTP do the sending…

  • Installing and Configuring mSMTP

    mSMTP is an SMTP client which can be used with various applications and scripts such as Mutt, Php, Python etc Remember, we will do everything as a sudo user and NOT root. Install the msmtp and ca-certificates packages. For Arch $ sudo pacman -S msmtp ca-certificates For Debian/Ubuntu $ sudo apt-get install msmtp ca-certificates For…

  • Troubleshoot Huawei E398 On Manjaro Linux

    Its been days, my Tata Photon Plus device, E398 was not working properly on my favourite linux distro, Manjaro. So today I found some time to dig it and solve the problem. Problem was that, My modem was showing up lsusb but was not getting detected by wvdial or dmesg. $ lsusb Bus 002 Device…