• Blacklist Some Applications from Installing in Ubuntu

    I don’t use Thunderbird. But there are many metapackages that list Thunderbird as their dependencies. To prevent Ubuntu from installing some packages that you don’t want, follow this tutorial. Be careful and make sure the package that you blacklist is not a critical dependencies for that metapackages. You can add...

  • Install Arch Linux

    Hello everyone! lately I’ve been busy trying out Arch Linux, previously I’ve tried i3, now isn’t it normal if I up the game a little bit? When Installing Arch I visited so many websites because most of them is not complete. Now I will just summarize all of them in...

  • Trying out i3

    Hello everyone, it was quite some time since I write a blog post. Lately I’ve tried i3wm, which some people shorten it to just i3. i3 is a tiling window manager, it means it focused on splitting windows (like screen or tmux) rather than floating windows (dragging windows), but it...

  • How to Use Project in Sublime Text 3

    In this post I will show you how to manage your project with Sublime Text 3. This text editor has a simple project management and I like it. Usually in IDEs you had to create whole project directory structure just to write a simple script, but this is not the...

  • Things I Did After Install Windows

    As a person who knew a lot about computer, I asked to re-install Windows often, from corrupted files, virus, or upgrading windows. I love this task a lot because the feeling of new OS is amazing! The smoothness, the pureness, it makes me craving for more haha. And today I...

  • How to Git Pull Many Repositories at Once

    There is a day where you want to sync all of your Git repository from Github. For example when you’ve been offline for quite some time, but cd-ing to every folder then do git pull is a tedious work. Today I will share how to use bash script to automate...

  • How To Selection Screenshot Whole Page Firefox Without Add-ons

    On the past I’ve used Firefox’s Add-ons to capture the whole page, or even using a service like web2pdf. But this is no longer necessary, because in newer versions of Firefox there is a screenshot tool built-in. You just need to know where to look. Most tutorial I’ve seen show...

  • Why You Should Use Vim

    There is a lot of debate among programmers on which one is the best text editor. One of the huge holy wars is Vim vs Emacs. I am not going to compare them in this post, I will just state some advantages using Vim than using other popular text editor...