Уровень 0 · материалов: 3
В этот кластер входят документы, описывающие способы удаления ненужных данных, файлов или элементов интерфейса для оптимизации работы системы.
Общие признаки: удаление лишних элементов, освобождение дискового пространства, автоматизация через скрипты, оптимизация работы ОС
Группа выше: Установка, настройка и обслуживание Linux
Смысл: The main idea is to maintain digital hygiene and disk space by implementing an automated 'use it or lose it' system for temporary folders using Linux scripting.
A guide on using a Bash script and cron jobs to automatically delete files from downloads and temporary folders if they haven't been accessed for two weeks.
Смысл: The main idea is to educate Docker users on identifying and removing unnecessary disk usage caused by unused containers, images, volumes, and build caches to optimize host machine performance.
A practical guide on using Docker prune commands to identify and delete unused images, containers, volumes, and build caches to free up disk space.
Смысл: The author describes their frustration with the cluttered application menus in various Linux distributions and provides a bash script to hide unnecessary items by modifying .desktop files.
The author provides a bash script to hide unnecessary application shortcuts from the Linux menu by adding 'NoDisplay=true' to .desktop files.