Linux Tutorials on the topic “ubuntu”
-
How To Harden PHP5 With Suhosin (Debian Etch/Ubuntu)
Author: Falko Timme • Tags: debian, php, ubuntu • Comments: 5How To Harden PHP5 With Suhosin (Debian Etch/Ubuntu) This tutorial shows how to harden PHP5 with Suhosin on Debian Etch and Ubuntu servers. From the Suhosin project page: "Suhosin is an advanced protection system for PHP installations that was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in combination. The first part is a small patch against the PHP core, that implements a few low-level protections against bufferoverflows or format string vulnerabilities and the second part is a powerful PHP extension that implements all the other protections."
-
Installing Zenoss Network Monitor on a Ubuntu Server
Author: mshill • Tags: monitoring, ubuntu • Comments: 3Installing Zenoss Network Monitor on a Ubuntu Server This tutorial shows how to install and configure the Zenoss network monitoring tool on a Ubuntu 6.06 system. Zenoss is a free open-source tool that allows you to monitor servers, applications, networks, power, etc. regarding their configuration, availability, performance, and so on. It can also alert you by email if it finds inappropriate actions.
-
Virtual Users And Domains With Postfix, Courier And MySQL (Ubuntu 6.10 Edgy Eft)
Author: Falko Timme • Tags: antivirus, postfix, ubuntu • Comments: 5
Virtual Users And Domains With Postfix, Courier And MySQL (Ubuntu 6.10 Edgy Eft) This document describes how to install a mail server based on Postfix that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I'll also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses. The resulting Postfix server is capable of SMTP-AUTH and TLS and quota. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses.
-
-
Displaying Weather And System Information On A GNOME Desktop With gDesklets
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 5Displaying Weather And System Information On A GNOME Desktop With gDesklets This tutorial shows how you can display weather forecasts, system information like CPU and memory usage, news feeds, music player controls, etc. on a GNOME desktop with gDesklets. gDesklets is a programm that can place small desktop widgets on top of the user's desktop.
-
Set Up Ubuntu-Server 6.10 As A Firewall/Gateway For Your Small Business Environment
Author: tycho • Tags: antivirus, apache, control panels, postfix, ubuntu • Comments: 5Set Up Ubuntu-Server 6.10 As A Firewall/Gateway For Your Small Business Environment This tutorial shows how to set up a Ubuntu 6.10 server ("Edgy Eft") as a firewall and gateway for small/medium networks. The article covers the installation/configuration of services such as Shorewall, NAT, caching nameserver, DHCP server, VPN server, Webmin, Munin, Apache, Squirrelmail, Postfix, Courier IMAP and POP3, SpamAssassin, ClamAV, and many more.
-
Integrating amavisd-new Into Postfix For Spam- And Virus-Scanning
Author: Falko Timme • Tags: antivirus, debian, postfix, ubuntu • Comments: 2Integrating amavisd-new Into Postfix For Spam- And Virus-Scanning This article shows how to integrate amavisd-new into a Postfix mail server for spam- and virus-scanning. amavisd-new is a high-performance interface between MTAs such as Postfix and content checkers: virus scanners, and/or SpamAssassin. We will use ClamAV for virus scanning and SpamAssassin for spam scanning in this tutorial.
-
How To Use NTFS Drives/Partitions Under Ubuntu Edgy Eft
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 2How To Use NTFS Drives/Partitions Under Ubuntu Edgy Eft Normally Linux systems can only read from Windows NTFS partitions, but not write to them which can be very annoying if you have to work with Linux and Windows systems. This is where ntfs-3g comes into play. ntfs-3g is an open source, freely available NTFS driver for Linux with read and write support. This tutorial shows how to install and use ntfs-3g on a Ubuntu Edgy Eft desktop to read from and write to Windows NTFS drives and partitions. It covers the usage of internal NTFS partitions (e.g. in a dual-boot environment) and of external USB NTFS drives.
-
Installing The Aptana AJAX Development Environment On Ubuntu
Author: Falko Timme • Tags: desktop, programming, ubuntu • Comments: 1Installing The Aptana AJAX Development Environment On Ubuntu This tutorial shows how to install the Aptana IDE on an Ubuntu Edgy Eft system. The Aptana IDE is a free, open-source, cross-platform, JavaScript-focused development environment for building Ajax applications. It features code assist on JavaScript, HTML, and CSS languages, FTP/SFTP support and a JavaScript debugger to troubleshoot your code.
-
How To Install Zimbra Collaboration Suite (ZCS) On Ubuntu
Author: Falko Timme • Tags: ubuntu, email • Comments: 9How To Install Zimbra Collaboration Suite (ZCS) On Ubuntu This guide shows how to install the Zimbra Collaboration Suite (ZCS) on Ubuntu 6.10 (Edgy Eft) and 6.06 (Dapper Drake) server systems. Zimbra is a full-featured, open source collaboration suite - email, group calendaring, contacts, and web document management and authoring. It has a feature-rich AJAX web interface and is compatible with clients such as Microsoft Outlook, Apple Mail, and Novell Evolution so that mail, contacts, and calendar items can be synchronised from these to the ZCS server. It can also be synchronized to many mobile devices. ZCS makes use of many existing open source projects such as Postfix, MySQL, and OpenLDAP.
-
Creating a dd/dcfldd Image Using Automated Image & Restore (AIR)
Author: dream1600 • Tags: backup, ubuntu • Comments: 8Creating a dd/dcfldd Image Using Automated Image & Restore (AIR) Automated Image & Restore (AIR) is an open source application that provides a GUI front end to the dd/dcfldd (Dataset Definition (dd)) command. AIR is designed to easily create forensic disk/partition images. It supports MD5/SHAx hashes, SCSI tape drives, imaging over a TCP/IP network, splitting images, and detailed session logging. To date, the AIR utility has only been developed for use on Linux distributions. In its simplest form, AIR provides a convenient interface to execute the dd set of commands. It eliminates the risk of "fat fingering" an error in the shell terminal and ultimately makes using the dd command more user-friendly for those who are not as experienced. Please note that using the AIR front end still requires some basic knowledge of how the dd (or dcfldd) commands work.