-
·
Manage Windows Security Notifications in Windows 11
The article provides a step-by-step guide on how to enable or disable Virus & Threat Protection notifications in the Windows Security app for Windows 11. Receiving these notifications depends on user preferences: for continuous updates on device health and security, they should be enabled; if they’re considered bothersome, they can be turned off. Specific options…
-
·
Install ModSecurity on Apache for Ubuntu: A Comprehensive Guide
The article provides detailed instructions on installing and using ModSecurity with Apache on Ubuntu Linux. ModSec, an open-source web application firewall, was initially a module on Apache but now supports multiple servers, with advanced performance on Apache. The guide covers installation, configuration, rule modification for preventive actions, and application of OWASP ModSecurity rules.
-
·
Enable/Disable Firewall Notifications in Windows 11
The article provides detailed steps to enable or disable firewall and network protection notifications on Windows 11 via the Windows Security app. Users are informed when Microsoft Defender Firewall blocks a new app and about other areas needing attention. These notifications can be selectively tailored to individual needs, offering awareness about computer activities or can…
-
·
How to Install Standard Notes Server on Ubuntu
The article presents a detailed guide to installing and using the Standard Notes server, a cross-platform, open-source, and encrypted note-taking app, on Ubuntu Linux. The guide includes installing Docker, downloading and setting up Standard Notes from GitHub, generating configuration secrets, updating certain lines in server and Docker files, starting the server, and running checks. Additionally,…
-
·
Create Storage Spaces and Volumes in Windows 11
The article provides instructions for creating new storage volumes with Windows 11’s Storage Spaces feature, which groups multiple disk drives into a storage pool for data protection. The process includes creating a new storage pool with two or more drives, selecting storage size and resiliency options, and formatting the new volume. The result is a…
-
·
Check Bluetooth Device Battery in Windows 11
The article provides a guide on how to check the battery level of a Bluetooth device in Windows 11 using the Settings app. To do this, users need to go to the System Settings via a shortcut or click on Start -> Settings. Then, select ‘Bluetooth & Devices’ to view device details, including battery levels.…
-
·
How to Mount Linux File System on Windows 11 via WSL
The article explains how to mount an Ubuntu Linux file system on Windows 11 using the Windows Subsystem for Linux (WSL). This enables running a GNU/Linux environment directly in Windows, without a virtual machine or dual-boot. The process involves configuring the WSL environment, running PowerShell commands to mount physical Linux drives, and accessing contents through…
-
·
How to Enable or Disable Language Bar in Windows 11
The article outlines how to display or hide the Language Bar in Windows 11 when multiple languages and keyboard layouts are installed. This bar appears by default and allows users to switch between languages and keyboard layouts easily. The instructions detail how to navigate settings for different display options, including a floating language bar or…
-
·
How to Install CAB Files in Windows 11: Step-by-Step Guide
This post provides an instructional guide on how to extract and install CAB (cabinet) files in Windows 11 using the Command Prompt, Windows PowerShell, and File Explorer. CAB files, typically used by developers for installer packages, store compressed files in a file library and are often used to distribute standalone updates and device drivers for…
-
·
How to Install Apache Hadoop on Ubuntu Linux
The article provides detailed steps to install and use Apache Hadoop on Ubuntu Linux. The process involves initially installing Java OpenJDK, creating a dedicated user account for Hadoop, installing Apache Hadoop, setting up Hadoop environment variables, and configuring Apache Hadoop with a focus on folders, permissions, and system names. Finally, the Hadoop portal is accessed…