HowtoForge provides user-friendly Linux tutorials.
-
Finding Files On The Command Line
Author: ardchoille42 • Tags: linux • Comments: 11
Finding Files On The Command Line One of the things I like about Linux is the command line. I have used nautilus, gnome-commander, konqueror, kommander, dolphin and thunar to manage files in Linux and these file managers are great for what they do. But there are times when one simply wants to find a file when working on the command line without having to open a GUI application.
-
Firewall Access Policy Rulesets, Part 3
Author: vkfwb • Tags: security • Comments: 0Firewall Access Policy Rulesets, Part 3 This article continues the series of articles on Firewall Builder, a graphical firewall configuration and management tool that supports many Open Source firewall platforms as well as Cisco IOS access lists and Cisco ASA (PIX). This article continues with examples of Access Policy rules and demonstrates generated configurations for iptables, PF and Cisco PIX.
-
How To Install GRUB 2 On Ubuntu 9.04
Author: Falko Timme • Tags: ubuntu • Comments: 19
How To Install GRUB 2 On Ubuntu 9.04 This tutorial shows how you can upgrade your GRUB bootloader to GRUB 2 on Ubuntu 9.04. GRUB 2 has been rewritten from scratch to clean up everything for modularity and portability.
-
-
Configuring fail2ban With SquirrelMail On Debian Lenny 5.0/ISPConfig 3
Author: CubAfull • Tags: email, linux, security • Comments: 3
Configuring fail2ban With SquirrelMail On Debian Lenny 5.0/ISPConfig 3 In this article I will show how to prevent brute force attacks with Fail2ban against your SquirrelMail Web login using the Squirrel Logger plugin.
-
Talking SOAP With Exchange
Author: ErikCederstrand • Tags: php, email • Comments: 24Talking SOAP With Exchange Previously, talking to Exchange without using Microsoft products was pretty much out of the question. The binary MAPI protocol is proprietary and poorly documented. Exchange supports IMAP and POP, but these protocols only give acesss to emails, not the calendar, address book, todo lists etc. But beginning with version 2007, Exchange now ships with a SOAP interface called Exchange Web Services, or EWS. This interface gives us access to the functions necessary to write clients in any programming language on any platform. This article describes a PHP program to look up, delete and insert items in an Exchange calendar.
-
Boot On BTRFS With Debian
Author: bad_crow • Tags: debian • Comments: 11
Boot On BTRFS With Debian This tutorial will explain you how to boot from a BTRFS filesystem with kernel 2.6.31-RC4 and BTRFS 0.19. BTRFS is a new filesystem with some really interesting features like online defragmenting and snapshots. BTRFS is an experimental filesystem, use at your own risk. The kernel used is also experimental.
-
How To Enable Adobe's Flash Player In Google Chrome (Ubuntu 9.04)
Author: Falko Timme • Tags: ubuntu, desktop • Comments: 39
How To Enable Adobe's Flash Player In Google Chrome (Ubuntu 9.04) This tutorial explains how you can install the Google Chrome browser on Ubuntu 9.04 and how to enable the Adobe Flash plugin in it. Please note that Google Chrome for Ubuntu is still in alpha state and should not be used on production systems.
-
Firewall Access Policy Rulesets, Part 2
Author: vkfwb • Tags: security • Comments: 0Firewall Access Policy Rulesets, Part 2 This article continues the series of articles on Firewall Builder, a graphical firewall configuration and management tool that supports many Open Source firewall platforms as well as Cisco IOS access lists and Cisco ASA (PIX). This article demonstrates several examples of Access Policy rules and generated configurations for iptables, PF and Cisco PIX.
-
Creating Backups With Back In Time On An Ubuntu 9.04 Desktop
Author: Falko Timme • Tags: backup, desktop, ubuntu • Comments: 3
Creating Backups With Back In Time On An Ubuntu 9.04 Desktop This tutorial explains how to install and use Back In Time on an Ubuntu 9.04 desktop. Back In Time is a simple backup tool for Linux inspired from "flyback project" and "TimeVault". The backup is done by taking snapshots of a specified set of directories.
-
Setting Up Subversion W/ WebDav, Post-Commit Hook & Multiple Sites On Jaunty Jackalope (Ubuntu 9.04)
Author: mfoote • Tags: ubuntu • Comments: 7
Setting Up Subversion W/ WebDav, Post-Commit Hook & Multiple Sites On Jaunty Jackalope (Ubuntu 9.04) This tutorial was designed for someone setting up their 1st Jaunty Jackalope (Ubuntu 9.04) - Subversion server. When I first started with Subversion, I became very frustrated with the many tutorials that were vague on the key part of what I was installing... Subversion! I included some "ease of use" packages for us Linux newbs :).