Tagged: Linux

Microsoft contributes integrity subsystem update to Linux 5.12

Microsoft contributes integrity subsystem update to Linux 5.12

Recently, Microsoft engineers contributed an integrity subsystem update for Linux 5.12, which has been merged into the main branch. The Linux Integrity Measurement Architecture (IMA) subsystem introduces hooks in the inner core to support...

Windows calculator app is available on Linux

Windows calculator app is available on Linux

Uno Platform said that it has successfully ported the Windows Calculator application to Ubuntu Linux, called Uno Calculator. They worked with the Canonical team to create and publish this tool to the Ubuntu Snap...

bashtop v0.9.25 releases: Linux resource monitor

bashtop v0.9.25 releases: Linux resource monitor

bashtop Resource monitor that shows usage and stats for processor, memory, disks, network, and processes. Features Easy to use, with a game inspired menu system. Fast and responsive UI with UP, DOWN keys process...

Service control and runlevel in Linux

Service control and runlevel in Linux

How to control the running status of the service? Service Control ntsysv ntsysv is a simple interface for configuring runlevel services which are also configurable through chkconfig. To start the utility, type ntsysv at a...

How to use sort and uniq command in Linux

How to use sort and uniq command in Linux

This article mainly writes the use of some shell script sort and uniq tools in Linux environments. Sort command Sort is a tool for sorting the contents of files in units of lines, and...

VyOS 1.4.0 LTS releases: network operating system 0

VyOS 1.4.0 LTS releases: network operating system

VyOS is forked from the Vyatta community, is a network operating system that provides software-based network routing, firewall, and VPN functionality. VyOS is based on Debian GNU/Linux and is fully open source free. VyOS...

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...

How to diagnose network speed with Iperf in Linux

How to diagnose network speed with Iperf in Linux

iperf is a tool for performing network throughput measurements. It can test either TCP or UDP throughput. To perform an iperf test the user must establish both a server (to discard traffic) and a...

How to prevent port scan in Linux

How to prevent port scan in Linux

There are existing anti-port scanning tools on the Internet, such as psad and portsentry, but I find the configuration a bit cumbersome, and the server does not want to install additional software. So I...

ExFAT file system driver for Linux is coming

ExFAT file system driver for Linux is coming

After Microsoft opened up exFAT technology and actively added it to the Linux kernel, Linux Kernel 5.4 brought initial support for the exFAT file system . Now, based on earlier code improvements, the new...