<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="0.92">
<channel>
	<title>Article Desktop</title>
	<link>http://www.articledesktop.com</link>
	<description>share new technology, new ideas</description>
	<lastBuildDate>Wed, 26 Dec 2007 15:30:21 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Setup automatic ssh login on two linux machines</title>
		<description>This is a simple and proof of concept setup. It shows you how to setup an automatic ssh shell login from one Linux machine to another machine. For detail description the whole concept, you can read man page of ssh and ssh-keygen or search the web.

Scenario:
Imagine you have a Linux ...</description>
		<link>http://www.articledesktop.com/linux/setup-automatic-ssh-login-on-two-linux-machines/25</link>
			</item>
	<item>
		<title>how to use squid proxy as transparent mode</title>
		<description>in transparent squid ne need to configure browser to perticular port like 8080 and 3128.

in this mode first edit your squid.conf file

by typing in terminal

vim /etc/squid/squid.conf

edit line  may be 89 in 2.6 version

http_port 192.168.0.1:3128 transparent

( where 192.168.0.1 is your local interface address )

and set visible_hostname to localhost

and insert below ...</description>
		<link>http://www.articledesktop.com/linux/how-to-use-squid-proxy-as-transparent-mode/24</link>
			</item>
	<item>
		<title>How to masquerade ( internet connection sharing ) in Linux</title>
		<description>its very simple to masquerade ( internet connection sharing in window's language ) in linux  with few lines of iptables and ip_forward commands.

first of all you have to flush and delete existing firewall rules which are be default bye linux .

so flush rules bye typing in terminal

iptables -F

iptables -t ...</description>
		<link>http://www.articledesktop.com/linux/how-to-masquerade-internet-connection-sharing-in-linux/23</link>
			</item>
	<item>
		<title>How to extract and install a variety of tar application packages</title>
		<description>Linux/UNIX/FreeBSD contains many tar packages extensions

Probably the most common other type of package you will see are tar files. These come in a few different flavors. You can identify them by their file extensions, which will be “.tar”, “.tar.gz”, “.tgz”, and “.tar.bz2

package extension        ...</description>
		<link>http://www.articledesktop.com/linux/how-to-extract-and-install-a-variety-of-tar-application-packages/22</link>
			</item>
	<item>
		<title>How to configure interface from terminal/shell</title>
		<description>thats the simple ! this is fedora commands so may not working for all linux version

simply type in telnet /ssh terminal or shell terminal

configuring ip address :-

ifconfig eth0  xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx

or

ifconfig eth0  xxx.xxx.xxx.xxx/xx (/xx is network bit)

configure gateway :-

route add default gateway xxx.xxx.xxx.xxx

then final if you want to ...</description>
		<link>http://www.articledesktop.com/linux/how-to-configure-interface-from-terminalshell/21</link>
			</item>
	<item>
		<title>How to read .chm (windows help file most e-book contains this format) in linux</title>
		<description>you have download many e-books from internet and they are in .chm format (windows help file ) an you are using linux !! then what are you doing ??

most e-books's format are .chm (windows help file ) so how to read it in linux because .chm (windows help file) is ...</description>
		<link>http://www.articledesktop.com/linux/how-to-read-chm-windows-help-file-most-e-book-contains-this-format-in-linux/20</link>
			</item>
	<item>
		<title>How to play any media -video file in linux using single mediaplayer</title>
		<description>hi

in windows we have to use many players like real player for -.rm .ram files, quicktime for .mov .3gpp files , divx player for divx files and mediaplayer for .wmv ,avi and flvplayer for .flv files,,, linux has simple solutions for play  all files in single player called mplayer ...</description>
		<link>http://www.articledesktop.com/linux/how-to-play-any-media-video-file-in-linux-using-single-mediaplayer/19</link>
			</item>
	<item>
		<title>Learn linux firewall using iptables</title>
		<description>linux firewall known in the world for its security !! want to learn something about that !!
'm sure many of you have been wondering how to use iptables to set up a basic firewall. I was wondering the same thing for a long time until I recently figured it out. ...</description>
		<link>http://www.articledesktop.com/linux/learn-linux-firewall-using-iptables/18</link>
			</item>
	<item>
		<title>how to update mozilla firefox from 1.5 to 2.0 in linux</title>
		<description>In any fedora 1-6 distribution version you can find firefox 1.5
and unable to use great features like themes and  other addons and many securities issues
here is simple method to upgrade firefox 1.5 to 2.0.0.1

simply type

yum -y -t --enable=development update firefox

if any conflict occur, generally with mozilla-1.7.12

then type ( only ...</description>
		<link>http://www.articledesktop.com/linux/how-to-update-mozilla-firefox-from-15-to-20-in-linux/17</link>
			</item>
	<item>
		<title>Ajax Without XmlHttpRequest</title>
		<description>IE 6 does support built in as an ActiveX control for XMLHttpRequest. Which means your visitors get an ugly warning message about the possible danger of an ActiveX control, or in some cases it just doesn’t work at all.

If we can’t use the XmlHttpRequest object, we must find some other ...</description>
		<link>http://www.articledesktop.com/general/ajax-without-xmlhttprequest/16</link>
			</item>
</channel>
</rss>
