10 Useful Commands to Collect System and Hardware Information in Linux
It is always a good practice to know the hardware components of your Linux system is running on, this helps you to deal with compatibility issues when it comes to installing packages, drivers on your system.
Enhance Kubernetes Scheduling for GPU-Heavy Apps with Node Templates
Kubernetes' preferred methods of scheduling workloads are not cost-effective for those jobs requiring expensive GPUs. Here's a better way to run these jobs.
In this article, we will share interesting command-line tools to generate random passwords and also how to encrypt and decrypt passwords using the slat method.
How to Setup Dynamic NFS Provisioning in Kubernetes Cluster
Tutorial on how to setup dynamic nfs provisioning in Kubernetes Cluster. It allows you to automatically provision nfs volumes for pods and deployment on-demand.
This post is a wiki post. Anybody can edit it to provide useful tips for whitelisting. Editing abuse may result in a ban from the forums! Whitelisting Tips List any tips you've discovered on how or what to whitelist in order to solve specific issues! Google (Maps, Youtube, etc) Google Maps and other Google services pihole -w clients4.google.com pihole -w clients2.google.com YouTube history pihole -w s.youtube.com pihole -w video-stats.l.google.com YouTube App for iOS pihole -w www.goog...
Creating an IoT Data Pipeline Using InfluxDB and AWS
Reliable data pipelines are critical to industry, providing key information about the state of machinery and to train predictive models to improve operations.
How to Filter Linux Log Files by Date [4 Useful Commands]
Log files are nothing more than text files containing a series of information about the Linux kernel, boot process, user logins, system logs, and so on.
How to Lock and Unlock User After Failed SSH Login Attempts
In this article, we will show how to lock a user or root account after a specifiable number of failed login attempts in CentOS, RHEL and Fedora distributions.
6 Beautiful Linux Icon Themes You Should Install - Make Tech Easier
There are plenty of icon sets for Linux to radically change your desktop's looks. Let's see some beautiful Linux icon themes to upgrade your OS's looks.
Mini.WebVM: Your own Linux box from Dockerfile, virtualized in the browser via WebAssembly - Leaning Technologies
TL;DR – WebVM is a Linux-like virtual machine running fully client-side in the browser. It is based on CheerpX: a x86 execution engine in WebAssembly by Leaning Technologies. With today’s update, you can deploy your own version of WebVM by simply forking the repo on GitHub and editing the included Dockerfile. A GitHub Actions workflow...
Bernd Schubert led a session at the 2023 Linux Storage, Filesystem,
Memory-Management and BPF Summit on the intersection
of FUSE
and io_uring. He
works for DDN Storage, which is using FUSE for two network-storage
products; he has found FUSE to be a bottleneck for those filesystems. That
could perhaps be
improved by using io_uring, which is something he has been working on and
wanted to discuss.
Basic username and password authentication is an easy and simple way to secure administrative panels and backend services. Nginx can be configured to protect certain areas of your website, or even used as a reverse proxy to secure other services.