Wednesday 19 April 2017

How To Know Which Linux Distribution You Are Using?

How To Know Which Linux Distribution You Are Using?

https://www.howtoforge.com/how_to_find_out_about_your_linux_distribution

dmesg | head -1





Salida de 

http://www.system-rescue-cd.org/






root@sysresccd /root % dmesg | head -1
[    0.000000] Linux version 3.18.25-std471-amd64 (root@gl-sysrcd-p11.dupoux.int) (gcc version 4.8.5 (Gentoo 4.8.5 p1.3, pie-0.6.2) ) #2 SMP Fri Jan 1 21:48:48 UTC 2016
root@sysresccd /root % cat /proc/version
Linux version 3.18.25-std471-amd64 (root@gl-sysrcd-p11.dupoux.int) (gcc version 4.8.5 (Gentoo 4.8.5 p1.3, pie-0.6.2) ) #2 SMP Fri Jan 1 21:48:48 UTC 2016
root@sysresccd /root % cat /etc/issue
cat: /etc/issue: No such file or directory
root@sysresccd /root %                





https://ubuntuforums.org/showthread.php?t=867611
http://www.ultimatebootcd.com/news.html
https://unix.stackexchange.com/questions/72563/is-there-a-good-drive-torture-test-tool


http://forums.system-rescue-cd.org/viewtopic.php?f=2&t=5084&view=next
smartctl -a /dev/sdb      
hdparm -i /dev/sdb  

https://www.smartmontools.org/browser/trunk/smartmontools/smartctl.8.in 


smartctl -t short -a /dev/sdb     

https://askubuntu.com/questions/528072/how-can-i-check-the-smart-status-of-a-ssd-or-hdd-on-current-versions-of-ubuntu-1




No comments:

Post a Comment