Linux Tutorials on the topic “ubuntu”
-
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.
-
The Perfect Desktop - Part 3: Ubuntu 6.10 Edgy Eft
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 1
The Perfect Desktop - Part 3: Ubuntu 6.10 Edgy Eft With the release of Microsoft's new Windows operating system (Vista), more and more people are looking for alternatives to Windows for various reasons. This tutorial is the third in a series of articles where I will show people who are willing to switch to Linux how they can set up a Linux desktop (Ubuntu 6.10 Edgy Eft in this article) that fully replaces their Windows desktop, i.e. that has all software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that runs also on older hardware, and the best thing is: all software comes free of charge.
-
Configuration Automation & Centralized Management With Puppet on Ubuntu
Author: Kbrede • Tags: ubuntu • Comments: 7Configuration Automation & Centralized Management With Puppet on Ubuntu This is a step by step tutorial on how to install the server component of Puppet (puppetmaster) on one machine, and the Puppet client (puppetd) on another. We then perform a simple test to make sure Puppet is working properly. If you're not familiar with Puppet, it's a configuration automation tool that allows you to centralize management of the various *nix flavors running on your network. Puppet supports central management of the important aspects of your systems, such as: files, packages, users, services, cron, mounts, etc.
-
How To Roll A Kernel the Ubuntu/Debian Way
Author: VirtualEntity • Tags: debian, kernel, ubuntu • Comments: 2How To Roll A Kernel the Ubuntu/Debian Way The Linux kernel is the heart of your Ubuntu Operating System. The kernel that comes with Ubuntu should contain all of the drivers you need, but just in case you would like to tweak your kernel or if for some reason you need to recompile for some special reason this guide will help you.