Linux.org

Python Series Part 8: Data Structures

  • 1,492
  • 0
Previously, I wrote an article on Python Basics. The article covered the different data types, such as strings, floats, etc. In this article I will finish the data types and what you can do with...

LFCS - Working With Swap Memory

  • 1,652
  • 0
Some people may work on systems that do not have enough Random Access Memory (RAM) to run all the programs you want to be running. To manage this, you can have a swap file or swap partition.

The...

How to Install and Use Flatpak

  • 2,455
  • 2
I've written other articles that use Flatpak and even cover the installation of Flatpak. In this article, I plan to cover Flatpak in more detail.

Flatpak is a way to install programs on almost...

Setting up Blu-ray on Ubuntu

  • 3,462
  • 3
Granted this was done on Ubuntu 22.04, most of the steps will work on other distros as well.

Blu-ray players and discs are becoming more popular because of better video resolution of the media...

QuickGUI and QuickEMU

  • 3,782
  • 0
Over the years, I have done quite a few articles on emulators and Virtual Machines (VMs). This program is a variant that seems to do a good job.

The major difference on this one is that you do...

Python Series Part 7: User Input

  • 3,124
  • 0
Getting input from the user is a necessary task for most programs. There usually needs to be some input unless the program is completely automated to perform a task.

This article is not strictly...

Latest posts


Members online


Top