How to install Kubernetes on Ubuntu 18.04
Kubernetes is an open-source platform that is used for the management of containers such as Docker. It allows the automated setup, scaling, operation, provision and maintenance of the containers. (more…)
Kubernetes is an open-source platform that is used for the management of containers such as Docker. It allows the automated setup, scaling, operation, provision and maintenance of the containers. (more…)
Software for Linux, like Ubuntu, is available in many formats: DEB packages, AppImage, Flatpak Snap… There are so many formats available that even Linus Torvalds has complained that he (more…)
Pinfo is an information file viewer. It was created because its author, Przemek Borys, was very tired trying to read gtk information entries using standard tools. (more…)
PIP is a utility that manages software packages such as libraries and dependencies for the development modules of Python. In this short tutorial, you will learn how to install pip on Ubuntu 18.04 or 20.04. (more…)
Last updated on Feb 5th 2022 – Losing files is really annoying for all of us. Many think that the data they have just lost is gone for good and there is no way it can be retrieved or recovered. The good news is that there are tools (more…)
Updated on 20th Jan, 2022 – PDF(Portable Document Format) is probably the most reliable and efficient way to share documents and files over the virtual world. By being unable to edit easily, PDFs are the securest way to share documents over the virtual world. (more…)
Updated on January 21st, 2021 – The Linux file system comes originally from UNIX and thus follows UNIX traditions. This is why for instance it uses the forward slash instead of the back slash as in Windows. Linux also differentiates between uppercase (more…)
Ubuntu and Linux mint are two of the best and popular Linux distributions available in the market. They both have some advantages over each other. Ubuntu is based on Debian and Linux Mint is based on Ubuntu. (more…)
In this short tutorial, you will discover three ways to update NodeJs on Ubuntu 18.04 and 20.04. (more…)
When a Linux system has an out-of-memory error or runs out of RAM, .i.e. can no longer store data in the virtual memory, it will temporarily use swap space in order to increase the size of the virtual memory available. (more…)