×


Linux Resources


UFW Remove Rule in Ubuntu 22.04 (Jammy Jellyfish) Linux system

This article covers how you can easily delete any UFW rule from Ubuntu system firewall. In fact, In Ubuntu Firewall, we can delete firewall rules by the rule number or the original rule by using ufw delete command.


How to find the corresponding firewall rule number using ufw on Ubuntu ?

Easiest and best method is to remove firewall rules by the rule number. We can find the corresponding rule number using ufw status numbered command:

$ ufw status numbered

Then Delete the rule using ufw delete command. or example, if you want to delete rule number '2', execute:

$ ufw delete 2


How to Delete All Firewall Rules on Ubuntu ?

The ufw reset command will remove all firewall rules and also it will disable the UFW on Ubuntu.

$ ufw reset


Python Compare Strings - How it works ?

This article covers how to compare strings in Python. In fact, Python comparison operators can be used to compare strings in Python. These operators are: equal to (==), not equal to (!=), greater than (>), less than (<), less than or equal to (<=), and greater than or equal to (>=). 


Which Flavour of Ubuntu Should You Choose ?

This article covers the Best 8 Flavours of Ubuntu to use. In fact, Ubuntu flavours offer a unique way to experience Ubuntu, each with their own choice of default applications and settings. 


Install pageedit editor on Ubuntu 22.04 (Jammy Jellyfish) - Step by step guide ?

This article covers how to install and use PageEdit on Ubuntu Jammy Jellyfish. In fact, PageEdit is an excellent application to write professional technical documents for your team.


Install Webfs Server on Jammy Jellyfish Ubuntu 22.04 system

This article covers how to install webfs on Ubuntu system. In fact, webfs can host static contents without bloating the system resources.


Install kakoune Editor on Ubuntu 22.04 (Jammy Jellyfish) - Step by step guide ?

This article covers how to install kakoune on Ubuntu 22.04. In fact, Kakoune is a code editor heavily inspired by Vim; as such most of its commands are similar to vi’s ones, and it shares Vi's "keystrokes as a text editing language" model. Kakoune can operate in two modes, normal and insertion. In insertion mode, keys are directly inserted into the current buffer. In normal mode, keys are used to manipulate the current selection and to enter insertion mode. Kakoune has a strong focus on interactivity, most commands provide immediate and incremental results, while still being competitive (as in keystroke count) with Vim. Kakoune works on selections, which are oriented, inclusive range of characters; selections have an anchor and a cursor character. Most commands move both of them, except when extending selection where the anchor character stays fixed and the cursor one moves around.

Search by typing a one letter Word Term Here