Recent content by Jarret B

  1. Jarret B

    Run Any Linux App on Any Distro with Distrobox

    The image does not exist. It has been changed to 'kalilinix/kali-rolling. You can use the command for 'docker' to get a listing of available images with 'docker search kali'.
  2. Jarret B

    LFCS - Remote Desktop Protocol

    If you have ever run Windows, especially at an extensive business, you may have seen the operations of the Remote Desktop Protocol (RDP). The protocol allows a machine to take over a remote machine. This can allow techs to control another system to troubleshoot errors that are not hardware...
  3. Jarret B

    Compiling Your Own Linux Kernel (Red Hat)

    For this article, I list the title as Red Hat, but I have only tested this on CentOS 9 and Fedora 39. I am also compiling these on new installs as a virtual machine on Oracle's VirtualBox. There are a few minor differences between compiling a kernel on CentOS or Fedora, but we'll get to that...
  4. Jarret B

    Installing Batocera: Linux Gaming Distribution

    Batocera is a gaming OS that you can install on a PC, Single Board Computer (SBC), Steamdeck and others. The OS support is for multiple SBC devices, not just Raspberry Pi devices. This article may be a little involved at times. Especially if you want to run this Operating System (OS) under...
  5. Jarret B

    Solved Can someone help me please

    Yes, it's a typo. Sorry.
  6. Jarret B

    Solved Can someone help me please

    Turn the Wifi on in the Network settings and then pick and SSID.
  7. Jarret B

    Python Series Part 1: Installing and Configuring Python 3

    As of the writing of this article, the release of Python version 3.11 is the newest. Python is a programming language that you can use for writing programs. I will cover many areas of the Python programming language, but there are many code editors you can use. You can use whichever editor you...
  8. Jarret B

    LFCS - Virtual Networking

    When you use virtual machines, not VirtualBox, on Linux, you will also have a Virtual Network. Let's look at these a little close before we create Virtual Machines. I will cover Virtual Machines in the next article, but we should look at the networks we can create or remove. Virtual Bridge To...
  9. Jarret B

    Run Any Linux App on Any Distro with Distrobox

    Sometimes, there may be an app that you want to run, but it is available only on a certain distro. What can you do? Download the source code and try to compile it for your distro? Now you can do this with Distrobox. Distrobox is a wrapper for Docker that allows a container to access all the...
  10. Jarret B

    Compiling Your Own Linux Kernel (Debian)

    Many people may be fine using the standard default kernel that comes with your distro. There are some out there who may want to make their own kernel. For a special system in your life, you know what hardware is on the system. You know everything about the system (at least you hope). You can...
  11. Jarret B

    USB over IP on Linux: Setup, Installation, and Usage

    USB over IP is a TCP/IP Protocol to allow access of a remote USB device to a client system. The USBIP Protocol, more information on the protocol, can be found at https://www.kernel.org/doc/html/latest/usb/usbip_protocol.html, is set up as a server/client architecture. Once you have the shared...
  12. Jarret B

    LFCS - Installing and Understanding XRDP

    We are starting a new section on the LFCS Certification. This section deals with Virtualization. For this section, we will reinstall CentOS 7 or Ubuntu 18.04 all over. Make sure you follow the installation instructions from the following articles...
  13. Jarret B

    DCA 14 - Understanding Docker Network Types

    Within Docker, there are five network specifications available. We will cover the differences of each and give some examples of setting the driver up. These are like the networking in VirtualBox. The networking is for the containers to communicate with one another, whether on the same host. Be...
  14. Jarret B

    DCA – 07 – Lock and Unlock a Swarm

    I haven't decided quite yet. I was thinking of articles on optimizing the Kernel. I can add Kubernetes to my list and see.
  15. Jarret B

    Working With Ubuntu Pro

    With the standard LTS version of Ubuntu, you may see that there are extra updates available when you perform an update. To get these extra patches, you need Ubuntu Pro. Ubuntu Pro provides more security patches than regular Ubuntu. You can only receive security patches for 5 years from the...
Top