HowtoForge provides user-friendly Linux tutorials.

  • Back Up Linux And Windows Systems With BackupPC

    VMWare Image Download Author: Falko TimmeTags: Comments: 12

    Back Up Linux And Windows Systems With BackupPC This tutorial shows how you can back up Linux and Windows systems with BackupPC. BackupPC acts as a server and is installed on a Linux system, and from there it can connect to all Linux and Windows systems in your local network to back them up and restore them without interfering with the user's work on that system. On the clients minimal to no configuration is needed. BackupPC supports full and incremental backups, and it comes with a neat web frontend for the administrator and normal user so that backups and recoveries can be managed through a web browser. It should be noted, however, that BackupPC does file-based backups, not bit-wise backups like Ghost4Linux, for example, so it is not made for disk/partition imaging.

  • Decision Making Using PHP Switch Statement

    Author: haroonTags: , Comments: 0

    Decision Making Using PHP Switch Statement Today I am going to discuss Switch Statement. The basic concept of Switch is similar to the IF-ELSE statement; it helps you to write decision making code just like IF-ELSE but it is a little more organized, elegant and handy when dealing with complex logics as compare to IF-ELSE.

  • Setting Up A News-Voting Website With Pligg

    Author: Falko TimmeTags: , Comments: 2

    Setting Up A News-Voting Website With Pligg This article shows how to set up your own news-voting website with Pligg. Pligg is a content-management system published under the Affero General Public License, and it is written in PHP and uses a MySQL database for storing its data. With a little work you can create your own community and let users vote news to the front page.

  • Decision Making Using IF-ELSE In PHP

    Author: haroonTags: Comments: 4

    Decision Making Using IF-ELSE In PHP Today we are going to study the tools that will help you to write Decision Making Codes in php. For example, when you sign in to orkut.com you see a message ‘hello username’ on the upper right of every page. Similarly when you login to gmail if you provide wrong username or password you see an error message and if you submit accurate information you are taken to the inbox. If you think deep on these events, this is what we call ‘decision making code’. your write intelligent code that can make decision on user’s input and can act accordingly to the input to produce required output.

  • Operators In PHP

    Author: haroonTags: Comments: 5

    Operators In PHP This article is the second of a series of PHP guides that aim at teaching you the basics of PHP programming.

  • Modify Your Partitions With GParted Without Losing Data

    Author: Falko TimmeTags: , Comments: 13

    Modify Your Partitions With GParted Without Losing Data This article shows how you can modify the partitioning of your Linux system with GParted (Gnome Partition Editor) without losing data. This includes resizing partitions (enlarging and shrinking), moving partitions on the hard drive, creating and deleting partitions, and even modifying filesystem types. GParted is a free partition editor available as a desktop program and also as a Live-CD. It supports the following filesystems: ext2, ext3, fat16, fat32, hfs, hfs+, jfs, linux-swap, reiserfs, reiser4, ufs, xfs, and even ntfs (Windows).

  • PHP Programming Basics

    Author: haroonTags: Comments: 12

    PHP Programming Basics This article is the first of a series of PHP guides that aim at teaching you the basics of PHP programming.

  • Secure your SSH deployment with WiKID two-factor authentication

    Author: nowenTags: Comments: 5

    Secure your SSH deployment with WiKID two-factor authentication In this document we are going to demonstrate how to combine two-factor authentication from WiKID with an SSH gateway server with hosted private keys to create a highly secure, auditable and easy to use remote access solution. The WiKID Strong Authentication System is a commercial/open source two-factor authentication solution.

  • Installing The Native Linux Flash Player 9 On Ubuntu

    Author: Falko TimmeTags: , Comments: 5

    Installing The Native Linux Flash Player 9 On Ubuntu This article describes how to install the new native Linux Flash Player 9 from Adobe on an Ubuntu Edgy Eft desktop so that it can be used within Firefox. The procedure works for other Ubuntu versions and Debian as well.

  • How to make apache2 authenticate against MS SQL 2000 Server

    Author: spatsTags: Comments: 0

    How to make apache2 authenticate against MS SQL 2000 Server In a recent project I needed to make apache2 authenticate against MS SQL 200 Server. I did some hacks to make it happen. So to keep history log of what was done this document was made.