hashnode.adityakumar.xyzUse GUI Programs in Incus ContainerIf you've ever faced the challenge of running graphical user interface (GUI) programs within a container, fear not! While it may seem like a daunting task at first, with this comprehensive guide, we'll walk through the process using Incus Container. ...Apr 28, 2024·3 min read
hashnode.adityakumar.xyzMount Shared Directories in IncusWhen working with containers, managing file sharing between the host system and container can often pose a challenge. However, there is an easy-to-use solution that simplifies this process using just one line of code! This blog post will guide you on...Apr 27, 2024·1 min read
hashnode.adityakumar.xyzInstall Incus on NixOSIncus, a manager and hypervisor for system containers (LXC) and virtual machines (QEMU), is an excellent tool for managing and orchestrating your applications and services. It is a fork of LXD by the original maintainers. I found the documentation re...Feb 29, 2024·3 min read
hashnode.adityakumar.xyzMake Bash prettier on NixOSUsing ble.sh and Starship. Bash by itself is pretty basic. Syntax highlighting, auto-suggestion and history matching are pretty helpful features in any shell. Users might be worried about the bloat these features bring and add delay to the startup of...Feb 29, 2024·2 min read
hashnode.adityakumar.xyzTroubleshooting Internet Connectivity Issues in Virtual Machines (VMs) and Docker ContainersThe ability to run virtual machines (VMs) and docker containers is an integral part of today’s modern computing landscape. However, issues with internet connectivity inside these environments often cause significant inconvenience for users who depend...Jan 3, 2024·3 min read