Jellyfish what? No, “Jellyfin”. It is a free, open source media system that allows to collect, manage and stream your media to all of you devices. It’s like having your personal Netflix! 1. Install Docker Update apt just in case sudo apt update Install latest version of docker sudo apt install docker.io Set Docker to run on start up sudo systemctl enable --now docker Grant your user permissions to docker
read moreThis post explains how to send command line variables and use them with flutter. Why send variables via command line? Being able to set a variable through command line comes in very handy whenever you want to change the variable depending on the environment/client it’s being built for. Without having to change code manually every time. A few common use cases would be to configure your app’s base URL during build time.
read moreI’ve always wanted to set up a website, a blog, and write. Not that I had something to say online, I just wanted to blabber and share bits and pieces from time to time. I’ve tried out a few blogging platforms before but never stuck with them. They were too formal. I wanted a place where I can be informal. Just write and publish. I liked HEY World, but it came only with their email service which was too expensive for me.
read more