today's howtos
-
How to Install Stress or Stress-ng on AWS Amazon linux 2
Analyze your server’s performance by installing the Stress workload generator tool on Amazon Linux to test the system’s stability and ability to handle the workload.
To measure the ability of the systems, testers generally use stress tools, and in Linux, we have that free of cost to use. We can define the amount of stress we want to put on our Amazon Linux 2 server to test the system’s stability and performance.
-
How to install Docker on Rocky Linux - Darryl Dias
Docker is a platform for developers and system administrators to develop, ship, and run applications in containers. Containers are lightweight, portable, and self-sufficient environments that allow applications to run consistently across different environments. It allows developers to package their applications and dependencies into a container, which can then be easily deployed and run on any host with Docker installed. This helps to ensure that the application will run the same way in the development, testing, and production environments.
-
How to Nvidia Prime Render Offload for Better Performance on Debian Linux - Invidious
Debian supports Nvidia Optimus via the Prime Render Offload environment variables out of the box when using the closed-source Nvidia drivers. Using the closed-source drivers isn't desirable but it's required if you want to do any 3D gaming on Linux. The latest drivers integrate with the iGPU via Nvidia Optimus so you can switch between GPUs and get better performance and better battery life.
-
Stupid Easy Way to Transfer Small Files to or from Ubuntu 22.04 | UbuntuHandbook
There are quite a few ways to transfer files between different machines. For Ubuntu and most other Linux, here’s an easy way for choice.
Usually, I use a USB cable or a messenger app for transferring photo images between my personal PC and mobile devices.
However, my USB cable is always NOT near at hand and I hate to scan QR code again and again on PC for logging 3rd app. In this case, creating a temporary http file server with Python is an easy and good choice.