Tips for Improving Performance with Linux

Linux has a wide variety of variations, or flavors. They have software based on what a user needs such as Kali Linux, used for ethical hacking, and Ubuntu, for everyday use. This manual will cover Ubuntu Linux distribution and how to make your laptop run faster and safer.

Start Up

Performance

Storage

Security

Improving Start Up Speed

There are a variety of ways to make Ubuntu Linux start up faster. We will begin with some basics and move to intermediate knowledge of the system.

  • The first method to improve your startup is to limit Automatic Startup Applications.
    1. Log in onto your system with your credentials
    2. Search up "Startup Applications" on your search bar (Ubuntu unity) and click it
    3. Heres a broken image tag for re-use

    4. Here you can edit any programs that you do not want on startup. You can also remove or edit these programs with the buttons on the side.
    5. Heres a broken image tag for re-use

  • Another way to improve your bootup time is to install a preload up program. You can do this by taking the following steps:
    1. Open up your terminal on Ubuntu
    2. Heres a broken image tag for re-use

    3. Type in the command: "sudo apt-get install preload"
    4. Heres a broken image tag for re-use

These are just a few ways to improve your Ubuntu start up.

Maintaining device performance

The following is a way to update your Ubuntu linux. To do so, we are going to be using the command line. For the command line to work, you have to write the command exactly as it is shown. In Linux, a spelling mistake or a space affects everything. Follow these steps to update Ubuntu using terminal:

  1. Open the terminal application on your system
  2. Install either the apt command or apt-get command
  3. Heres a broken image tag for re-use
  4. Install the newest versions of all installed packages on Ubuntu with the following command
  5. Heres a broken image tag for re-use
  6. You may need to reboot the Linux server if kernel was updated by using the command
  7. Heres a broken image tag for re-use

This is the main way to update your Ubuntu OS through the command line.

Cleaning up system storage

To help clean up your Ubuntu system, we will be using the terminal again. To clean your system, follow the steps below:

  1. Run your default Ubuntu software manager to remove unwanted apps, files, and folders.
  2. Heres a broken image tag for re-use Heres a broken image tag for re-use

  3. To remove unwanted packages and dependencies, run the command
  4. Heres a broken image tag for re-use
  5. Clean the APT cache
    • The following command tells you the size of the APT cache on your system
    • Heres a broken image tag for re-use
    • To clean the APT cache, run the command
    • Heres a broken image tag for re-use

Keeping your device secure

There are a variety of ways to make your system more secure. The following ways are listed below:

  • Enable Full Disk Encryption (FDE)
    • This is available right before installation of Ubuntu
    • Heres a broken image tag for re-use

  • Keep your software up to date by following the path:
  • System Settings > Software & Updates > Updates
    Heres a broken image tag for re-use

  • Enable Linux Firewall by using the terminal
    • Run the command: "sudo ufw enable"
    • Heres a broken image tag for re-use