Free Linux Tutorials
  • BLOG
  • Topics
  • Configs & Scripts
  • Top List
  • Links
  • About

Category - Tutorials

Tutorials

  • Tutorials

Iptables Firewall Recommended Configuration on Ubuntu Linux

by Free Linux
2 min read
Add Comment

Iptables is a firewall utility that uses policy chains to allow or block traffic.  It can configure IPv4 tables, chains or rules provided by the Linux kernel firewall. Some key things to consider: 1. Installation: apt install...

Continue reading

  • Tutorials

Uncomplicated Firewall (UFW) Recommended Configuration on Ubuntu Linux

by Free Linux
3 min read
Add Comment

Uncomplicated Firewall (UFW) -frontend for iptables and is a program for managing a netfilter firewall. Some key things to consider: 1. Installation: apt install ufw 2. Verify if ufw is enabled: systemctl is-enabled ufw 3...

Continue reading

  • Tutorials

Top 20 Recommended SSH Configuration on Ubuntu Linux

by Free Linux
4 min read
Add Comment

Secure Shell or SSH is a cryptographic network protocol used to securely log or access to remote systems. The most popular tool is the OpenSSH which provides a large suite of secure tunneling capabilities and different...

Continue reading

  • Tutorials

Auditd Recommended Configuration on Ubuntu Linux for System Auditing

by Free Linux
7 min read
Add Comment

Here’s how to install the program “auditd” and best security practice and  recommended settings for system auditing. 1.Install the auditd a. Verify if the package is installed or not, using the dpkg...

Continue reading

  • Tutorials

Ubuntu Security Recommendation on Logging

by Free Linux
4 min read
Add Comment

A. Install and configure Rsyslog Rsyslog is the recommended syslog server on Linux, and has replaced the “syslogd” program. It is has better features and improvements such as TCP log transmission, encryption and can...

Continue reading

  • Tutorials

Securing Ubuntu Linux with Sysctl

by Free Linux
6 min read
Add Comment

Sysctl is a tool to configure or modify kernel parameters at runtime. It is a way to fine tune the kernel, of course without the need to rebuild the kernel. Sample Options: Write variable from the command line (instead of editing...

Continue reading

  • Tutorials

Top 6 Service Clients to remove for Securing Ubuntu Linux

by Free Linux
2 min read
Add Comment

As part of Best Security Practices, it is recommended to remove service clients that are not required for normal operation to reduce local attack. Here are the following programs or clients that need to remove. (Not in particular...

Continue reading

  • Tutorials

Top 15 Services to Remove for Securing Ubuntu Linux

by Free Linux
6 min read
Add Comment

As part of the Best Security Practices, it is recommended to disable all services that are not required for normal operation to prevent the vulnerabilities exploitation of these services. These are the following services that...

Continue reading

  • Tutorials

How to Install and Configure Cacti Network Monitoring on Ubuntu

by Free Linux
13 min read
Add Comment

Cacti is an open-source, web-based network monitoring and RRDTool-based Graphing Solution. Compared to MRTG, Cacti stores information in a MySQL database to create graphs and populate  data. It was designed to monitor and...

Continue reading

  • Commands
  • Tutorials

Top 5 Basic Steps to Troubleshoot Network in Linux

by Free Linux
7 min read
Add Comment

1.Find if your interface has IP address, it’s either obtained dynamically via DHCP server or manually configured using static configuration. You can either use commands from the “iproute”  or...

Continue reading

Previous 1 2 3 4 5 … 8 Next
Copyright © 2023. Created by Meks. Powered by WordPress.
  • BLOG
  • Topics
  • Configs & Scripts
  • Top List
  • Links
  • About