<?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>Otros | Tutoriales Linux</title>
	<atom:link href="https://tutorialeslinux.com/category/others/feed/" rel="self" type="application/rss+xml" />
	<link>https://tutorialeslinux.com</link>
	<description>Procedimientos, tutoriales y más del mundo del SysAdmin Linux</description>
	<lastBuildDate>Mon, 04 Mar 2024 14:47:59 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://tutorialeslinux.com/wp-content/uploads/2017/06/cropped-560683.png</url>
	<title>Otros | Tutoriales Linux</title>
	<link>https://tutorialeslinux.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Comandos básicos debug Fortigate</title>
		<link>https://tutorialeslinux.com/seguridad/comandos-basicos-debug-fortigate/</link>
					<comments>https://tutorialeslinux.com/seguridad/comandos-basicos-debug-fortigate/#respond</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Mon, 04 Mar 2024 14:46:41 +0000</pubDate>
				<category><![CDATA[Otros]]></category>
		<category><![CDATA[Seguridad]]></category>
		<guid isPermaLink="false">https://tutorialeslinux.com/?p=623</guid>

					<description><![CDATA[<p>En esta entrada voy a desglosar un listado de comandos básicos que suelo utilizar en el día a día para realizar revisiones básicas en FWs FortiGate. ¡Espero que os sean de ayuda! 1. Sniffer de Paquetes&#160; 2. Verificación de CPU&#160; 3. Matar Proceso&#160; 4. Debug de VPNs&#160; 5. Lista de<a class="moretag" href="https://tutorialeslinux.com/seguridad/comandos-basicos-debug-fortigate/"> Leer más</a></p>
The post <a href="https://tutorialeslinux.com/seguridad/comandos-basicos-debug-fortigate/">Comandos básicos debug Fortigate</a> first appeared on <a href="https://tutorialeslinux.com">Tutoriales Linux</a>.]]></description>
		
					<wfw:commentRss>https://tutorialeslinux.com/seguridad/comandos-basicos-debug-fortigate/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Configurar un servicio para que arranque tras montar un NFS</title>
		<link>https://tutorialeslinux.com/linux/configurar-un-servicio-para-que-arranque-tras-montar-un-nfs/</link>
					<comments>https://tutorialeslinux.com/linux/configurar-un-servicio-para-que-arranque-tras-montar-un-nfs/#respond</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Mon, 19 Apr 2021 14:06:48 +0000</pubDate>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Otros]]></category>
		<category><![CDATA[linux apache boot order nginx nfs share storage var www cat etc fstab error]]></category>
		<guid isPermaLink="false">https://tutorialeslinux.com/?p=592</guid>

					<description><![CDATA[<p>En plataformas con varios frontales web, es imprescindible utilizar un almacenamiento centralizado como document root de nuestra plataforma. Al reiniciar el servidor, generalmente el montaje de nuestro almacenamiento centralizado vía NFS se produce antes de que se inicie el servicio web (Apache, Nginx&#8230;) pero, es posible que, por lentitud del<a class="moretag" href="https://tutorialeslinux.com/linux/configurar-un-servicio-para-que-arranque-tras-montar-un-nfs/"> Leer más</a></p>
The post <a href="https://tutorialeslinux.com/linux/configurar-un-servicio-para-que-arranque-tras-montar-un-nfs/">Configurar un servicio para que arranque tras montar un NFS</a> first appeared on <a href="https://tutorialeslinux.com">Tutoriales Linux</a>.]]></description>
		
					<wfw:commentRss>https://tutorialeslinux.com/linux/configurar-un-servicio-para-que-arranque-tras-montar-un-nfs/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Diferentes formatos de certificado y comandos para convertir entre ellos (OpenSSL)</title>
		<link>https://tutorialeslinux.com/linux/diferentes-formatos-de-certificado-y-comandos-para-convertir-entre-ellos-openssl/</link>
					<comments>https://tutorialeslinux.com/linux/diferentes-formatos-de-certificado-y-comandos-para-convertir-entre-ellos-openssl/#comments</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Wed, 11 Nov 2020 12:00:27 +0000</pubDate>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Otros]]></category>
		<category><![CDATA[Seguridad]]></category>
		<category><![CDATA[openssl cert formats der crt key base64 cipher cifrado ca]]></category>
		<guid isPermaLink="false">https://tutorialeslinux.com/?p=568</guid>

					<description><![CDATA[<p>En esta entrada voy a explicar los cuatro grandes tipos (formatos) de certificados y aprovecharé para dejar los comandos más comunes de OpenSSL para convertir entre ellos. Formato PEM El formato PEM es quizá el más común, ya que es el que por norma general utilizan las CA&#8217;s (autoridad certificadora)<a class="moretag" href="https://tutorialeslinux.com/linux/diferentes-formatos-de-certificado-y-comandos-para-convertir-entre-ellos-openssl/"> Leer más</a></p>
The post <a href="https://tutorialeslinux.com/linux/diferentes-formatos-de-certificado-y-comandos-para-convertir-entre-ellos-openssl/">Diferentes formatos de certificado y comandos para convertir entre ellos (OpenSSL)</a> first appeared on <a href="https://tutorialeslinux.com">Tutoriales Linux</a>.]]></description>
		
					<wfw:commentRss>https://tutorialeslinux.com/linux/diferentes-formatos-de-certificado-y-comandos-para-convertir-entre-ellos-openssl/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Convertir particiones ext2/ext3 a ext4</title>
		<link>https://tutorialeslinux.com/linux/convertir-particiones-ext2-ext3-a-ext4/</link>
					<comments>https://tutorialeslinux.com/linux/convertir-particiones-ext2-ext3-a-ext4/#respond</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Wed, 12 Aug 2020 09:08:39 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Otros]]></category>
		<category><![CDATA[ext3 ext4 convert ext2 boot root partition filesystem]]></category>
		<guid isPermaLink="false">https://tutorialeslinux.com/?p=559</guid>

					<description><![CDATA[<p>En esta entrada voy a explicar como convertir una partición ext2 o ext3 a ext4. Lo primero que tenemos que tener en cuenta es que no podemos realizar esta operación con la partición montada, por lo que si la partición que queremos convertir a ext4 es una partición vital para<a class="moretag" href="https://tutorialeslinux.com/linux/convertir-particiones-ext2-ext3-a-ext4/"> Leer más</a></p>
The post <a href="https://tutorialeslinux.com/linux/convertir-particiones-ext2-ext3-a-ext4/">Convertir particiones ext2/ext3 a ext4</a> first appeared on <a href="https://tutorialeslinux.com">Tutoriales Linux</a>.]]></description>
		
					<wfw:commentRss>https://tutorialeslinux.com/linux/convertir-particiones-ext2-ext3-a-ext4/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Comandos útiles para debug de Firewalls Fortigate</title>
		<link>https://tutorialeslinux.com/seguridad/comandos-utiles-para-debug-de-firewalls-fortigate/</link>
					<comments>https://tutorialeslinux.com/seguridad/comandos-utiles-para-debug-de-firewalls-fortigate/#comments</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Thu, 23 Jan 2020 09:36:25 +0000</pubDate>
				<category><![CDATA[Otros]]></category>
		<category><![CDATA[Seguridad]]></category>
		<category><![CDATA[fortigate firewall debug fg100 100d flow filter vpn ipsec sniffer]]></category>
		<guid isPermaLink="false">https://tutorialeslinux.com/?p=535</guid>

					<description><![CDATA[<p>En esta entrada voy a dejar un listado de comandos muy útiles para realizar un debug sencillo de policies que no sabemos si funcionan, VPNs que no están comportándose correctamente, etc. Sniffer de tráfico: Primero, voy a dejar los comandos para realizar un «sniffer» de tráfico. Estos comandos son solo<a class="moretag" href="https://tutorialeslinux.com/seguridad/comandos-utiles-para-debug-de-firewalls-fortigate/"> Leer más</a></p>
The post <a href="https://tutorialeslinux.com/seguridad/comandos-utiles-para-debug-de-firewalls-fortigate/">Comandos útiles para debug de Firewalls Fortigate</a> first appeared on <a href="https://tutorialeslinux.com">Tutoriales Linux</a>.]]></description>
		
					<wfw:commentRss>https://tutorialeslinux.com/seguridad/comandos-utiles-para-debug-de-firewalls-fortigate/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
