From 5a75f0a65136d37cde41e6d0bd118ab8c7e27998 Mon Sep 17 00:00:00 2001 From: Fabrice Quenneville Date: Sun, 5 Apr 2026 18:30:36 -0400 Subject: [PATCH] Updated README --- README.md | 22 +++++++++---------- ...ebian packaging.md => debian-packaging.md} | 0 notes/{pip packaging.md => pip-packaging.md} | 0 3 files changed, 10 insertions(+), 12 deletions(-) rename notes/{debian packaging.md => debian-packaging.md} (100%) rename notes/{pip packaging.md => pip-packaging.md} (100%) diff --git a/README.md b/README.md index 504d30a..6a7b354 100644 --- a/README.md +++ b/README.md @@ -7,31 +7,29 @@ This repository is structured into several key directories: - **scripts/**: Contains individual scripts for various tasks. Currently, it includes: - - `scripts/library/`: Libraries used by Python scripts. - `venv_utils.py`: Utility functions for creating, activating, and managing Python virtual environments. - `change_case.py`: A script for renaming files and directories by changing their case. - - `video_manage_audio.py`: A script for removing audio from video files. - - `video_manage_subtitles.py`: A script for removing subtitles from video files. - `video_autoreduce.py`: A script for automatic resolution reduction of video files. - `video_autoreduce_rename.py`: A script for automated renaming of video files post resolution reduction. + - `video_manage_audio.py`: A script for removing audio from video files. + - `video_manage_subtitles.py`: A script for removing subtitles from video files. - **notes/**: A collection of markdown files containing notes on various topics, including: - - - `brother.md`: Information about Brother printers on Linux. - - `btrfs.md`: Btrfs filesystem configuration and tips. - - `chrome-driver.md`: Notes on ChromeDriver setup and usage on Linux. - - `debian packaging.md`: Debian packaging guidelines. + - `brother.md`: Brother printer setup and troubleshooting on Linux. + - `btrfs.md`: Btrfs filesystem management, balances, scrubs, snapshots, and drive replacement. + - `chrome-driver.md`: ChromeDriver setup and usage. + - `debian-packaging.md`: Building and maintaining Debian packages. - `dns.md`: DNS configuration and troubleshooting. - - `linux.md`: General Linux tips. + - `linux.md`: General Linux commands — users, system management, archiving, and diagnostics. - `pdf.md`: PDF manipulation with Linux command line. - `pdftk.md`: PDF Toolkit usage. - - `pip packaging.md`: Packaging Python projects with pip. - - `ssh.md`: Secure Shell (SSH) configuration and tips. + - `pip-packaging.md`: Packaging and publishing Python projects with pip. + - `ssh.md`: SSH configuration, key management, and tunneling tips. + - `storage.md`: Storage tooling — smartctl, badblocks, dd, hdparm, fdisk, and fstab/mount management. - `wordpress.md`: WordPress debugging and tips. - **pages/other/**: Templates for other pages, such as the homepage of my Debian package repository. These are provided as inspiration and should not be used as-is. - - `debrepo.fabq.ca.html`: This file serves as the homepage for my Debian package repository. It provides the instructions to add the repository to user's system's sources list and install packages securely. - **pages/errors/**: Templates for error pages. These are provided as inspiration and should not be used as-is. diff --git a/notes/debian packaging.md b/notes/debian-packaging.md similarity index 100% rename from notes/debian packaging.md rename to notes/debian-packaging.md diff --git a/notes/pip packaging.md b/notes/pip-packaging.md similarity index 100% rename from notes/pip packaging.md rename to notes/pip-packaging.md