- **System Information**:
- Added detailed commands for hardware and software information, including `lscpu`, `lshw`, `hwinfo`, and more.
- Included commands for finding binary paths, counting words and lines in files.
- **User Management**:
- Introduced new sections for managing user information, super user management, and switching users.
- Added commands for listing users, disabling root login via SSH, managing sudo permissions, and switching users with sudo or root privileges.
This update provides a more comprehensive overview of system and user management tasks.
- Included basic commands for common PDF tasks using pdftk
- Added instructions for:
- Merging PDFs
- Appending one PDF to another
- Cutting specific pages from a PDF
- Splitting PDFs into individual pages
- Rotating PDF pages
- Encrypting PDFs with a password
This commit provides essential pdftk commands for managing and manipulating PDF files.
- Added detailed instructions for checking and managing USB devices
- Included commands for:
- Viewing system information related to USB devices
- Identifying mount points and device information
- Checking filesystem and data integrity
- Testing for bad blocks and running SMART diagnostics
- Benchmarking read speed and safely removing devices
This commit provides a comprehensive guide for handling USB devices in Linux environments.