Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • Toggle search form

Category: Linux

Linux is a powerful, open-source operating system known for its stability, security, and flexibility, widely used in servers, development, and embedded systems

How to install Sublime Text 4 on Ubuntu

Posted on 22/11/202125/03/2024 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to install Sublime Text 4 on Ubuntu
How to install Sublime Text 4 on Ubuntu

Sublime Text is a source code editor that is cross-platform in nature. Hence, it comes equipped and supports a handful of programming and markup languages. Plugins, which are often community-built and administered under free-software licenses enable users to augment the functionality of the system. Please see Shell Scripting: How to Automate a Process in Linux,…

Read More “How to install Sublime Text 4 on Ubuntu” »

Linux

How to Install and Configure Postfix as a Send-Only SMTP Server

Posted on 21/11/202128/03/2024 Raphael Gab-Momoh By Raphael Gab-Momoh 1 Comment on How to Install and Configure Postfix as a Send-Only SMTP Server
How to Install and Configure Postfix as a Send-Only SMTP Server

Postfix is an open-source mail server released under IBM in 1998. Furthermore, it helps to route traffic between various mail servers across the internet. It is still in use because Postfix strives to be fast, uncomplicated, and trustworthy. To run a mail-in Linux, we need to understand servers’ separate roles in an email configuration. The…

Read More “How to Install and Configure Postfix as a Send-Only SMTP Server” »

Linux

What are the differences between dnf and apt package managers?

Posted on 19/11/202120/11/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on What are the differences between dnf and apt package managers?
What are the differences between dnf and apt package managers?

If you have used Fedora before, I didn’t entirely surprise you, but for Centos or RHEL users, DNF (Dandified Yum) is an updated and better version of yum. DNF is a software package manager for Red Hat Package Management -based Linux distro that installs, updates, and removes packages. In this guide, we shall discuss the…

Read More “What are the differences between dnf and apt package managers?” »

Linux

How to install LXC/LXD for container management

Posted on 16/11/202107/12/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to install LXC/LXD for container management
How to install LXC/LXD for container management

In this article, we shall discuss Installing LXC/LXD for container management. You can’t talk about this without referring to Canonical, the company behind Ubuntu. This is because Canonical built upon the architecture of LXC for LXD. It will shock you to know that Docker is also built upon the technology of LXC, but that will…

Read More “How to install LXC/LXD for container management” »

Linux

How to configure user resource limits and restrictions in Linux

Posted on 15/11/202115/08/2023 Raphael Gab-Momoh By Raphael Gab-Momoh 4 Comments on How to configure user resource limits and restrictions in Linux
How to configure user resource limits and restrictions in Linux

Before discussing this, I would briefly like to touch on PAM (Pluggable Authentication Module) in Linux. PAM helps us to authenticate. Meanwhile, authentication is used by programs that provide users access to a system to be able to determine their identities. In Linux, especially centos and RedHat, many programs undergo configuration to make authentication possible…

Read More “How to configure user resource limits and restrictions in Linux” »

Linux

How to install a software package from source file in Linux

Posted on 14/11/202107/12/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to install a software package from source file in Linux
How to install a software package from source file in Linux

A source file is a file that is written in the C programming language. In this post, I will be pointing you to the steps to take to be able to use software downloaded from a source file. Although we might not run into situations where we work with source files. But just in case…

Read More “How to install a software package from source file in Linux” »

Linux

RPORT the free and open source remote management tool

Posted on 10/11/202125/04/2024 Christian By Christian 1 Comment on RPORT the free and open source remote management tool
RPORT the free and open source remote management tool

RPort is a Remote Management (RMM) Software that immediately boosts the efficiency of IT teams and MSPs by giving them the tools to manage all their IT systems – from one simple, intuitive interface, from anywhere. In this article, I will show you how to work with “RPORT the free and open source remote management…

Read More “RPORT the free and open source remote management tool” »

Linux, Reviews, Windows

Read-only Files: Saving Files in VIM Editor on Linux/Unix-like OS

Posted on 26/10/202128/09/2023 Imoh Etuk By Imoh Etuk 1 Comment on Read-only Files: Saving Files in VIM Editor on Linux/Unix-like OS
Read-only Files: Saving Files in VIM Editor on Linux/Unix-like OS

Having talked about How to create, edit, save a file and quit Vim Editor in Linux, and related topics such as A brief Introduction to Linux and how to create disk partition in Ubuntu Linux, and Locate, Find, and Grep: How to search for files and patterns in Linux/Unix-like OS, it’s also very important to…

Read More “Read-only Files: Saving Files in VIM Editor on Linux/Unix-like OS” »

Linux

Shell Scripting: How to Automate a Process in Linux

Posted on 23/10/202107/12/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on Shell Scripting: How to Automate a Process in Linux
Shell Scripting: How to Automate a Process in Linux

A shell script is a text file that contains a series of commands in plain text. It executes the commands in the text beginning with the one at the top, one line at a time until every of the command has been successfully executed. What’s more, executing a shell script will give you the same…

Read More “Shell Scripting: How to Automate a Process in Linux” »

Linux

How to locate directory file context and restore it with SELinux

Posted on 17/10/202128/09/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to locate directory file context and restore it with SELinux
How to locate directory file context and restore it with SELinux

Let us imagine a scenario where you host lots of applications, especially third-party applications, and multiple people access your system, and not just that you run hundreds of servers. Here’s a guide on how to locate directory file context. Please check how to set up SELinux on a Linux server and other related guides such…

Read More “How to locate directory file context and restore it with SELinux” »

Linux

Using Awx to deploy, schedule and run playbooks

Posted on 14/10/202104/05/2024 Dickson Victor By Dickson Victor 1 Comment on Using Awx to deploy, schedule and run playbooks
Using Awx to deploy, schedule and run playbooks

In the previous tutorial, we deployed AWX. Kindly view the tutorial on Ansible AWX. Now we will use AWX to deploy a simple playbook and show how to run, schedule, and manage jobs from the AWX console. Kindly check out some of my other guides: Openstack Deployment with Devstack, Deploying a load balancer from scratch and adding…

Read More “Using Awx to deploy, schedule and run playbooks” »

Linux

How to solve Errno 256

Posted on 13/10/202122/02/2025 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to solve Errno 256
How to solve Errno 256

Have you been trying to work with Apache and your computer won’t let you download anything related to Apache because there are no more mirrors to try? Then you are in the right place. This article explains how to solve Errno 256. Other guides can be found from these links: Setting-up-SElinux-on-a-Linux-server, Group Policy Settings for…

Read More “How to solve Errno 256” »

Linux

How to solve cannot find a valid base URL for repo: base/7/x86_64

Posted on 13/10/202128/09/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to solve cannot find a valid base URL for repo: base/7/x86_64
How to solve cannot find a valid base URL for repo: base/7/x86_64

I had to write this from personal experience based on the issues I had with my machine, so if you have centos7 installed on VMWare Workstation Pro, I know that at some point in time you will experience this or it has probably happened already. In this article, I will walk you through how to…

Read More “How to solve cannot find a valid base URL for repo: base/7/x86_64” »

Linux

Posts pagination

Previous 1 … 7 8 9 … 13 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • settings app not working featured 800x400 1
    Disable or Remove Kiosk Mode Via the Local Settings Windows
  • Root
    Change your root password: Manage the root user on your macOS Mac
  • Trellix configurations after ePo setup
    ePO Server Settings: Trellix ePO AD integration and ENS Agents Installation Security | Vulnerability Scans and Assessment
  • ios microsoft remote desktop app
    Remote Desktop can not find the computer FQDN and this might mean that FQDN does not belong to the specified network Windows
  • xxxxxx
    How to move the Taskbar to a second screen in Windows Windows
  • How to Make More Space Available on the Windows 11 Taskbar
    How to Make More Space Available on the Windows 11 Taskbar Windows
  • 1 kajkbmlyehn0inifwrh 8w 1
    How to configure Kerberos for Ansible Authentication Configuration Management Tool
  • youtube cover blue
    How to use the Azure Cloud Shell or Azure CLI and Azure PowerShell AWS/Azure/OpenShift

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,808 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive