Magento E-Commerce Solution On Debian Etch
View original post
Magento E-Commerce Solution On Debian Etch
This document describes how to set up Magento on Debian Etch. The
resulting system provides a professional open-source e-commerce
solution with a many features.
Please note, that Magento is currently in a preview release and not
recommended for use in production environments. But at least it’s worth
to glance at it.
Filed under Debian | Comment (0)
Virtual Users And Domains With Postfix, Courier And MySQL (Ubuntu 6.06 LTS)
View original post
Virtual Users And Domains With Postfix, Courier And MySQL (Ubuntu 6.06 LTS)
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 (quota is
not built into Postfix by default, I’ll show how to patch your Postfix appropriately).
Passwords are stored in encrypted form in the database (most documents I found were
dealing with plain text passwords which is a security risk).
Filed under Ubuntu | Comment (0)
Setting Up Subversion And Trac As Virtual Hosts On An Ubuntu Server
View original post
Setting Up Subversion And Trac As Virtual Hosts On An Ubuntu Server
This howto outlines the process by which one can set up the Subversion version control system, and have it work in tandem with Trac,
the project manager for software development projects, on a server
running Ubuntu (or possibly Debian).
Filed under Debian | Comment (0)
Setting Up Subversion And Trac As Virtual Hosts On An Ubuntu Server
View original post
Setting Up Subversion And Trac As Virtual Hosts On An Ubuntu Server
This howto outlines the process by which one can set up the Subversion version control system, and have it work in tandem with Trac,
the project manager for software development projects, on a server
running Ubuntu (or possibly Debian).
Filed under Ubuntu | Comment (0)
Howto clear/Flush DNS Cache in Ubuntu
View original post
Some distributions run a caching nameserver in the background out of the box while some do not. To clear the cache if you have such a daemon running, simply restart the nscd service in ubuntu.
Why would you clear your cache?
Most DNS clients will cache the results of name resolution request to speed up multiple lookups to the same URL. Just think about how many requests are made to the same domain when visiting a single web page. Every file, image, style sheet, etc. that is on that page and served from the same domain requires a DNS lookup.
So if you have an invalid DNS entry cached on your local client you’ll need to flush it out of the cache so your client can do a new lookup and get the correct information. Or your other option is to wait until that DNS entry expires and the cache flushes it automatically… which typically takes about 24 hours.
In ubuntu if you want to flush DNS cache you need to restart nscd daemon
Install nscd using the following command
sudo aptitude install nscd
Flush DNS Cache in Ubuntu Using the following command
sudo /etc/init.d/nscd restart
Tags: clear dns cache in ubuntu, Flush DNS Cache in Ubuntu, General, install nscd ubuntu, restart nscd ubuntu, Serverclear dns cache in ubuntu, Flush DNS Cache in Ubuntu, General, install nscd ubuntu, restart nscd ubuntu, Server
©2008 Ubuntu Geek. All Rights Reserved.
.
Filed under Ubuntu | Comment (0)
