Go to file
Fabrice Quenneville 51c0b3312c Update Linux Notes: Expanded System Information and User Management Sections
- **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.
2024-09-23 17:51:52 -04:00
docsource Initial commit 2024-07-07 00:26:42 -04:00
notes Update Linux Notes: Expanded System Information and User Management Sections 2024-09-23 17:51:52 -04:00
pages/errors Added default error pages 2024-07-07 01:59:53 -04:00
requests/errors Ajouté pages et requetes d'erreurs par défaut. 2024-07-30 22:25:07 -04:00
.gitignore Initial commit 2024-07-07 00:26:42 -04:00
LICENSE Initial commit 2024-07-07 00:26:42 -04:00
README.md Initial commit 2024-07-07 00:26:42 -04:00
TODO.md Initial commit 2024-07-07 00:26:42 -04:00

scripts-fabq

scripts-fabq is a bash command line tool

Documentation

The documentation is available on the following link

Releases

Instalation instructions are found here.

Usage

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License