This is how you build a NodeJS App in Docker

Docker-node-header

Docker rocks! With this virtualization technology you can run practically anything (with enough tinkering) without having to muddy up your machine with a bunch of dependencies, or any of the other crap that comes with running apps directly on a server. Think of it as a protective bubble around your app! Containers run in their […]

Proxmox VE: An Open Source Solution for Virtualization

prox-header

Virtualization on servers can be a hard concept to get into. You sometimes need to feel around in the dark so to speak. Today we will be bring you Proxmox VE (virtual environment) . Proxmox VE, written in Perl with an initial release going back to 2008, ships as a Debian distribution. This makes it […]

Fine-Tune Firefox Settings In 3 Easy Steps

Fine-Tune Your Firefox Settings With FFProfileMaker

Customizing Firefox settings manually can enhance user experience, increase privacy and security, and streamline productivity by tailoring the browser’s features and functions to individual preferences and needs.

How to install Python modules in Linux

header-1

Python, everyone’s best friend. This is because if you are reading this on your Linux distribution, you are likely using Python in some way right now under the surface. This is because many distributions depend on the dependability and robust nature of Python. One of those features is module installation. Being able to install a […]

Maximize Your Productivity with Vim Plugins and .vimrc

header-1

Vim, the text editor of choice for so many. Why might you ask? Why would someone use technology that is nearly 30 years old? The reason is it does its job with no distraction. Vim is lightweight and runs on servers and workstations alike. You can use plugins to customize Vim to suit you. Be […]