ubuntu_steps
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ubuntu_steps [2025/05/23 07:09] – kenson | ubuntu_steps [2026/04/23 07:14] (current) – kenson | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| Start with " | Start with " | ||
| - | Just be root | + | Notes: |
| < | < | ||
| - | sudo su - | + | vi ~/ |
| + | set enable-bracketed-paste off | ||
| </ | </ | ||
| Line 237: | Line 239: | ||
| apt install nmap | apt install nmap | ||
| </ | </ | ||
| + | |||
| + | ===== WiFi + “jerky typing” fix for low power wifi cards!!!! ===== | ||
| + | |||
| + | Run < | ||
| + | |||
| + | Test if this is the problem first. | ||
| + | < | ||
| + | iw dev wlan0 get power_save | ||
| + | </ | ||
| + | if its on, it will report: | ||
| + | < | ||
| + | Power save: on | ||
| + | </ | ||
| + | Turn off power save via: | ||
| + | < | ||
| + | sudo iw dev wlan0 set power_save off | ||
| + | </ | ||
| + | If that works, make it permanent via (also note this isn't the " | ||
| + | < | ||
| + | vi / | ||
| + | </ | ||
| + | Add the following snippet | ||
| + | < | ||
| + | [Unit] | ||
| + | Description=Disable WiFi Power Save | ||
| + | After=network.target | ||
| + | |||
| + | [Service] | ||
| + | Type=oneshot | ||
| + | ExecStart=/ | ||
| + | |||
| + | [Install] | ||
| + | WantedBy=multi-user.target | ||
| + | </ | ||
| + | Make it permanent | ||
| + | < | ||
| + | sudo systemctl daemon-reexec | ||
| + | sudo systemctl enable wifi-powersave-off | ||
| + | sudo systemctl start wifi-powersave-off | ||
| + | </ | ||
| + | |||
ubuntu_steps.1747984182.txt.gz · Last modified: 2025/05/23 07:09 by kenson
