Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • 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

Locate, Find and Grep: Search for files and patterns in Linux or Unix-like OS

Posted on 10/10/202120/06/2025 Imoh Etuk By Imoh Etuk No Comments on Locate, Find and Grep: Search for files and patterns in Linux or Unix-like OS
Locate, Find and Grep: Search for files and patterns in Linux or Unix-like OS

Users can search for files in Linux by a single line of command. When it comes to using Linux one of the most common operations is to search for files and directories. Linux systems have several commands, including find, locate and grip. In this article, we shall learn “Locate, Find and Grep: Search for files…

Read More “Locate, Find and Grep: Search for files and patterns in Linux or Unix-like OS” »

Linux

Set up OpenShift Cluster using Red Hat CodeReady Containers

Posted on 09/10/202110/04/2023 Christian By Christian No Comments on Set up OpenShift Cluster using Red Hat CodeReady Containers
Set up OpenShift Cluster using Red Hat CodeReady Containers

Red Hat OpenShift is the leading enterprise Kubernetes platform, built for an open hybrid cloud strategy. It is available as a fully managed cloud service on leading public clouds or as a self-managed software offering for organizations requiring more customization. OpenShift is the industry-leading hybrid cloud PaaS hosted by RedHat. It allows developers to quickly build, test,…

Read More “Set up OpenShift Cluster using Red Hat CodeReady Containers” »

Linux

Mastering Vim in Linux: How to Create, Edit, Save, and Quit Files

Posted on 05/10/202105/07/2025 Imoh Etuk By Imoh Etuk No Comments on Mastering Vim in Linux: How to Create, Edit, Save, and Quit Files
Mastering Vim in Linux: How to Create, Edit, Save, and Quit Files

Vi/Vim is a very powerful editor that has many commands, too many to explain in a tutor such as this. This tutorial aims to take you through how to create, edit and save files in Linux via Vi/Vim editor. In addition, Vim is a screen editor for Linux, Unix, and other Unix-like operating systems. Please…

Read More “Mastering Vim in Linux: How to Create, Edit, Save, and Quit Files” »

Linux

Openstack Deployment with Devstack

Posted on 27/09/202128/08/2023 Christian By Christian No Comments on Openstack Deployment with Devstack
Openstack Deployment with Devstack

OpenStack is a free, open standard cloud computing platform that hat uses pooled virtual resources to build and manage private and public clouds. Here we will be deploying OpenStack with an Ubuntu server for Lab purposes. Openstack controls large pools of compute, storage, and networking resources, all managed through APIs or a dashboard. Beyond standard…

Read More “Openstack Deployment with Devstack” »

Linux

Delivering System Utilization Report on a Linux based OS

Posted on 24/09/202128/09/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on Delivering System Utilization Report on a Linux based OS
Delivering System Utilization Report on a Linux based OS

When we’re attempting to figure out what’s going on with our server so we can debug it, having helpful information about the system’s memory status, mount points, and all running processes can help us narrow down the problem. Our purpose here is to check out how our system is doing and report what we get….

Read More “Delivering System Utilization Report on a Linux based OS” »

Linux

Deploying a load balancer from scratch and adding backend servers

Posted on 24/09/202121/03/2024 Dickson Victor By Dickson Victor No Comments on Deploying a load balancer from scratch and adding backend servers
Deploying a load balancer from scratch and adding backend servers

Load balancing is a key and Major part of IT infrastructure and this is because the High availability and efficient performance of webservers are very important. The purpose of load balancing is to prevent a server from being overloaded and maintain healthy servers by balancing incoming requests. Please see Setup Public Load Balancer in Azure,…

Read More “Deploying a load balancer from scratch and adding backend servers” »

Linux

A Brief Introduction to Linux and How to Create Disk Partition in Ubuntu Linux

Posted on 14/09/202128/08/2023 Imoh Etuk By Imoh Etuk No Comments on A Brief Introduction to Linux and How to Create Disk Partition in Ubuntu Linux
A Brief Introduction to Linux and How to Create Disk Partition in Ubuntu Linux

In this article, I am going to take you through the brief introduction to Linux and how to create a disk partition in Ubuntu Linux Operating System. This guide is intended to take you from a beginner to superuser and make you a better Linux System Administrator but before I continue, I will like to…

Read More “A Brief Introduction to Linux and How to Create Disk Partition in Ubuntu Linux” »

Linux

Automate Infrastructure Deployments in the Cloud with Ansible and Azure Pipelines

Posted on 13/09/202104/05/2024 Dickson Victor By Dickson Victor No Comments on Automate Infrastructure Deployments in the Cloud with Ansible and Azure Pipelines
Automate Infrastructure Deployments in the Cloud with Ansible and Azure Pipelines

Ansible is an open-source product that automates cloud provisioning, configuration management, and application deployments. When using Ansible you can easily provision virtual machines, containers, and networks and complete cloud infrastructures. Also, Ansible allows you to automate the deployment and configuration of resources in your environment. In this article, you will learn how to Automate Deployments…

Read More “Automate Infrastructure Deployments in the Cloud with Ansible and Azure Pipelines” »

AWS/Azure/OpenShift, Linux

What the Fallocate command does

Posted on 10/09/202110/04/2023 Christian By Christian No Comments on What the Fallocate command does
What the Fallocate command does

This is one of the least used and known commands in Linux and can be very useful for Administrators when building or configuring monitoring of disk space and directory usage. The fallocate command is used for the pre-allocation of blocks to a File. A team of Administrators are on a task to monitor specific directories…

Read More “What the Fallocate command does” »

Linux

Monitoring services using Zabbix

Posted on 27/08/202124/09/2024 Dickson Victor By Dickson Victor 12 Comments on Monitoring services using Zabbix
Monitoring services using Zabbix

For critical production servers and services, monitoring is very critical. One is to get notified about issues immediately and the second is to resolve quickly hence not affecting SLA. Here, I will be showing you the steps employed in monitoring services using Zabbix, a basic Zabbix template, and very easy Linux commands. Please see PC…

Read More “Monitoring services using Zabbix” »

Linux

How to manage automatic login on Ubuntu Linux

Posted on 14/02/202125/10/2023 Christian By Christian No Comments on How to manage automatic login on Ubuntu Linux
How to manage automatic login on Ubuntu Linux

For best practice purposes, users are required to authenticate before logging on to a Linux device. This helps in ensuring that sensitive and personal information on the device is safe. But, if you are sure that the Linux system is placed in a secure environment and can be adequately monitored, then you can enable automatic…

Read More “How to manage automatic login on Ubuntu Linux” »

Linux

How to set up a self-hosted speed test server on Ubuntu Linux

Posted on 13/02/202131/03/2023 Christian By Christian 7 Comments on How to set up a self-hosted speed test server on Ubuntu Linux
How to set up a self-hosted speed test server on Ubuntu Linux

This is a self-hosted lightweight speed test implemented in JavaScript and it is based on Web Workers and XMLHttpRequest. The goal of the speed​​test is to measure download speed, upload speed, and ping value. In this article, you will learn How to set up a self-hosted speed test server on Ubuntu Linux. This will be…

Read More “How to set up a self-hosted speed test server on Ubuntu Linux” »

Linux

Install Synaptic Package Manager: Handle packages in Ubuntu

Posted on 12/02/202107/09/2023 Christian By Christian 3 Comments on Install Synaptic Package Manager: Handle packages in Ubuntu
Install Synaptic Package Manager: Handle packages in Ubuntu

Synaptic is a graphical package management program for apt. It provides the same features as the apt-get command-line utility with a GUI based on Gtk+. If you are a strong supporter of using GUI to install apps in Debian and Debian-based systems such as Ubuntu, and Mint, etc, Synaptic will be nice to install and try out….

Read More “Install Synaptic Package Manager: Handle packages in Ubuntu” »

Linux

Posts pagination

Previous 1 … 8 9 10 … 13 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • VHR upgrade
    Upgrade legacy VHR to Veeam Infrastructure Hardened Repository Backup
  • Featured image
    How to use the voice input instead of typing on Windows Windows
  • reliablee
    How to use the Reliability Monitor in Windows Windows
  • screenshot 2017 06 07 11.30.45
    How to Enable or Disable Touch Screen in Windows 10 Windows
  • wingettool
    Install Applications with Winget CLI on Windows Windows Server
  • Gfeature
    How to install Googler on a Linux System Linux
  • Header picture 1
    Find BIOS Serial Number and System Information on Windows 11 Windows
  • Screenshot
    Fix AirDrop issue “No People found and there is no one nearby to share with” on Mac Mac

Subscribe to Blog via Email

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

Join 1,819 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

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

Copyright © 2025 TechDirectArchive