Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
  • officelicensedeactivation
    Remove Office license file: How do you change the account that Office says it belongs to on a Mac JIRA|Confluence|Apps
  • Err connection timed out DNS
    How to Fix Err Connection Timed Out DNS Error Windows
  • Feature image .msixbundle
     How to Bundle MSIX Packages Windows
  • Windows Container
    How to Install a Windows Server Container Host Containers
  • Lets Encryp
    How to install Let’s Encrypt Certificates with IIS on a Windows Server Windows
  • Featured image WSL2 installation
    How to install WSL2 on Windows Server Linux
  • Best Disk Partition Manager for Mac
    How to extend System Drive Partition on Windows Windows
  • Configure NFS on Windows Server
    How to install NFS Server on Windows Server Windows Server

Tag: Ubuntu

How to Setup GitLab Runner on WSL

Posted on 26/06/202301/07/2023 Imoh Etuk By Imoh Etuk 2 Comments on How to Setup GitLab Runner on WSL
How to Setup GitLab Runner on WSL

In this post, I will show you the steps on how to Setup GitLab Runner on WSL. Windows Subsystem for Linux is a feature of Windows that allows developers to run a Linux environment. It takes away the burden of setting up a separate virtual machine or dual booting.  It is assumed that you already…

Read More “How to Setup GitLab Runner on WSL” »

Linux, Windows

How To Use Logrotate For Managing Log Files In Ubuntu Linux

Posted on 26/06/202320/12/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How To Use Logrotate For Managing Log Files In Ubuntu Linux
How To Use Logrotate For Managing Log Files In Ubuntu Linux

This article will show you how To Use Logrotate For Managing Log Files In Ubuntu Linux. To conserve disk space and keep the system operating efficiently, Logrotate is a software program found in Unix/Linux systems that controls the automated rotation, compression, and deletion of log files. It enables administrators to arrange routine log file rotations…

Read More “How To Use Logrotate For Managing Log Files In Ubuntu Linux” »

Linux

How to Use Wiki from Linux Terminal

Posted on 18/04/202318/04/2023 Imoh Etuk By Imoh Etuk No Comments on How to Use Wiki from Linux Terminal
How to Use Wiki from  Linux Terminal

In this post, I show you how to use Wiki from Linux Terminal. It is well-known that dedicated Linux users live and die by the command line. You can perform almost everything from within a terminal, thus many people don’t bother installing a desktop environment. Wikit is a free and open-source command line tool that…

Read More “How to Use Wiki from Linux Terminal” »

Linux

Change Visual Studio Code UI language

Posted on 29/03/202304/04/2023 Christian By Christian No Comments on Change Visual Studio Code UI language
Change Visual Studio Code UI language

Visual Studio Code ships by default with English as the display language. Other languages rely on Language Pack extensions available from the Marketplace. VS Code detects the operating system’s UI language and will prompt you to install the appropriate Language Pack. If available on the Marketplace. After installing the Language Pack extension and following the prompt to restart. VS Code…

Read More “Change Visual Studio Code UI language” »

JIRA|Confluence|Apps, Linux, Mac, Windows

Set Two-Factor Authentication for SSH in Linux

Posted on 07/02/202314/03/2023 Imoh Etuk By Imoh Etuk No Comments on Set Two-Factor Authentication for SSH in Linux
Set Two-Factor Authentication for SSH in Linux

The digital revolution, remote work, and the cloud have advanced the evolution of two-factor authentication and multi-factor authentication, and single sign-on (SSO) solutions. SSO is all about providing users with access to their resources through a single sign-on authentication. 2FA and Multi-Factor Authentication (MFA) are similar in that they both add a second layer of…

Read More “Set Two-Factor Authentication for SSH in Linux” »

Linux

Install Ubuntu 20.04 LTS on Windows via WSL

Posted on 18/01/202317/03/2023 Imoh Etuk By Imoh Etuk No Comments on Install Ubuntu 20.04 LTS on Windows via WSL
Install Ubuntu 20.04 LTS on Windows via WSL

Microsoft introduced the Windows Subsystem for Linux to make it easy for users to run Linux OSes such as Ubuntu and issue Bash commands directly from the Windows command prompt interface. Windows Subsystem for Linux (WSL) is a feature of Windows that allows developers to run a Linux environment without the need for a separate…

Read More “Install Ubuntu 20.04 LTS on Windows via WSL” »

Linux, Windows

Add a User to the Sudoers List in Linux

Posted on 15/01/202318/03/2023 Imoh Etuk By Imoh Etuk No Comments on Add a User to the Sudoers List in Linux
Add a User to the Sudoers List in Linux

As system administrators, performing some administrative tasks on our PC is crucial. However, it must be noted that while it is crucial to perform administrative tasks using the superuser do command (Sudo). It has the overall administrative power on your PC. This command must be used with caution so as to prevent accidental deletion and…

Read More “Add a User to the Sudoers List in Linux” »

Linux

Create and Mount Volume to Docker Container

Posted on 07/01/202328/03/2024 Imoh Etuk By Imoh Etuk No Comments on Create and Mount Volume to Docker Container
Create and Mount  Volume to Docker Container

In this guide, you will learn how to create and mount the host volume in a Docker container. Containers play a crucial role in application deployment. Docker is one of the most widely used open-source container runtimes. Please see How to manually update Docker desktop, how to install and uninstall Docker Desktop on Windows 10…

Read More “Create and Mount Volume to Docker Container” »

Containers, Linux

How to install Groovy on Linux and Windows

Posted on 15/11/202216/12/2023 Imoh Etuk By Imoh Etuk No Comments on How to install Groovy on Linux and Windows
How to install Groovy on Linux and Windows

Introducing the world of Groovy! As an object-oriented language for the Java platform, Groovy Installation Guide becomes your gateway to exploring its dynamic nature. Just like Python, Ruby, Smalltalk, and Pero, Groovy shares many features with these languages. For Groovy source code to seamlessly run on any JRE-equipped platform, it undergoes conversion into Java Bytecode….

Read More “How to install Groovy on Linux and Windows” »

Configuration Management Tool, Linux, Windows

How to install and manage ClamAV and ClamTK on Ubuntu Linux

Posted on 10/11/202216/12/2023 Imoh Etuk By Imoh Etuk No Comments on How to install and manage ClamAV and ClamTK on Ubuntu Linux
How to install and manage ClamAV and ClamTK on Ubuntu Linux

Looking for Ubuntu Linux protection? Clam AntiVirus (ClamAV) is a free and open-source antivirus software program with a command-line interface. It, along with ClamTK, can quarantine and remove malicious files, emails, web pages, and more. Moreover, ClamAV is available as a cPanel server plugin, making it a valuable tool for safeguarding your computer system from…

Read More “How to install and manage ClamAV and ClamTK on Ubuntu Linux” »

Anti-Virus Solution, Linux

Deploy a Linux virtual machine (VM) on Azure using the Azure CLI

Posted on 24/08/202214/12/2023 Imoh Etuk By Imoh Etuk 2 Comments on Deploy a Linux virtual machine (VM) on Azure using the Azure CLI
Deploy a Linux virtual machine (VM) on Azure using the Azure CLI

In this quick guide, I demonstrate how to deploy a Linux virtual machine (VM) on Azure using the Azure CLI, install an Nginx Web Server, and open port 80. Azure resources can be provisioned and managed via the Azure Portal and Azure CLI, either directly from the command line or using scripts and PowerShell cmdlets….

Read More “Deploy a Linux virtual machine (VM) on Azure using the Azure CLI” »

AWS/Azure/OpenShift, Web Server

How to Exit Linux Vim or Vi Editor

Posted on 15/07/202211/12/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to Exit Linux Vim or Vi Editor
How to Exit Linux Vim or Vi Editor

This guide shows you how to exit Linux Vim or Vi editor. The screen-based text editor application Vim is open-source and free. Thus, it is a more advanced version of Bill Joy’s vi. Meanwhile, Bill Joy is the creator of Vim. He developed the program from a port of the Stevie editor for the Amiga,…

Read More “How to Exit Linux Vim or Vi Editor” »

Linux

How To Install Google Cloud SDK on a Linux System

Posted on 28/06/202230/12/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How To Install Google Cloud SDK on a Linux System
How To Install Google Cloud SDK on a Linux System

Utilizing a command-line interface, you may create a virtual machine or environment for programming and software testing using the Google Cloud SDK (Software Development Kit), a cloud-based API system. It is Google-built and is housed in Google Cloud Storage. Here’s a guide that shows you how to install Google Cloud SDK on a Linux system….

Read More “How To Install Google Cloud SDK on a Linux System” »

Linux

Posts pagination

1 2 … 4 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a
 
  • officelicensedeactivation
    Remove Office license file: How do you change the account that Office says it belongs to on a Mac JIRA|Confluence|Apps
  • Err connection timed out DNS
    How to Fix Err Connection Timed Out DNS Error Windows
  • Feature image .msixbundle
     How to Bundle MSIX Packages Windows
  • Windows Container
    How to Install a Windows Server Container Host Containers
  • Lets Encryp
    How to install Let’s Encrypt Certificates with IIS on a Windows Server Windows
  • Featured image WSL2 installation
    How to install WSL2 on Windows Server Linux
  • Best Disk Partition Manager for Mac
    How to extend System Drive Partition on Windows Windows
  • Configure NFS on Windows Server
    How to install NFS Server on Windows Server Windows Server

Subscribe to Blog via Email

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

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