<?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>AlekZ&#039; Scratchpad &#187; UNIX</title>
	<atom:link href="http://www.alekz.net/archives/tag/unix/feed" rel="self" type="application/rss+xml" />
	<link>http://www.alekz.net</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 13:01:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>What directory PHP is busy with</title>
		<link>http://www.alekz.net/archives/950</link>
		<comments>http://www.alekz.net/archives/950#comments</comments>
		<pubDate>Tue, 25 Jan 2011 01:47:21 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[UNIX]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=950</guid>
		<description><![CDATA[The file &#034;cwd&#034; under /proc/pid is a symbolic link to the &#034;current working directory&#034;: for i in `ps -ef &#124; awk &#039;/php/{print $2}&#039;` do ls -l /proc/${i}/cwd done The result is: lrwxrwxrwx 1 alekz alekz 0 Янв 25 02:40 /proc/11544/cwd -> /home/alekz/public_html/blog/wp lrwxrwxrwx 1 alekz alekz 0 Янв 25 02:40 /proc/11764/cwd -> /home/alekz/public_html/alekz.net lrwxrwxrwx 1 [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/950/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dcpumon and dcpumonview</title>
		<link>http://www.alekz.net/archives/947</link>
		<comments>http://www.alekz.net/archives/947#comments</comments>
		<pubDate>Tue, 25 Jan 2011 01:21:01 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=947</guid>
		<description><![CDATA[Found another cPanel application which you can safely turn off in order to safe some bytes and cycles. By default dcpumon runs every 5 min to log CPU usage (&#034;top&#034; output) : # crontab -l &#124; fgrep cpu */5 * * * * /usr/local/cpanel/bin/dcpumon >/dev/null 2>&#038;1 # and stores the data into /var/log/dcpumon You can [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/947/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox and places.sqlite tricks</title>
		<link>http://www.alekz.net/archives/740</link>
		<comments>http://www.alekz.net/archives/740#comments</comments>
		<pubDate>Sat, 27 Feb 2010 00:26:26 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[places]]></category>
		<category><![CDATA[sqlite]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=740</guid>
		<description><![CDATA[Sometimes you need to remotely get your bookmarks, history or check the top-10 sites, etc. Here&#039;s some neat tricks to get the info from the Firefox Places file called places.sqlite, which is an SQLite database with the following tables (see also the picture): $ sqlite3 places.sqlite SQLite version 3.6.17 Enter &#034;.help&#034; for instructions Enter SQL [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/740/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MAC for UNIX</title>
		<link>http://www.alekz.net/archives/99</link>
		<comments>http://www.alekz.net/archives/99#comments</comments>
		<pubDate>Mon, 07 Jul 2008 00:14:55 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[Monkey's Audio converter]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=99</guid>
		<description><![CDATA[MAC (Monkey&#039;s Audio Converter) for Windows can be downloaded from http://www.monkeysaudio.com. But what about a UNIX version? Two years ago v3.99 Update 4 Build 5 was released but then the development stopped because of some contradictory licensing reasons. That means that MAC for UNIX is not maintained anymore. Fortunately, the old version still works. I [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/99/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Displaying by page</title>
		<link>http://www.alekz.net/archives/94</link>
		<comments>http://www.alekz.net/archives/94#comments</comments>
		<pubDate>Tue, 01 Jul 2008 19:54:28 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Foundry]]></category>
		<category><![CDATA[Netscreen]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[paging]]></category>
		<category><![CDATA[PIX]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=94</guid>
		<description><![CDATA[How to enable, disable displaying by page and change the number of lines by page in various OS&#039;es Netscreen OS: ns-1(M)-&#62; set console page? &#60;number&#62;             lines of page (0 to disable) Cisco IOS: cs#terminal length ? &#60;0-512&#62;  Number of lines on screen (0 for no pausing) PIX: pix(config)# pager ? Usage:  [no] pager [lines &#60;lines&#62;] [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/94/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

