<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>linuxgravity.com</title>
	<link>http://linuxgravity.com</link>
	<description>Linux tutorials, guides, howtos, tips, tricks and hacks</description>
	<lastBuildDate>Sun, 22 May 2011 01:59:13 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Using Microsoft SFU for accessing NFS exports</title>
		<description><![CDATA[In this tutorial, we will explore together and see how easy it is to install and configure Microsoft&#8217;s Windows Services For Unix (SFU) which is now already available for free. It provides a Unix subsystem and other parts of a full Unix environment on Windows NT and its successors. The subsystem included is known as [...]]]></description>
		<link>http://linuxgravity.com/using-microsoft-sfu-for-accessing-nfs-exports</link>
			</item>
	<item>
		<title>Installing and using omnitty terminal multiplexer</title>
		<description><![CDATA[With more power comes more responsibility, this is obviously true for omnitty. Allowing to run commands on multiple servers simultaneously is really powerful and also dangerous.  Imagine a time when you had to run the same commands on a number of servers and you were desperate to do it as soon as possible without [...]]]></description>
		<link>http://linuxgravity.com/installing-and-using-omnitty-terminal-multiplexer</link>
			</item>
	<item>
		<title>ssh passwordless authentication without keys</title>
		<description><![CDATA[Imagine ever wanted to avoid the hassle of typing in the password while connecting to servers using ssh? Here is a really simply neat trick that will demonstrate how easy it is to accomplish it so it does not ask for password. And as a bonus, you will notice that the connection is surprisingly much [...]]]></description>
		<link>http://linuxgravity.com/passwordless-and-faster-ssh-authentication-without-ssh-keys</link>
			</item>
	<item>
		<title>Sharing a directory using nfs</title>
		<description><![CDATA[This tutorial will walk you through exporting a directory so that we can read from or write to it. I will make it really simple so that in emergency situations, you are good to go within a few minutes 
First install nfs server (I am on Debian 5.0, other distributions would have a the nfs [...]]]></description>
		<link>http://linuxgravity.com/sharing-a-directory-using-nfs</link>
			</item>
	<item>
		<title>Monitoring inbound and outbound netwrok connections</title>
		<description><![CDATA[Ever found yourself in need of knowing all or some specific incoming and outgoing network connections? There is this little utility that will just happily log inbound or outbound network conections based on rules you set up .
tcpspy is an administrator&#8217;s tool that logs information about incoming and outgoing TCP/IP connections including local address, remote [...]]]></description>
		<link>http://linuxgravity.com/monitoring-inbound-and-outbound-netwrok-connections</link>
			</item>
	<item>
		<title>Creating map of local network</title>
		<description><![CDATA[There is this cool little that helps us create map of local area network. As a bonus, we get the mac  and the IP addresses of all the devices in the network. It passively listens for all network traffic and creates a image file for the network map.
Well, the utility is called lanmap.
if you [...]]]></description>
		<link>http://linuxgravity.com/creating-map-of-local-network</link>
			</item>
	<item>
		<title>Finding MAC addresses of all devices in LAN</title>
		<description><![CDATA[Recently I had to find mac addresses of all servers in the local area network (LAN) for preseeding Debian installations using PXE (I will soon write about it). Finding them is easy with nmap
I used the following command and I had the mac addresses along with their associated IPs of all devices in the LAN. [...]]]></description>
		<link>http://linuxgravity.com/finding-mac-addresses-of-all-devices-in-lan</link>
			</item>
	<item>
		<title>Finding external IP from command line</title>
		<description><![CDATA[Lately, I was configuring Nagios and most of the systems were on the same private IP block as the Nagios server. One  of the servers was outside the LAN and I was using the allowed_hosts directive for nrpe daemons where I needed to put the external IP of Nagios server in nrpe configuration of [...]]]></description>
		<link>http://linuxgravity.com/finding-external-ip-from-command-line</link>
			</item>
	<item>
		<title>Sending mails from command line</title>
		<description><![CDATA[Often times, we want to send log files or other emails from command line or want to script them. In this tutorial, I will show you how to do that using two mail clients mail and mutt.

Sending mails using mail:
mail (mailx is the newer version) is a fantastic program that can be used  for [...]]]></description>
		<link>http://linuxgravity.com/sending-mails-from-command-line</link>
			</item>
	<item>
		<title>Making and burning ISO images</title>
		<description><![CDATA[There are times when we are faced with either making or burning iso images created by us or downloaded from internet. Most data CDs and DVDs can be accessed on multiple plateforms because they are created using the ISO9660 standard. Using the mkisofs command, we can make iso images from any file and directory structure [...]]]></description>
		<link>http://linuxgravity.com/making-and-burning-iso-images</link>
			</item>
</channel>
</rss>

