<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.3" -->
<rss version="0.92">
<channel>
	<title>Article Desktop</title>
	<link>http://www.articledesktop.com</link>
	<description>share new technology, new ideas</description>
	<lastBuildDate>Sun, 09 Aug 2009 12:44:35 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Redirect to success page after saving new node</title>
		<description>Many times you need to redirect to sucess page after saving new node. Some are using the nodeapi hook under 'insert' operaton like

function custom_nodeapi(&$node, $op, $a3 = NULL, $a4 = NULL) {
  ...
  if ($op = 'insert') {
    drupal_goto('success_page');
  }
  ..
}

In such case ...</description>
		<link>http://www.articledesktop.com/drupal/redirect-to-success-page-after-saving-new-node/28</link>
			</item>
	<item>
		<title>Configure Linux server</title>
		<description>Three most important services that must be provided in a company, at home, a lab or anywhere else, both for clients and internal usage: web, database, mail. So it will be assumed that the idea is to host websites that use certain technologies such as a scripting language and a ...</description>
		<link>http://www.articledesktop.com/linux/configure-linux-server/26</link>
			</item>
	<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>
</channel>
</rss>
