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

How to perform SSH key-based authentication in Linux

Posted on 04/10/202006/09/2023 IT Expert By IT Expert No Comments on How to perform SSH key-based authentication in Linux
How to perform SSH key-based authentication in Linux

SSH stands for Secure Shell and it is used to securely communicate between two host machines over an insecure network. It can be used for file transfer, accessing a remote machine application tunneling. Basically, SSH is the Linux equivalent for Windows Remote Desktop Protocol. For SSH to work, you need to have Openssh installed on…

Read More “How to perform SSH key-based authentication in Linux” »

Linux

Installation and configuration of Cockpit on CentOS Linux

Posted on 30/09/202010/10/2024 Dickson Victor By Dickson Victor No Comments on Installation and configuration of Cockpit on CentOS Linux
Installation and configuration of Cockpit on CentOS Linux

Cockpit is a web-based app/interface that is used to administer and monitor servers and system resources. Two very fantastic things about cockpit is that: a) it has no locked-in feature, meaning you can use it alongside other similar tools b) when it is idle or not in use, it uses no memory neither does it…

Read More “Installation and configuration of Cockpit on CentOS Linux” »

Linux

Creating an offline local repository in Linux

Posted on 25/09/202018/04/2024 Dickson Victor By Dickson Victor No Comments on Creating an offline local repository in Linux
Creating an offline local repository in Linux

Repositories can be defined as a box where your work tools are kept. It is a store for packages/applications/software that enhance your Linux experience. There are repositories you can access online, however, within your Linux OS DVD is a rich repository that you do not require internet access to use. This tutorial will work you…

Read More “Creating an offline local repository in Linux” »

Linux

Adding a new partition to an existing Linux server

Posted on 20/09/202025/09/2023 IT Expert By IT Expert No Comments on Adding a new partition to an existing Linux server
Adding a new partition to an existing Linux server

Suppose you have an up and running Linux server and you have a need for a new partition, here is an easy way to do that from the command line. For this demonstration, I am using a CentOS. Read on to learn how to add a new partition to an existing Linux server. Here is…

Read More “Adding a new partition to an existing Linux server” »

Linux

How to encrypt a partition with Cryptsetup

Posted on 16/09/202022/09/2023 IT Expert By IT Expert No Comments on How to encrypt a partition with Cryptsetup
How to encrypt a partition with Cryptsetup

Cryptsetup is a utility used to conveniently set up disk encryption based on the DMCrypt kernel module. These include plain dm-crypt volumes, LUKS volumes, loop-AES, TrueCrypt (including VeraCrypt extension), and BitLocker formats. LUKS is the standard for Linux hard disk encryption. By providing a standard on-disk-format, it does not only facilitate compatibility among distributions but…

Read More “How to encrypt a partition with Cryptsetup” »

Linux

Mounting remote directory using sshfs

Posted on 13/09/202030/08/2023 IT Expert By IT Expert No Comments on Mounting remote directory using sshfs
Mounting remote directory using sshfs

SSHF provides a secure way to access remote machines on the fly via the Secure Shell File Transfer Protocol (SFTP). It stands for Secure Shell File System and it is a software developed for use on Linux distributions. HOW TO USE SSHFS 1: Download and install the fuse-sshfs package Furthermore, The SSHFS package is not…

Read More “Mounting remote directory using sshfs” »

Linux

Create a Bootable USB Drive Using dd Command on Linux

Posted on 11/09/202003/02/2024 IT Expert By IT Expert No Comments on Create a Bootable USB Drive Using dd Command on Linux
Create a Bootable USB Drive Using dd Command on Linux

In this article, you will learn how to Create a Bootable USB Drive Using dd Command on Linux. As a server administrator who wants to run an operating system directly or install a new operating system. You will need a bootable USB drive. And as you know the CLI is more powerful than the GUI,…

Read More “Create a Bootable USB Drive Using dd Command on Linux” »

Linux

[MAILX ERROR: STATUS=BOUNCED] Fixing Mailx error when sending emails from Command line

Posted on 06/09/202024/09/2024 IT Expert By IT Expert No Comments on [MAILX ERROR: STATUS=BOUNCED] Fixing Mailx error when sending emails from Command line
[MAILX ERROR: STATUS=BOUNCED] Fixing Mailx error when sending emails from Command line

Mailx is an intelligent mail processing system, which has a command syntax reminiscent of ed(1) with lines replaced by messages. It is based on Berkeley Mail 8.1, is intended to provide the functionality of the POSIX mailx command, and offers extensions for MIME, IMAP, POP3, SMTP, and S/MIME. In this article, we will learn how to fix “[MAILX ERROR: STATUS=BOUNCED]…

Read More “[MAILX ERROR: STATUS=BOUNCED] Fixing Mailx error when sending emails from Command line” »

Linux

How to setup SELinux on a Linux server

Posted on 03/09/202028/09/2023 IT Expert By IT Expert No Comments on How to setup SELinux on a Linux server
How to setup SELinux on a Linux server

Security-Enhanced Linux (SELinux) is a security architecture for Linux systems that allows administrators to have more control over who can access the system. It was originally developed by the United States National Security Agency (NSA) as a series of patches to the Linux kernel using Linux Security Modules (LSM). In Linux, file permissions have been…

Read More “How to setup SELinux on a Linux server” »

Linux

How to install and configure Jitsi video conferencing server on Ubuntu

Posted on 30/06/202021/03/2024 IT Expert By IT Expert No Comments on How to install and configure Jitsi video conferencing server on Ubuntu
How to install and configure Jitsi video conferencing server on Ubuntu

In this article, we will discuss how to install and configure Jitsi video conferencing server on Ubuntu. Jitsi is a free open-source multi-platform voice, videoconferencing, and instant messaging applications for the web platform, Windows, Linux, macOS, etc. This application is similar to Cisco Meet, Google Meet, and Zoom video conferencing. You may also be interested…

Read More “How to install and configure Jitsi video conferencing server on Ubuntu” »

Linux

The package python-virtualenv has no installation candidate error

Posted on 30/06/202001/10/2023 IT Expert By IT Expert No Comments on The package python-virtualenv has no installation candidate error
The package python-virtualenv has no installation candidate error

If you are unable to generate an SSL certificate with Let’s Encrypt on Ubuntu 20.04, follow the steps below. See this post where the error occurred “Video Conferencing Server: How to install and configure Jitsi on Ubuntu“. Solution: Here are some solutions that helped in resolving this issue– 1: If you get the package python-virtualenv…

Read More “The package python-virtualenv has no installation candidate error” »

Linux

How to install Mattermost on Ubuntu and Debian

Posted on 17/06/202001/10/2023 IT Expert By IT Expert No Comments on How to install Mattermost on Ubuntu and Debian
How to install Mattermost on Ubuntu and Debian

Mattermost is designed as an internal chat tool for organizations and markets itself as an open-source alternative to Slack and Microsoft Teams. The new feature release offers integration with enterprise tools such as Office 365 and Active Directory and an improved end-user experience for search and session management. Mattermost provides various features including file sharing,…

Read More “How to install Mattermost on Ubuntu and Debian” »

Linux

How to fix “Job for Mattermost service failed” error

Posted on 17/06/202001/10/2023 IT Expert By IT Expert No Comments on How to fix “Job for Mattermost service failed” error
How to fix “Job for Mattermost service failed” error

Mattermost is an enterprise grade, instant messaging platform, an open-source self-hosted Slack alternative. It is written in Golang and React and can use MySQL or PostgreSQL as a database backend. Mattermost brings all your team communication into one place and provides various features including file sharing, one-on-one and group messaging, custom emojis, video calls and…

Read More “How to fix “Job for Mattermost service failed” error” »

Linux

Posts pagination

Previous 1 … 10 11 12 13 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • screenshot 2020 02 07 at 20.59.01
    How to use the utility “Whoami” in windows Windows
  • Screenshot 2020 05 19 at 18.54.21
    Unable to find File Explorer in the Group Policy Editor when resolving the security tab missing under properties Windows Server
  • Root
    Change your root password: Manage the root user on your macOS Mac
  • Edge browser
    Enable or disable Microsoft Edge from showing Web Content Windows
  • banner
    How to Back Up and Restore the Windows Registry Windows
  • Webp.net resizeimage 7
    Create a new Azure Disk: How to create and attach an extra Disk to Azure Virtual Machine AWS/Azure/OpenShift
  • HyperV 1
    An error occurred while attempting to connect to the server: Check if the Virtual Machine Management service is running or you are not authorized to connect to this server Virtualization
  • Plex DS923+ NAS
    Step-by-step guide on how to set up the Synology DS923+ NAS Reviews

Subscribe to Blog via Email

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

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