<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>awk-shell-aix-unix &#8211; Mojomexico Programas</title>
	<atom:link href="https://mojomexico.company/portal/tag/awk-shell-aix-unix/feed/" rel="self" type="application/rss+xml" />
	<link>https://mojomexico.company/portal</link>
	<description>Desarrollo en Magento Woocommerce Prestashop , PHP OOP y más</description>
	<lastBuildDate>Fri, 30 Mar 2018 19:58:21 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>

<image>
	<url>https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2020/10/cropped-logomojo100AA.png?fit=32%2C32&#038;ssl=1</url>
	<title>awk-shell-aix-unix &#8211; Mojomexico Programas</title>
	<link>https://mojomexico.company/portal</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">116708309</site>	<item>
		<title>Curso de Programación Shell /Awk Unix AIX IBM</title>
		<link>https://mojomexico.company/portal/curso-de-programacion-shell-awk-unix-aix-ibm/</link>
					<comments>https://mojomexico.company/portal/curso-de-programacion-shell-awk-unix-aix-ibm/#respond</comments>
		
		<dc:creator><![CDATA[sromo]]></dc:creator>
		<pubDate>Tue, 21 Feb 2017 08:47:09 +0000</pubDate>
				<category><![CDATA[Cursos y Capacitación]]></category>
		<category><![CDATA[awk-shell-aix-unix]]></category>
		<category><![CDATA[programacion shell]]></category>
		<guid isPermaLink="false">http://mojomexico.company/portal/?p=3709</guid>

					<description><![CDATA[[ct_definition title=»Programación Shell Awk Unix AIX» id=»AIX-Unix»] El intérprete de comandos o «shell» de UNIX es también un lenguage de programación completo. La programación de shell se usa mucho para realizar tareas repetidas con frecuencia. Los diseñadores de sistemas suelen escribir aplicaciones en el lenguaje de base del sistema operativo, C en el caso de [&#8230;]]]></description>
										<content:encoded><![CDATA[<!-- content style : start --><style type="text/css" data-name="kubio-style"></style><!-- content style : end --><p>[ct_definition title=»Programación Shell Awk Unix AIX» id=»AIX-Unix»]</p>
<p><img alt="" decoding="async" data-attachment-id="3714" data-permalink="https://mojomexico.company/portal/curso-de-programacion-shell-awk-unix-aix-ibm/unix2/" data-orig-file="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2017/02/unix2.png?fit=209%2C150&amp;ssl=1" data-orig-size="209,150" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="shell unix mojomexico" data-image-description="" data-medium-file="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2017/02/unix2.png?fit=209%2C150&amp;ssl=1" data-large-file="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2017/02/unix2.png?fit=209%2C150&amp;ssl=1" class="alignleft size-full wp-image-3714" src="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2017/02/unix2.png?resize=209%2C150&#038;ssl=1" alt="" width="209" height="150" data-recalc-dims="1" />El intérprete de comandos o «shell» de UNIX es también un lenguage de programación completo. La programación de shell se usa mucho para realizar tareas repetidas con frecuencia. Los diseñadores de sistemas suelen escribir aplicaciones en el lenguaje de base del sistema operativo, C en el caso de UNIX, por razones de rapidez y eficiencia. Sin embargo, el shell de UNIX tiene un excelente rendimiento en la ejecución de «scripts» (guiones); ésta es la denominación aplicada a los programas escritos en el lenguaje del shell. Se han creado aplicaciones completas usando solamente scripts.</p>
<p>Una línea de comando termina con un caracter nuevalínea. El caracter nuevalínea se ingresa digitando la tecla ENTER. Varios comandos pueden escribirse en una misma línea usando el separador «;»<br />
<tt>  echo $LOGNAME; pwd; date</tt></p>
<p>Si un comando no cabe en una línea, la mayoría de los intérpretes continúan la digitación en la línea siguiente. Para establecer específicamente que un comando continúa en la línea siguiente, hay dos formas, mutuamente excluyentes (se usa una u otra, pero no ambas al mismo tiempo):<br />
&#8211; terminar la primera línea con \ :<br />
<tt>  $ echo $LOGNAME \</tt><br />
<tt>  &gt; $HOME</tt><br />
que muestra algo como<br />
<tt>  jperez /home/jperez...</tt></p>
<p>[/ct_definition]</p>
<p>[ct_definition title=»Descripción Curso Shell Awk Unix AIX» id=»Contenido AIX-Unix»]</p>
<h3>Objetivo General:</h3>
<p>El objetivo general de este curso de administración de servidores IBM p (AIX) es:</p>
<p><span id="more-3709"></span></p>
<ul>
<li>Adquirir habilidades para la utilización de Shell scripts para la administración de sistemas IBM (también llamados AIX, Power, System p, pSeries o RS/6000).</li>
<li>Adquirir habilidades y conocimientos en programación PHP y Perl</li>
<li>Control y manejo de las librerías y acceso a bases de datos.</li>
<li>Programación awk.</li>
</ul>
<p>Todas las prácticas se realizarán sobre un equipo servidor IBM p (Power AIX).</p>
<h3>Requisitos de los alumnos</h3>
<ul>
<li>Nivel Técnico ó Licenciatura en Sistemas Informáticos Operativos.</li>
<li>Experiencia profesional mínima de 6 meses en puestos relacionados con la especialidad.</li>
<li>Conocimientos en sistemas AIX / UNIX (contamos con cursos especiales en AIX Unix)</li>
<li>Manejo de un editor de texto como vi o emarcs</li>
<li>Conocimientos en fundamentos de programación: variables, flujos y control.</li>
<li>Manejo de comandos find y grep.</li>
<li>Conocimientos en administración de sistemas.</li>
<li>Conocimientos de Inglés técnico a nivel de lectura.</li>
</ul>
<p>Se aplicará una prueba de nivel para la selección de los participantes.</p>
<p>Tienes preguntas quieres compartir tus comentarios  ó quieres saber las fechas de los cursos ? llena el formulario aqui:</p>
[contact-form]
<p>[/ct_definition]</p>
<div class="woocommerce columns-4 "><ul class="products columns-4">
<li class="product type-product post-4784 status-publish first instock product_cat-universidad-mojomexico product_cat-magento-ce product_tag-curso-magento product_tag-magento-virtual product_tag-taller-magento product_tag-universidad-mojomexico has-post-thumbnail virtual purchasable product-type-simple">
	<a href="https://mojomexico.company/portal/producto/curso-taller-magento-superadmin-virtual/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img fetchpriority="high" decoding="async" width="500" height="500" src="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/ventajas-de-magento.jpg?fit=500%2C500&amp;ssl=1" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" srcset="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/ventajas-de-magento.jpg?w=500&amp;ssl=1 500w, https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/ventajas-de-magento.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/ventajas-de-magento.jpg?resize=250%2C250&amp;ssl=1 250w, https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/ventajas-de-magento.jpg?resize=120%2C120&amp;ssl=1 120w" sizes="(max-width: 500px) 100vw, 500px" data-attachment-id="6269" data-permalink="https://mojomexico.company/portal/?attachment_id=6269" data-orig-file="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/ventajas-de-magento.jpg?fit=500%2C500&amp;ssl=1" data-orig-size="500,500" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="ventajas-de-magento" data-image-description="" data-medium-file="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/ventajas-de-magento.jpg?fit=250%2C250&amp;ssl=1" data-large-file="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/ventajas-de-magento.jpg?fit=500%2C500&amp;ssl=1" /><h2 class="woocommerce-loop-product__title">Certificacion Magento2</h2><span class="on-woo-wallet-cashback" style="display:none;"></span>
	<span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>11,900.00</span></span>
</a><a href="https://mojomexico.company/portal/producto/curso-taller-magento-superadmin-virtual/?add-to-cart=4784" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="4784" data-product_sku="TALL-MGV1" aria-label="Add &ldquo;Certificacion Magento2&rdquo; to your cart" rel="nofollow">Add to cart</a><button 
	type="button" 
	class="button addonify-qvm-button" 
	data-product_id="4784"
	>
	<span class="label">Vista Rapida</span></button>

</li>
<li class="product type-product post-3162 status-publish instock product_cat-universidad-mojomexico product_cat-magento-ce product_tag-capacitacion-magento-mojomexico product_tag-curso-magento product_tag-taller-magento product_tag-universidad-mojomexico has-post-thumbnail purchasable product-type-variable">
	<a href="https://mojomexico.company/portal/producto/taller-magento-superadmin-i-y-ii/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="500" height="406" src="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?fit=500%2C406&amp;ssl=1" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" srcset="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?w=640&amp;ssl=1 640w, https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?resize=300%2C244&amp;ssl=1 300w, https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?resize=600%2C488&amp;ssl=1 600w, https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?resize=500%2C406&amp;ssl=1 500w" sizes="(max-width: 500px) 100vw, 500px" data-attachment-id="8210" data-permalink="https://mojomexico.company/portal/?attachment_id=8210" data-orig-file="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?fit=640%2C520&amp;ssl=1" data-orig-size="640,520" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="umm-mage1R" data-image-description="" data-medium-file="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?fit=300%2C244&amp;ssl=1" data-large-file="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?fit=640%2C520&amp;ssl=1" /><h2 class="woocommerce-loop-product__title">Curso Magento2 Admin</h2><span class="on-woo-wallet-cashback" style="display:none;"></span>
	<span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>8,900.00</span> &ndash; <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>13,500.00</span></span>
</a><a href="https://mojomexico.company/portal/producto/taller-magento-superadmin-i-y-ii/" data-quantity="1" class="button product_type_variable add_to_cart_button" data-product_id="3162" data-product_sku="TALL-MGPRE12" aria-label="Select options for &ldquo;Curso Magento2 Admin&rdquo;" rel="nofollow">Select options</a><button 
	type="button" 
	class="button addonify-qvm-button" 
	data-product_id="3162"
	>
	<span class="label">Vista Rapida</span></button>

</li>
<li class="product type-product post-7916 status-publish instock product_cat-universidad-mojomexico product_cat-instalacion-y-optimizacion product_cat-magento2-ce product_tag-capacitacion-magento-mojomexico product_tag-curso-magento product_tag-instalacion-y-balanceo product_tag-taller-magento product_tag-universidad-mojomexico has-post-thumbnail purchasable product-type-variable">
	<a href="https://mojomexico.company/portal/producto/curso-magento2-instalador-virtual/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="500" height="406" src="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?fit=500%2C406&amp;ssl=1" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" srcset="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?w=640&amp;ssl=1 640w, https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?resize=300%2C244&amp;ssl=1 300w, https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?resize=600%2C488&amp;ssl=1 600w, https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?resize=500%2C406&amp;ssl=1 500w" sizes="(max-width: 500px) 100vw, 500px" data-attachment-id="8210" data-permalink="https://mojomexico.company/portal/?attachment_id=8210" data-orig-file="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?fit=640%2C520&amp;ssl=1" data-orig-size="640,520" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="umm-mage1R" data-image-description="" data-medium-file="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?fit=300%2C244&amp;ssl=1" data-large-file="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?fit=640%2C520&amp;ssl=1" /><h2 class="woocommerce-loop-product__title">Curso Magento2 Instalador Virtual</h2><span class="on-woo-wallet-cashback" style="display:none;"></span>
	<span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>6,500.00</span> &ndash; <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>11,900.00</span></span>
</a><a href="https://mojomexico.company/portal/producto/curso-magento2-instalador-virtual/" data-quantity="1" class="button product_type_variable add_to_cart_button" data-product_id="7916" data-product_sku="TALL-MGPRE12-1" aria-label="Select options for &ldquo;Curso Magento2 Instalador Virtual&rdquo;" rel="nofollow">Select options</a><button 
	type="button" 
	class="button addonify-qvm-button" 
	data-product_id="7916"
	>
	<span class="label">Vista Rapida</span></button>

</li>
<li class="product type-product post-4783 status-publish last instock product_cat-universidad-mojomexico product_tag-administra-moodle product_tag-aula-virtual product_tag-crea-cursos-virtuales product_tag-curso-moodle-virtual product_tag-escuela-virtua product_tag-moodle-experto product_tag-moodle-presencial has-post-thumbnail sale virtual taxable purchasable product-type-simple">
	<a href="https://mojomexico.company/portal/producto/curso-taller-moodle-virtual/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">
	<span class="onsale">Sale!</span>
	<img loading="lazy" decoding="async" width="500" height="241" src="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2018/03/moodle1.png?fit=500%2C241&amp;ssl=1" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" srcset="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2018/03/moodle1.png?w=640&amp;ssl=1 640w, https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2018/03/moodle1.png?resize=300%2C144&amp;ssl=1 300w, https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2018/03/moodle1.png?resize=250%2C120&amp;ssl=1 250w, https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2018/03/moodle1.png?resize=500%2C241&amp;ssl=1 500w, https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2018/03/moodle1.png?resize=110%2C53&amp;ssl=1 110w, https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2018/03/moodle1.png?resize=420%2C202&amp;ssl=1 420w" sizes="(max-width: 500px) 100vw, 500px" data-attachment-id="4372" data-permalink="https://mojomexico.company/portal/?attachment_id=4372" data-orig-file="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2018/03/moodle1.png?fit=640%2C308&amp;ssl=1" data-orig-size="640,308" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="moodle1" data-image-description="" data-medium-file="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2018/03/moodle1.png?fit=300%2C144&amp;ssl=1" data-large-file="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2018/03/moodle1.png?fit=640%2C308&amp;ssl=1" /><h2 class="woocommerce-loop-product__title">Curso Moodle Virtual</h2><span class="on-woo-wallet-cashback" style="display:none;"></span>
	<span class="price"><del><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>7,200.00</span></del> <ins><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>3,600.00</span></ins> <small class="woocommerce-price-suffix">+iva</small></span>
</a><a href="https://mojomexico.company/portal/producto/curso-taller-moodle-virtual/?add-to-cart=4783" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="4783" data-product_sku="TALL-MOO-V1" aria-label="Add &ldquo;Curso Moodle Virtual&rdquo; to your cart" rel="nofollow">Add to cart</a><button 
	type="button" 
	class="button addonify-qvm-button" 
	data-product_id="4783"
	>
	<span class="label">Vista Rapida</span></button>

</li>
<li class="product type-product post-3165 status-publish first instock product_cat-universidad-mojomexico product_cat-prestashop product_tag-capacitacion-prestashop product_tag-curso-prestashop product_tag-taller-superadmin-prestashop has-post-thumbnail sale virtual taxable purchasable product-type-simple">
	<a href="https://mojomexico.company/portal/producto/taller-prestashop-superadmin-i-y-ii/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">
	<span class="onsale">Sale!</span>
	<img loading="lazy" decoding="async" width="500" height="500" src="https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/boy-mojo3.png?fit=500%2C500&amp;ssl=1" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" srcset="https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/boy-mojo3.png?w=500&amp;ssl=1 500w, https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/boy-mojo3.png?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/boy-mojo3.png?resize=250%2C250&amp;ssl=1 250w, https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/boy-mojo3.png?resize=120%2C120&amp;ssl=1 120w" sizes="(max-width: 500px) 100vw, 500px" data-attachment-id="6268" data-permalink="https://mojomexico.company/portal/?attachment_id=6268" data-orig-file="https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/boy-mojo3.png?fit=500%2C500&amp;ssl=1" data-orig-size="500,500" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="boy-mojo3" data-image-description="" data-medium-file="https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/boy-mojo3.png?fit=250%2C250&amp;ssl=1" data-large-file="https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/boy-mojo3.png?fit=500%2C500&amp;ssl=1" /><h2 class="woocommerce-loop-product__title">Curso Prestashop avanzado admin y programador</h2><span class="on-woo-wallet-cashback" style="display:none;"></span>
	<span class="price"><del><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>8,900.00</span></del> <ins><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>4,450.00</span></ins> <small class="woocommerce-price-suffix">+iva</small></span>
</a><a href="https://mojomexico.company/portal/producto/taller-prestashop-superadmin-i-y-ii/" data-quantity="1" class="button product_type_simple add_to_cart_button" data-product_id="3165" data-product_sku="TALL-PSN1" aria-label="Add &ldquo;Curso Prestashop avanzado admin y programador&rdquo; to your cart" rel="nofollow">Agrega a carrito</a><button 
	type="button" 
	class="button addonify-qvm-button" 
	data-product_id="3165"
	>
	<span class="label">Vista Rapida</span></button>

</li>
<li class="product type-product post-3718 status-publish instock product_cat-universidad-mojomexico product_cat-sco-unix-linux product_tag-awk-unix product_tag-shell-aix product_tag-unix-aix-curso product_tag-unix-sco-curso product_tag-unix-ux-solaris-curso has-post-thumbnail sale virtual taxable purchasable product-type-simple">
	<a href="https://mojomexico.company/portal/producto/curso-programacion-shellperlawk-en-sistemas-ibm-aix/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">
	<span class="onsale">Sale!</span>
	<img loading="lazy" decoding="async" width="500" height="406" src="https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2017/02/umm-unix3R.jpg?fit=500%2C406&amp;ssl=1" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" srcset="https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2017/02/umm-unix3R.jpg?w=640&amp;ssl=1 640w, https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2017/02/umm-unix3R.jpg?resize=300%2C244&amp;ssl=1 300w, https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2017/02/umm-unix3R.jpg?resize=600%2C488&amp;ssl=1 600w, https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2017/02/umm-unix3R.jpg?resize=500%2C406&amp;ssl=1 500w" sizes="(max-width: 500px) 100vw, 500px" data-attachment-id="8213" data-permalink="https://mojomexico.company/portal/?attachment_id=8213" data-orig-file="https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2017/02/umm-unix3R.jpg?fit=640%2C520&amp;ssl=1" data-orig-size="640,520" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="umm-unix3R" data-image-description="" data-medium-file="https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2017/02/umm-unix3R.jpg?fit=300%2C244&amp;ssl=1" data-large-file="https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2017/02/umm-unix3R.jpg?fit=640%2C520&amp;ssl=1" /><h2 class="woocommerce-loop-product__title">Curso Programación SHELL/AWK en Unix</h2><span class="on-woo-wallet-cashback" style="display:none;"></span>
	<span class="price"><del><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>8,600.00</span></del> <ins><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>4,300.00</span></ins> <small class="woocommerce-price-suffix">+iva</small></span>
</a><a href="https://mojomexico.company/portal/producto/curso-programacion-shellperlawk-en-sistemas-ibm-aix/?add-to-cart=3718" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="3718" data-product_sku="UNX-SHELL1U" aria-label="Add &ldquo;Curso Programación SHELL/AWK en Unix&rdquo; to your cart" rel="nofollow">Add to cart</a><button 
	type="button" 
	class="button addonify-qvm-button" 
	data-product_id="3718"
	>
	<span class="label">Vista Rapida</span></button>

</li>
<li class="product type-product post-8217 status-publish instock product_cat-universidad-mojomexico product_cat-php-laravel product_tag-capacitacion-prestashop product_tag-clases-virtuales product_tag-curso-prestashop product_tag-especialista-en-woocommerce product_tag-taller-superadmin-prestashop product_tag-wordpress product_tag-wordpress-trucos-y-config has-post-thumbnail sale virtual taxable purchasable product-type-simple">
	<a href="https://mojomexico.company/portal/producto/curso-taller-laravel-php-programador/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">
	<span class="onsale">Sale!</span>
	<img loading="lazy" decoding="async" width="500" height="402" src="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2025/03/umm-laravel1.png?fit=500%2C402&amp;ssl=1" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" srcset="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2025/03/umm-laravel1.png?w=610&amp;ssl=1 610w, https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2025/03/umm-laravel1.png?resize=300%2C241&amp;ssl=1 300w, https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2025/03/umm-laravel1.png?resize=600%2C482&amp;ssl=1 600w, https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2025/03/umm-laravel1.png?resize=500%2C402&amp;ssl=1 500w" sizes="(max-width: 500px) 100vw, 500px" data-attachment-id="8218" data-permalink="https://mojomexico.company/portal/?attachment_id=8218" data-orig-file="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2025/03/umm-laravel1.png?fit=610%2C490&amp;ssl=1" data-orig-size="610,490" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="umm-laravel1" data-image-description="" data-medium-file="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2025/03/umm-laravel1.png?fit=300%2C241&amp;ssl=1" data-large-file="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2025/03/umm-laravel1.png?fit=610%2C490&amp;ssl=1" /><h2 class="woocommerce-loop-product__title">Curso Taller Laravel PHP programador</h2><span class="on-woo-wallet-cashback" style="display:none;"></span>
	<span class="price"><del><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>9,600.00</span></del> <ins><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>4,300.00</span></ins> <small class="woocommerce-price-suffix">+iva</small></span>
</a><a href="https://mojomexico.company/portal/producto/curso-taller-laravel-php-programador/" data-quantity="1" class="button product_type_simple add_to_cart_button" data-product_id="8217" data-product_sku="TALL-LARAVEL" aria-label="Add &ldquo;Curso Taller Laravel PHP programador&rdquo; to your cart" rel="nofollow">Agrega a carrito</a><button 
	type="button" 
	class="button addonify-qvm-button" 
	data-product_id="8217"
	>
	<span class="label">Vista Rapida</span></button>

</li>
<li class="product type-product post-3164 status-publish last instock product_cat-universidad-mojomexico product_cat-magento-ce product_tag-capacitacion-magento-mojomexico product_tag-plantillador-magento product_tag-taller-magento product_tag-universidad-mojomexico has-post-thumbnail sale virtual purchasable product-type-simple">
	<a href="https://mojomexico.company/portal/producto/taller-magento-plantillador/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">
	<span class="onsale">Sale!</span>
	<img decoding="async" width="500" height="406" src="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?fit=500%2C406&amp;ssl=1" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" srcset="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?w=640&amp;ssl=1 640w, https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?resize=300%2C244&amp;ssl=1 300w, https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?resize=600%2C488&amp;ssl=1 600w, https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?resize=500%2C406&amp;ssl=1 500w" sizes="(max-width: 500px) 100vw, 500px" data-attachment-id="8210" data-permalink="https://mojomexico.company/portal/?attachment_id=8210" data-orig-file="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?fit=640%2C520&amp;ssl=1" data-orig-size="640,520" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="umm-mage1R" data-image-description="" data-medium-file="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?fit=300%2C244&amp;ssl=1" data-large-file="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/umm-mage1R.jpg?fit=640%2C520&amp;ssl=1" /><h2 class="woocommerce-loop-product__title">Curso Taller Magento Plantillador (SEO) Presencial</h2><span class="on-woo-wallet-cashback" style="display:none;"></span>
	<span class="price"><del><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>9,900.00</span></del> <ins><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>4,950.00</span></ins></span>
</a><a href="https://mojomexico.company/portal/producto/taller-magento-plantillador/?add-to-cart=3164" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="3164" data-product_sku="PLNT-MGPRE1" aria-label="Add &ldquo;Curso Taller Magento Plantillador (SEO) Presencial&rdquo; to your cart" rel="nofollow">Add to cart</a><button 
	type="button" 
	class="button addonify-qvm-button" 
	data-product_id="3164"
	>
	<span class="label">Vista Rapida</span></button>

</li>
<li class="product type-product post-4368 status-publish first instock product_cat-universidad-mojomexico product_tag-capacitacion-prestashop product_tag-curso-prestashop product_tag-taller-superadmin-prestashop has-post-thumbnail sale virtual taxable purchasable product-type-simple">
	<a href="https://mojomexico.company/portal/producto/curso-taller-moodle-presencial/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">
	<span class="onsale">Sale!</span>
	<img loading="lazy" decoding="async" width="500" height="500" src="https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/boy-mojo3.png?fit=500%2C500&amp;ssl=1" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" srcset="https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/boy-mojo3.png?w=500&amp;ssl=1 500w, https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/boy-mojo3.png?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/boy-mojo3.png?resize=250%2C250&amp;ssl=1 250w, https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/boy-mojo3.png?resize=120%2C120&amp;ssl=1 120w" sizes="(max-width: 500px) 100vw, 500px" data-attachment-id="6268" data-permalink="https://mojomexico.company/portal/?attachment_id=6268" data-orig-file="https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/boy-mojo3.png?fit=500%2C500&amp;ssl=1" data-orig-size="500,500" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="boy-mojo3" data-image-description="" data-medium-file="https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/boy-mojo3.png?fit=250%2C250&amp;ssl=1" data-large-file="https://i2.wp.com/mojomexico.company/portal/wp-content/uploads/2015/07/boy-mojo3.png?fit=500%2C500&amp;ssl=1" /><h2 class="woocommerce-loop-product__title">Curso Taller Moodle Nivel2</h2><span class="on-woo-wallet-cashback" style="display:none;"></span>
	<span class="price"><del><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>8,900.00</span></del> <ins><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>4,450.00</span></ins> <small class="woocommerce-price-suffix">+iva</small></span>
</a><a href="https://mojomexico.company/portal/producto/curso-taller-moodle-presencial/?add-to-cart=4368" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="4368" data-product_sku="TALL-MOO1" aria-label="Add &ldquo;Curso Taller Moodle Nivel2&rdquo; to your cart" rel="nofollow">Add to cart</a><button 
	type="button" 
	class="button addonify-qvm-button" 
	data-product_id="4368"
	>
	<span class="label">Vista Rapida</span></button>

</li>
<li class="product type-product post-8214 status-publish instock product_cat-universidad-mojomexico product_cat-nodejs product_cat-php-laravel product_tag-capacitacion-prestashop product_tag-clases-virtuales product_tag-curso-prestashop product_tag-especialista-en-woocommerce product_tag-taller-superadmin-prestashop product_tag-wordpress product_tag-wordpress-trucos-y-config has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">
	<a href="https://mojomexico.company/portal/producto/curso-taller-nodejs-programador/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img loading="lazy" decoding="async" width="500" height="406" src="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2025/03/umm-nodejs3R.jpg?fit=500%2C406&amp;ssl=1" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" srcset="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2025/03/umm-nodejs3R.jpg?w=640&amp;ssl=1 640w, https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2025/03/umm-nodejs3R.jpg?resize=300%2C244&amp;ssl=1 300w, https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2025/03/umm-nodejs3R.jpg?resize=600%2C488&amp;ssl=1 600w, https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2025/03/umm-nodejs3R.jpg?resize=500%2C406&amp;ssl=1 500w" sizes="(max-width: 500px) 100vw, 500px" data-attachment-id="8215" data-permalink="https://mojomexico.company/portal/?attachment_id=8215" data-orig-file="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2025/03/umm-nodejs3R.jpg?fit=640%2C520&amp;ssl=1" data-orig-size="640,520" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="umm-nodejs3R" data-image-description="" data-medium-file="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2025/03/umm-nodejs3R.jpg?fit=300%2C244&amp;ssl=1" data-large-file="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2025/03/umm-nodejs3R.jpg?fit=640%2C520&amp;ssl=1" /><h2 class="woocommerce-loop-product__title">Curso Taller NodeJs programador</h2><span class="on-woo-wallet-cashback" style="display:none;"></span>
	<span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>6,900.00</span> &ndash; <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>11,900.00</span> <small class="woocommerce-price-suffix">+iva</small></span>
</a><a href="https://mojomexico.company/portal/producto/curso-taller-nodejs-programador/" data-quantity="1" class="button product_type_variable add_to_cart_button" data-product_id="8214" data-product_sku="TALL-NODEJS1" aria-label="Select options for &ldquo;Curso Taller NodeJs programador&rdquo;" rel="nofollow">Agrega a carrito</a><button 
	type="button" 
	class="button addonify-qvm-button" 
	data-product_id="8214"
	>
	<span class="label">Vista Rapida</span></button>

</li>
<li class="product type-product post-4234 status-publish instock product_cat-universidad-mojomexico product_cat-woocommerce-wordpress product_tag-capacitacion-prestashop product_tag-clases-virtuales product_tag-curso-prestashop product_tag-especialista-en-woocommerce product_tag-taller-superadmin-prestashop product_tag-wordpress product_tag-wordpress-trucos-y-config has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">
	<a href="https://mojomexico.company/portal/producto/curso-taller-wordpress-woocommerce-presencial/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img loading="lazy" decoding="async" width="500" height="406" src="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2018/03/umm-woo2R.jpg?fit=500%2C406&amp;ssl=1" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" srcset="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2018/03/umm-woo2R.jpg?w=640&amp;ssl=1 640w, https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2018/03/umm-woo2R.jpg?resize=300%2C244&amp;ssl=1 300w, https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2018/03/umm-woo2R.jpg?resize=600%2C488&amp;ssl=1 600w, https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2018/03/umm-woo2R.jpg?resize=500%2C406&amp;ssl=1 500w" sizes="(max-width: 500px) 100vw, 500px" data-attachment-id="8211" data-permalink="https://mojomexico.company/portal/?attachment_id=8211" data-orig-file="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2018/03/umm-woo2R.jpg?fit=640%2C520&amp;ssl=1" data-orig-size="640,520" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="umm-woo2R" data-image-description="" data-medium-file="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2018/03/umm-woo2R.jpg?fit=300%2C244&amp;ssl=1" data-large-file="https://i0.wp.com/mojomexico.company/portal/wp-content/uploads/2018/03/umm-woo2R.jpg?fit=640%2C520&amp;ssl=1" /><h2 class="woocommerce-loop-product__title">Curso Taller WordPress Woocommerce Virtual</h2><span class="on-woo-wallet-cashback" style="display:none;"></span>
	<span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>5,500.00</span> &ndash; <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>11,900.00</span> <small class="woocommerce-price-suffix">+iva</small></span>
</a><a href="https://mojomexico.company/portal/producto/curso-taller-wordpress-woocommerce-presencial/" data-quantity="1" class="button product_type_variable add_to_cart_button" data-product_id="4234" data-product_sku="TALL-WPN1" aria-label="Select options for &ldquo;Curso Taller WordPress Woocommerce Virtual&rdquo;" rel="nofollow">Agrega a carrito</a><button 
	type="button" 
	class="button addonify-qvm-button" 
	data-product_id="4234"
	>
	<span class="label">Vista Rapida</span></button>

</li>
<li class="product type-product post-3696 status-publish last instock product_cat-universidad-mojomexico product_cat-sco-unix-linux product_tag-sco-opensource product_tag-sco-opensource-8 product_tag-unix-aix-curso product_tag-unix-opensource-5 product_tag-unix-opensource-6 product_tag-unix-sco-curso product_tag-unix-ux-solaris-curso product_tag-unixware-8 has-post-thumbnail sale virtual taxable purchasable product-type-simple">
	<a href="https://mojomexico.company/portal/producto/curso-unix-a-escoger-aix-ux-sco/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">
	<span class="onsale">Sale!</span>
	<img loading="lazy" decoding="async" width="284" height="177" src="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2017/02/unix1.jpeg?fit=284%2C177&amp;ssl=1" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" srcset="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2017/02/unix1.jpeg?w=284&amp;ssl=1 284w, https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2017/02/unix1.jpeg?resize=220%2C137&amp;ssl=1 220w" sizes="(max-width: 284px) 100vw, 284px" data-attachment-id="3716" data-permalink="https://mojomexico.company/portal/curso-de-programacion-shell-awk-unix-aix-ibm/unix1/" data-orig-file="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2017/02/unix1.jpeg?fit=284%2C177&amp;ssl=1" data-orig-size="284,177" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="unix soporte y capacitacion mojomexico" data-image-description="" data-medium-file="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2017/02/unix1.jpeg?fit=284%2C177&amp;ssl=1" data-large-file="https://i1.wp.com/mojomexico.company/portal/wp-content/uploads/2017/02/unix1.jpeg?fit=284%2C177&amp;ssl=1" /><h2 class="woocommerce-loop-product__title">Curso Unix a escoger AIX, UX , SCO</h2><span class="on-woo-wallet-cashback" style="display:none;"></span>
	<span class="price"><del><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>5,600.00</span></del> <ins><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">MxPesos $</span>2,900.00</span></ins> <small class="woocommerce-price-suffix">+iva</small></span>
</a><a href="https://mojomexico.company/portal/producto/curso-unix-a-escoger-aix-ux-sco/" data-quantity="1" class="button product_type_simple add_to_cart_button" data-product_id="3696" data-product_sku="UNX-PRE1U" aria-label="Add &ldquo;Curso Unix a escoger AIX, UX , SCO&rdquo; to your cart" rel="nofollow">Agrega a carrito</a><button 
	type="button" 
	class="button addonify-qvm-button" 
	data-product_id="3696"
	>
	<span class="label">Vista Rapida</span></button>

</li>
</ul>
</div>
<p>PUEDES VER LOS PROXIMOS EVENTOS PUBLICADOS EN NUESTRO CALENDARIO WWW.MOJOMEXICO.MX AQUI:</p>
<p>[wp-rss-aggregator]</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mojomexico.company/portal/curso-de-programacion-shell-awk-unix-aix-ibm/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3709</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Caché de objetos 110/473 objetos usando Disk
Almacenamiento en caché de páginas con Disk: Enhanced 
Red de entrega de contenidos mediante N/A
Caché de base de datos 3/44 consultas en 0.036 segundos usando Disk

Served from: mojomexico.company @ 2026-06-08 03:41:46 by W3 Total Cache
-->