| by Scott Kilroy

Why eBPF is the Future of Linux and Cloud Native Networking

After years of open development, Isovalent formally launches with $29M in funding for its eBPF-powered Cilium networking service.

Share Button
Read More
| by Scott Kilroy

How to rebuild a package using the Arch Linux Build System

The ABS or Arch Build System is a package building system native to the Arch Linux distribution

Share Button
Read More
| by Scott Kilroy

Building A Dashcam With The Raspberry Pi Zero W

by Ramon Persaud

I’ve been playing around with the Raspberry Pi Zero W lately and having so much fun on the command line. For those uninitiated it’s a tiny Arm computer running Raspbia…

Share Button
Read More
| by Scott Kilroy

Firefox 84 Promises to Finally Enable WebRender By Default on Linux/X11

Mozilla is already working on the next major version of the popular and open-source web browser

Share Button
Read More
| by Scott Kilroy

who Command in Linux

who is a command-line utility that prints a list of currently logged in users.

Share Button
Read More
| by Scott Kilroy

$6 billion Linux deal? SUSE IPO rumored

SUSE, the major European Linux company, may soon be spun out in a $6 billion IPO.

Share Button
Read More
| by Scott Kilroy

How to Install Rocket.Chat Server with Nginx on Ubuntu 20.04

Rocket.Chat is a web-based chat application written in JavaScript, using the Meteor full-stack framework. It is an open-source chat collaboration platform that allows you to communicate securely in real-time across multiple devices.

Share Button
Read More
| by Scott Kilroy

A Basic Guide to Linux Boot Process

Every time you power on your Linux PC, it goes through a series of stages before finally displaying a login screen that prompts for your username or password. There are 4 distinct stages that
The post A Basic Guide to Linux Boot Process first appeared …

Share Button
Read More
| by Scott Kilroy

Open Invention Network Linux patent protection group turns 15

the Open Invention Network has been protecting Linux and open-source software developers and companies from open-source’s enemies and patent trolls.

Share Button
Read More
| by Scott Kilroy

VMware’s Dirk Hohndel Talks (What Else) Open Source

Dirk Hohndel, VMWare’s chief open source officer, talked about the “symbiotic relationship” between open source and the enterprise.

Share Button
Read More
| by Scott Kilroy

How to install Etherpad on Ubuntu 20.04

Etherpad is a web-based real-time online editor

Share Button
Read More
| by Scott Kilroy

Auditing network services with netstat in linux

The following are two reasons why you would want to keep track of what network services are running on your system: To ensure that no legitimate network services that you don’t need are running To ensure that you don’t have any malware that’s listening for network connections from its master You can use the following […]

The post Auditing network services with netstat in linux appeared first on The Linux Juggernaut.

Share Button
Read More
| by Scott Kilroy

Web server scanning with Nikto in Linux

Nikto is a special-purpose tool with only one purpose; that is, it’s meant to scan web servers, and only web servers. It’s easy to install, easy to use, and capable of doing a comprehensive scan of a web server fairly quickly. Nikto is built on LibWhisker2 (by RFP) and can run on any platform which […]

The post Web server scanning with Nikto in Linux appeared first on The Linux Juggernaut.

Share Button
Read More
| by Scott Kilroy

How to read and correct SELinux denial messages

A look at SELinux denial messages

Share Button
Read More
| by Scott Kilroy

Display Ping Command Output In Graph Format Using Gping

the brief history of ping network administration

Share Button
Read More
| by Scott Kilroy

How to Install Calibre Ebook Server on Ubuntu 20.04

Calibre is a free and open-source e-book manager. It ships as a cross-platform desktop application along with a server component and can be used to manage your e-book library.

Share Button
Read More
| by Scott Kilroy

How to Install Fedora 40 Server with Screenshots

The post How to Install Fedora 40 Server with Screenshots first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Fedora 40, the latest version of the Fedora operating system, was released on April 23, 2024, It is a community-supported Linux distr…

Share Button
Read More
| by Scott Kilroy

How to Trace Program Execution Using Linux Strace Command

The strace is a powerful command-line tool for process monitoring, diagnostic and troubleshooting programs in Linux. Generally, it is used to intercept and record the system calls and the signals received by a process. You can use strace to analyze […..

Share Button
Read More
| by Scott Kilroy

How to install Etherpad on Ubuntu 20.04

Etherpad is a web-based real-time online editor that allows writers to simultaneously edit a text document and monitor all edits in realtime. In this tutorial, we will show you how to install Etherpad on Ubuntu 20.04 server.

Share Button
Read More
| by Scott Kilroy

How to Install and Configure OpenLDAP and phpLDAPadmin on Ubuntu 20.04

LDAP is a Lightweight Directory Access Protocol used for accessing and maintaining distributed directory over an internet protocol. phpLDAPadmin is a web-based LDAP client used for managing and administering an LDAP server.

Share Button
Read More