Zentyal 8.1 ChangeLog

adminChangelog, Changelog, Uncategorized

antivirus * Set version to 8.1.0 * Rename and update Apparmor local profiles * Update ClamOnAccess parameters * Remove initial-setup workaround * Update clamd stub and clamonacc service * Improve Apparmor rules for Clamd core * Set version to 8.1.0 * Disable submit button during AJAX form submission to prevent duplicate requests * Add btn-save and btn-cancel icon classes to …

Zentyal Server 8.1 Development Now Available

adminAnnouncement

Zentyal Development Team today announced the availability of Zentyal Server Development Edition 8.1. Zentyal Server 8.1 is based on Ubuntu Server 24.04 LTS and comes with the latest versions of all integrated software. This release focuses on improving overall performance, security hardening, and system stability, and includes a large number of internal improvements and bug fixes across the platform. The most important highlights …

Linux kernel development

How the Linux Kernel Development Process Works

adminLinux Server

The Linux kernel is the heart of the Linux operating system, managing hardware resources and providing essential services for applications. Understanding how the Linux kernel development process works is crucial for anyone interested in contributing to this vital project or simply wanting to learn more about how their operating system functions. This beginner’s guide will explore the various stages of …

Linux server backup

How to Set Up Remote Backup for Linux Servers

adminLinux Server

In today’s digital landscape, data is one of the most valuable assets for any organization. For Linux servers, ensuring that your data is securely backed up is crucial to prevent loss due to hardware failures, accidental deletions, or cyberattacks. This guide will walk you through the steps to set up remote backups for your Linux servers, ensuring your data remains …

SFTP server on linux

How to set up an SFTP server on Linux

adminUncategorized

Setting up a Secure File Transfer Protocol (SFTP) server on Linux can seem daunting, especially for beginners. However, with the right guidance and tools, you can have a fully functional SFTP server running in no time. This guide will walk you through the process step-by-step. What is SFTP? SFTP stands for Secure File Transfer Protocol. It is a secure version …

Linux server security

How to Secure Your Linux Server in 2025

adminLinux Server

In the ever-evolving landscape of cybersecurity, securing your Linux server is vital. With increasing threats targeting Linux systems, organizations must prioritize Linux server security to protect their data and infrastructure. This guide will provide essential strategies for enhancing Linux server security in 2025. We will explore various measures, tools, and best practices to safeguard your server against potential threats. Additionally, …

Linux samba server

A Beginner’s Guide to Setting Up a Linux Samba Server

adminLinux Server

Setting up a Linux Samba server can greatly enhance your ability to share files across different operating systems. Samba allows Linux systems to communicate with Windows clients seamlessly. This guide will explain what a Samba server is, how to set it up, and the benefits it offers for your organization. What is a Samba Server? A Linux Samba server is …

Access Ubuntu Server Remotely

Accessing Your Ubuntu Server Remotely with VNC

adminLinux Server

Need to manage your Ubuntu server graphically from afar? VNC (Virtual Network Computing) is your solution. This article guides you through setting up a VNC server on your Ubuntu machine, allowing you to access and control it remotely as if you were sitting right in front of it. Why use VNC on your Ubuntu Server? While SSH provides command-line access, …

mkd ftp command

Creating a Directory with the mkd FTP Command in Zentyal

adminLinux Server

This article explains how to use the mkd FTP command to create directories on an FTP server running on Zentyal. The mkd command is a standard FTP command used to create a new directory on the server. It’s a crucial tool for organizing and managing files when using FTP for file transfer. Here’s how it works in Zentyal: Syntax: Example: …