today's howtos
-
How To Install Code Blocks on Ubuntu 22.04 LTS - idroot
In this tutorial, we will show you how to install Code Blocks on Ubuntu 22.04 LTS. For those of you who didn’t know, Code::Blocks is a free, open-source cross-platform IDE that supports several compilers such as GCC, Clang and Visual C++. It provides a very simple UI that makes it simple to navigate and create projects. It’s quite easy to use and is made quite extensible using plugins.
This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the Code Blocks on Ubuntu 22.04 (Jammy Jellyfish). You can follow the same instructions for Ubuntu 22.04 and any other Debian-based distribution like Linux Mint, Elementary OS, Pop!_OS, and more as well.
-
How to install MinIO on Ubuntu 22.04
In this post, you will learn how to install MinIO on Ubuntu 22.04. This tool allows us to have cloud storage using an API compatible with many programming languages.
-
Sed In Place Edit File
“In UNIX/Linux ecosystem, the sed command is a dedicated tool for editing streams, hence the name (stream editor). It receives text inputs as “streams” and performs the specified operations on the stream.”
In this guide, we will explore performing in-place file editing with sed.
-
How to Create VM using VMWare Workstation on Ubuntu 22.04
In this guide, we will cover, how to create a VM (Virtual Machine) using VMware workstation on Ubuntu 22.04 step-by-step.
In our previous guide, we have already cover How To Install VMware Workstation On Ubuntu 22.04 | 20.04.