Author: jano
How to install LocalStack on Ubuntu 24.04 LTS
This tutorial teaches you how to install LocalStack on Ubuntu 24.04 LTS in simple steps. What is LocalStack LocalStack is an open-source solution used to develop, run, and test cloud
Read MoreHow to install AWS CLI on Ubuntu 24.04 LTS
This tutorial teaches you how to install AWS CLI on Ubuntu 24.04 LTS. What is AWS CLI AWS CLI is a command-line tool for managing Amazon Cloud services from the
Read MoreHow to install Docker on Ubuntu 24.04 LTS
There are many methods to install Docker on Ubuntu 24.04 LTS. This tutorial teaches you how to install Docker on Ubuntu 24.04 LTS through the apt repository. Docker is a
Read MorePuzzles to improve Python
After coding in Python for some time, I find programming puzzles to be an exciting way to keep my brain in shape and, most importantly, improve my coding skills. Having
Read MorePython 3.13 release, an overview of its major features
What is Python Python is a high-level computer programming language. Its human-readable nature has attracted a large number of people over the years. As an interactive programming language, Python is
Read MorePython script to delete Facebook photos with Selenium
Introduction This tutorial teaches you to write a Python script to delete Facebook photos with Selenium. In the beginning, the script logs into your Facebook account. Then it scrolls through
Read MoreHow to install Jupyter in Windows 10
Introduction to Jupyter Notebook This tutorial teaches you how to install Jupyter Notebook in Windows 10. Organize your Python workflow on the web with Jupyter Notebook. It supports: You can
Read MoreHow to add ssh keys to github on Windows 10
Introduction To push to and pull code from a git repository authentication is required. This tutorial teaches how to add SSH keys to GitHub on Windows 10. You add the
Read MoreHow to create a slideshow with subtitles and music with ffmpeg
Introduction FFmpeg is an open-source video and audio manipulator tool. Through this tutorial, you will learn how to create a slideshow with subtitles and music with ffmpeg. Doing things from
Read More