today's howtos
-
How to Install Jupyter Notebook on Ubuntu 22.04
Jupyter Notebook is an open-source server-client application written in Python. The word “Jupyter” comes from the languages that support this platform: Julia (Ju), Python(py), and R (er).
The Jupyter App can be executed on a local desktop or on a remote server. This blog post will focus on installing the software on a Linux server.
-
How to Manually Install the Latest Docker Compose Version on Linux
Docker Compose is available in the standard repositories on most distros. However, the most recent repository versions tend to be several versions behind the latest release.
This is increasingly becoming a problem and can throw a variety of errors that require workarounds. Here's how to install the latest version of Docker Compose on Linux.
-
Linux bzcmp, bzdiff, bzmore, bzless, and bzgrep Commands Explained with Examples
While the bzip2 command line utility can compress files, many other tools let you perform basic tasks - like comparing such files - without the need to uncompress them. Here, in this tutorial, we will discuss the basics of bzcmp, bzdiff, bzmore, bzless, and bzgrep commands using some easy-to-understand examples.
-
How to Install Jenkins on RHEL 9 | Rocky Linux 9 | AlmaLinux 9
In the world of DevOps and continuous integration, Jenkins has emerged as a popular automation server that enables developers to streamline their build, test, and deployment processes. If you’re using RHEL 9 or Rocky Linux 9 or AlmaLinux 9 and want to harness the power of Jenkins, this step-by-step guide will walk you through the installation process. By the end of this tutorial, you’ll have Jenkins up and running on your Linux distribution, empowering you to automate your software development workflows effectively.
-
Redirect Linux Command Output to File
There are times when you want to redirect the output of specific output to a file so you can examine the error later.