<?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>Core Networks Techno Blog &#187; QuickTip</title>
	<atom:link href="http://blogs.corenetworks.es/category/quicktip/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.corenetworks.es</link>
	<description>Solaris, Opensolaris and Java Weblog</description>
	<lastBuildDate>Wed, 26 Dec 2012 22:23:21 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Find the path of a java classes and jar file for inclusion in the classpath.</title>
		<link>http://blogs.corenetworks.es/2010/09/find-the-path-of-a-java-classes-and-jar-file-for-inclusion-in-the-classpath/</link>
		<comments>http://blogs.corenetworks.es/2010/09/find-the-path-of-a-java-classes-and-jar-file-for-inclusion-in-the-classpath/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 16:22:26 +0000</pubDate>
		<dc:creator>Julio Sanchez</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[QuickTip]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://blogs.corenetworks.es/?p=699</guid>
		<description><![CDATA[Before beginning I must thank my colleague Miguel Angel Jimenez (Instructor JAVA) to create a simple but practical example of Java code that demonstrates the usefulness of this script. Some time ago I asked this script to speed up searches for java classes inside the jar files, including information on the path to the desired [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blogs.corenetworks.es/2010/09/find-the-path-of-a-java-classes-and-jar-file-for-inclusion-in-the-classpath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encontrar la ruta de la clase java y su fichero jar par incluirlo en  el classpath.</title>
		<link>http://blogs.corenetworks.es/2010/09/encontrar-la-ruta-de-la-clase-java-y-su-fichero-jar-par-incluirlo-en-el-classpath/</link>
		<comments>http://blogs.corenetworks.es/2010/09/encontrar-la-ruta-de-la-clase-java-y-su-fichero-jar-par-incluirlo-en-el-classpath/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 15:18:07 +0000</pubDate>
		<dc:creator>Julio Sanchez</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[QuickTip]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://blogs.corenetworks.es/?p=741</guid>
		<description><![CDATA[Lo primero debo dar las gracias a mi compañero Miguel Ángel Jiménez (Instructor de JAVA) por crear un ejemplo práctico pero sencillo de código JAVA que demuestra la utilidad de este script. Hace tiempo que me lo pidió para agilizar las búsquedas de clases java dentro de los ficheros jar, incluyendo la información de la [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blogs.corenetworks.es/2010/09/encontrar-la-ruta-de-la-clase-java-y-su-fichero-jar-par-incluirlo-en-el-classpath/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Keyboard shortcuts in the terminal</title>
		<link>http://blogs.corenetworks.es/2010/09/keyboard-shortcuts-in-the-terminal/</link>
		<comments>http://blogs.corenetworks.es/2010/09/keyboard-shortcuts-in-the-terminal/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 09:31:46 +0000</pubDate>
		<dc:creator>Julio Sanchez</dc:creator>
				<category><![CDATA[QuickTip]]></category>

		<guid isPermaLink="false">http://blogs.corenetworks.es/?p=691</guid>
		<description><![CDATA[Enable emacs functionality in the shell, if not already selected. root@solaris # set -o emacs CTRL + a -> Move cursor to the beginning of the line. CTRL + e -> Move cursor to the end of the line. ESC + b -> Move cursor to the benning of the previous word. ESC + f [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blogs.corenetworks.es/2010/09/keyboard-shortcuts-in-the-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to perform operations with decimals in shell script</title>
		<link>http://blogs.corenetworks.es/2010/09/how-to-perform-operations-with-decimals-in-shell-script/</link>
		<comments>http://blogs.corenetworks.es/2010/09/how-to-perform-operations-with-decimals-in-shell-script/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 16:18:02 +0000</pubDate>
		<dc:creator>Julio Sanchez</dc:creator>
				<category><![CDATA[QuickTip]]></category>
		<category><![CDATA[shell script]]></category>

		<guid isPermaLink="false">http://blogs.corenetworks.es/?p=625</guid>
		<description><![CDATA[As bourne shell (sh) does not know how to work with numbers, is required to invoke unix expr to work with integers. Both korn shell (ksh) and Bourne Again Shell (bash) include arithmetic operations but only to work with integers. To work with decimal numbers in arithmetic operations can be invoked from our script to [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blogs.corenetworks.es/2010/09/how-to-perform-operations-with-decimals-in-shell-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>avoid lock of the root account</title>
		<link>http://blogs.corenetworks.es/2010/09/avoid-lock-of-the-root-account/</link>
		<comments>http://blogs.corenetworks.es/2010/09/avoid-lock-of-the-root-account/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 16:47:55 +0000</pubDate>
		<dc:creator>Julio Sanchez</dc:creator>
				<category><![CDATA[Networking/Security]]></category>
		<category><![CDATA[QuickTip]]></category>

		<guid isPermaLink="false">http://blogs.corenetworks.es/?p=614</guid>
		<description><![CDATA[In the last post we saw how to enable account lockout after multiple failed login attempts, but if the account is locked is the root can be a big problem. The idea is that blocking is not applied to the root account and it launched the following command: root@solaris # usermod -K &#8220;lock_after_retries=no&#8221; root easy, [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blogs.corenetworks.es/2010/09/avoid-lock-of-the-root-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ShellScript: Interesting command this &#8216;tput&#8217;</title>
		<link>http://blogs.corenetworks.es/2010/09/shellscript-interesting-command-this-tput/</link>
		<comments>http://blogs.corenetworks.es/2010/09/shellscript-interesting-command-this-tput/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 16:15:16 +0000</pubDate>
		<dc:creator>Alex Sola</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[QuickTip]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://blogs.corenetworks.es/?p=531</guid>
		<description><![CDATA[Making shell scripts, sometimes, require some visual presentation. Maybe you need make letters bold, or use a white background. Maybe we want to write in a precise position of the screen. For this worthless activities, I found &#8216;tput&#8217;. tput is a quite simple command which comes with a basic Solaris installation. I reads termcap database [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blogs.corenetworks.es/2010/09/shellscript-interesting-command-this-tput/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QuickTip: Solved How to reinitialize several disks with an empty SMI partition table</title>
		<link>http://blogs.corenetworks.es/2010/05/quicktip-solved-how-to-reinitialize-several-disks-with-an-empty-smi-partition-table/</link>
		<comments>http://blogs.corenetworks.es/2010/05/quicktip-solved-how-to-reinitialize-several-disks-with-an-empty-smi-partition-table/#comments</comments>
		<pubDate>Fri, 21 May 2010 10:57:20 +0000</pubDate>
		<dc:creator>Jorge Moratilla</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[QuickTip]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[efi]]></category>
		<category><![CDATA[label]]></category>
		<category><![CDATA[slices]]></category>
		<category><![CDATA[smi]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blogs.corenetworks.es/?p=497</guid>
		<description><![CDATA[Hi folks!, first I want to thanks Arnaud Delanoue for commenting me about the script that implements the solution for the hardest part: labeling the disk automatically. I have come finally with the procedure to reset any disk from EFI to SMI. It&#8217;s commented in course ES-445 (Sun Cluster 3.2 Advanced Administration), so I recommend [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blogs.corenetworks.es/2010/05/quicktip-solved-how-to-reinitialize-several-disks-with-an-empty-smi-partition-table/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>QuickTip: How to reinitialize several disks with an empty SMI partition table</title>
		<link>http://blogs.corenetworks.es/2010/05/quicktip-how-to-rinitialize-disks-with-smi/</link>
		<comments>http://blogs.corenetworks.es/2010/05/quicktip-how-to-rinitialize-disks-with-smi/#comments</comments>
		<pubDate>Mon, 03 May 2010 14:31:49 +0000</pubDate>
		<dc:creator>Jorge Moratilla</dc:creator>
				<category><![CDATA[QuickTip]]></category>
		<category><![CDATA[disks]]></category>
		<category><![CDATA[efi]]></category>
		<category><![CDATA[label]]></category>
		<category><![CDATA[slices]]></category>
		<category><![CDATA[smi]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blogs.corenetworks.es/?p=482</guid>
		<description><![CDATA[Hi, today i was preparing a couple of arrays of disks that have been previously used in other courses. I&#8217;ve got this problem you&#8217;ll may be familiar with: several disks with different sizes, geometries, partition tables and labels (EFI, SMI). With more than 30 disks to reset manually, I know it&#8217;s gonna take me a [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blogs.corenetworks.es/2010/05/quicktip-how-to-rinitialize-disks-with-smi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Truco: WebConsole en DSEE 6.3.1</title>
		<link>http://blogs.corenetworks.es/2009/11/truco-webconsole-en-dsee-6-3-1/</link>
		<comments>http://blogs.corenetworks.es/2009/11/truco-webconsole-en-dsee-6-3-1/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 18:07:44 +0000</pubDate>
		<dc:creator>Jorge Moratilla</dc:creator>
				<category><![CDATA[Identity Management]]></category>
		<category><![CDATA[QuickTip]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[de]]></category>

		<guid isPermaLink="false">http://blogs.corenetworks.es/?p=242</guid>
		<description><![CDATA[Debido a un fallo de seguridad detectado en Marzo de 2008 (Sun Alert 231526), en Solaris 10 5/09 y/o Directory Server Enterprise Edition 6.3.1 han cambiado la filosofía de acceso del webconsole para que sólo se pueda acceder en local a través de la dirección 127.0.0.1 y el puerto 6789. Esto impide que por defecto [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blogs.corenetworks.es/2009/11/truco-webconsole-en-dsee-6-3-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QuickTip: Envío de mensajes de prueba con swaks</title>
		<link>http://blogs.corenetworks.es/2009/09/quicktip-envio-de-mensajes-de-prueba-con-swaks/</link>
		<comments>http://blogs.corenetworks.es/2009/09/quicktip-envio-de-mensajes-de-prueba-con-swaks/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 17:22:30 +0000</pubDate>
		<dc:creator>Jorge Moratilla</dc:creator>
				<category><![CDATA[QuickTip]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://blogs.corenetworks.es/?p=157</guid>
		<description><![CDATA[Para mi primer post hablaré de herramientas útiles para los administradores de correo electrónico. Muchas veces necesitamos realizar pruebas de envío de correo para comprobar si los servidores MTA están bien configurados. Utilizar un thunderbird, un outlook o un telnet no permite su iteración en scripts, así que mirando por la web, di con este [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blogs.corenetworks.es/2009/09/quicktip-envio-de-mensajes-de-prueba-con-swaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
