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/03/14 01:08] (current) – [Brave] 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 58: Line 59:
     * System Settings > Themes.     * System Settings > Themes.
       * Try 'Mint-Y-Dark-Aqua'       * Try 'Mint-Y-Dark-Aqua'
 +  * Calendar format: ''%-I:%M %p%n%Y-%m-%d''
  
 ==== App Setups ==== ==== App Setups ====
Line 72: Line 74:
 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 ===
  
Line 80: Line 98:
     * Sans-serif font: Arial     * Sans-serif font: Arial
     * Fixed-width font: Consolas (maybe FiraCode Nerd Font?)     * Fixed-width font: Consolas (maybe FiraCode Nerd Font?)
 +
 +=== LocalSend ===
 +
 +  - Start -> Firewall
 +  - [Firewall] Rules -> Add a rule...
 +  - [Firewall, Add a Firewall Rule] Simple:
 +    - Name: SendLocal
 +    - Policy: Allow
 +    - Direction: Both
 +    - Protocol: Both
 +    - Port: 53317
 +  - [Firewall, Add a Firewall Rule] Add
 +  - Takes effect straight away - no need for restart or reboot.
 +
  
 === CopyQ === === CopyQ ===
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