Configuring multiple servers to share one static IP using subdomains
I'm looking for a way to access multiple servers sharing a single static ip by using different subdomains. As a forewarning, I've never gotten into network configuration before, so my…
Setting Up Remote Desktop on Ubuntu 24.04
Remote Desktop allows you to connect and control your Ubuntu 24.04 machine from another device. This guide covers setting up Remote Desktop using built-in or open-source tools available in the…
How to Enable SSH on Ubuntu
With SSH enabled in server mode, you can connect to your present system from other remote systems. In client mode, you can connect to remote systems from your current system.
XCP-NG, TrueNas and nvme drives
I have a VM that has a pass through of the HBA that carries four NVME drives. It worked well under esxi but with TrueNAS-SCALE-23.10.1 under XCP-NG it stops as…
Making the Fancy User Interface on ESP Has Never Been Easier!
If you tried to make some fancy UI without any graphic library, you know, how hard it is. Fortunately, there are lot of graphical libraries for making fancy UI on…
Developing User Interfaces for Custom Boards with ESP microcontrollers
What is the best way to add a custom board into SquareLine Studio? Start with the custom_waveshare_7inch example on from esp-bsp repository on GitHub. This example is based on the…
Understand the basics of Linux routing
Here’s everything you need to know to get started in setting up Linux routing parameters. The Linux operating system makes a perfect solution to your routing needs. With phenomenal uptime…
A Step-by-Step guide to run a Three-Phase Motor on Single-Phase Supply using VFD
A Step-by-Step guide to run a Three-Phase Motor on Single-Phase Supply using VFD
How to diagnose xrdp blank or black screen?
LawrenceK – 2011-12-14i) We have had issues with the bit depth of the client, try setting the rdp client to 16 bits before connecting.ii) try running xrdp manuallyi.e. you may…
How To Enable Remote Desktop Protocol Using xrdp on Ubuntu 22.04
Remote Desktop Protocol (RDP) is a network protocol developed by Microsoft that allows users to remotely access and interact with the graphical user interface of a remote Windows server.