F5F Stay Refreshed Software Operating Systems Improving Linux Security and Efficiency

Improving Linux Security and Efficiency

Improving Linux Security and Efficiency

N
Neoxonn
Junior Member
3
09-28-2016, 01:36 AM
#1
I recently acquired a Dell Latitude e5550 in excellent shape. Instead of installing Windows 10 and running it locally, I opted to explore Linux. This marks my first real experience with the platform, so I decided to begin cautiously with something more familiar—Ubuntu 20.04 LTS was my choice over alternatives like Mint or Manjaro, though that was mainly due to brand recognition. I’m looking for guidance on optimizing this device for privacy and battery efficiency. Switching to a more mobile-friendly distribution might be beneficial, but since I’m starting from scratch, I’m unsure where to begin. Appreciate any advice!
N
Neoxonn
09-28-2016, 01:36 AM #1

I recently acquired a Dell Latitude e5550 in excellent shape. Instead of installing Windows 10 and running it locally, I opted to explore Linux. This marks my first real experience with the platform, so I decided to begin cautiously with something more familiar—Ubuntu 20.04 LTS was my choice over alternatives like Mint or Manjaro, though that was mainly due to brand recognition. I’m looking for guidance on optimizing this device for privacy and battery efficiency. Switching to a more mobile-friendly distribution might be beneficial, but since I’m starting from scratch, I’m unsure where to begin. Appreciate any advice!

C
163
09-28-2016, 05:24 AM
#2
I really appreciate Xubuntu for its clean, minimal design. Try installing the desktop version alongside Ubuntu and experiment with your preferences. Don't worry much about privacy or battery performance—my current laptop is outdated enough that those advanced optimizations aren't needed.
C
Cookie0verDose
09-28-2016, 05:24 AM #2

I really appreciate Xubuntu for its clean, minimal design. Try installing the desktop version alongside Ubuntu and experiment with your preferences. Don't worry much about privacy or battery performance—my current laptop is outdated enough that those advanced optimizations aren't needed.

T
Treshmulti
Junior Member
20
10-17-2016, 02:52 AM
#3
The privacy options in Ubuntu’s settings menu let you adjust various features. For battery management, add tlp to your installation if missing: sudo apt install tlp Then launch it: sudo tlp start. When using AC power, it operates in "AC mode" for optimal performance; on battery, it optimizes for longer life. To verify status, run sudo tlp status. To activate it automatically at startup, use sudo tlp enable
T
Treshmulti
10-17-2016, 02:52 AM #3

The privacy options in Ubuntu’s settings menu let you adjust various features. For battery management, add tlp to your installation if missing: sudo apt install tlp Then launch it: sudo tlp start. When using AC power, it operates in "AC mode" for optimal performance; on battery, it optimizes for longer life. To verify status, run sudo tlp status. To activate it automatically at startup, use sudo tlp enable

A
al77be
Junior Member
20
10-17-2016, 07:54 AM
#4
You're welcome on the advice. For details on system adjustments, check the documentation or community resources for Ubuntu. The changes you mentioned—like CPU clock settings, page file management, visual effects, and system restore—do impact performance and battery life. To see how they affect your setup, you can run a test after reinstalling or updating those features.
A
al77be
10-17-2016, 07:54 AM #4

You're welcome on the advice. For details on system adjustments, check the documentation or community resources for Ubuntu. The changes you mentioned—like CPU clock settings, page file management, visual effects, and system restore—do impact performance and battery life. To see how they affect your setup, you can run a test after reinstalling or updating those features.

N
NrosenYT
Member
174
10-18-2016, 06:50 AM
#5
Explore the documentation for TLP here: https://linrunner.de/tlp/. The configuration panel provides details on all settings TLP supports. You can also execute: sudo tlp stat to retrieve extensive data on voltage, power usage, and various system metrics.
N
NrosenYT
10-18-2016, 06:50 AM #5

Explore the documentation for TLP here: https://linrunner.de/tlp/. The configuration panel provides details on all settings TLP supports. You can also execute: sudo tlp stat to retrieve extensive data on voltage, power usage, and various system metrics.

L
lilycotterill
Senior Member
656
10-18-2016, 09:27 PM
#6
It's a valuable resource! I appreciate the time you're taking to review it. For now, I'll focus on understanding the key points. Disabling logging and telemetry will be the next step.
L
lilycotterill
10-18-2016, 09:27 PM #6

It's a valuable resource! I appreciate the time you're taking to review it. For now, I'll focus on understanding the key points. Disabling logging and telemetry will be the next step.