<?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>Linux | Tutoriales Linux</title>
	<atom:link href="https://tutorialeslinux.com/category/linux/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, 17 Feb 2025 15:58:07 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>

<image>
	<url>https://tutorialeslinux.com/wp-content/uploads/2017/06/cropped-560683.png</url>
	<title>Linux | Tutoriales Linux</title>
	<link>https://tutorialeslinux.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Guía Básica de nmcli</title>
		<link>https://tutorialeslinux.com/linux/guia-basica-de-nmcli/</link>
					<comments>https://tutorialeslinux.com/linux/guia-basica-de-nmcli/#respond</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Mon, 17 Feb 2025 15:56:38 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[nmcli red network ifconfig ifup eth ens192 eth1 eth0ip ping]]></category>
		<guid isPermaLink="false">https://tutorialeslinux.com/?p=629</guid>

					<description><![CDATA[<p>La mayoría de distribuciones de Linux modernas como AlmaLinux o Red Hat han adoptado el uso de nmcli para realizar la configuración de red del sistema. nmcli es un comando utilizado para gestionar conexiones de red en sistemas Linux. Es parte del NetworkManager y permite configurar conexiones, visualizar el estado<a class="moretag" href="https://tutorialeslinux.com/linux/guia-basica-de-nmcli/"> Leer más&#8230;</a></p>
The post <a href="https://tutorialeslinux.com/linux/guia-basica-de-nmcli/">Guía Básica de nmcli</a> first appeared on <a href="https://tutorialeslinux.com">Tutoriales Linux</a>.]]></description>
		
					<wfw:commentRss>https://tutorialeslinux.com/linux/guia-basica-de-nmcli/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&#8230;</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&#8230;</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&#8230;</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>Crear un rotado de logs con systemd y logrotate</title>
		<link>https://tutorialeslinux.com/linux/crear-un-rotado-de-logs-con-systemd-y-logrotate/</link>
					<comments>https://tutorialeslinux.com/linux/crear-un-rotado-de-logs-con-systemd-y-logrotate/#respond</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Wed, 21 Aug 2019 14:37:52 +0000</pubDate>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Correo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Otros]]></category>
		<category><![CDATA[rotado log rotate logrotate systemd systemctl service timer logs rotate start gzip compress rotacion]]></category>
		<guid isPermaLink="false">https://tutorialeslinux.com/?p=524</guid>

					<description><![CDATA[<p>En esta entrada voy a explicar como hacer un rotado de logs sencillo mediante logrotate y systemd, generaremos un servicio que se lanzará con systemctl en el cual estableceremos la configuración del rotado y su periodicidad. Lo primero, crearemos un fichero .config en /etc/systemd/system con el nombre de nuestro rotado:<a class="moretag" href="https://tutorialeslinux.com/linux/crear-un-rotado-de-logs-con-systemd-y-logrotate/"> Leer más&#8230;</a></p>
The post <a href="https://tutorialeslinux.com/linux/crear-un-rotado-de-logs-con-systemd-y-logrotate/">Crear un rotado de logs con systemd y logrotate</a> first appeared on <a href="https://tutorialeslinux.com">Tutoriales Linux</a>.]]></description>
		
					<wfw:commentRss>https://tutorialeslinux.com/linux/crear-un-rotado-de-logs-con-systemd-y-logrotate/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
