Announcement

Collapse
No announcement yet.

Articles

Collapse

Articles Home Page

  •  
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to Install MongoDB on Ubuntu 24.04

    How to Install MongoDB on Ubuntu 24.04

    When it comes to databases, you can have either relational or non-relational databases. Relational databases follow the SQL syntax, and their data is stored in structured tables. Examples of such databases are MySQL. However, non-relational databases store data in other formats, such as graphs, documents, etc., and a good example is MongoDB.

    MongoDB is a non-relational database that stores data as documents. The database is open-source, and by adding its repository to your source list,...
    Go to post

  • Strengthening Linux Security by Auditing with OpenSCAP

    Strengthening Linux Security by Auditing with OpenSCAP




    by George Whittaker


    Introduction

    In today's digital landscape, where cyber threats are becoming increasingly sophisticated, ensuring the security of Linux systems is paramount. Security auditing plays a pivotal role in identifying and mitigating vulnerabilities, safeguarding sensitive data, and maintaining regulatory compliance. One powerful tool that aids in this endeavor is OpenSCAP. In this guide, we'll...
    Go to post

  • How to Install LAMP on Ubuntu 24.04

    How to Install LAMP on Ubuntu 24.04

    LAMP stands for Linux, Apache, MySQL, and PHP. The open-source stack comes bundled together when you want to host dynamic web apps or websites developed in PHP. LAMP is a go-to solution for developers writing their programs in PHP, as it contains everything required to host the web app or website.

    Linux is the operating system you are using while the Apache is an open-source web server to handle HTTP requests. The MySQL is the database to handle the data, while PHP is the programming...
    Go to post

  • How to Create File in Bash

    How to Create File in Bash

    Creating a file in Bash scripting is an essential skill for a good Linux administrator. In Linux, a few commands allow you to easily generate logs, configuration, or even basic text files. Hence, you can use these commands to create bash files without hassles. However, many beginners want to know these commands in order to work on bash efficiently. So, this quick guide is about simple ways to create files in bash.
    The Touch Command

    The touch command is a user-friendly yet potent tool...
    Go to post

  • How to Install KDE on Ubuntu 24.04

    How to Install KDE on Ubuntu 24.04

    With Linux, you have room to switch between different desktop environments. By default, Ubuntu 24.04 comes with the GNOME desktop. However, if you prefer installing other desktop environments, such as KDE, there is an easy way of doing so.

    Each desktop environment offers a different view of the desktop icons and the customizations. Besides, you can have more than one desktop environment and switch between them when logging in. If you prefer KDE over GNOME, you can install the KDE on...
    Go to post

  • How to Passthrough USB Devices to Proxmox VE 8 Virtual Machines (VMs)

    How to Passthrough USB Devices to Proxmox VE 8 Virtual Machines (VMs)

    You can passthrough USB devices from your Proxmox VE host to any of your Proxmox VE virtual machines (VMs) and access the USB devices from the Proxmox VE virtual machines in the same way as you do on any other computers.

    In this article, I will show you how to passthrough USB devices to a Proxmox VE virtual machine (VM) and access it from the virtual machine.



    Table of Contents

    1. Enabling USB Hotplug for Proxmox VE Virtual Machines (VMs)
    2. Proxmox VE USB Passthrough
    ...
    Go to post

  • 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
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

  • What is Shebang: Bash Script Header on First Line?
    by Kasimba
    As Linux enthusiasts, we all come across bash scripting as an essential part of the Linux system. However, many Linux users don’t know why the first line of the bash script contains #!. So this combination of # and ! is called shebang or shebang.
    Although shebang looks like a bash script header, it initially instructs the system about interpreters to execute the script. This concept feels a bit complicated, but that’s not true, as this guide is all about the shebang: bash script header....
    Yesterday, 07:59 PM
  • Bash Script Loops Examples
    by Kasimba
    A loop in programming is a control structure that allows a specific code to be executed repeatedly until a condition is met. This process is repeated until no further action is required. Loop allows you to repeat the desired set of instructions numerous times to attain the desired outcome. These recursions can be useful for all tasks that require repetitive operations or when working with data collections.
    In this article, we will explore the meaning, types, and examples of loops, further...
    Yesterday, 07:59 PM
  • How to Install NVIDIA GPU Driver on Fedora 40+ KDE 6 Spin on Wayland
    by Kasimba
    Installing the NVIDIA GPU driver is the first thing you will want to do after installing Fedora 40 on your computer. Fedora 40 comes with different spins (desktop environments) and the latest software. Wayland display server (which will replace the X11/Xorg display server completely one day) is the default on some of the Fedora 40 spins. One of the most awaited Fedora 40 spin is the KDE spin. Fedora 40 KDE spin comes with the KDE Plasma 6 desktop environment which supports only the Wayland display...
    Yesterday, 07:59 PM
  • How to SSH Into Docker Container
    by Kasimba
    Administrators commonly use SSH to access and operate remote servers and devices, including a Docker container. When you connect to any device using SSH, you can run commands, access its files, and perform multiple other tasks. You can also use the Docker container as a hypervisor image that can run applications. For example, a software developer can create a Docker container image to package the software.

    Hence, a Docker container image package software with all the dependencies and...
    Yesterday, 01:12 PM
  • How to SSH Into EC2 Instance
    by Kasimba
    EC2 is a service provided by Amazon Web Services (AWS) that lets you rent virtual servers (known as instances). In these instances, you can leverage virtual machines to develop, test, deploy, and manage computer applications.

    SSH is an incredible utility for accessing and managing Amazon Elastic Compute Cloud (EC2) instances. With SSH, you can operate a remote device, access data, execute commands, troubleshoot issues, and more. Although you can easily SSH into an EC2 instance, many...
    Yesterday, 01:12 PM
  • How to Tunnel Web Traffic Through SSH for Secure Browsing
    by Kasimba
    Nowadays, an uncountable number of cyber attacks, scams, and data theft occur every single day. This makes it necessary for users to look for ways to secure their data. After all, it is better to take precautions than to experience a guilt trip. Fortunately, SSH offers tunneling, which channels internet traffic to your local system via a remote system.

    Meanwhile, this transmission encrypts incoming and outgoing network traffic on your local Linux device, ensuring the system’s security....
    Yesterday, 05:01 AM
Working...
X