today's howtos
-
How to install Docker CE on Ubuntu 22.04 LTS Jammy Jellyfish
Docker is an open-source project that gives us the ability to easily run applications in isolated containers. Those who are using Ubuntu 22.04 LTS and want to install Docker CE to run containers of various Linux apps can follow this tutorial. A
-
Alternatives to popular CLI tools: cloc
This article spotlights alternative free and open source tools to cloc, a tool which counts lines of source code and comments.
-
Alternatives to popular CLI tools: mv
This article spotlights alternative tools to mv.
-
[Solved] Getting GOPATH error “go: cannot use path@version syntax in GOPATH mode”
Recently, I tried to install one package using Golang and got an error message claiming that Golang couldn’t load the package, as shown below. In theory, multiple things can generate this error, requiring different solutions.
-
How to install AWS Toolkit on Linux for IntelliJ IDEA
AWS ToolKit is a set of Tools offered by Amazon Web services that allows developers to interact with its various services from their development environments.
-
Using the Pop!_OS auto-tiling feature for efficient window management
Pop!_OS is a Linux distribution that's well-known for its user-friendly interface and feature-rich environment. One of its most innovative features is auto-tiling, a functionality that automatically arranges your windows in a grid, helping you manage your workspace more efficiently. With auto-tiling, you no longer have to waste time manually resizing and rearranging windows; instead, you can focus on the tasks at hand.
-
How To Install OpenCV on Rocky Linux 9
In this tutorial, we will show you how to install OpenCV on Rocky Linux 9. For those of you who didn’t know, OpenCV is a popular and widely used computer vision library that offers a vast collection of algorithms and tools. It is designed to provide efficient and real-time image and video processing capabilities.