Recent content by Jarret B

  1. Jarret B

    Solved Can someone help me please

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

    Solved Can someone help me please

    Turn the Wifi on in the Network settings and then pick and SSID.
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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.
  11. 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...
  12. Jarret B

    Working With Linux Fonts (Microsoft Core Fonts, etc)

    Linux comes with quite a few pre-installed fonts, especially if your distro comes with a word processor. Most word processors come with their own fonts. Adding fonts is an easy task, just download your font, right-click on it, and select Install. On some systems, you may need to open the font...
  13. Jarret B

    LFCS - Understanding and Using SELinux

    SELinux stands for Security Enhanced Linux. Security is enabled that causes security to lock down access to the system. SELinux is a Mandatory Access Control (MAC) which is part of the Kernel to limit resources for programs, this includes access by clients. There are two active modes in...
  14. Jarret B

    DCA 13 - Setting Up Container DNS

    It can be imperative for a Docker Container, Service, or other to be able to resolve Domain Names. The Docker systems should need access to a Domain Name System (DNS). There are multiple ways to manage DNS for Docker systems. Default Name Resolution The Host system on which Docker is running...
  15. Jarret B

    Testing Out Linux Distro Mageia 9

    It has been a while since I've covered a Linux distro, but this one seems very different. The installation is unique compared to the standard installation. The distro may be one that you can download and install on VirtualBox, or another Virtual system, to see how Mageia is different...
Top