Announcement

Collapse
No announcement yet.

Articles

Collapse

Articles Home Page

  •  
  • Filter
  • Time
  • Show
Clear All
new posts

  • Rebuilding and Modifying Debian Packages

    Rebuilding and Modifying Debian Packages




    by George Whittaker


    Introduction

    The Debian packaging system is an integral part of managing software on Debian and its derivatives like Ubuntu. It facilitates the installation, upgrade, and removal of software packages. Sometimes, however, the available binary packages may not meet all the specific requirements of a user or organization, be it due to the need for a patched version, additional features, or...
    Go to post

  • How to Enable Nested Virtualization on Proxmox VE 8 Virtual Machines (VMs)

    How to Enable Nested Virtualization on Proxmox VE 8 Virtual Machines (VMs)

    Nested Virtualization is a CPU feature of AMD and Intel processors that allows virtual machines to run their own hypervisor program (i.e. VirtualBox, VMware Workstation Pro/Player, VMware vSphere/ESXi, KVM/QEMU, Proxmox VE) and virtual machines.

    Simply put, nested virtualization allows a virtual machine to run more virtual machines in it (using the same or a different hypervisor program than the host).

    In this article, I will show you how to enable nested virtualization...
    Go to post

  • How to Install Go on Ubuntu 24.04

    How to Install Go on Ubuntu 24.04

    Golang (Go) is a programming language provided by Google to help developers create scalable and secure systems. Its simplicity makes any developer want to learn the language and use it quickly.

    While Go is a go-to programming language for many developers, you must first install it on Ubuntu 24.04 before you begin using it for your development. We’ve covered three installation methods that anyone can use. Read on!

    Three Methods of Installing Go on Ubuntu 24.04

    The...
    Go to post

  • How to Install Nginx on Ubuntu 24.04

    How to Install Nginx on Ubuntu 24.04

    Nginx stands out for its higher performance and scalability among the available web servers. Nginx is open-source, and you can use it for different activities on your Linux system. In Ubuntu 24.04, you can install Nginx by sourcing it from the default repository. Once installed, configure your firewall and start using Nginx. This post shares the details of every step you should take. Read on!
    Step-by-Step Guide to Install Nginx on Ubuntu 24.04

    To install Nginx, ensure you have access...
    Go to post

  • How to Install Plex on Ubuntu 24.04

    How to Install Plex on Ubuntu 24.04

    Plex Media Server is a go-to solution for anyone looking for an organized way of accessing their media libraries across different devices. Plex is a cross-platform tool that revamps the streaming experience of its users and if using Ubuntu 24.04, you can quickly install Plex in a few steps.

    Throughout today’s post, we will discuss two methods for installing Plex on Ubuntu 24.04. Choose the method that is ideal for your case. Once Plex installs, you will configure your account and...
    Go to post

  • How to Install AWS CLI on Ubuntu 24.04

    How to Install AWS CLI on Ubuntu 24.04

    AWS offers numerous services for anyone to use. However, when you want an easy and controlled way of controlling all your AWS services, you must install an AWS CLI (command-line interface). The AWS CLI gives you access to the AWS API, allowing you to manage all the services depending on the task you are handling or want to automate.

    You can install the AWS CLI on Ubuntu 24.04, and there are two approaches you can use depending on your preference. You can install it as a snap package...
    Go to post

  • Understanding Backup and Disaster Planning Solutions for Linux

    Understanding Backup and Disaster Planning Solutions for Linux




    by George Whittaker


    In today's digital age, the reliability and integrity of computer systems are more critical than ever. For Linux systems, which are widely used in servers and critical infrastructure, ensuring rapid recovery from failures is paramount. This article dives deep into the essentials of Linux system recovery, offering insights into effective backup strategies and disaster planning. By understanding these...
    Go to post

  • How to Passthrough an NVIDIA GPU to a Windows 11 Proxmox VE 8 Virtual Machine (VM)

    Once you’ve configured your Proxmox VE 8 server and NVIDIA GPU for PCI/PCIE passthrough and created a Windows 11 virtual machine (VM) on your Proxmox VE 8 server, you need to add your NVIDIA GPU to the Windows 11 Proxmox VE virtual machine. You also need to install the NVIDIA GPU drivers on the Windows 11 virtual machine and connect a monitor, a keyboard, and a mouse to use the Windows 11 Proxmox VE 8 virtual machine as a normal PC.

    Table of Contents

    1. Preparing Proxmox VE 8 for NVIDIA
    ...
    Go to post

  • How to Create a Windows 11 Virtual Machine on Proxmox VE 8

    How to Create a Windows 11 Virtual Machine on Proxmox VE 8

    In this article, I am going to show you how to download the ISO image of Windows 11 and VirtIO Windows drivers on Proxmox VE 8, create a Windows 11 virtual machine (VM) on Proxmox VE 8, install Windows 11 on the Proxmox VE 8 virtual machine (VM), and install VirtIO drivers and QEMU guest agent on the Windows 11 Proxmox VE 8 virtual machine (VM).



    Table of Contents

    1. How to Download/Upload the Windows 11 ISO Image on Proxmox VE 8
    2. Downloading the Latest VirtIO Drivers
    ...
    Go to post

  • How to Install Steam on Ubuntu 24.04

    How to Install Steam on Ubuntu 24.04

    Even on Linux, you can enjoy gaming and interact with fellow gamers via Steam. As a Linux gamer, Steam is a handy game distribution platform that allows you to install different games, including purchased ones. Moreover, with Steam, you can connect with other games and play multiplayer titles.Steam is a cross-platform game distribution platform that offers games the option of purchasing and installing games on any device through a Steam account. This post gives different options for installing Steam...
    Go to post
There are no articles in this category.
 
  • Filter
  • Time
  • Show
Clear All
new posts
Please log in to your account to view your subscribed posts.

Categories

Collapse

Article Tags

Collapse

There are no tags yet.

Latest Articles

Collapse

  • How to Enable Nested Virtualization on Proxmox VE 8 Virtual Machines (VMs)
    by Kasimba
    Nested Virtualization is a CPU feature of AMD and Intel processors that allows virtual machines to run their own hypervisor program (i.e. VirtualBox, VMware Workstation Pro/Player, VMware vSphere/ESXi, KVM/QEMU, Proxmox VE) and virtual machines.

    Simply put, nested virtualization allows a virtual machine to run more virtual machines in it (using the same or a different hypervisor program than the host).

    In this article, I will show you how to enable nested virtualization...
    Yesterday, 11:48 PM
  • Rebuilding and Modifying Debian Packages
    by Kasimba



    by George Whittaker


    Introduction

    The Debian packaging system is an integral part of managing software on Debian and its derivatives like Ubuntu. It facilitates the installation, upgrade, and removal of software packages. Sometimes, however, the available binary packages may not meet all the specific requirements of a user or organization, be it due to the need for a patched version, additional features, or...
    Yesterday, 11:48 PM
  • How to Install Nginx on Ubuntu 24.04
    by Kasimba
    Nginx stands out for its higher performance and scalability among the available web servers. Nginx is open-source, and you can use it for different activities on your Linux system. In Ubuntu 24.04, you can install Nginx by sourcing it from the default repository. Once installed, configure your firewall and start using Nginx. This post shares the details of every step you should take. Read on!
    Step-by-Step Guide to Install Nginx on Ubuntu 24.04

    To install Nginx, ensure you have access...
    04-18-2024, 08:12 PM
  • How to Install Go on Ubuntu 24.04
    by Kasimba
    Golang (Go) is a programming language provided by Google to help developers create scalable and secure systems. Its simplicity makes any developer want to learn the language and use it quickly.

    While Go is a go-to programming language for many developers, you must first install it on Ubuntu 24.04 before you begin using it for your development. We’ve covered three installation methods that anyone can use. Read on!

    Three Methods of Installing Go on Ubuntu 24.04

    The...
    04-18-2024, 08:12 PM
  • How to Install AWS CLI on Ubuntu 24.04
    by Kasimba
    AWS offers numerous services for anyone to use. However, when you want an easy and controlled way of controlling all your AWS services, you must install an AWS CLI (command-line interface). The AWS CLI gives you access to the AWS API, allowing you to manage all the services depending on the task you are handling or want to automate.

    You can install the AWS CLI on Ubuntu 24.04, and there are two approaches you can use depending on your preference. You can install it as a snap package...
    04-17-2024, 04:08 PM
  • How to Install Plex on Ubuntu 24.04
    by Kasimba
    Plex Media Server is a go-to solution for anyone looking for an organized way of accessing their media libraries across different devices. Plex is a cross-platform tool that revamps the streaming experience of its users and if using Ubuntu 24.04, you can quickly install Plex in a few steps.

    Throughout today’s post, we will discuss two methods for installing Plex on Ubuntu 24.04. Choose the method that is ideal for your case. Once Plex installs, you will configure your account and...
    04-17-2024, 04:08 PM
Working...
X