Troubleshooting Huginn Installation on Ubuntu 20.04: A Developer's Guide

As an open-source enthusiast and indie developer, I recently tackled the installation of Huginn on Ubuntu 20.04. While the process is generally straightforward, I encountered a few hiccups that I believe other developers might face. In this guide, I’ll walk you through the installation process, highlighting potential pitfalls and their solutions. The Initial Setup The official Huginn installation guide is comprehensive and works well for the most part. However, you might hit a snag when running: ...

January 3, 2021 · 2 min · 396 words · Dipankar Sarkar

Node.js on FreeBSD: A Seamless Installation Guide for Open Source Enthusiasts

As an open source enthusiast and indie entrepreneur, I’m always excited to explore new technologies and operating systems. Today, I want to share my experience with installing Node.js on FreeBSD, a powerful and secure Unix-like operating system. For those unfamiliar, Node.js is a runtime that allows you to run JavaScript on the server-side, opening up a world of possibilities for web developers and system administrators alike. FreeBSD, known for its stability and performance, might not be the first platform that comes to mind for Node.js development, but the combination is surprisingly potent. ...

August 29, 2012 · 2 min · 325 words · Dipankar Sarkar

Xen Virtualization: My Journey from GUI to Command Line

Embracing the Power of Xen Virtualization As an open-source enthusiast and indie entrepreneur, I’ve been on an exciting journey exploring virtualization technologies. Today, I’m thrilled to share my experiences with Xen, a powerful open-source hypervisor that’s revolutionizing the way we manage virtual machines. The Command Line Advantage For the past year, I’ve been running my own virtual machines using Xen, and I’ve made a conscious decision to stick with the command-line interface. While GUI tools like Citrix XenCenter are popular, especially in production environments, I’ve found that the command line offers unparalleled flexibility and control. ...

August 29, 2012 · 2 min · 334 words · Dipankar Sarkar

Nginx Web Server Cookbook: Revolutionizing Web Performance

Exciting news, fellow tech enthusiasts! After a brief hiatus, I’m thrilled to announce my first publication with Packt Publishing: “Nginx Web Server Cookbook”. This comprehensive guide is packed with invaluable tips and tricks for harnessing the power of Nginx, the rising star in the world of web servers. Why Nginx? Why Now? In an era where web performance can make or break user experience, Nginx stands out as a game-changer. If you’re: ...

May 31, 2011 · 2 min · 279 words · Dipankar Sarkar

FreeBSD Jails: A Linux User's Guide to Ports and Package Management

As a Linux user venturing into the world of FreeBSD, I’ve discovered some fascinating differences and powerful features that make this operating system stand out. In this post, I’ll share my experiences with FreeBSD’s Ports Collection and guide you through installing essential tools like Nginx and Python. FreeBSD Ports: A Superior Package Management System One of the first things that struck me about FreeBSD was its Ports Collection. For Linux users accustomed to apt-get, FreeBSD’s Ports system is not just an alternative – it’s an upgrade. Here’s why: ...

March 8, 2010 · 2 min · 367 words · Dipankar Sarkar