Read time: 1 minute

I imported database into MySQL from the command line using

\. librehatti(1).sql

The below would do the same, after opening MySQL create a new database (CREATE new_db;) and make it current working database (use new_db;) and then import using:

source librehatti(1).sql

It works for most of the cases.

It gave 3 errors during importing process (due to structure maybe). Also tried to understand some code of LibreHatti.

Also participated in discussion about the algorithm of finding colors within an image.

Tried to package unity-tweak-tool using CDE and transferred it to one friend and it worked but the themes were not behaving normally. After applying a theme from it, the top panel became transparent. Also tried grub-customizer but it ended up with some pkexec error.