Showing headlines posted by bob

« Previous ( 1 ... 41 42 43 44 45 46 47 48 49 50 51 ... 1175 ) Next »

Banana Pi Teases Open Source Router with Triductor TR6560+TR5220 Wi-Fi SoC

  • LinuxGizmos.com (Posted by bob on Jan 21, 2024 6:54 PM CST)
  • Story Type: News Story
Banana Pi recently showcased a Mini router designed with the  Triductor TR6560 along with TR5220 Wi-Fi System-on-Chip. Some key features of the Banana Pi BPI-Wi-Fi6 Mini are its GbE LAN port and its GbE WAN port for wired connectivity. This device shares a familiar form-factor with the previously launched Banana Pi BPI-R3 Mini Router board […]

How to build a Self-hosted environment on Linux with Proxmox

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 21, 2024 12:03 PM CST)
  • Groups: Linux; Story Type: News Story
In this article, we delve into the practicalities of establishing an affordable self-hosted environment tailored for home labs, home offices, and small to medium-sized enterprises. Prioritizing a lean approach that minimizes both effort and cost, our goal is to navigate complexities within a reasonable timeframe.

How to Install Zammad Customer Support System on Debian 12

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 21, 2024 5:11 AM CST)
  • Story Type: Tutorial; Groups: Debian, Linux
Zammad is an open-source customer support/ticketing solution that helps manage communications across various channels such as email, chat, and social media. In this guide, you will learn how to install the Zammad Customer Support System with PostgreSQL and Nginx on the Debian 12 server.

WINE 9.0 improves ability to run 32-bit Windows apps on 64-bit-only xNix

Plus fresh release brings native Wayland support on Linux. WINE 9.0 brings the benefits of better WoW64 support to 64-bit x86 – and Arm – kit, plus native Wayland support on Linux.…

Understanding the Implications of CentOS Stream 8 End-of-Life on Enterprise Environments

with the approaching end-of-life (EOL) of CentOS Stream 8, enterprises may face critical challenges in securing their Linux environment. This analysis provides insights into the potential consequences of CentOS Stream 8 EOL, discusses mitigation strategies, and examines the importance of maintaining security in enterprise environments.

How to Install Icinga 2 Monitoring Software on Debian 12

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 20, 2024 5:45 PM CST)
  • Story Type: Tutorial; Groups: Debian, Linux
Icinga 2 is an open-source monitoring system that checks the availability of network resources, notifies users of outages, and generates performance data for reporting.

AppArmor Switches To SHA256 Policy Hashes In Linux 6.8

An important change has been made in the AppArmor Linux kernel security module . The change involves switching from using the insecure SHA1 algorithm to the more secure SHA256 algorithm for AppArmor policy hashes.

The Linux read Command

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 20, 2024 4:01 AM CST)
  • Groups: Linux; Story Type: News Story
The read command in Bash reads a line from the standard input and splits it into fields.

How to Install CSF (Config Server Firewall) on Debian 12

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 20, 2024 1:44 AM CST)
  • Groups: Debian, Linux; Story Type: News Story
CSF or Config Server Firewall is a Stateful Packet Inspection (SPI) firewall based on IPtables and Perl. it provides a daemon process that will monitor your services for failure authentication.

How to Install Apache Tomcat with Nginx Reverse Proxy on AlmaLinux 9

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 19, 2024 11:50 PM CST)
  • Story Type: Tutorial; Groups: Apache, Linux
Apache Tomcat or "Tomcat" is a free and open-source Java Servlet container for Java. In the following guide, we'll show you the installation of Apache Tomcat with Nginx as a reverse proxy on the AlmaLinux 9 server.

Contribute at the Fedora Linux Test Week for Kernel 6.7

The kernel team is working on final integration for Linux kernel 6.7. This version was just recently released, and will arrive soon in Fedora Linux. As a result, the Fedora Linux kernel and QA teams have organized a test week from Sunday, January 21, 2024 to Sunday, January 28, 2024. The wiki page in this […]

Linux File Compression: gzip, bzip2, and xz Unveiled

In the world of Linux, file compression is a routine yet critical task, serving the dual purpose of saving disk space and speeding up file transfers. With several compression tools at your disposal, it's essential to understand their nuances to make an informed choice. This guide dives into the realms of three widely-used Linux compression tools: gzip, bzip2, and xz.

Understanding the Implications of CentOS Stream 8 End-of-Life on Enterprise Environments

with the approaching end-of-life (EOL) of CentOS Stream 8, enterprises may face critical challenges in securing their Linux environment. This analysis provides insights into the potential consequences of CentOS Stream 8 EOL, discusses mitigation strategies, and examines the importance of maintaining security in enterprise environments.

Linux Mint 21.3 is here. And this is why its outstanding

The latest Linux Mint update is an excellent Linux desktop for many reasons.

How to achieve "dnf swap"-equivalent functionality with rpm-ostree

  • Fedora Magazine; By Mateus Rodrigues Costa (Posted by bob on Jan 18, 2024 8:32 AM CST)
  • Story Type: News Story; Groups: Fedora
While, due to the nature of rpm-ostree, it may not seem that dnf swap-like functionality is achievable, a closer look at its commands shows similar flexibility, even if in different clothing.

Waveshare Unveils Cost-Effective PCIe to M.2 HAT+ for Raspberry Pi 5, Priced at $8.99

  • LinuxGizmos.com; By Giorgio Mendoza (Posted by bob on Jan 18, 2024 6:38 AM CST)
  • Story Type: News Story; Groups: Raspberry Pi
The distributor Waveshare recently featured a PCIe to M.2 HAT+ compatible with the latest Raspberry Pi 5 Single Board Computer launched last year. This device boasts a compact design and is available at a budget-friendly price, making it an attractive option for tech enthusiasts and professionals alike. Similar to the HatDrive Top by Pineberry, which […]

Could immutability be a Leap too far for openSUSE users?

  • The Register; By Liam Proven (Posted by bob on Jan 17, 2024 11:04 PM CST)
  • Story Type: News Story; Groups: Linux, SUSE
Update on Linux distro's next major version heralds big changes ahead. The future of openSUSE is firming up, but possibly not in the direction that existing users of the distro will enjoy.…

Building a Robust LAMP Stack on Ubuntu/Debian

In the realm of web development, the LAMP stack stands as a time-tested, versatile foundation for building dynamic websites and applications. This stack, an acronym for Linux, Apache, MySQL, and PHP, has been the cornerstone of web development for decades. In this guide, we will delve into setting up a LAMP stack specifically on Ubuntu or Debian systems, guiding you through each step with detailed instructions.

Linux Networking: Configuring Network Address Translation (NAT)

In the vast ocean of network communications, Network Address Translation (NAT) stands as a pivotal lighthouse, guiding the flow of data packets to their correct destinations while conserving the limited resource of IP addresses. In the Linux environment, configuring NAT is not only a skill required by network administrators but also an intriguing exercise for those passionate about understanding the intricacies of network protocols and Linux’s powerful networking capabilities.

Tsurugi Linux: A Game-Changing DFIR Analysis Tool

Tsurugi Linux is a free and open-source distribution crafted specifically for digital forensics and Open-Source Intelligence (OSINT) investigations. Tsurugi Linux offers a user-friendly experience with a logical forensic analysis menu sequence, allowing users to navigate the various stages of an investigation easily.

« Previous ( 1 ... 41 42 43 44 45 46 47 48 49 50 51 ... 1175 ) Next »