Thursday, December 13, 2018

Prepare a Lightweight Linux Distro - Slax - to Play with!

I felt like one Linux install is not enough! That's why I got myself another to play with inside my existing one!

Tuesday, November 27, 2018

Running Automated Tests on Websites using Codeception

Automated website testing blog post thumbnail - robot saying "Test! Test! Test!"
Testing some website after update or any change can be a boring task at times. Wouldn't it be great if we can automate the testing with a virtual, invisible browser robot thingy?

Thursday, September 6, 2018

Solving Funky Problems on Arch Linux with Linux LTS Kernel

I have many installations of Arch. I also have installations of Parabola, which is a strict Free Software Operating System which does not have any closed source bits that normal kernel has. It is just linux, minus all the binary blob nonsense stuff. Arch usually has "linux" installed, and Parabola has "linux-libre". I love to use Parabola on my Librebooted Thinkpad T60. Completely Free system from BIOS to OS. But I faced some issues, and Linux LTS solved those for me.

Sunday, May 6, 2018

How to build Textadept from Source

Textadept - a lightweight text editor - how to compile
There are loads of text editors out there. But if you want a lightweight texteditor that is extendable up to your keystrokes, you want Textadept. Today we see how to compile it from source and extend even more.