ubuntu_tips_tricks_and_notes
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ubuntu_tips_tricks_and_notes [2025/10/28 15:11] – mike | ubuntu_tips_tricks_and_notes [2026/01/10 19:26] (current) – mike | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Ubuntu Tips, Tricks and Notes ====== | ====== Ubuntu Tips, Tricks and Notes ====== | ||
| ---- | ---- | ||
| - | ==== Default Mirror | + | ==== Mirrors |
| - | http:// | + | The default mirror is **%%http:// |
| + | |||
| + | The preferred mirror is **%%http:// | ||
| | | ||
| ==== Post-Installation ==== | ==== Post-Installation ==== | ||
| Line 98: | Line 101: | ||
| If the issue persists afterwards, a reboot of the system should resolve it. | If the issue persists afterwards, a reboot of the system should resolve it. | ||
| + | |||
| + | === Fixing the Low Battery Alert === | ||
| + | Found on Reddit; will "clean it up" later... | ||
| + | |||
| + | cd / | ||
| + | sudo nano UPower.conf\\ | ||
| + | If you set UsePercentageForPolicy=true then edit the percentage lines to your liking, such as:\\ | ||
| + | PercentageLow=50\\ | ||
| + | PercentageCritical=35\\ | ||
| + | If you prefer a time based approach, then set UsePercentageForPolicy to false and set the time notification options to your liking, such as:\\ | ||
| + | TimeLow=1200\\ | ||
| + | TimeCritical=300\\ | ||
| + | Hit ctrl+X to save the UPower.conf file and close out of nano editor.\\ | ||
| + | Reboot computer or sudo systemctl restart upower for changes to take effect.\\ | ||
| + | |||
ubuntu_tips_tricks_and_notes.1761689485.txt.gz · Last modified: by mike
