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?

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

My Linux Rice

So I get a lot of questions about my Ubuntu setup, people are asking what kinda setup I am using? We are using Ubuntu, but why our's doesn't look like your's? But first thing first, let me get the terminology straight! RICE: "Rice is a word that is commonly used to refer to making visual … Continue reading My Linux Rice

Setting up MPD in Linux (Mint/Ubuntu)

So you see all that beautifull desktops on r/unixporn with terminals playing some music players with all that cool visualizers but wondering how did they do it? Well here's a simple and no-nonsense guide to achieve that! You will need to install mpd, mpc, and ncmpcpp Just open the terminal and execute the following command: … Continue reading Setting up MPD in Linux (Mint/Ubuntu)

How to install Adobe Photoshop’s Crack/Patch in Wine on your Ubuntu 16.04/18.04

Before this i wrote on how can you install Adobe Photoshop or Adobe Illustrator on your Ubuntu machine, If you don't know how, check it out here: How to install Adobe Photoshop or Adobe Illustrator on Ubuntu As may have already familiar with "playonlinux" , Just click Adobe Photoshop CS6 and click on "Configure" as … Continue reading How to install Adobe Photoshop’s Crack/Patch in Wine on your Ubuntu 16.04/18.04