today's howtos
-
How to Create Virtual Machine in Proxmox VE Using Web UI
In this post, we will cover how to create a virtual machine in Proxmox VE using the web interface (UI).
-
Cracking the Code: Unveiling the Hidden Language of USB HID Keyboards!
Sending key presses to another device using software that emulates a keyboard, but isn’t a physical keyboard, is a fascinating concept. We understand that in the Linux/Unix environment and with Python, this can be accomplished through low-level programming. But can the R programming language achieve the same feat? If it can, then how does it work?
-
Schedule One-Time Tasks Using the At Command in Linux
In Linux, there are multiple tools for task scheduling, and one of the well-known options that you might have heard of is the cron job.
-
How To Create a MySQL 8 Database User With Remote Access
At some point, you're going to need to connect to a MySQL 8 database remotely to manage your databases. Jack Wallen shows you how to make this possible.
-
How to Use Variables in Ansible Playbook (Simple Guide)
In this blog post, we will show you how to use variables in Ansible playbook.
-
This Tool can Manage Your Gnome Extensions with Greater Efficiency
Have many extensions installed on your GNOME desktop? Here’s a new tool to help managing them with a more efficient way.
-
How to install Telegram on Ubuntu 23.04
Telegram is a cross-platform messaging app that you can use almost on any device.
Telegram Desktop can be installed on Ubuntu 23.04 by using flatpak, snap or using the source code.
It's worth mentioning that Telegram Desktop is the web version of Telegram, which means there may
-
How to Install VMware Player on Debian 12 (Bookworm)
Learn step-by-step: Install VMware Workstation Player on Debian 12 (Bookworm) with our comprehensive guide.
-
Configuring HTTPD with Relayd as a Reverse Proxy
Here's a fairly simple pair of configurations to enable httpd to serve web pages with relayd acting as a reverse proxy.
The main purpose of relayd here is to control access to certain parts of a web site. In this example, both httpd and relayd are on the same host.