<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="hu">
		<id>https://wiki.gazo.hu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gazo</id>
		<title>GaZo WiKi - Szerkesztő közreműködései [hu]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.gazo.hu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gazo"/>
		<link rel="alternate" type="text/html" href="https://wiki.gazo.hu/index.php/Speci%C3%A1lis:Szerkeszt%C5%91_k%C3%B6zrem%C5%B1k%C3%B6d%C3%A9sei/Gazo"/>
		<updated>2026-06-15T23:10:44Z</updated>
		<subtitle>Szerkesztő közreműködései</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://wiki.gazo.hu/index.php?title=DKIM&amp;diff=19</id>
		<title>DKIM</title>
		<link rel="alternate" type="text/html" href="https://wiki.gazo.hu/index.php?title=DKIM&amp;diff=19"/>
				<updated>2024-01-12T12:50:38Z</updated>
		
		<summary type="html">&lt;p&gt;Gazo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://wiki.processnet.hu/postfix-es-dkim-beallitasa/&lt;br /&gt;
&lt;br /&gt;
== Telepítés ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;apt-get install opendkim opendkim-tools&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Socket    inet:8892@localhost&lt;br /&gt;
&lt;br /&gt;
KeyTable                /etc/opendkim/KeyTable&lt;br /&gt;
SigningTable            /etc/opendkim/SigningTable&lt;br /&gt;
ExternalIgnoreList      /etc/opendkim/TrustedHosts&lt;br /&gt;
InternalHosts           /etc/opendkim/TrustedHosts&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir -p /etc/opendkim/keys&lt;br /&gt;
touch /etc/opendkim/KeyTable&lt;br /&gt;
touch /etc/opendkim/SigningTable&lt;br /&gt;
touch /etc/opendkim/TrustedHosts&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Postfix ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
milter_default_action = accept&lt;br /&gt;
milter_protocol = 6&lt;br /&gt;
smtpd_milters = inet:localhost:8891&lt;br /&gt;
non_smtpd_milters = inet:localhost:8891&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
service opendkim restart&lt;br /&gt;
service postfix restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Kulcs felvétele ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /etc/opendkim/keys&lt;br /&gt;
mkdir /etc/opendkim/keys/example.net&lt;br /&gt;
cd /etc/opendkim/keys/example.net&lt;br /&gt;
chown opendkim:opendkim brisbane.private&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
service opendkim restart&lt;br /&gt;
service postfix restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gazo</name></author>	</entry>

	<entry>
		<id>https://wiki.gazo.hu/index.php?title=DKIM&amp;diff=18</id>
		<title>DKIM</title>
		<link rel="alternate" type="text/html" href="https://wiki.gazo.hu/index.php?title=DKIM&amp;diff=18"/>
				<updated>2024-01-12T12:49:41Z</updated>
		
		<summary type="html">&lt;p&gt;Gazo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://wiki.processnet.hu/postfix-es-dkim-beallitasa/&lt;br /&gt;
&lt;br /&gt;
== Telepítés ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;apt-get install opendkim opendkim-tools&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Socket    inet:8892@localhost&lt;br /&gt;
&lt;br /&gt;
KeyTable                /etc/opendkim/KeyTable&lt;br /&gt;
SigningTable            /etc/opendkim/SigningTable&lt;br /&gt;
ExternalIgnoreList      /etc/opendkim/TrustedHosts&lt;br /&gt;
InternalHosts           /etc/opendkim/TrustedHosts&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
mkdir -p /etc/opendkim/keys&lt;br /&gt;
touch /etc/opendkim/KeyTable&lt;br /&gt;
touch /etc/opendkim/SigningTable&lt;br /&gt;
touch /etc/opendkim/TrustedHosts&lt;br /&gt;
&lt;br /&gt;
== Postfix ==&lt;br /&gt;
milter_default_action = accept&lt;br /&gt;
milter_protocol = 6&lt;br /&gt;
smtpd_milters = inet:localhost:8891&lt;br /&gt;
non_smtpd_milters = inet:localhost:8891&lt;br /&gt;
&lt;br /&gt;
service opendkim restart&lt;br /&gt;
service postfix restart&lt;br /&gt;
&lt;br /&gt;
== Kulcs felvétele ==&lt;br /&gt;
&lt;br /&gt;
cd /etc/opendkim/keys&lt;br /&gt;
mkdir /etc/opendkim/keys/example.net&lt;br /&gt;
cd /etc/opendkim/keys/example.net&lt;br /&gt;
chown opendkim:opendkim brisbane.private&lt;br /&gt;
&lt;br /&gt;
service opendkim restart&lt;br /&gt;
service postfix restart&lt;/div&gt;</summary>
		<author><name>Gazo</name></author>	</entry>

	<entry>
		<id>https://wiki.gazo.hu/index.php?title=DKIM&amp;diff=17</id>
		<title>DKIM</title>
		<link rel="alternate" type="text/html" href="https://wiki.gazo.hu/index.php?title=DKIM&amp;diff=17"/>
				<updated>2024-01-12T12:48:21Z</updated>
		
		<summary type="html">&lt;p&gt;Gazo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://wiki.processnet.hu/postfix-es-dkim-beallitasa/&lt;br /&gt;
&lt;br /&gt;
== Telepítés ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;apt-get install opendkim opendkim-tools&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
Socket    inet:8892@localhost&lt;br /&gt;
&lt;br /&gt;
KeyTable                /etc/opendkim/KeyTable&lt;br /&gt;
&lt;br /&gt;
SigningTable            /etc/opendkim/SigningTable&lt;br /&gt;
&lt;br /&gt;
ExternalIgnoreList      /etc/opendkim/TrustedHosts&lt;br /&gt;
InternalHosts           /etc/opendkim/TrustedHosts&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
mkdir -p /etc/opendkim/keys&lt;br /&gt;
touch /etc/opendkim/KeyTable&lt;br /&gt;
touch /etc/opendkim/SigningTable&lt;br /&gt;
touch /etc/opendkim/TrustedHosts&lt;br /&gt;
&lt;br /&gt;
== Postfix ==&lt;br /&gt;
milter_default_action = accept&lt;br /&gt;
milter_protocol = 6&lt;br /&gt;
smtpd_milters = inet:localhost:8891&lt;br /&gt;
non_smtpd_milters = inet:localhost:8891&lt;br /&gt;
&lt;br /&gt;
service opendkim restart&lt;br /&gt;
service postfix restart&lt;br /&gt;
&lt;br /&gt;
== Kulcs felvétele ==&lt;br /&gt;
&lt;br /&gt;
cd /etc/opendkim/keys&lt;br /&gt;
mkdir /etc/opendkim/keys/example.net&lt;br /&gt;
cd /etc/opendkim/keys/example.net&lt;br /&gt;
chown opendkim:opendkim brisbane.private&lt;br /&gt;
&lt;br /&gt;
service opendkim restart&lt;br /&gt;
service postfix restart&lt;/div&gt;</summary>
		<author><name>Gazo</name></author>	</entry>

	<entry>
		<id>https://wiki.gazo.hu/index.php?title=DKIM&amp;diff=16</id>
		<title>DKIM</title>
		<link rel="alternate" type="text/html" href="https://wiki.gazo.hu/index.php?title=DKIM&amp;diff=16"/>
				<updated>2024-01-12T12:44:37Z</updated>
		
		<summary type="html">&lt;p&gt;Gazo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://wiki.processnet.hu/postfix-es-dkim-beallitasa/&lt;br /&gt;
&lt;br /&gt;
== Telepítés ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;apt-get install opendkim opendkim-tools&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
Socket    inet:8892@localhost&lt;br /&gt;
&lt;br /&gt;
KeyTable                /etc/opendkim/KeyTable&lt;br /&gt;
SigningTable            /etc/opendkim/SigningTable&lt;br /&gt;
ExternalIgnoreList      /etc/opendkim/TrustedHosts&lt;br /&gt;
InternalHosts           /etc/opendkim/TrustedHosts&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
mkdir -p /etc/opendkim/keys&lt;br /&gt;
touch /etc/opendkim/KeyTable&lt;br /&gt;
touch /etc/opendkim/SigningTable&lt;br /&gt;
touch /etc/opendkim/TrustedHosts&lt;br /&gt;
&lt;br /&gt;
== Postfix ==&lt;br /&gt;
milter_default_action = accept&lt;br /&gt;
milter_protocol = 6&lt;br /&gt;
smtpd_milters = inet:localhost:8891&lt;br /&gt;
non_smtpd_milters = inet:localhost:8891&lt;br /&gt;
&lt;br /&gt;
service opendkim restart&lt;br /&gt;
service postfix restart&lt;br /&gt;
&lt;br /&gt;
== Kulcs felvétele ==&lt;br /&gt;
&lt;br /&gt;
cd /etc/opendkim/keys&lt;br /&gt;
mkdir /etc/opendkim/keys/example.net&lt;br /&gt;
cd /etc/opendkim/keys/example.net&lt;br /&gt;
chown opendkim:opendkim brisbane.private&lt;br /&gt;
&lt;br /&gt;
service opendkim restart&lt;br /&gt;
service postfix restart&lt;/div&gt;</summary>
		<author><name>Gazo</name></author>	</entry>

	<entry>
		<id>https://wiki.gazo.hu/index.php?title=DKIM&amp;diff=15</id>
		<title>DKIM</title>
		<link rel="alternate" type="text/html" href="https://wiki.gazo.hu/index.php?title=DKIM&amp;diff=15"/>
				<updated>2024-01-12T12:41:11Z</updated>
		
		<summary type="html">&lt;p&gt;Gazo: Új oldal, tartalma: „http://wiki.processnet.hu/postfix-es-dkim-beallitasa/  &amp;lt;code&amp;gt;apt-get install opendkim opendkim-tools&amp;lt;/code&amp;gt;  &amp;lt;code&amp;gt; Socket    inet:8892@localhost  KeyTable…”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://wiki.processnet.hu/postfix-es-dkim-beallitasa/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;apt-get install opendkim opendkim-tools&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
Socket    inet:8892@localhost&lt;br /&gt;
&lt;br /&gt;
KeyTable                /etc/opendkim/KeyTable&lt;br /&gt;
SigningTable            /etc/opendkim/SigningTable&lt;br /&gt;
ExternalIgnoreList      /etc/opendkim/TrustedHosts&lt;br /&gt;
InternalHosts           /etc/opendkim/TrustedHosts&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
mkdir -p /etc/opendkim/keys&lt;br /&gt;
touch /etc/opendkim/KeyTable&lt;br /&gt;
touch /etc/opendkim/SigningTable&lt;br /&gt;
touch /etc/opendkim/TrustedHosts&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gazo</name></author>	</entry>

	<entry>
		<id>https://wiki.gazo.hu/index.php?title=Kezd%C5%91lap&amp;diff=14</id>
		<title>Kezdőlap</title>
		<link rel="alternate" type="text/html" href="https://wiki.gazo.hu/index.php?title=Kezd%C5%91lap&amp;diff=14"/>
				<updated>2024-01-12T12:37:17Z</updated>
		
		<summary type="html">&lt;p&gt;Gazo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== BASH ==&lt;br /&gt;
[[Fájlnév kinyerése]]&lt;br /&gt;
&lt;br /&gt;
== PHP ==&lt;br /&gt;
[[UTF-8 BOM]]&lt;br /&gt;
&lt;br /&gt;
== APACHE ==&lt;br /&gt;
[[REMOTE_ADDR - rpaf helyett]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MAIL ==&lt;br /&gt;
[[DKIM]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Alapok (angol nyelven) ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Beállítások listája]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki GyIK]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki-kiadások levelezőlistája]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources A MediaWiki fordítása a saját nyelvedre]&lt;/div&gt;</summary>
		<author><name>Gazo</name></author>	</entry>

	<entry>
		<id>https://wiki.gazo.hu/index.php?title=REMOTE_ADDR_-_rpaf_helyett&amp;diff=13</id>
		<title>REMOTE ADDR - rpaf helyett</title>
		<link rel="alternate" type="text/html" href="https://wiki.gazo.hu/index.php?title=REMOTE_ADDR_-_rpaf_helyett&amp;diff=13"/>
				<updated>2016-09-29T15:23:47Z</updated>
		
		<summary type="html">&lt;p&gt;Gazo: Új oldal, tartalma: „https://syslint.com/blog/tutorial/replacing-mod_rpaf-with-mod_remoteip-in-apache-2-4-nginx-real_ip-problem-solution/”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[https://syslint.com/blog/tutorial/replacing-mod_rpaf-with-mod_remoteip-in-apache-2-4-nginx-real_ip-problem-solution/]]&lt;/div&gt;</summary>
		<author><name>Gazo</name></author>	</entry>

	<entry>
		<id>https://wiki.gazo.hu/index.php?title=Kezd%C5%91lap&amp;diff=12</id>
		<title>Kezdőlap</title>
		<link rel="alternate" type="text/html" href="https://wiki.gazo.hu/index.php?title=Kezd%C5%91lap&amp;diff=12"/>
				<updated>2016-09-29T15:23:32Z</updated>
		
		<summary type="html">&lt;p&gt;Gazo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== BASH ==&lt;br /&gt;
[[Fájlnév kinyerése]]&lt;br /&gt;
&lt;br /&gt;
== PHP ==&lt;br /&gt;
[[UTF-8 BOM]]&lt;br /&gt;
&lt;br /&gt;
== APACHE ==&lt;br /&gt;
[[REMOTE_ADDR - rpaf helyett]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Alapok (angol nyelven) ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Beállítások listája]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki GyIK]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki-kiadások levelezőlistája]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources A MediaWiki fordítása a saját nyelvedre]&lt;/div&gt;</summary>
		<author><name>Gazo</name></author>	</entry>

	<entry>
		<id>https://wiki.gazo.hu/index.php?title=F%C3%A1jln%C3%A9v_kinyer%C3%A9se&amp;diff=11</id>
		<title>Fájlnév kinyerése</title>
		<link rel="alternate" type="text/html" href="https://wiki.gazo.hu/index.php?title=F%C3%A1jln%C3%A9v_kinyer%C3%A9se&amp;diff=11"/>
				<updated>2016-03-24T15:31:54Z</updated>
		
		<summary type="html">&lt;p&gt;Gazo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;code&amp;gt;&lt;br /&gt;
i=&amp;quot;/www/xxx/yyy/z.txt&amp;quot;;&lt;br /&gt;
echo ${i##*/}&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gazo</name></author>	</entry>

	<entry>
		<id>https://wiki.gazo.hu/index.php?title=F%C3%A1jln%C3%A9v_kinyer%C3%A9se&amp;diff=10</id>
		<title>Fájlnév kinyerése</title>
		<link rel="alternate" type="text/html" href="https://wiki.gazo.hu/index.php?title=F%C3%A1jln%C3%A9v_kinyer%C3%A9se&amp;diff=10"/>
				<updated>2016-03-24T15:08:51Z</updated>
		
		<summary type="html">&lt;p&gt;Gazo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;code&amp;gt;&lt;br /&gt;
i=&amp;quot;/www/scripts/afterupdate/x.sh&amp;quot;;&lt;br /&gt;
echo ${i##*/}&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gazo</name></author>	</entry>

	<entry>
		<id>https://wiki.gazo.hu/index.php?title=UTF-8_BOM&amp;diff=9</id>
		<title>UTF-8 BOM</title>
		<link rel="alternate" type="text/html" href="https://wiki.gazo.hu/index.php?title=UTF-8_BOM&amp;diff=9"/>
				<updated>2016-03-24T15:08:33Z</updated>
		
		<summary type="html">&lt;p&gt;Gazo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;code&amp;gt;chr(239) . chr(187) . chr(191)&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gazo</name></author>	</entry>

	<entry>
		<id>https://wiki.gazo.hu/index.php?title=UTF-8_BOM&amp;diff=8</id>
		<title>UTF-8 BOM</title>
		<link rel="alternate" type="text/html" href="https://wiki.gazo.hu/index.php?title=UTF-8_BOM&amp;diff=8"/>
				<updated>2016-03-24T15:07:53Z</updated>
		
		<summary type="html">&lt;p&gt;Gazo: Új oldal, tartalma: „chr(239) . chr(187) . chr(191)”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;chr(239) . chr(187) . chr(191)&lt;/div&gt;</summary>
		<author><name>Gazo</name></author>	</entry>

	<entry>
		<id>https://wiki.gazo.hu/index.php?title=Kezd%C5%91lap&amp;diff=7</id>
		<title>Kezdőlap</title>
		<link rel="alternate" type="text/html" href="https://wiki.gazo.hu/index.php?title=Kezd%C5%91lap&amp;diff=7"/>
				<updated>2016-03-24T15:07:39Z</updated>
		
		<summary type="html">&lt;p&gt;Gazo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== BASH ==&lt;br /&gt;
[[Fájlnév kinyerése]]&lt;br /&gt;
&lt;br /&gt;
== PHP ==&lt;br /&gt;
[[UTF-8 BOM]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Alapok (angol nyelven) ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Beállítások listája]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki GyIK]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki-kiadások levelezőlistája]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources A MediaWiki fordítása a saját nyelvedre]&lt;/div&gt;</summary>
		<author><name>Gazo</name></author>	</entry>

	<entry>
		<id>https://wiki.gazo.hu/index.php?title=Kezd%C5%91lap&amp;diff=6</id>
		<title>Kezdőlap</title>
		<link rel="alternate" type="text/html" href="https://wiki.gazo.hu/index.php?title=Kezd%C5%91lap&amp;diff=6"/>
				<updated>2016-03-02T13:40:25Z</updated>
		
		<summary type="html">&lt;p&gt;Gazo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== BASH ==&lt;br /&gt;
[[Fájlnév kinyerése]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Alapok (angol nyelven) ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Beállítások listája]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki GyIK]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki-kiadások levelezőlistája]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources A MediaWiki fordítása a saját nyelvedre]&lt;/div&gt;</summary>
		<author><name>Gazo</name></author>	</entry>

	<entry>
		<id>https://wiki.gazo.hu/index.php?title=Kezd%C5%91lap&amp;diff=5</id>
		<title>Kezdőlap</title>
		<link rel="alternate" type="text/html" href="https://wiki.gazo.hu/index.php?title=Kezd%C5%91lap&amp;diff=5"/>
				<updated>2016-03-02T13:39:55Z</updated>
		
		<summary type="html">&lt;p&gt;Gazo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== BASH ==&lt;br /&gt;
[[Fájlnév kinyerése útvonalból]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Alapok (angol nyelven) ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Beállítások listája]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki GyIK]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki-kiadások levelezőlistája]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources A MediaWiki fordítása a saját nyelvedre]&lt;/div&gt;</summary>
		<author><name>Gazo</name></author>	</entry>

	<entry>
		<id>https://wiki.gazo.hu/index.php?title=F%C3%A1jln%C3%A9v_kinyer%C3%A9se&amp;diff=4</id>
		<title>Fájlnév kinyerése</title>
		<link rel="alternate" type="text/html" href="https://wiki.gazo.hu/index.php?title=F%C3%A1jln%C3%A9v_kinyer%C3%A9se&amp;diff=4"/>
				<updated>2016-03-02T13:19:38Z</updated>
		
		<summary type="html">&lt;p&gt;Gazo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;code&amp;gt;&lt;br /&gt;
i=&amp;quot;/www/scripts/afterupdate/x.sh&amp;quot;&lt;br /&gt;
echo ${i##*/}&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gazo</name></author>	</entry>

	<entry>
		<id>https://wiki.gazo.hu/index.php?title=F%C3%A1jln%C3%A9v_kinyer%C3%A9se&amp;diff=3</id>
		<title>Fájlnév kinyerése</title>
		<link rel="alternate" type="text/html" href="https://wiki.gazo.hu/index.php?title=F%C3%A1jln%C3%A9v_kinyer%C3%A9se&amp;diff=3"/>
				<updated>2016-03-02T13:17:48Z</updated>
		
		<summary type="html">&lt;p&gt;Gazo: Új oldal, tartalma: „ i=&amp;quot;/www/scripts/afterupdate/x.sh&amp;quot; ; echo ${i##*/}”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; i=&amp;quot;/www/scripts/afterupdate/x.sh&amp;quot; ; echo ${i##*/}&lt;/div&gt;</summary>
		<author><name>Gazo</name></author>	</entry>

	<entry>
		<id>https://wiki.gazo.hu/index.php?title=Kezd%C5%91lap&amp;diff=2</id>
		<title>Kezdőlap</title>
		<link rel="alternate" type="text/html" href="https://wiki.gazo.hu/index.php?title=Kezd%C5%91lap&amp;diff=2"/>
				<updated>2016-03-02T13:17:32Z</updated>
		
		<summary type="html">&lt;p&gt;Gazo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== BASH ==&lt;br /&gt;
[[Fájlnév kinyerése]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Alapok (angol nyelven) ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Beállítások listája]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki GyIK]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki-kiadások levelezőlistája]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources A MediaWiki fordítása a saját nyelvedre]&lt;/div&gt;</summary>
		<author><name>Gazo</name></author>	</entry>

	</feed>