server

Zimbra- Maximum flexibility, power and deployment control!

Zimbra Collaboration Suite is an enterprise-class open source email, calendar and collaboration server. With the most innovative web application available today, Zimbra boosts the productivity of users on any desktop and dramatically reduces TCO compared to legacy platform vendors. Other key advantages include advanced compatibility with existing desktop email clients, over-the-air sync to smartphones (iPhone, [...]

Uniform Server- Easiest server to install and run!

The Uniform Server is a WAMP package that allows you to run a server on any MS Windows OS based computer. It is small and mobile to download or move around and can also be used or setup as a production/live server. Developers also use The Uniform Server to test their applications made with either PHP, MySQL, Perl, or [...]

MySQL Community Server 5.5.8- Latest version from MySQL!

MySQL Community Edition is the freely downloadable version of the world’s most popular open source database. It is available under the GPL license and is supported by a huge and active community of open source developers. MySQL Cluster Community Edition is available as a separate download. The reason for this change is so that MySQL [...]

HTTP File Server- A user friendly file server software with a drag and drop interface

HTTP File Server is a free web server specifically designed for publishing and sharing files. The complete feature set differs from other web servers. It’s different from classic file sharing because it uses web technology to be more compatible with today’s Internet. It also differs from classic web servers because it’s very easy to use and runs “right out-of-the [...]

lighttpd- Resource sparing but also fast and full featured HTTP Server

lighttpd is an open-source web server more optimized for speed-critical environments than common products while remaining standards-compliant, secure and flexible. Security, speed, compliance, and flexibility — all of these describe lighttpd -which is rapidly redefining efficiency of a webserver; as it is designed and optimized for high performance environments. With a small memory footprint compared to other web-servers, [...]

Srelay – the SOCKS proxy and Relay

Srelay is a free and open source SOCKS proxy server for MacOSX , FreeBSD, Solaris and Linux.Key Features of Srelay – the SOCKS proxy and Relay: Srelay is a socks 4/5 protocol proxy server. Supports socks connect/bind request in the protocol v4, v4a, and v5. Supports socks server chaining with both v4 and v5 servers. Supports Username/Password authentication in v5 (not recommended). Testing [...]

MySQL 5.1.52 – The most popular Open Source SQL database management system

MySQL is a very fast, multi-user, multi-threaded and robust SQL (Structured Query Language) database server. MySQL is an attractive alternative to higher-cost, more complex database technology. Its award-winning speed, scalability and reliability make it the right choice for corporate IT departments, Web developers and packaged software vendors. MySQL Server was originally developed to handle large [...]

Microsoft Windows Server 2003 Deployment Kit

This powerfully comprehensive, seven-volume kit provides information and tools IT professionals need for deploying Windows Server 2003?straight from the Microsoft Windows product team. User review Good detail Unlike most books that start with how to install the product, this book goes into much more detail on how to craft a PKI infrastructure. What documents should [...]

Mac OS X 10.6 Server

Apple has made much of how Mac OS X 10.6 ( Macworld rated 4.5 out of 5 mice ) is a tuning of the operating system, removing older cruft, but not really adding… More: continued here

How to Stop Apache server processes

To stop Apache : apachectl stop If apachectl is not in your PATH and you don’t know where it is, refer to the recipe Find a file by name to find the location of apachectl, then run it with the fully qualified path, for example: /usr/local/apache/bin/apachectl stop

How to Install Ubuntu Server 7.10 (Gutsy) on the Fileserver

Installing from CD I downloaded the 7.10 Server CD and burnt it. Booting from it gave me a text based installation. All standard stuff. At the end of the installation I chose LAMP, SSH and Samba servers as additional modules to add on. Testing the network I then used ping to test the LAN and [...]

How to find number of Physical & Virtual Processors in Solaris 10

In Solaris 10, if you want to find the processor type and the number of physical processors installed on the system and the number of Virtual Processors available on the system then the psrinfo command does job for you. To simply display the number of Physical processors, simply run the command with the -p option [...]

Report Central fails to connect to SQL Server with an instance name -Websense

Connection to the SQL Server machine cannot be established after an upgrade to Report Central v2.7 when the SQL Server instance name is appended to the hostname or IP addess of the SQL Server machine. This issue may occur when you are creating a new database, registering an existing database, or editing the specifics of [...]

How to Make Your Squid Server Transparent To Users

It is possible to limit HTTP Internet access to only the Squid server without having to modify the browser settings on your client PCs. This called a transparent proxy configuration. It is usually achieved by configuring a firewall between the client PCs and the Internet to redirect all HTTP (TCP port 80) traffic to the [...]

How to Test Your PHP/MySQL Connection

Testing PHP and MySQL If you can login to your MySQL Database, then you are ready to test PHP and MySQL if they are working together. Test first if your PHP is working fine. You can do this by running this in CLI: php -i You should see a bunch of messages that tells information [...]