[ Main ] [ Home ] [ Work ] [ Code ] [ Rants ] [ Readings ] [ Links ] |
[2024] [2023] [2022] [2021] [2020] [2019] [2018] [2017] [2016] December November October September August July June May April March February January [2015] [2014] [2013] [2012] [2011] [2010] [2009] [2008] [2007] [2006] [2005] [2004] [2003] |
[Thu Sep 15 15:48:17 CDT 2016]Here is yet another cool tool that recently fot a standalone app in Linux. If you are a WhatsApp user, you can now download and install Whatsie. The installation instructions, together with a short introduction, can be found here. Basically, in the case of a Debian system, you run the following commands: $ gpg --keyserver pool.sks-keyservers.net --recv-keys 1537994D $ gpg --export --armor 1537994D | sudo apt-key add - $ echo "deb https://dl.bintray.com/aluxian/deb stable main" | sudo tee -a /etc/apt/sources.list $ sudo apt-get update $ sudo apt-get install whatsie Incidentally, when running the update, you may run into the following error: The fix is not difficult at all:$ sudo apt-get update E: The method driver /usr/lib/apt/methods/http could not be found. That's it. It works like a charm. {link to this entry}$ sudo apt-get install apt-transport-https [Fri Sep 9 15:46:45 CDT 2016]If, like me, you are a regular user of Remember The Milk, you may be interested in their recently released Remember The Mil client for Linux. I installed it on Debian stable, and it is working just fine. Mind you, it truly offers about the same user experience as the web interface. Nevertheless, it's another choice. I wouldn't mind to run GMail this way too. Sometimes it is just a pain to have so many browser tabs constantly open. {link to this entry} |