systems:media_server:install_useful_packages
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
systems:media_server:install_useful_packages [2025/05/29 17:07] – created peter | systems:media_server:install_useful_packages [2025/05/31 07:45] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Systems - Media Server - Install Useful Packages ====== | ====== Systems - Media Server - Install Useful Packages ====== | ||
+ | |||
+ | Various packages which are useful. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Most ===== | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt install most | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Sensors ===== | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt install lm-sensors | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
+ | To use: | ||
+ | |||
+ | <code bash> | ||
+ | sensors | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | < | ||
+ | corsairpsu-hid-3-3 | ||
+ | Adapter: HID adapter | ||
+ | v_in: 230.00 V | ||
+ | v_out +12v: 12.08 V (crit min = +8.41 V, crit max = +15.59 V) | ||
+ | v_out +5v: 5.08 V (crit min = +3.50 V, crit max = +6.50 V) | ||
+ | v_out +3.3v: | ||
+ | psu fan: 0 RPM | ||
+ | vrm temp: | ||
+ | case temp: +50.2°C | ||
+ | power total: 134.00 W | ||
+ | power +12v: 104.00 W | ||
+ | power +5v: 24.50 W | ||
+ | power +3.3v: | ||
+ | curr +12v: 8.75 A (crit max = +168.75 A) | ||
+ | curr +5v: 5.06 A (crit max = +40.00 A) | ||
+ | curr +3.3v: | ||
+ | |||
+ | nvme-pci-0100 | ||
+ | Adapter: PCI adapter | ||
+ | Composite: | ||
+ | (crit = +84.8°C) | ||
+ | Sensor 1: | ||
+ | Sensor 2: | ||
+ | |||
+ | iwlwifi_1-virtual-0 | ||
+ | Adapter: Virtual device | ||
+ | temp1: | ||
+ | |||
+ | k10temp-pci-00c3 | ||
+ | Adapter: PCI adapter | ||
+ | Tctl: | ||
+ | Tccd1: | ||
+ | Tccd2: | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== WGet ===== | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt install wget | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== nvme-cli ===== | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt install nvme-cli | ||
+ | </ | ||
+ | |||
+ | To use: | ||
+ | |||
+ | <code bash> | ||
+ | nvme list | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | < | ||
+ | Node Generic | ||
+ | --------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- -------- | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | and | ||
+ | |||
+ | <code bash> | ||
+ | sudo nvme smart-log / | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | < | ||
+ | Smart Log for NVME device: | ||
+ | critical_warning : | ||
+ | temperature : | ||
+ | available_spare : | ||
+ | available_spare_threshold : | ||
+ | percentage_used : | ||
+ | endurance group critical warning summary: 0 | ||
+ | Data Units Read : 4932 (2.53 GB) | ||
+ | Data Units Written : 76004 (38.91 GB) | ||
+ | host_read_commands : | ||
+ | host_write_commands : | ||
+ | controller_busy_time : | ||
+ | power_cycles : | ||
+ | power_on_hours : | ||
+ | unsafe_shutdowns : | ||
+ | media_errors : | ||
+ | num_err_log_entries : | ||
+ | Warning Temperature Time : 0 | ||
+ | Critical Composite Temperature Time : 0 | ||
+ | Temperature Sensor 1 : 39 °C (312 K) | ||
+ | Temperature Sensor 2 : 44 °C (317 K) | ||
+ | Thermal Management T1 Trans Count : 0 | ||
+ | Thermal Management T2 Trans Count : 0 | ||
+ | Thermal Management T1 Total Time : 0 | ||
+ | Thermal Management T2 Total Time : 0 | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Smartctl ===== | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt install smartmontools | ||
+ | </ | ||
+ | |||
+ | To use: | ||
+ | |||
+ | <code bash> | ||
+ | sudo smartctl -x /dev/sda | ||
+ | </ | ||
+ | |||
+ | and | ||
+ | |||
+ | <code bash> | ||
+ | sudo smartctl -l farm /dev/sda | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | To check if a disk is really new(ish), compare the **Power_On_Hours** vs. **" | ||
+ | |||
+ | * Other values that can also be checked, include **" | ||
+ | * All near zero, of course, for a factory-new hard disk. | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Locate ===== | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt install plocate | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
systems/media_server/install_useful_packages.1748538451.txt.gz · Last modified: 2025/05/29 17:07 by peter