User Tools

Site Tools


linux_install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux_install [2026/01/09 21:56] – [PowerShell] stephenlinux_install [2026/01/09 23:35] (current) – [Smartmontools] stephen
Line 34: Line 34:
  
 <code bash> <code bash>
 +sudo apt-get update
 sudo apt install git? sudo apt install git?
 sudo apt install npm sudo apt install npm
Line 72: Line 73:
 Full setup instructions [[https://help.ubuntu.com/community/Smartmontools|here]]. Full setup instructions [[https://help.ubuntu.com/community/Smartmontools|here]].
  
-  - Ordered List Item+  - Install 
 +    - Update: ''sudo apt-get update'' 
 +    - Install: ''sudo apt-get install smartmontools'' 
 +    - Install GSmartControl: ''sudo apt install gsmartcontrol'' 
 +  - Command line 
 +    - Check availability: ''sudo smartctl -i /dev/sda'' 
 +    - Enable (if it isn't already): ''sudo smartctl -s on /dev/sda'' 
 +    - Scan time estimate: ''sudo smartctl -c /dev/sda'' 
 +    - Start long test (async): ''sudo smartctl -t long /dev/sda'' 
 +    - Test stats: ''sudo smartctl -l selftest /dev/sda'' 
 +    - Other report: ''sudo smartctl -x /dev/sda'' 
 +  - Run as a Daemon 
 +    - Install: ''sudo apt install smart-notifier'' 
 +    - Install: ''sudo aptitude install libnotify-bin'' 
 +    - Giving up trying to get the Smart Notifier to work. 
 + 
 === Brave === === Brave ===
  
linux_install.1767995773.txt.gz · Last modified: 2026/01/09 21:56 by stephen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki