<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Julio Cardoso Tutoriais e Dicas &#187; Shell-Script</title>
	<atom:link href="http://www.xjulio.info/blog/category/shell-script/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xjulio.info/blog</link>
	<description>Blog do Julio</description>
	<lastBuildDate>Tue, 24 Aug 2010 04:33:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Compilando scripts shell (shell-script) usando o shc</title>
		<link>http://www.xjulio.info/blog/compilando-scripts-shell-shell-script-usando-o-shc</link>
		<comments>http://www.xjulio.info/blog/compilando-scripts-shell-shell-script-usando-o-shc#comments</comments>
		<pubDate>Tue, 12 May 2009 22:29:52 +0000</pubDate>
		<dc:creator>julio</dc:creator>
				<category><![CDATA[Shell-Script]]></category>

		<guid isPermaLink="false">http://www.xjulio.info/blog/?p=415</guid>
		<description><![CDATA[Esse tutorial irei falar desse compilador escrito em C que compila um script shell usando a linguagem C .
Qual seria a utilidade de se compilar um script? na verdade seria uma forma de guardar as informações, que não possa ser visualizada por terceiros.
O Francisco Javier Rosales García desenvolveu um compilador em C para shell script, [...]]]></description>
		<wfw:commentRss>http://www.xjulio.info/blog/compilando-scripts-shell-shell-script-usando-o-shc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script Shell (shell-script) para acesso remoto via FTP</title>
		<link>http://www.xjulio.info/blog/script-shell-shell-script-para-acesso-remoto-via-ftp</link>
		<comments>http://www.xjulio.info/blog/script-shell-shell-script-para-acesso-remoto-via-ftp#comments</comments>
		<pubDate>Tue, 12 May 2009 05:10:44 +0000</pubDate>
		<dc:creator>julio</dc:creator>
				<category><![CDATA[Shell-Script]]></category>

		<guid isPermaLink="false">http://www.xjulio.info/blog/?p=409</guid>
		<description><![CDATA[Bem uma dica rápida , esse script ficou redondo depois de um sofrimento com persquisas e testes.
Esse script faz uma conexão ftp e executa comandos e fecha a conexão .
Muito útil se você precisa ter comunicação entre dois servidores para  envio de logs de segurança.
#!/bin/sh
#aqui seria o ip e a porta remota
HOST_FTP=&#8221;200.0.0.0 5486&#8243;
USUARIO_FTP=&#8221;seu usuario&#8221;
SENHA_FTP=&#8221;senha [...]]]></description>
		<wfw:commentRss>http://www.xjulio.info/blog/script-shell-shell-script-para-acesso-remoto-via-ftp/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Convertendo Imagems usando o ImageMagick em shell script</title>
		<link>http://www.xjulio.info/blog/convertendo-imagems-imagemagick-em-shell-script</link>
		<comments>http://www.xjulio.info/blog/convertendo-imagems-imagemagick-em-shell-script#comments</comments>
		<pubDate>Fri, 13 Jul 2007 03:40:41 +0000</pubDate>
		<dc:creator>Julio</dc:creator>
				<category><![CDATA[Shell-Script]]></category>

		<guid isPermaLink="false">http://www.xjulio.info/blog/convertendo-imagems-imagemagick-em-shell-script/</guid>
		<description><![CDATA[Olá , esse tutorial eu vou explicar como converter imagems usando ImageMagick , em tamanho e compressão usando linha de comando, aproveitando eu fiz um script para ajudar  a converter uma série de imagens.

Você vai precisar do pacote ImageMagick, para instalar:
sudo apt-get install Imagemagick
Esse script abaixo comprime muda o padrão de compressão pra 60%.
 [...]]]></description>
		<wfw:commentRss>http://www.xjulio.info/blog/convertendo-imagems-imagemagick-em-shell-script/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
