Articles by author
How to Convert String to Float in Python (6 Different Ways)
Learn how to convert string to float in Python in six different ways by using float(), Decimal(), ast module, Numpy library, json.loads() and a custom function.
Read MoreHow to Install a Private OpenVPN Server on Ubuntu 22.04 [Step-by-Step]
This tutorial shows you how to install and setup a private OpenVPN server on Ubuntu 22.04, step-by-step, ensuring a secure VPN setup.
Read MoreHow to Pass Environment Variables to Docker [3 Ways + Examples]
This tutorial shows how to pass environment variables to Docker in three ways: with Dockerfile, and -e, or –env and –env-file - with examples.
Read MoreHow to Install Wireshark on Ubuntu 22.04 | Step-by-Step
This step-by-step tutorial shows how to install Wireshark on Ubuntu 22.04, plus installation methods, post-installation steps, and how to uninstall Wireshark.
Read MoreHow to Install Redis on Ubuntu 22.04 in 5 Steps [With Examples]
This step-by-step tutorial demonstrates how to install Redis on Ubuntu 22.04, including configuring Redis for remote connections.
Read MoreHow to Install Graylog on Ubuntu 22.04 | Step-by-Step
This step-by-step tutorial shows how to install Graylog on Ubuntu 22.04, configure the Graylog server package, and access the Graylog web UI.
Read MoreHow to Install Portainer on Ubuntu 22.04 | Step-by-Step
This tutorial demonstrates how to install Portainer on Ubuntu 22.04 and how to get started by deploying a Docker container through the GUI.
Read MoreHow to Install Go on Ubuntu 22.04 | Step-by-Step
This guide will describe how to install Go on Ubuntu 22.04 system and enable you to use its robust functionalities.
Read MoreHow to Install curl on Ubuntu 22.04 | Step-by-Step
This tutorial shows how to install curl on Ubuntu 22.04; we will demonstrate the pre-installation steps, installation commands, and how to use the curl command.
Read More