today's howtos
-
OMG Ubuntu ☛ How to Disable ‘App is Ready’ Notifications in Ubuntu
Finding yourself annoyed at those ‘window is ready’ notifications which pop-up when you open some apps in GNOME Shell on Ubuntu? If so, you can disable them by installing a GNOME Shell extension. Now, notifications are helpful—heck, vital when they inform, alert, or indicate that something requires our immediate attention or actioning. But “app is ready” notifications? I don’t find them anything other than obvious. I’m not amnesic; I know the app is ready – I just opened it! They aren’t predictable either.
-
Ubuntubuzz ☛ How To Install Java JRE on Ubuntu 24.04
This tutorial will help you install Java Runtime Environment or JRE on Ubuntu 24.04. We will use the free software version, the GNU GPL licensed one, from the popular OpenJDK Project. JRE is required by a lot of software applications coming from both our Free Software Community as well as custom ones made in your organization. Now let's start installing!
-
Setup Dual DE CachyOS 250202 (KDE Plasma 6.3 Beta2) and Hyprland with ML4W Dotfiles 2.9.8
Deploy CachyOS 250202 (KDE Plasma 6.3 Beta2) via Calamares as KVM Guest.
-
idroot
-
ID Root ☛ How To Setup Virtual Host Apache on AlmaLinux 9
Apache Virtual Hosts are a crucial feature for anyone looking to host multiple websites on a single server. By using virtual hosts, you can efficiently manage various domains and subdomains, all while utilizing the same server resources.
-
ID Root ☛ How To Install Fail2Ban on CentOS Stream 10
In this tutorial, we will show you how to install Fail2Ban on CentOS Stream 10. Before diving into the installation process, it’s crucial to understand what Fail2Ban is and how it operates. Fail2Ban is an open-source tool that monitors log files for signs of malicious activity.
-
ID Root ☛ How To Install TensorFlow on Linux Mint 22
TensorFlow has become a cornerstone library for machine learning and artificial intelligence, empowering developers and data scientists to build and deploy sophisticated models. Linux Mint 22, known for its user-friendly interface and robust performance, provides an excellent platform for TensorFlow development.
-
ID Root ☛ How To Install PrestaShop on Ubuntu 24.04 LTS
PrestaShop is a powerful and flexible open-source e-commerce platform that empowers businesses to create and manage their online stores effectively. Coupled with the robust and secure environment of Ubuntu 24.04, PrestaShop offers a scalable solution for businesses aiming to establish a strong online presence.
-
ID Root ☛ How To Install Seaborn on CentOS Stream 10
In this tutorial, we will show you how to install Seaborn on CentOS Stream 10. Seaborn stands out as a powerful data visualization library in Python, enhancing the creation of informative and visually appealing statistical graphics. Built upon Matplotlib and deeply integrated with Pandas, Seaborn offers a high-level interface that simplifies complex visualizations.
-
ID Root ☛ How To Install Seaborn on Ubuntu 24.04 LTS
Seaborn is a powerful data visualization library in Python, built on top of Matplotlib. It provides a high-level interface for creating informative and aesthetically pleasing statistical graphics. If you’re working with data analysis or machine learning, Seaborn is an invaluable tool for exploring and presenting your findings.
-
-
Ubuntu Handbook ☛ VS Code 1.97 Released with New Hey Hi (AI) Models, Custom Titlebar for Linux [Ed: VS Code is proprietary spyware of Microsoft; use something like KATE instead]
-
Barry Kauler ☛ Limit Chromium disk cache size
Wow, a file 919MB:
https://forum.puppylinux.com/viewtopic.php?t=13807
I'm running Chromium right now, and /home/chromium/.config folder is 381MB. No single huge file like TerryH has experienced; even so, a 381MB folder is too big. I have done what TerryH suggests, put in a limit of 100MB, see github: [...]