Digital Inclusion, Volunteering and Linux!
Do Until (BASH)
Accelerate Your Performance Testing on Ubuntu with k6 and Postman-to-k6
Performance testing is crucial to software development. It ensures your application can handle high traffic and usage without crashing or slowing down. Many tools are available for performance testing, but two popular ones are k6 and Postman. This guide will show you how to do performance testing on Ubuntu using …
The post Accelerate Your Performance Testing on Ubuntu with k6 and Postman-to-k6 appeared first on Anto ./ Online.
Solving the ‘tail: inotify resources exhausted’ Error on Ubuntu
The “tail: inotify resources exhausted” error usually occurs when you are using the tail command to follow a file that is being actively written to, and the inotify watch limit has been reached. To fix this issue, you can try increasing the inotify watch limit by modifying the /proc/sys/fs/inotify/max_user_watches file. …
The post Solving the ‘tail: inotify resources exhausted’ Error on Ubuntu appeared first on Anto ./ Online.
Let’s learn about Snap!
Ubuntu Snap is an application framework that makes installing and managing software on your system easier. Not only does this provide the easiest way to access your favourite open-source applications, but it also ensures you have the latest version at all times. With Ubuntu Snap, even those new to Linux …
The post Let’s learn about Snap! appeared first on Anto ./ Online.
Update Ubuntu using Apt & Cron
There are several methods to update Ubuntu. These methods include package updates via the desktop, the unattended upgrade script, and good old Apt. As the title suggests, this post explores the last option using Cron. Using the Apt command via Cron is mainly intended if you have installed a cut-down, …
The post Update Ubuntu using Apt & Cron appeared first on Anto ./ Online.
Set up CrowdSec to protect your WordPress site
Let’s find out how you can protect your Docker WordPress site using CrowdSec. You can now protect your WordPress site like a pro in a few simple steps! This guide assumes that you are running a WordPress Docker container that exists behind a reverse proxy. You need to skip one …
The post Set up CrowdSec to protect your WordPress site appeared first on Anto ./ Online.
OpenFaaS: Classic and of-watchdog templates
OpenFaaS (Function as a Service) is a popular serverless framework. However, unlike other serverless function providers, OpenFaaS has very few restrictions on providing and receiving data. This guide will show you the primary differences between the Classic and of-watchdog templates. Let’s get started! OpenFaaS provides two types of templates: Classic Watchdog …
The post OpenFaaS: Classic and of-watchdog templates appeared first on Anto ./ Online.
OpenFaaS: How to Add Python Requirements and Dependencies
This guide will show you how to add requirements and dependencies for a Python project using OpenFaaS. Python dependencies are software components that your project needs for it to work. You can manually use PyPI (the Python Package Index) to provide packages that you need, but OpenFaaS can automate this …
The post OpenFaaS: How to Add Python Requirements and Dependencies appeared first on Anto ./ Online.