This bash script gathers detailed information about the operating system and hardware of a GNU/Linux computer.
- bash
- lscpu, lspci, free, awk, grep (standard Linux commands)
- dmidecode
- bc
To install Datafetch in any GNU/Linux distribution, simply download the Datafetch.zip file and extract it.
From the terminal, move to the directory you just unzipped by typing "cd path/to/directory" (you can also write cd and drag the directory, dropping it into the terminal and then pressing Enter) and install the program with:
bash install.sh
Now you can start the program directly from the command line, simply by typing datafetch and pressing Enter.
To uninstall the program type:
sudo rm /usr/local/bin/datafetch
- Retrieves information about CPU and maximum frequency in boost, RAM, GPU, swap, bootloader, init system, filesystem, etc.
- Identifies the operating system, Distribution level (Easy, Intermediate, Advanced, Expert, Power), architecture, kernel, desktop environment (DE), etc.
- Detects package manager and AUR helper used (only on Arch & Arch-based systems).
- Information about graphical and audio servers in use.
If you would like to contribute to Datafetch, you are welcome! You can contribute suggestions, bug reports, feature requests, or even direct contributions to the source code.
If you encounter any issues or errors with Datafetch, please report them using the GitHub issue tracker in the repository. Provide complete details on the steps to reproduce the issue, and include information about your operating system and the version of Datafetch you are using.
Klod Cripta «[email protected]»
This project is licensed under the MIT License - see the LICENSE.md file for more details.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
Questo script bash raccoglie informazioni dettagliate sul sistema operativo e sull'hardware di un computer GNU/Linux.
- bash
- lscpu, lspci, free, awk, grep (comandi standard di Linux)
- dmidecode
- bc
Per installare Datafetch in qualunque distribuzione GNU/Linux, è sufficiente scaricare il file Datafetch.zip ed estrarlo.
Da terminale, spostarsi nella directory appena scompattata digitando "cd percorso/della/directory" (puoi anche scrivere cd e trascinare la directory rilasciandola nel terminale per poi premere Invio) ed installare il programma con:
bash install.sh
Ora è possibile avviare il programma direttamente da riga di comando, semplicemente digitando datafetch e premendo Invio.
Per disinstallare il programma digitare:
sudo rm /usr/local/bin/datafetch
- Ottiene informazioni sulla CPU e frequenza massima in boost, RAM, GPU, swap, bootloader, init system, filesystem, etc.
- Identifica il sistema operativo, il livello della distribuzione (Facile, Intermedio, Avanzato, Esperto, Power), l'architettura, il kernel, l'ambiente desktop (DE), etc.
- Rileva il gestore dei pacchetti e l'helper AUR utilizzato (solo in caso di Arch & Arch-based).
- Informazioni sui server grafici e audio in uso.
Se desideri contribuire a Datafetch, sei il benvenuto! Puoi contribuire con suggerimenti, segnalazioni di bug, richieste di funzionalità o persino con contributi diretti al codice sorgente.
Se riscontri problemi o errori con Datafetch, ti preghiamo di segnalarli utilizzando il sistema di tracciamento problemi di GitHub nel repository. Fornisci dettagli completi sui passaggi per riprodurre il problema e includi informazioni sul sistema operativo e la versione di Datafetch utilizzata.
Klod Cripta «[email protected]»
Questo progetto è sotto licenza MIT - vedere il file LICENSE.md per ulteriori dettagli.