<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[UAE Linux User Group - Servers]]></title>
		<link>http://uaelug.org/</link>
		<description><![CDATA[The most recent topics at UAE Linux User Group.]]></description>
		<lastBuildDate>Tue, 22 Jun 2010 09:32:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[email testing from local development enviorment]]></title>
			<link>http://uaelug.org/topic/73/email-testing-from-local-development-enviorment/new/posts/</link>
			<description><![CDATA[<p>Hello everyone!,</p><p>I want to test email from my local machine, and i am using MAMP. I found couple of article online explaining this. I need go and edit /etc/postfix/main.cf file and add a line.</p><div class="codebox"><pre><code>relayhost = smtp.example.com</code></pre></div><p>Article says,<br />smtp.example.com is an example smtp server. It&#039;s different depending on your internet provider. I&#039;m at Harvard now, so mine is: smtp.fas.harvard.edu.</p><p>What would be our smtp server?</p><p>Thanks, Noushad</p>]]></description>
			<author><![CDATA[dummy@example.com (xaitax)]]></author>
			<pubDate>Tue, 22 Jun 2010 09:32:34 +0000</pubDate>
			<guid>http://uaelug.org/topic/73/email-testing-from-local-development-enviorment/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Hosting shell/http/ftp]]></title>
			<link>http://uaelug.org/topic/63/hosting-shellhttpftp/new/posts/</link>
			<description><![CDATA[<p>Hello,</p><p>I need to create shell accounts, with limited background processes, and applying some restrictions to the users. also I would like to add a ~/www for hosting that clients webpage.</p><p>I&#039;ve done half of what i&#039;ve mentioned some time back&nbsp; But it didnt work out the way I wanted it to be,... I had to enable each service separately and doing this for a number of users was hectic. is there a utility of some sort that would automate the whole process....shell/http/ftp and so on.</p><p>here are some of my requirements:</p><p>1) Authentication password + private/public rsa key<br />2)&nbsp; chroot directory <br />3) all user accounts go under a custom folder /uaelug/username1 /uaelug/username2<br />4) sftp enabled so I will not require an ftp server<br />5) http access under ~/username1/www (apache)<br />6) user logging + anything that would enhance security <br />7) limit ul/dl&nbsp; without the reliance&nbsp; on a proxy server (I have a proxy server, but this machine wont be behind it)</p><br /><p>Thank You, <br />Tux</p>]]></description>
			<author><![CDATA[dummy@example.com (tux)]]></author>
			<pubDate>Sun, 25 Oct 2009 22:40:51 +0000</pubDate>
			<guid>http://uaelug.org/topic/63/hosting-shellhttpftp/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Ideal Linux distro for a web server.]]></title>
			<link>http://uaelug.org/topic/48/ideal-linux-distro-for-a-web-server/new/posts/</link>
			<description><![CDATA[<p>What linux distribution would you prefer for a web server? <br />I am planning for a VPS account from linode. Have any of you using VPS hosting?</p><p>I would like to know your thoughts on this.</p>]]></description>
			<author><![CDATA[dummy@example.com (hmimthiaz)]]></author>
			<pubDate>Mon, 24 Aug 2009 07:52:47 +0000</pubDate>
			<guid>http://uaelug.org/topic/48/ideal-linux-distro-for-a-web-server/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Find out process for each daemon]]></title>
			<link>http://uaelug.org/topic/32/find-out-process-for-each-daemon/new/posts/</link>
			<description><![CDATA[<p>Hi guys,</p><p>I just needed a oneliner which reminded me in last meetup.</p><p>If I remember correct Zak wanted to know how you can find which process is underlying to a service which is open on your system.</p><p>Simple example for port 80.</p><div class="codebox"><pre><code>xaitax@w00t:~# ps auxf | grep $(fuser -n tcp 80)
80/tcp:
www-data 12274  0.0  0.1   5868  1832 ?        S    04:39   0:00 /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf</code></pre></div><p>Explanation:<br />`ps auxf` gives you all running processes.<br />`fuser -n tcp 80` will show you the process id of the process bound to port 80.<br />Both combined will give you the above. <img src="http://uaelug.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>/xai</p>]]></description>
			<author><![CDATA[dummy@example.com (dan_r)]]></author>
			<pubDate>Mon, 06 Jul 2009 10:41:46 +0000</pubDate>
			<guid>http://uaelug.org/topic/32/find-out-process-for-each-daemon/new/posts/</guid>
		</item>
	</channel>
</rss>
