Announcement

Collapse
No announcement yet.

Articles

Collapse

Articles Home Page

  •  
  • Filter
  • Time
  • Show
Clear All
new posts

  • Linux open Command

    Linux open Command

    In this guide, we will demonstrate using the open command in Linux.

    Prerequisites

    To perform the steps demonstrated in this guide, you will need the following components:
    • A properly configured Linux system. For testing, consider using a Linux VM.
    • Basic understanding of the command-line interface.

    The open command

    In Linux, the open command is a CLI tool that attempts to open a specified file, directory, or URL using the default program.

    Check out the...
    Go to post

  • 15 APT Command Examples on Linux

    15 APT Command Examples on Linux

    In this guide, we will demonstrate a number of ways of using the APT command on Linux.

    Prerequisites

    To perform the steps demonstrated in this guide, you will need the following components:
    • A properly configured Linux distro that uses APT as the package manager, for example, Debian, Ubuntu, Linux Mint, Devuan, etc.
    • Basic understanding of the CLI and package management.

    The APT Command

    Any Linux distro comprises a number of packages. To manage these numerous packages...
    Go to post

  • How to Install GUI on Ubuntu 24.04 Server

    How to Install GUI on Ubuntu 24.04 Server

    Ubuntu 24.04 can be accessed as a desktop or as a server, depending on your needs. You will most likely access the Ubuntu 24.04 server, which doesn’t come with a GUI. The Ubuntu 24.04 server relies on your mastery of commands, which can be tricky for beginners.
    Besides, some actions are better approached via the GUI. If you are stuck on how to have a GUI on an Ubuntu 24.04 server, this post shares the steps you should follow. We will install a display manager and a GUI to make it convenient...
    Go to post

  • How to Install Jenkins on Ubuntu 24.04

    How to Install Jenkins on Ubuntu 24.04

    Jenkins is an open-source continuous integration tool that automates technical tasks such as software testing, building, and deployment. It is a Java-based tool, and as a DevOP, knowing how to install and use Jenkins will save you time and resources.
    Jenkins supports numerous platforms, and this post focuses on installing it on Ubuntu 24.04. We will guide you through a step-by-step process to ensure you don’t get stuck. Let’s begin!

    Step-By-Step Installation of Jenkins on Ubuntu

    ...
    Go to post

  • How to Install Ansible on Ubuntu 24.04

    How to Install Ansible on Ubuntu 24.04

    In the digital world, a key concern for most organizations is how to control multiple servers and streamline the process to make it easy for their administrators. Luckily, there are different configuration management systems, such as Ansible, that make it easy and convenient to automate these tasks.
    With an automation tool such as Ansible, you can perform tasks such as software deployment and configuration management from one Ansible control host without having to log in to each target server....
    Go to post

  • How to Check if UEFI Secure Boot is Enabled/Disabled on Linux

    How to Check if UEFI Secure Boot is Enabled/Disabled on Linux

    While installing different drivers on your Linux system, you may need to check if UEFI Secure Boot is enabled/disabled on your computer as you may need to perform different installation steps depending on the UEFI Secure Boot status of your computer.

    For example, some Linux distributions (i.e. Ubuntu) automatically signs the NVIDIA kernel modules while installing the NVIDIA GPU driver. On some Linux distributions, you may need to manually sign the NVIDIA kernel modules for the NVIDIA...
    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 OpenCL for Intel GPU on Fedora 40+

    How to Install OpenCL for Intel GPU on Fedora 40+

    OpenCL is an open-source library for running compute tasks on GPUs. OpenCL enables 3D hardware acceleration for supported applications (i.e. LibreOffice) using the GPU hardware (i.e. Intel iGPU) you have installed on your computer. So, unless OpenCL is installed, OpenCL-supported applications (i.e. LibreOffice) will not have hardware acceleration enabled and may not perform well (i.e. UI might be laggy) as a result. So, it’s a good idea to install OpenCL on your newly installed Fedora 40 (or later)...
    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 Change Your Prompt in Bash Shell in Ubuntu
    by Kasimba
    I don’t like my prompt, i want to change it. it has my username and host, but the formatting is not what i want. This blog will get you started quickly on doing exactly that.
    This is my current prompt below:



    To change the prompt you will update .bashrc and set the PS1 environment variable to a new value.

    Here is a cheatsheet of the prompt options:

    You can use these placeholders for customization:

    \u – Username

    ...
    Today, 01:15 AM
  • How to Install ZSH shell on Rocky Linux
    by Kasimba
    In this post I will show you how to install the ZSH shell on Rocky Linux. ZSH is an alternate shell that some people prefer instead of BASH shell. Some people say ZSH has better auto-completion, theme support, and plugin system. If you want to give ZSH a try its quite easy to install and give it a try. This post is focused on the Rocky Linux user and how to install ZSH and get started with its usage.
    Before installing anything new, it’s good practice to update your system packages:...
    12-25-2024, 02:01 AM
  • 5 Compelling Reasons to Choose Linux Over Windows
    by Kasimba



    by George Whittaker


    Introduction

    In the world of operating systems, Windows has long held the lion’s share of the market. Its user-friendly interface and wide compatibility have made it the default choice for many. However, in recent years, Linux has steadily gained traction, challenging the status quo with its unique offerings. What was once considered the domain of tech enthusiasts and developers is now...
    12-21-2024, 06:52 AM
  • NGINX vs Apache; Web Server Comparison
    by Kasimba
    Overview of NGINX and Apache

    NGINX and Apache are leading web server solutions utilized for hosting websites and web applications. Apache, developed by the Apache Software Foundation, offers robust configuration options and extensibility. NGINX, created by Igor Sysoev, is known for its efficiency in handling numerous concurrent connections with low resource utilization. Both servers function not only as HTTP servers but also as reverse proxies, load balancers, and more.

    What is

    ...
    12-21-2024, 03:54 AM
  • Monthly News – November 2024
    by Kasimba
    Hi everyone, I hope you are enjoying the BETA so far! This release introduces new features, tools, and artwork, so we anticipate a good number of bug reports. Every single fix helps us refine and improve the final release. Your feedback during the BETA phase is extremely important to us. Linux Mint 22.1 is our […]

    More...
    12-16-2024, 11:50 AM
  • Mastering OpenSSH for Remote Access on Debian Like a Pro
    by Kasimba



    by George Whittaker


    Introduction

    Remote access is a cornerstone of modern IT infrastructure, enabling administrators and users to manage systems, applications, and data from virtually anywhere. However, with great power comes great responsibility—ensuring that remote access remains secure is paramount. This is where OpenSSH steps in, providing robust, encrypted communication for secure remote management....
    12-13-2024, 10:31 PM
Working...
X