I just saw an articled on Hacker News announcing that Chrome 59 is going to have cross-platform headless support. A lot of people are excited by this announcement, mainly because it will allow them to move away from PhantomJS – a buggy headless browser currently used as a de-facto solution to run unit tests and […]
Adding SSL Certificate to Your Blog is Free and Easier Than You Might Expect
Adding SSL Certificate few years ago was a painful and expensive process. This is no longer the case. Last year Let’s Encrypt Certificate Authority came to life and made SSL certificate available to anybody free of charge. It is sponsored by a number of organizations such as Mozilla Foundation, that want to make the web […]
Ubuntu Linux Terminal Commands Cheat Sheet
Add New User adduser Add New Group groupadd devs Add user to a suplimentary group usermod -a -G admin alex See user groups groups Change Group Ownership for a directory sudo chgrp -R devs tomcat Change Time Zone sudo dpkg-reconfigure tzdata Select ETC -> Greenwitch Change hostname sudo vim /etc/hostname rename and restart Restart computer […]