Story Behind Linux.com Takeover

Anyone who asked about the story inside the Linux Foundation Purchase of Linux.com should go to this article. The story started after a controversial feature news posted on January 01, 2009 with the title “a new year, a new linux.com” Many of you have commented that our NewsVac section hasn’t been refreshed since the middle…

Read More

Automatically Setting Timezone on Dockerfile

As I lives in Indonesia, I would prefer to use GMT+7 as my selected timezone. It will make my log easier to check and also easier to find events at a certain time. Below are a sample command to set timezone on Ubuntu based docker images : ################################################################# # Dockerfile for Excellent Ubuntu Standard #…

Read More

Navigating Online Learning in Semester Two: A Reflection on my Master’s Program

Classes for the Second Semester began on Monday, January 9, 2022. Similar to the first semester, there are five classes that I will be taking: Monday: Machine Learning, Tuesday: Ethical Hacking and Cyber Security, Wednesday: Intelligent Search Engine, Thursday: Big Data Analytics, Friday: Voice and Image Recognition. The classes will still be conducted fully online…

Read More

Buy Audiobooks Online

I’m a book lover. Beside reading the books, I have various  hobby such as writing, programming and hiking but the most often are reading the books. Although I’m a book lover, I don’t like to go to the bookshop to buy some collection. The nearest bookshop is about 6 KM from my home and the…

Read More

Updating HAProxy on Ubuntu/Debian

Ubuntu 14.04 LTS provide HAProxy 1.3 by default. Although it would sufficient for basic load balancer, there are some important updates and specific parameters that can only run on the updated HaProxy. Updating haproxy to the latest version relatively simple and straightforward as below : Add new repository for haproxy latest update : [code lang=”bash”]sudo add-apt-repository ppa:vbernat/haproxy-1.6[/code]…

Read More