Visual Studio Code is a very feature-rich and versatile text editor that can benefit both developers and system administrators. You can use VS Code to edit your PowerShell scripts, configuration…
Linux
- LinuxWindows 10Windows 11Windows Server 2019
Recovering Files from BitLocker Encrypted Drive
March 13, 2024BitLocker Drive Encryption technology helps protect data on your local and external drives by encrypting the contents of logical volumes. In this article, we’ll have a look at two ways…
In this article, we will show how to create a Wi-Fi access point (Software AP) on any computer or laptop running Linux and equipped with a wireless adapter. You can…
In some cases, the file system in Linux can switch to a read-only mode. This means that you can only read data from the hard disk, and when you try…
You can use the open-source usbipd-win project to access a computer’s physical USB devices from the Windows Subsystem for Linux (WSL2) or Hyper-V virtual machine. This tool allows you to…
This article will explain how to add (install) a new certificate to the trusted root certificate list on Linux.
Squid is probably the most known and popular open-source caching proxy server. The squid proxy server supports a lot of caching protocols (ICP, HTCP, CARP, WCCP), and allows to proxy…
- LinuxVMWareWindows 10Windows Server 2019
Using iPerf to Test Network Speed and Bandwidth
March 12, 2024IPerf is an open-source command line tool designed to test network throughput between two network hosts. The iPerf allows to generate TCP and UDP traffic (load) between two hosts. You…
Windows Subsystem for Linux (WSL2) is widely used by developers, administrators, and common users to run different Linux distros (Ubuntu, Debian, OpenSUSE, Kali Linux, Alpine), tools, and apps in Windows…
- LinuxWindows 10Windows 11
Install Windows Subsystem for Linux (WSL 2) on Windows 10/11
October 25, 2023Windows Subsystem for Linux (WSL) allows you to run native apps, write scripts, and run bash Linux commands and scripts directly from within Windows without the need for emulators or…