Sunday, February 5, 2023
  • Events
  • Interviews
  • Jobs
  • Opinion
  • Whitepapers
  • Glossary
  • Community Forum
  • Web Hosting Directory
  • Login
  • Register
Cloud7 News
  • Cloud Computing
  • Web Hosting
  • Data Center
  • Linux
  • Cybersecurity
  • More
    • Network/Internet
    • Windows
    • Software
    • Hardware
    • Blockchain
    • Policy/Legislation
    • How-Tos
    • Troubleshooting
No Result
View All Result
Cloud7 News
  • Cloud Computing
  • Web Hosting
  • Data Center
  • Linux
  • Cybersecurity
  • More
    • Network/Internet
    • Windows
    • Software
    • Hardware
    • Blockchain
    • Policy/Legislation
    • How-Tos
    • Troubleshooting
No Result
View All Result
Cloud7 News
No Result
View All Result

Home > Article > Weekly tips & tricks: Security #2

Weekly tips & tricks: Security #2

We have some basic but effective security advice for Linux-based operating systems for the beginners.


Rusen Gobel Rusen Gobel
April 2, 2022
4 min read
Weekly tips & tricks Security #2

Cybersecurity is one of the most important topics nowadays since even the biggest companies are losing the battles against hackers, despite their huge efforts. Today we are providing some security tips for beginners for Linux-based operating systems.

Table of Contents

  • Full disk encryption
  • Keeping software up-to-date
  • Linux firewall
  • Antivirus
  • Securing your browser
  • Strong password and logging in
  • Choosing a privacy-focused distro

Full disk encryption

Full disk encryption is essential for a potential physical robbery of your PC or laptop, more likely. Normally, all of the data is written to your storage drives without encryption. Most Linux distributions generally ask for encryption preference during the operating system installation phase, on the partition options interface. Enabling it will prevent reading any data from your storage without your master FDE (full disk encryption) password.


Keeping software up-to-date

Updating the software and the operating system itself is an important task that needs to be done by every Linux user. While some of the software updates are developed for extra features on your system, most of them are released for the disclosed vulnerabilities that threaten the users. You can use the distributions’ software updating tools or the following commands in the Terminal:

sudo apt update
sudo apt upgrade

Linux firewall

Firewall applications are pretty useful in preventing upcoming, unwanted connections. The Linux kernel has its integrated firewall component, iptables. It allows managing the network traffic to prevent possible attacks. It is not an easy tool to use. However, Uncomplicated Firewall application is available to configure iptables more easily. It is generally included in the Ubuntu and Debian-based distributions. If you don’t have it, you can install and enable it by using the following commands:

sudo apt install ufw
sudo ufw enable

You can check the list of the applications on your device by using the command below:

sudo ufw app list

Then, you can grab the details for one of the apps on your system to see the ports they are utilizing:

sudo ufw app info 'APP NAME HERE'

Now, let’s block and allow some of the TCP ports for your device:

sudo ufw allow 5555/tcp
sudo ufw deny 6666/tcp

Antivirus

Yes, we don’t like using antivirus on our daily driver computers too. But if you are a beginner, you might be unfamiliar with the possible threats and your actions’ possible consequences in Linux as you know very well in Windows. For beginners, we strongly recommend installing antivirus software to your instance. Here are some recommendations for you:

  • Sophos Antivirus for Linux
  • BitDefender Antivirus
  • McAfee Endpoint Security
  • ClamAV

Since antivirus software work in a complicated way for protection, they are not easy to install by using simple “sudo apt install” command lines. They all have a long but easy installation procedure, which you can find by a simple Google search.


Securing your browser

For security and privacy, you might want to choose a privacy-oriented browser or use some security extensions for your favorite popular web browser. Here are some security and privacy extension recommendations for your popular web browser:

  • HTTPS Everywhere
  • Adblock Plus
  • uBlock Origin
  • NoScript
  • Disconnect
  • Ghostery

And here are some security and privacy-oriented web browser recommendations:

  • Tor
  • Brave
  • Iridium

Strong password and logging in

As always, choosing a strong password is a very basic but effective way to protect yourself from cyber threats, especially brute force attacks. Adding one or two more special characters to your password will increase the required time for brute-forcing by an incredible amount. Also, you might want to disable automatically logging on to your Linux installation, especially for laptops. You can disable automatic login by visiting your Users section under Settings of your Linux distribution.


Choosing a privacy-focused distro

There are a lot of Linux distributions for every kind of purpose. For security and privacy, you might want to choose one of the distributions you can see below. They come as pre-configured for security and bring pre-installed security-oriented software, such as the browsers we mentioned above:

  • Linux Kodachi
  • Tails
  • Qubes OS
  • Septor
Rusen Gobel

Rusen Gobel

Rusen Gobel is a news editor at Cloud7 News. With more than 10 years of experience, Rusen worked as a hardware and software news editor for technology sites such as Shiftdelete, Teknokolis, Hardware Plus, BT Haber. In addition, Rusen publishes consumer product reviews on his YouTube channel. While consumer electronics has been his main focus for years, now Rusen is more interested in WordPress and software development. He had contributed different web application projects in his professional career. Rusen had graduated from Istanbul University, department of Computer Engineering. Rusen has a very high passion for learning and writing for every kind of technology. That's why he has been working as a tech editor for more than ten years on several different technology magazines and online news portals.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

I agree to the Terms & Conditions and Privacy Policy.

Next Post
Nmap open-source network mapping tool

What is NMap? Definition and Cheat Sheet

Related News

Weekly round-up 30 January – 3 February

Weekly round-up: 30 January – 3 February

February 4, 2023 9:00 pm
What is Deep Learning?

What is Deep Learning?

February 4, 2023 6:00 pm
What is GitHub Copilot

What is GitHub Copilot?

February 4, 2023 4:00 pm
Weekly round-up 23 – 27 January

Weekly round-up: 23 – 27 January

January 28, 2023 10:30 pm
Get free daily newsletters from Cloud7 News Get the Cloud7 Newsletter
Select list(s):

Check your inbox or spam folder to confirm your subscription.

By subscribing, you agree to our
Copyright Policy and Privacy Policy

Get the free newsletter

Subscribe to receive the latest IT business updates straight to your inbox.

Select list(s):

Check your inbox or spam folder to confirm your subscription.

Editor's Choice

What’s new in Linux kernel 6.2 rc6?

10 Best Web Hosting Services of 2023

Ubuntu 22.04 LTS is available for download. What is new?

CERN and Fermilab recommend AlmaLinux

7 best hosting control panels of 2023

How to update Linux Kernel without rebooting?

7 best Linux mail servers of 2023

7 best cPanel alternatives for 2023

7 best Linux web browsers for 2023

7 best CentOS alternatives

7 best Linux server distros of 2023

Interview with Igor Seletskiy on AlmaLinux

How to create a VM on VMware Workstation

Recent News

  • Weekly round-up: 30 January – 3 February
  • What is Deep Learning?
  • What is GitHub Copilot?
  • Cloud7 Expert Series: Dennis Kittrell from CloudLinux
  • Best Ubuntu alternatives for desktop of 2023

Cloud7 News
Cloud7 is a news source that publishes the latest news, reviews, comparisons, opinions, and exclusive interviews to help tech users of high-experience levels in the IT industry.

EXPLORE

  • Web Hosting
  • Cloud Computing
  • Data Center
  • Cybersecurity
  • Linux
  • Network/Internet
  • Software
  • Hardware
  • How-Tos
  • Troubleshooting

RESOURCES

  • Events
  • Interviews
  • Jobs
  • Opinion
  • Whitepapers
  • Glossary
  • Community Forum
  • Web Hosting Directory

Get the Cloud7 Newsletter

Get FREE daily newsletters from Cloud7 delivering the latest news and reviews.

  • About
  • Privacy & Policy
  • Copyright Policy
  • Contact

© 2023, Cloud7 News. All rights reserved.

No Result
View All Result
  • Cloud Computing
  • Web Hosting
  • Data Center
  • Linux
  • Cybersecurity
  • More
    • Network/Internet
    • Windows
    • Software
    • Hardware
    • Blockchain
    • Policy/Legislation
    • How-Tos
    • Troubleshooting
  • Events
  • Interviews
  • Jobs
  • Opinion
  • Whitepapers
  • Glossary
  • Community Forum
  • Web Hosting Directory

© 2023, Cloud7 News. All rights reserved.

Welcome Back!

Sign In with Facebook
Sign In with Google
Sign In with Linked In
OR

Login to your account below

Forgotten Password? Sign Up

Create New Account!

Sign Up with Facebook
Sign Up with Google
Sign Up with Linked In
OR

Fill the forms below to register

*By registering into our website, you agree to the Terms & Conditions and Privacy Policy.
All fields are required. Log In

Retrieve your password

Please enter your username or email address to reset your password.

Log In
This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.