-
WildFly is a free and open source application server written in Java. It is formerly known as JBoss. It is a lightweight and fast application server. It supports REST based data access, including JAX-RS 2, and JSON-P. Commands:sudo apt install default-jdk -ysudo useradd -r -d /opt/wildfly -s /usr/sbin/nologin wildflyWILDFLY_RELEASE=$(curl -s https://api.github.com/repos/wildfly/wildfly/releases/latest|grep tag_name|cut -d ‘”‘ -f…
-
These are the best ways to map network drives on Windows 11. The video also shows you how to disconnect the drives if they are no longer needed. Commands:net use Z: \DEVICE-NAME-OR-IP\SHARED-FOLDERNew-PSDrive -Name “DRIVER-LETTER” -PSProvider “FileSystem” -Root “\DEVICE-NAME-OR-IP\SHARED-FOLDER” -Persistnet use z: /Deletenet use * /DeleteGet-PSDrive -PSProvider “FileSystem”Remove-PSDrive -Name DRIVE-LETTERRemove-PSDrive -Name XGet-PSDrive DRIVER-LETTER-1, DRIVE-LETTER-2 | Remove-PSDrive…
-
Once connected Windows Operating system have the capability to remember your internet WiFi password and you will not need to enter it each time the system is powered on. In this article, I will be showing you how to Prevent Users from Seeing Wi-Fi Password on Windows. What you will learn: 1. Steps to Disable…
-
Even though the task can be achieved using the Windows GUI, using the Command Prompt sometimes becomes necessary and is especially convenient for the sysadmins. Rather than performing the same task with a plethora of clicks, you can create a shared folder with just one command in the Command Prompt. This video will show you…
-
Windows 11 has a hidden developer feature where the operating system allows you to view and manage the computer remotely through a web-based portal. It lets you view the information locally, or remotely on the same internal network through a web browser. This video will show you how to enable the Device Portal, how to…
-
Want to use a Linux desktop but don’t want to lose Windows 10’s familiar look and vibe? Most desktop environments come with unique layouts and themes by default, but with a bit of effort, you can convert it to a spitting image of the Windows 10 desktop. Links:Windows 10 light variant – https://github.com/B00merang-Project/Windows-10/releasesWindows 10 dark…
-
Microsoft’s Windows Server 2025 focuses on enhancing security, improving performance, and introducing innovative features. In this video, I will show you how to download and install Windows Server 2025. Link:Windows Server 2025 ISO – https://mega.nz/file/TssE2SLL#wP-dTFBP9sIIlee_wO4FKrfjM7Co4n1rb2KCqWj0_RcVirtualBox – https://www.virtualbox.org/wiki/DownloadsHow to Enlarge a Virtual Machine’s Disk in VirtualBox or VMware What you will learn: 1. How and Where…