UFW Firewall on Ubuntu - BRS MEDIA TECHNOLOGIES
UFW firewal

UFW Firewall on Ubuntu

How to Install UFW Firewall on Ubuntu with GUI?

The objective is to show you how to enable and disable firewall on Ubuntu 18.04. By default the UFW is disabled. You can check the status of your firewall by executing the following Linux command given below.

Check a current firewall status Command:

$ sudo ufw status

Enable Firewall Command:

$ sudo ufw enable

Disable Firewall Command:

$ sudo ufw disable

Install UFW via graphical user interface Command:

$ sudo apt install gufw


Key Terms:

  • Firewall
  • ,
  • Open Source Software
  • ,
  • UFW Firewall on Ubuntu

Related Article

file sharing Windows and Linux

File Sharing between Windows and Linux

Contents1 Overview2 Install Samba3 Stop Samba daemon4 Back up Samba config file5 Create new Samba config file6 Create Samba shares […]

BIOS

COMPUTER BASIC INPUT/OUTPUT SYSTEM (BIOS)

A computer’s basic input/output system (BIOS) is a program that’s stored in nonvolatile memory such as read-only memory (ROM) or […]

CPU-Limit-in-Linux

How To Limit CPU Usage Of A Process With cpulimit (Debian/Ubuntu)

This tutorial shows how you can limit the CPU usage of a process with the tool cpulimit on Debian/Ubuntu. cpulimit […]