Ubuntu
Results for Ubuntu
- Install NginX and PHP 5.3.3 with PHP-FPM, MySQL and APC
-
As of July 22nd 2010 PHP-FPM is a part of PHP 5.3.3 core's trunk. FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some useful additional features. In this tutorial I will compile NginX 0.8.47 and PHP 5.3.3 with FPM, ...
Blog entry - Vlad - 07/24/2010 - 09:52 - 9 comments - 1 attachment
- Jetty Powered MultiCore Apache Solr and Drupal in Ubuntu 10.04
-
My previous article explains how to install Tomcat 6 in Ubuntu and deploy the Apache Solr application. If you preffer to deploy it under Jetty , the following steps explain how to install jetty and prepare a multi coresetup of Solr: ...
Blog entry - Vlad - 06/29/2010 - 15:17 - 0 comments - 0 attachments
- Apache Solr, Tomcat 6 and Drupal in Ubuntu 10.04
-
Solr is the popular, blazing fast open source enterprise search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering, database integration, and rich ...
Blog entry - Vlad - 06/25/2010 - 16:08 - 0 comments - 0 attachments
- Install NginX with PHP-FPM in Ubuntu 10.04
-
If you want a web server with a very small memory footprint then you should think of trying NginX. It's very light weight and in some situations it performs much better than Apache (like serving static content). Many websites, use it as a frontend to ...
Blog entry - Vlad - 06/24/2010 - 11:52 - 2 comments - 4 attachments
- Install necessary software
-
In order to configure your network adapter with the static ip provided, you have to modify the following file: vi / etc / network / interfaces And add/modify the following lines: auto lo iface lo inet ...
Blog entry - Vlad - 06/24/2010 - 10:53 - 0 comments - 0 attachments
- Secure your Ubuntu 10.04 server
-
Login with putty or any other ssh client as root with your assigned password ssh root @ 173.203.206.78 You can change your root password if you need to with the following command: passwd Add your own ...
Blog entry - Vlad - 06/24/2010 - 10:40 - 0 comments - 0 attachments
- Ubuntu 10.04 and RSysLog kernel messages
-
Ubuntu 10.04 comes with a modification in the way rsyslog processes kernel messages on certain kernels like Linode's latest Paravirt. You will se the following error in your kern.log file everytime the machine is rebooted or you restart the rsyslogd ...
Blog entry - Vlad - 06/22/2010 - 14:33 - 1 comment - 1 attachment
- Installing the firewall
-
There are many ways of establishing iptables rules in Linux, but my favorite one is to create my own bash script in which I can use things like conditional filtering. So for that we will avoid using iptables-save(restore) and we'll create the ...
Blog entry - Vlad - 06/22/2010 - 14:17 - 0 comments - 0 attachments
- Ubuntu 10.04 Optimized Virtual Private Server
-
A virtual private server (VPS) is a physical server that has been divided (using software) into several virtual machines, each acting as an independent dedicated server. The physical resources such as RAM, CPU and disk space are still shared, but each ...
Blog entry - Vlad - 06/22/2010 - 13:49 - 0 comments - 0 attachments
- Install PureFTPd with virtual users
-
PureFTPd is a very lightweight daemon which has the ability to store the credentials in a mysql database. Installing it in Ubuntu 9.10 is pretty straight forward: apt-get install pure-ftpd-mysql We must also create the ...
Blog entry - Vlad - 04/15/2010 - 16:11 - 0 comments - 0 attachments



