How to use the tail command in Ubuntu Linux

how to use tail ubuntu linux

About the tail command Everyone knows about the cat command alternative to the tail command , which is used to view the contents of files. But in some cases you don’t need to look at the whole file, sometimes it’s enough to look only at the end of the file. For example, when you want […]

How to Install VLC Media Player on Ubuntu / Debian Linux

UBUNTU INSTALL VLC

About VLC VLC media player is a free, open source multimedia player developed by the non-profit organization VideoLAN. VLC supports almost all known media formats for video and audio, DVD and Video CD. The program offers video streaming from remote computers and servers without loss of quality. For more details about VLC Media Player, please […]

How To Set Up a Firewall with UFW in Ubuntu \ Debian

How To Set Up a Firewall with UFW

Introduction The Linux kernel includes the Netfilter subsystem, which is used to manipulate or decide the fate of network traffic headed into or through your server. All modern Linux firewall solutions use this system for packet filtering. UFW – Uncomplicated Firewall The default firewall configuration tool for Ubuntu is UFW. Developed to ease iptables firewall configuration, UFW […]