Install Python on Fedora 43

Fedora 43 ships with Python 3.14 by default. In this guide I will teach you how to install Python 3.10 and 3.12 on Fedora 43 step-by-step. Step 1: Update Fedora

Read More

How to install Python with pyenv on Fedora 43

In this tutorial you will learn how to install Python with pyenv on Fedora 43, switch between multiple Python versions and use pyenv with virtual environments step-by-step. Introduction to pyenv

Read More

Fix Yandex data_raw extraction error in yt-dlp

This tutorial teaches you how to fix Yandex data_raw extraction error in yt-dlp step by step. Currently, yt-dlp fails to extract raw data from Yandex video previews due to recent

Read More

How to install Jupyter Notebook on Ubuntu 24.04 LTS (Local setup for Python beginners)

This tutorial teaches you how to install and set up Jupyter Notebook on Ubuntu 24.04 LTS. We will go through beginner-friendly steps for a local setup and by the end

Read More

How to create a zip archive on Ubuntu

Introduction This tutorial teaches you, step by step, how to create a zip archive on Ubuntu through the Archive Manager GUI. You will also learn how to encrypt the archive

Read More

How to install Instaloader on Windows 10

Introduction Open-source intelligence gathering on Instagram is beneficial for various actors, including influencers, journalists, law enforcement agents, and cybersecurity specialists. This tutorial guides you through the process of installing Instaloader

Read More

How to search a package on Ubuntu

Introduction Learning how to search a package on Ubuntu is crucial in finding and installing new packages. Before installing a package on Ubuntu it’s useful to have some information on

Read More

How to run Python from CMD in Windows 10

Introduction To run Python from CMD in Windows it’s required to add it’s absolute location to the PATH environment variable. The PATH environment variable holds location of directories to look

Read More

How to free up space on Ubuntu

Ubuntu’s APT package caching mechanism, unnecessary package dependencies, old snaps and duplicates take a lot of disk space on your machine. Through this tutorial you will learn how to free

Read More

How to install PHP 5.6 on Ubuntu

You may need to run a project that depends on an older version of PHP. This tutorial teaches you how to install PHP 5.6 on Ubuntu. What is PHP PHP

Read More