<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>GNUSYS &#124;    GNU/Linux sysadmin notes</title>
	<link>http://gnusys.net</link>
	<description>GNU/LINUX System Administration notes</description>
	<lastBuildDate>Thu, 21 Aug 2008 03:58:12 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Howto install yum on a Virtuozzo container</title>
		<description>Please follow the following commands to install yum on your Virtuozzo container . The follwoing commands are to be run from the hardware node .

------------------------

[root@vps1 ~]# vzlist  -a
CTID      NPROC STATUS    IP_ADDR         HOSTNAME
1         91 running   192.168.46.242  ServiceCT
105         49 running   69.72.234.148   asdf
107         49 running   69.72.234.150   test.test.com2

------------------------

This will list all the configured containers ...</description>
		<link>http://gnusys.net/howto-install-yum-on-a-virtuozzo-container/</link>
			</item>
	<item>
		<title>Howto install Nginx from source</title>
		<description>Nginx is a very fast ,powerful asynchronous web server that can be considered as a good replacement for the Apache HTTPD web server. Below are the steps required to get Nginx installed on your system. It is preffered to install Nginx from source as we get the latest stable version ...</description>
		<link>http://gnusys.net/howto-install-nginx-from-source/</link>
			</item>
	<item>
		<title>Howto install php-fpm: PHP FastCGI Process Manager</title>
		<description>A PHP FastCGI Process manager can be a used to spawn php fastcgi server instances when you have configured your web server to pass php scripts to a FastCGI server .This can be used with web servers like Nginx and lighthttpd .

Download the patch file for your php version from ...</description>
		<link>http://gnusys.net/howto-install-php-fpm-php-fastcgi-process-manager/</link>
			</item>
	<item>
		<title>SSH Service failed and you can&#8217;t start it using Cpanel..</title>
		<description>Consider the scenario :- SSH service in your server ( CPanel ) has falied and its not allowing you to login from backend. But you can login to WHM with any issues. Trying to restart SSH using WHM &#62; Restart Services also is giving a "Failed" result .

or

You have changed ...</description>
		<link>http://gnusys.net/ssh-service-failed-and-you-cant-start-it-using-cpanel/</link>
			</item>
	<item>
		<title>Find machine architecture of a linux system</title>
		<description>This information will be useful in finding out the particular rpm that you have to download when the rpms made for all architectures are available from public repos like rpmind.net , rpm.pbone.net etc

Run the following command

=====

uname -m

or

/bin/arch

==== </description>
		<link>http://gnusys.net/find-machine-architecture-of-a-linux-system/</link>
			</item>
	<item>
		<title>apache startup fail</title>
		<description>You may sometimes encounter the following problem while starting apache server

====

[root@epsilon root]# /etc/init.d/httpd start
Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:443
no listening sockets available, shutting down
Unable to open logs
[FAILED]
====

To fix this run the following commands

fuser -k -n tcp 443 </description>
		<link>http://gnusys.net/apache-startup-fail/</link>
			</item>
	<item>
		<title>gnusys is now powered by nginx</title>
		<description>gnusys.net has changed its webserver to the Russian legend nginx (pronounced engineX )

I have also added APC for caching the php bytecode ( APC is used by Yahoo Inc ,Wikipedia.org etc among others). I will post the configuration shortly over here...  What i liked more about nginx is its simple ...</description>
		<link>http://gnusys.net/gnusys-is-now-powered-by-nginx/</link>
			</item>
	<item>
		<title>Apache mod_proxy</title>
		<description>Imagine your  domain has ROR ( Ruby On Rails ) installed and it connects on port 1200

eg :- http://gnusys.net:1200 and you want to change the way it appears on the address bar as simply http://gnusys.net. Normally Apache won't allow this as it is configured to work on port 80 ...</description>
		<link>http://gnusys.net/apache-mod_proxy/</link>
			</item>
	<item>
		<title>Semaphore Arrays</title>
		<description>Semaphore, it is a lot like a locking mechanism. In any server there is an order of precedence in which tasks must be accomplished. The semaphore is used to maintain that precedence order; more to the point, the precedence order is maintained by the semaphores. A succeeding task may not ...</description>
		<link>http://gnusys.net/semaphore-arrays/</link>
			</item>
	<item>
		<title>Plesk Control Panel icons missing!</title>
		<description>Scenario:- Add Application icon missing or grayed out
"Add New Application" icon can be missing if "Hide all greyed out buttons by default" is enabled on the Server -&#62; Interface management page in Plesk CP.

"Add New Application" can be greyed out if some application is already installed in the domains' DocumentRoot ...</description>
		<link>http://gnusys.net/control-panel-icons-missing/</link>
			</item>
</channel>
</rss>
