Information Security News Blog

PHP 7.4 is on Ubuntu 20.04 LTS package archive

PHP 7.4 is on Ubuntu 20.04 LTS package archive

It’s no surprise that Bryce Harrington shared the news of the successful introduction of PHP 7.4 into the Ubuntu 20.04 package archive on Thursday. PHP 7.4 was officially released at the end of November...

antiX 23 releases: Linux distributions 0

antiX 23 releases: Linux distributions

antiX is a fast, lightweight, and easy to install Linux live CD distribution based on Debian Testing for Intel-AMD x86 compatible systems. It provides antiX magic with a set of environments suitable for older...

pfSense 2.6 released: free network firewall distribution 0

pfSense 2.6 released: free network firewall distribution

The pfSense project is a free network firewall distribution, based on the FreeBSD operating system with a custom kernel and including third-party free software packages for additional functionality. pfSense software, with the help of...

How to protect your system with TCP Wrappers

How to protect your system with TCP Wrappers

TCP Wrappers TCP wrappers are host-based access control systems. It is used to prevent unauthorized access and only allow specific customers to access services on your server. Why use TCP wrappers TCP wrappers create...

Bodhi Linux 7.0 releases, based on Ubuntu distribution 0

Bodhi Linux 7.0 releases, based on Ubuntu distribution

Bodhi Linux is a desktop-based Ubuntu-based distribution that features an elegant and lightweight Enlightenment window manager. The project integrates and pre-configures the latest Enlightenment directly from Enlightenment’s software development repository, providing modularity, the high...

How to diagnose network problems with MTR

How to diagnose network problems with MTR

MTR is a powerful network diagnostic tool that allows system administrators to diagnose and locate network errors and provide network status reports to upstream providers. mtr combines the functionality of the traceroute and ping...

Univention Corporate Server 5.0-2 releases 0

Univention Corporate Server 5.0-2 releases

Univention Corporate Server (UCS) is the free to use, innovative platform to efficiently operate and manage server applications and complete IT infrastructures. UCS is optimally suited for the management of distributed, heterogeneous and virtualized...

WireGuard is on Debian’ kernel

WireGuard is on Debian’ kernel

WireGuard is a VPN kernel implementation with few lines of code, prioritizing performance, and simple configuration. It tries to provide high performance while achieving a simple configuration. WireGuard is based on UDP. Data packets...

How to count http requests with tcpdump

How to count http requests with tcpdump

The statistics of http requests here refer to the statistics of QPS (Queries-per-second), statistics of the top ten most visited URLs. Generally, when doing such statistics, we often use website visit logs to make...