-
How to Delete Let’s Encrypt SSL Certificates
The post provides a guide for students and new users on how to delete Let’s Encrypt SSL certificates using Certbot on Ubuntu Linux. Certbot, a command-line tool, is utilized for creating, renewing, revoking, and deleting these certificates. Instructions are given for signing into the server and using the command terminal to execute deletion commands.
-
Disable Touchpad on Windows 11 with External Mouse
The article provides guidance on how to automatically disable a laptop’s touchpad when a mouse is connected on Windows 11. The feature can be useful for avoiding unintended mouse movements caused by accidentally touching the touchpad. The instructions provided assist users in navigating to the correct system settings pane to adjust this feature.
-
How to Adjust Touchpad Sensitivity in Windows 11
The post instructs students and new users on how to adjust the touchpad sensitivity in Windows 11. The guide explains how to navigate through the System Settings pane to reach the touchpad settings. There, users can adapt the touchpad’s sensitivity according to their needs, improving responsiveness and pointer movement control.
-
Install GlassFish Server on Ubuntu: Quick Guide
The provided content details a step-by-step process on how to install GlassFish JAVA application server on Ubuntu Linux. It begins by explaining the role and benefits of using GlassFish, especially for developers. The tutorial progresses with precise commands for installing JAVA and GlassFish on Ubuntu Linux and configuring the GlassFish server. Advanced settings involving a…
-
How to Enable Desktop Stickers in Windows 11
The post details how to enable and use the hidden desktop stickers feature in Windows 11, available only in Microsoft Insider Preview program for Windows 11 build 25162 or later versions. Users can personalise their desktops using stickers, which remain in place even when the desktop wallpaper changes. Enabling this feature involves adjustments in the…
-
How to Install Apache Solr on Ubuntu Linux
This post provides a guide on installing Apache Solr, an open-source search platform, on Ubuntu Linux. The process involves installing Java, downloading and extracting Solr, installing it using provided commands, checking the service status, and configuring data collections. Users are also guided on allowing external access, configuring the firewall, and accessing the admin console.
-
How to Install Plex Desktop on Ubuntu Linux
The post guides students and new users on installing the Plex Linux desktop client on Ubuntu Linux, a requirement to stream media via Plex at home or remotely. Previously not available, a Plex Linux desktop app has been released via Snap, facilitating content streaming on Linux desktops. The app can be installed using apt-get commands…
-
Enable Microsoft Defender Application Guard on Windows 11
The post provides a guide on how to activate Microsoft Defender Application Guard in Windows 11, an in-built protection tool that uses hardware isolation to safeguard against potential attacks. The Application Guard functions by opening untrusted files in a separate Hyper-V-enabled container, preventing breaches of trusted resources. It also includes features such as real-time protection,…
-
Install Visual Studio Code on Ubuntu: Step-by-Step Guide
This text guides students and new users through the process of installing and using Microsoft Visual Studio Code (VS Code) on Ubuntu Linux. As an open-source, cross-platform, feature-rich code editor, VS Code offers syntax highlight and Git control, among others. The guide advises enabling the VS Code repository and installing its package using a command-line…
-
How to Install .NET Core (dotnet) SDK on Ubuntu Linux
The post instructs on installing and using Microsoft .NET Core SDK on Ubuntu Linux; an open-source, cross-platform framework. The current stable version is 6.0, supported for 3 years. Instructions detail how to install the .NET Runtime included SDK and verify its installation, either via HTTPS or Snap, both methods ensuring ease of .NET apps development.…