today's howtos
-
How To Install WildFly on Ubuntu 22.04 LTS - idroot
In this tutorial, we will show you how to install WildFly on Ubuntu 22.04 LTS. For those of you who didn’t know, WildFly is a powerful, modular, and lightweight application server that helps you build amazing applications. It is cross-platform and comes with a sophisticated interface that makes changing application server settings and configuration very simple and quick. As of this writing, WildFly 26 is the latest release in a series of JBoss opensource application server offerings
This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the WildFly (JBoss) on Ubuntu 22.04 (Jammy Jellyfish). You can follow the same instructions for Ubuntu 22.04 and any other Debian-based distribution like Linux Mint, Elementary OS, Pop!_OS, and more as well.
-
Install Oracle Linux 9 on VirtualBox - kifarunix.com
In this tutorial, you will learn on how to simply install Oracle Linux 9 on VirtualBox. With Oracle Linux 9 now being available, you might want to try it out and the best way out is through installing it as a virtual machine.
-
Install dhclient command on Oracle Linux - kifarunix.com
This simple guide will show you how to install dhclient command on Oracle Linux. Have you installed Oracle Linux system and trying to configure automatic IP addresses via DHCP using dhclient command? Well, unlike the CentOS/RHEL/Rocky Linux systems, the dhclient command is not installed by default.
-
How to Boot Raspberry Pi from USB?
On paper SD cards have a bandwidth of almost 50 MBps but they achieve 38 MBps which is quite low. On the other hand, the USBs have relatively higher bandwidth at least more than that of the SD cards, so they tend to be a better choice for Raspberry Pi, if you are absolute fanatic about the speed then go for an SSD storage for your Pi.
-
How to Use AWS CLI to Manage EC2 Instance [Part 1]
-
How to Use AWS CLI to Manage EC2 Instance [Part 2]