Installing Apache2 With PHP5 And MySQL Support On Fedora 14 (LAMP)

November 28th, 2010 by jennyamy 
Installing Apache2 With PHP5 And MySQL Support On Fedora 14 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an (more…)

Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Fedora 14 x86_64)

November 28th, 2010 by jennyamy 
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Fedora 14 x86_64) This document describes how to install a Postfix mail server 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 (more…)

4 Ways to Post to Your WordPress Blog by Email

November 22nd, 2010 by Youzhny 
The ability to post WordPress blogs via email has been around for a long time. However, the surge in mobile technology in the past few years has made posting by email more relevant than ever before, especially for photo and video bloggers. Given how easy it is to compose and send emails from mobile devices, posting to your WordPress blog by email is probably going to be much easier than accessing your...

Video: Android running on Apple iPhone 3G, Tutorial Included

November 20th, 2010 by Youzhny 
With the influx of people wanting to give Android a go (even Steve Wozniak!), there’s been one lack in the whole “Android on your iPhone” flurry: video! Fortunately for all of us, the guys over at Lifehacker have recorded a video tutorial of not only how to get Android on your iPhone, but also of the OS running on the device. In viewing the video, you’ll probably notice that the interface...

Chrooted SSH/SFTP Tutorial (Debian Etch)

November 15th, 2010 by jennyamy 
This tutorial describes two ways how to give users chrooted SSH access. With this setup, you can give your users shell access without having to fear that they can see your whole system. Your users will be jailed in a specific directory which they will not be able to break out of. The users will also be able to use SFTP in their chroot jails. This document comes without warranty of any kind! I want...

40 Essential CSS Templates, Resources and Downloads

November 15th, 2010 by Youzhny 
Every web developer should have in their toolbox a collection of CSS tools and resources like the ones outlined in this article. A set of techniques that you rely on and that are always at the ready to cover any possible eventuality. You will find not a selection of the latest innovative CSS techniques (there are some) in this article, merely a collection of tools, resources and downloads that can...

Tutorial: MySQL Connection Management and caching in PHP

November 13th, 2010 by upa_kid 
Jay Pipes writes about MySQL Connection Management and caching in PHP. This small tutorial will help you understand the MySQL Connection Management and caching in PHP. FTA, “This article is intended to highlight various basic topics concerning proper methods of handling connections to MySQL databases in PHP, guidelines for caching dynamic content, and a technique called “lazy loading”....

The Perfect Server – Fedora 14 x86_64 [ISPConfig 2]

November 12th, 2010 by jennyamy 
style=”height: 811px” width=”717″ align=”left”> The Perfect Server – Fedora 14 x86_64 [ISPConfig 2] This is a detailed description about how to set up a Fedora 14 server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable) with PHP5/Ruby/Python, Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL...

Tutorial: Set up Sendmail, dovecot, SpamAssassin, ClamAV as a email server

November 11th, 2010 by upa_kid 
This article will guide you about setting up your own home email server without being spammed to death. There are many reasons to host your own email. Perhaps you don’t like the limits placed on you by your current ISP. Maybe they aren’t willing to host the domain you want, or give you the access you want. And if they do fit your needs, they want to charge a small fortune. Maybe you want...

Tutorial: Working with UNIX and Linux Shell

November 11th, 2010 by upa_kid 
You will learn more about your UNIX (and Linux) shell and useful shell commands. From the article: When you access a Unix system, the first thing you see is the prompt, called the shell prompt, which is where you interact with Unix You interact with Unix through a shell, and you have several to chose from. In this chapter, Deborah and Eric Ray show you how to change your shell and get you started...

Tutorial: Automate UNIX and Linux task with shell scripts

November 11th, 2010 by upa_kid 
Martin Streicher is the Editor-in-Chief of Linux Magazine has published beginners tutorial to automate common task. A shell script saves both time and typing job. The Web is full of helpful scripts that others have created for many purposes (here is my own shell scripts collection). From the article: Discover how shell scripts can mechanize virtually any personal or system task. Scripts can monitor,...

Tutorial: Linux MPI Parallel Clusters Programming

November 8th, 2010 by upa_kid 
// The MPI (Message Passing Interface) is a language-independent communications protocol used to program parallel computers. It allows many computers to communicate with one another. It is used in computer clusters. The OpenMP (Open Multi-Processing) is an application programming interface (API) that supports multi-platform shared memory multiprocessing programming in C/C++ and Fortran on many architectures,...