<?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 FAQ</title>
	<atom:link href="http://linuxfaq.pl/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxfaq.pl</link>
	<description>Zagadnienia rozwiązane i opisane przy okazji.</description>
	<lastBuildDate>Thu, 26 Aug 2010 22:52:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>&#8216;Error opening terminal: bterm&#8217;</title>
		<link>http://linuxfaq.pl/linux/error-opening-terminal-bterm</link>
		<comments>http://linuxfaq.pl/linux/error-opening-terminal-bterm#comments</comments>
		<pubDate>Wed, 18 Aug 2010 10:40:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://linuxfaq.pl/?p=149</guid>
		<description><![CDATA[# grub Probing devices to guess BIOS drives. This may take a long time. 'Error opening terminal: bterm' Trzeba usawić w zmiennej TERM inny terminal, np.: export TERM=linux lub export TERM=vt100]]></description>
		<wfw:commentRss>http://linuxfaq.pl/linux/error-opening-terminal-bterm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix+SASL</title>
		<link>http://linuxfaq.pl/linux/postfixsasl</link>
		<comments>http://linuxfaq.pl/linux/postfixsasl#comments</comments>
		<pubDate>Wed, 18 Aug 2010 09:19:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Instalacja]]></category>

		<guid isPermaLink="false">http://linuxfaq.pl/?p=114</guid>
		<description><![CDATA[apt-get install postfix-tls libsasl2-modules sasl2-bin W debianie smtpd pracuje w chroocie, trzeba zmienić w /etc/postfix/master.cf edytując linię: smtp inet n - - - - smtpd zmieniając na: smtp inet n - n - - smtpd W pliku /etc/group do grupy sasl dodajemy użytkownika postfix, np. sasl:x:45:postfix W /etc/default/saslauthd ustawiamy w ostatnij linii: OPTIONS=&#8221;-c -m /var/spool/postfix/var/run/saslauthd&#8221; [...]]]></description>
		<wfw:commentRss>http://linuxfaq.pl/linux/postfixsasl/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tworzenie macierzy RAID</title>
		<link>http://linuxfaq.pl/linux/tworzenie-macierzy-raid</link>
		<comments>http://linuxfaq.pl/linux/tworzenie-macierzy-raid#comments</comments>
		<pubDate>Wed, 11 Aug 2010 23:52:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://linuxfaq.pl/?p=123</guid>
		<description><![CDATA[Tworzenie macierzy RAID1 składającej się z dwóch dysków: mdadm &#8211;create /dev/md0 &#8211;level=1 &#8211;raid-devices=2 /dev/sda1 /dev/sdc1 Tworzymy częściową macierz, z jednym dyskiem: mdadm --create /dev/md0 --level=1 --raid-devices=2 missing /dev/sdc1 Dodanie kolejnej partycji do raida: mdadm --manage /dev/md0 --add /dev/sdd1 pvcreate /dev/md0 Physical volume "/dev/md0" successfully created vgcreate host /dev/md0 lvcreate -L 250G host -n home Ustawienie [...]]]></description>
		<wfw:commentRss>http://linuxfaq.pl/linux/tworzenie-macierzy-raid/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>aktywacja LVS</title>
		<link>http://linuxfaq.pl/linux/aktywacja-lvs</link>
		<comments>http://linuxfaq.pl/linux/aktywacja-lvs#comments</comments>
		<pubDate>Mon, 09 Aug 2010 12:49:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RAID]]></category>
		<category><![CDATA[lvs]]></category>
		<category><![CDATA[raid]]></category>

		<guid isPermaLink="false">http://linuxfaq.pl/?p=136</guid>
		<description><![CDATA[mdadm &#8211;assemble /dev/md0 /dev/sdb1 mdadm: /dev/md0 has been started with 1 drive (out of 2). pvscan PV /dev/md0 VG host lvm2 [1,36 TB / 580,86 GB free] Total: 1 [1,36 TB] / in use: 1 [1,36 TB] / in no VG: 0 [0 ] vgscan Reading all physical volumes. This may take a while&#8230; Found [...]]]></description>
		<wfw:commentRss>http://linuxfaq.pl/linux/aktywacja-lvs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jak rozpakować .rpm pod Debianem?</title>
		<link>http://linuxfaq.pl/linux/jak-rozpakowac-rpm-pod-debianem</link>
		<comments>http://linuxfaq.pl/linux/jak-rozpakowac-rpm-pod-debianem#comments</comments>
		<pubDate>Wed, 04 Aug 2010 16:57:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[red hat]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://linuxfaq.pl/?p=132</guid>
		<description><![CDATA[Czasem chcemy się dobrać do pakietu RedHata, bo coś jest dostępne tylko jako .rpm. Instalujemy manager rpm: apt-get install rpm Używamy rpm2cpio, który rozpakowuje rpma oraz cpio zapisuje pliki do bieżącego katalogu: rpm2cpio hpaducli.rpm &#124; cpio -vid]]></description>
		<wfw:commentRss>http://linuxfaq.pl/linux/jak-rozpakowac-rpm-pod-debianem/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rozpakowanie przez ssh ze zdalnej maszyny</title>
		<link>http://linuxfaq.pl/linux/rozpakowanie-przez-ssh-ze-zdalnej-maszyny</link>
		<comments>http://linuxfaq.pl/linux/rozpakowanie-przez-ssh-ze-zdalnej-maszyny#comments</comments>
		<pubDate>Tue, 03 Aug 2010 22:46:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SSH]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://linuxfaq.pl/?p=128</guid>
		<description><![CDATA[Rozpakować ze zdalnej maszyny na dysk lokalny można zrobić tak: ssh login@host "cat plik_backup.tar.gz" &#124; tar xvzf -]]></description>
		<wfw:commentRss>http://linuxfaq.pl/linux/rozpakowanie-przez-ssh-ze-zdalnej-maszyny/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kopiowanie używając rsync</title>
		<link>http://linuxfaq.pl/linux/kopiowanie-uzywajac-rsync</link>
		<comments>http://linuxfaq.pl/linux/kopiowanie-uzywajac-rsync#comments</comments>
		<pubDate>Sat, 31 Jul 2010 12:22:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://linuxfaq.pl/?p=126</guid>
		<description><![CDATA[Synchronizowanie katalogu ze zdalnego serwera do dysk lokalny: rsync -ave &#8216;ssh -p22&#8242; &#8211;del skad@serwer:/katalog /docelowy/katalog Kopiowanie całego systemu plików bez /proc: rsync -ave &#8216;ssh -p22&#8242; &#8211;del &#8211;exclude &#8216;/proc&#8217; skad@serwer:/ /docelowy/katalog Opcja &#8211;del powoduje, że pliki których już nie ma w źródle zostaną usunięte.]]></description>
		<wfw:commentRss>http://linuxfaq.pl/linux/kopiowanie-uzywajac-rsync/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ERROR 1005 (HY000) at line 32: Can&#8217;t create table &#8216;./tabl/tabl_entry.frm&#8217; (errno: 150)</title>
		<link>http://linuxfaq.pl/linux/error-1005-hy000-at-line-32-cant-create-table-tabltabl_entry-frm-errno-150</link>
		<comments>http://linuxfaq.pl/linux/error-1005-hy000-at-line-32-cant-create-table-tabltabl_entry-frm-errno-150#comments</comments>
		<pubDate>Wed, 21 Jul 2010 11:16:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://linuxfaq.pl/?p=112</guid>
		<description><![CDATA[Przy próbie odtworzenia bazy mysql z dumpa pojawia się taki błąd: ERROR 1005 (HY000) at line 32: Can't create table './tabl/tabl_entry.frm' (errno: 150) Tabela zawiera klucz do innej tabeli, która jeszcze nie istnieje: CONSTRAINT `tabl_entry_FK_1` FOREIGN KEY (`author_id`) REFERENCES `tabl_user` (`id`), Aby mysql nie sprawdzał tego należy na początku dumpa dodać: SET FOREIGN_KEY_CHECKS = 0;]]></description>
		<wfw:commentRss>http://linuxfaq.pl/linux/error-1005-hy000-at-line-32-cant-create-table-tabltabl_entry-frm-errno-150/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jak podzielić mysqldump -all na poszczególne bazy?</title>
		<link>http://linuxfaq.pl/linux/jak-podzielic-mysqldump-all-na-poszczegolne-bazy</link>
		<comments>http://linuxfaq.pl/linux/jak-podzielic-mysqldump-all-na-poszczegolne-bazy#comments</comments>
		<pubDate>Tue, 20 Jul 2010 08:15:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shell]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[split]]></category>

		<guid isPermaLink="false">http://linuxfaq.pl/?p=101</guid>
		<description><![CDATA[Komendą mysqldump z parametrem &#8211;all-databases można zrobić zrzut wszystkich baz na serwerze do jednego pliku. Powstaje zazwyczaj wielki plik, który ciężko przeglądać. Jak wyciągnąć z niego poszczególne bazy? Używając komendy csplit można zrobić to tak: csplit –f "baza_" mysqlbackup0101.sql "/^CREATE DATABASE /" {*} po wykonaniu takej komendy powstanie osobny plik baza_XX dla każdej bazy z [...]]]></description>
		<wfw:commentRss>http://linuxfaq.pl/linux/jak-podzielic-mysqldump-all-na-poszczegolne-bazy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubiquiti dodatkowy statyczny routing</title>
		<link>http://linuxfaq.pl/linux/ubiquiti-dodatkowy-statyczny-routing</link>
		<comments>http://linuxfaq.pl/linux/ubiquiti-dodatkowy-statyczny-routing#comments</comments>
		<pubDate>Mon, 12 Jul 2010 16:14:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://linuxfaq.pl/?p=98</guid>
		<description><![CDATA[Nie da się przez  panel www dodać dodatkowych wpisów do tablicy routingu w AirOS (ubiquiti). Można natomiast (logując się przez telnet lub ssh), dodać wpis do pliku startowego: vi /etc/persistent/rc.poststart Np. taki wpis: route add -net 10.2.3.0 netmask 255.255.255.0 gw 10.2.1.2 Po dodaniu należy wydać komendę: cfgmtd -w -p /etc/ w celu zapisania pliku w [...]]]></description>
		<wfw:commentRss>http://linuxfaq.pl/linux/ubiquiti-dodatkowy-statyczny-routing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
