All Posts

Linux WiFi not working?

Linux WiFi not working after update? Or getting "Adaptor not found" on reboot/start up randomly? Here's how to fix it: This post is a more of a "note-to-self" than my usual Linux how-to guide. I am facing the "Wifi issue" myself for couple of weeks now and my wifi adaptor just randomly disappear. I looked … Continue reading Linux WiFi not working?

An Apology

Hello World! I promised to write a blog post at least once a week in my last post but I was off trying to get my shit together. I've lost a big chunk of my readers here, I won't bore you with the details but It is to notify my readers ( at least what … Continue reading An Apology

Getting started with Odoo development in Ubuntu

Odoo dev thumbnail

I recently wrote a tutorial on How to install Odoo 11 on Ubuntu 18.04 and I just started the Odoo module development. I was looking at the Odoo's official documentation and nothing was working for me, even the very first command i.e `odoo-bin` . Either the documentation is out of date or I am too … Continue reading Getting started with Odoo development in Ubuntu

Install Odoo 11 on Ubuntu 18.04

For Odoo 11 first we need to install some python modules such as LDAP and qrcode which is used by the hardware for drivers. We will install the python modules one by one using the following commands: sudo pip3 install vobject qrcodesudo apt install libldap2-dev libsasl2-devsudo pip3 install pyldapsudo pip3 install num2words (if you don't … Continue reading Install Odoo 11 on Ubuntu 18.04

So you want to learn LaTeX?

It's been almost a year since I started using LaTeX and almost 6 months since I said bye bye to LibreOffice. It wasn't easy at all in the beginning, I remember a gazillion web browser tabs opened all the time searching for so little things. I mean there are shitload of LaTeX libraries that you … Continue reading So you want to learn LaTeX?

How VIM makes my life easier

One of the advantage of using a Tilling Windows Manager is that you can set a keyboard shortcut to literally anything. If you are following my blog then you may know that I am using I3wm user for quite a long time now, which made me too lazy that now I can bind a sequence … Continue reading How VIM makes my life easier