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/01 04:40] – [Misc] 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 47: Line 48:
   * Set system fonts.   * Set system fonts.
     * System Settings > Font Selection.     * System Settings > Font Selection.
-      * Default font: Inter Regular 10 +      * Default font: **Inter Regular 10** (Default: Ubuntu Regular 10) 
-      * Desktop font: Inter Regular 10 +      * Desktop font: **Inter Regular 10** (Default: Ubuntu Regular 10) 
-      * Window title font: Inter Medium 10+      * Window title font: **Inter Medium 10** (Default: Ubuntu Medium 10)
   * Themes.   * Themes.
     * Install **ocs-url**.     * Install **ocs-url**.
Line 67: Line 68:
     - ''inxi -Sx''     - ''inxi -Sx''
   - Follow instructions here [[https://learn.microsoft.com/en-us/powershell/scripting/install/install-ubuntu|here]], replacing ''$VERSION_ID'' with the real version, e.g. ''wget -q https://packages.microsoft.com/config/ubuntu/24.04/packages-microsoft-prod.deb''.   - Follow instructions here [[https://learn.microsoft.com/en-us/powershell/scripting/install/install-ubuntu|here]], replacing ''$VERSION_ID'' with the real version, e.g. ''wget -q https://packages.microsoft.com/config/ubuntu/24.04/packages-microsoft-prod.deb''.
 +
 +=== Smartmontools ===
 +
 +Full setup instructions [[https://help.ubuntu.com/community/Smartmontools|here]].
 +
 +  - 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.
  
  
Line 120: Line 141:
     - Check: ''sudo systemctl status xrdp''     - Check: ''sudo systemctl status xrdp''
     - For more details, see [[https://linuxgenie.net/install-setup-remote-desktop-linux-mint/|here]].     - For more details, see [[https://linuxgenie.net/install-setup-remote-desktop-linux-mint/|here]].
 +  - eSpeak: ''sudo apt install espeak''
  
 ==== Apps ==== ==== Apps ====
linux_install.1767242432.txt.gz · Last modified: 2026/01/01 04:40 by stephen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki