<?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>postIt</title>
	<atom:link href="http://lakm.us/postit/feed/" rel="self" type="application/rss+xml" />
	<link>http://lakm.us/postit</link>
	<description>Post-It sticky notes with PasteBin sense</description>
	<lastBuildDate>Thu, 08 Mar 2012 04:49:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Check ssh key RSA fingerprint:


$ ss &#8230;</title>
		<link>http://lakm.us/postit/2012/03/check-ssh-key-rsa-fingerprint-ss/</link>
		<comments>http://lakm.us/postit/2012/03/check-ssh-key-rsa-fingerprint-ss/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 04:49:45 +0000</pubDate>
		<dc:creator>Arif</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[RSA]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://lakm.us/postit/2012/03/check-ssh-key-rsa-fingerprint-ss/</guid>
		<description><![CDATA[Check ssh key RSA fingerprint:

$ ssh-keygen -l -f /home/myusername/.ssh/id_rsa.pub
7b:e5:6f:a7:xx:xx:xx:xx:xx:xx:xx:xx:8b:57:xx:xx /home/myusername/.ssh/id_rsa.pub &#40;RSA&#41;
]]></description>
			<content:encoded><![CDATA[<p>Check ssh key RSA fingerprint:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">ssh-keygen</span> <span style="color: #660033;">-l</span> <span style="color: #660033;">-f</span> <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>myusername<span style="color: #000000; font-weight: bold;">/</span>.ssh<span style="color: #000000; font-weight: bold;">/</span>id_rsa.pub
7b:e5:6f:a7:xx:xx:xx:xx:xx:xx:xx:xx:8b:<span style="color: #000000;">57</span>:xx:xx <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>myusername<span style="color: #000000; font-weight: bold;">/</span>.ssh<span style="color: #000000; font-weight: bold;">/</span>id_rsa.pub <span style="color: #7a0874; font-weight: bold;">&#40;</span>RSA<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div>
]]></content:encoded>
			<wfw:commentRss>http://lakm.us/postit/2012/03/check-ssh-key-rsa-fingerprint-ss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running separate version of wine in sepa &#8230;</title>
		<link>http://lakm.us/postit/2012/01/running-separate-version-of-wine-in-sepa/</link>
		<comments>http://lakm.us/postit/2012/01/running-separate-version-of-wine-in-sepa/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 01:35:25 +0000</pubDate>
		<dc:creator>Arif</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://lakm.us/postit/2012/01/running-separate-version-of-wine-in-sepa/</guid>
		<description><![CDATA[Running separate version of wine in separate config directory (to isolate errors of running or installation failure)

env WINEPREFIX=&#34;/home/arif/.wine-newapps&#34; /usr/local/bin/wine-1.1.31/usr/bin/wine /home/arif/.wine-newapps/drive_c/Program\ Files/newapps/newapps.exe
]]></description>
			<content:encoded><![CDATA[<p>Running separate version of <code>wine</code> in separate config directory (to isolate errors of running or installation failure)</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">env</span> <span style="color: #007800;">WINEPREFIX</span>=<span style="color: #ff0000;">&quot;/home/arif/.wine-newapps&quot;</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>wine-1.1.31<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>wine <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>arif<span style="color: #000000; font-weight: bold;">/</span>.wine-newapps<span style="color: #000000; font-weight: bold;">/</span>drive_c<span style="color: #000000; font-weight: bold;">/</span>Program\ Files<span style="color: #000000; font-weight: bold;">/</span>newapps<span style="color: #000000; font-weight: bold;">/</span>newapps.exe</pre></div></div>
]]></content:encoded>
			<wfw:commentRss>http://lakm.us/postit/2012/01/running-separate-version-of-wine-in-sepa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>grep omit empty lines:

cat  &#124; grep -v &#8230;</title>
		<link>http://lakm.us/postit/2012/01/grep-omit-empty-linescat-grep-v/</link>
		<comments>http://lakm.us/postit/2012/01/grep-omit-empty-linescat-grep-v/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 06:44:07 +0000</pubDate>
		<dc:creator>Arif</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[regexp]]></category>
		<category><![CDATA[shell script]]></category>

		<guid isPermaLink="false">http://xp-racy.lan/postit/2012/01/grep-omit-empty-linescat-grep-v/</guid>
		<description><![CDATA[grep omit empty lines:

cat &#60;something&#62; &#124; grep -v &#34;^$&#34;

I keep forgetting this regexp of &#8220;match expression at the star of the line&#8221;: the &#8220;^&#8221;]]></description>
			<content:encoded><![CDATA[<p>grep omit empty lines:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">cat</span> <span style="color: #000000; font-weight: bold;">&lt;</span>something<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-v</span> <span style="color: #ff0000;">&quot;^$&quot;</span></pre></div></div>

<p>I keep forgetting this regexp of &#8220;match expression at the star of the line&#8221;: the &#8220;^&#8221;</p>]]></content:encoded>
			<wfw:commentRss>http://lakm.us/postit/2012/01/grep-omit-empty-linescat-grep-v/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom run level init.d script:

start &#8230;</title>
		<link>http://lakm.us/postit/2012/01/custom-run-level-init-d-scriptstart/</link>
		<comments>http://lakm.us/postit/2012/01/custom-run-level-init-d-scriptstart/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 09:50:01 +0000</pubDate>
		<dc:creator>Arif</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://xp-racy.lan/postit/?p=142</guid>
		<description><![CDATA[Custom run level init.d script:
startup script on run level  0 and 6,  as 34th start only e.g.

update-rc.d which-tty start 34 0 6 .

will create

/etc/rc0.d/S34which-tty
/etc/rc6.d/S34which-tty
]]></description>
			<content:encoded><![CDATA[<p>Custom run level <code>init.d</code> script:</p>
<p>startup script on run level  0 and 6,  as 34th <code>start</code> only e.g.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">update-rc.d which-tty start <span style="color: #000000;">34</span> <span style="color: #000000;">0</span> <span style="color: #000000;">6</span> .</pre></div></div>

<p>will create</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>rc0.d<span style="color: #000000; font-weight: bold;">/</span>S34which-tty
<span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>rc6.d<span style="color: #000000; font-weight: bold;">/</span>S34which-tty</pre></div></div>
]]></content:encoded>
			<wfw:commentRss>http://lakm.us/postit/2012/01/custom-run-level-init-d-scriptstart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking whether /dev/video0 or /dev/tty &#8230;</title>
		<link>http://lakm.us/postit/2012/01/checking-whether-devvideo0-or-devtty/</link>
		<comments>http://lakm.us/postit/2012/01/checking-whether-devvideo0-or-devtty/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 06:39:59 +0000</pubDate>
		<dc:creator>Arif</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[device]]></category>
		<category><![CDATA[shell script]]></category>

		<guid isPermaLink="false">http://xp-racy.lan/postit/?p=139</guid>
		<description><![CDATA[Checking whether /dev/video0 or /dev/ttyUSB0 exists or not (module is installed &#038; probed). They're recognized as "character special file" in bash

&#91; -b /dev/ttyUSB0 &#93; &#38;&#38; echo &#34;char special file found&#34; &#124;&#124; echo &#34;char special file not found&#34;

Compare the above to "block special file"

&#91; -b /dev/sda &#93; &#38;&#38; echo &#34;block special file found&#34; &#124;&#124; echo &#34;block [...]]]></description>
			<content:encoded><![CDATA[<p>Checking whether <code>/dev/video0<code> or <code>/dev/ttyUSB0<code> exists or not (module is installed &#038; probed). They're recognized as <em>"character special file"</em> in <code>bash</code></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-b</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>ttyUSB0 <span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;char special file found&quot;</span> <span style="color: #000000; font-weight: bold;">||</span> <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;char special file not found&quot;</span></pre></div></div>

<p>Compare the above to <em>"block special file"</em></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-b</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda <span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;block special file found&quot;</span> <span style="color: #000000; font-weight: bold;">||</span> <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;block special file not found&quot;</span></pre></div></div>
]]></content:encoded>
			<wfw:commentRss>http://lakm.us/postit/2012/01/checking-whether-devvideo0-or-devtty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Socket monitoring by watching receive an &#8230;</title>
		<link>http://lakm.us/postit/2011/08/socket-monitoring-by-watching-receive-an/</link>
		<comments>http://lakm.us/postit/2011/08/socket-monitoring-by-watching-receive-an/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 08:03:50 +0000</pubDate>
		<dc:creator>Arif</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[scan]]></category>
		<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://xp-racy.lan/postit/?p=136</guid>
		<description><![CDATA[Socket monitoring by watching receive and send queue every 5 seconds

$ while true; do netstat -tn; sleep 5; clear; done

Result:

&#160;
Active Internet connections &#40;w/o servers&#41;
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp       [...]]]></description>
			<content:encoded><![CDATA[<p>Socket monitoring by watching receive and send queue every 5 seconds</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #000000; font-weight: bold;">while</span> <span style="color: #c20cb9; font-weight: bold;">true</span>; <span style="color: #000000; font-weight: bold;">do</span> <span style="color: #c20cb9; font-weight: bold;">netstat</span> -tn; <span style="color: #c20cb9; font-weight: bold;">sleep</span> <span style="color: #000000;">5</span>; <span style="color: #c20cb9; font-weight: bold;">clear</span>; <span style="color: #000000; font-weight: bold;">done</span></pre></div></div>

<p>Result:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">&nbsp;
Active Internet connections <span style="color: #7a0874; font-weight: bold;">&#40;</span>w<span style="color: #000000; font-weight: bold;">/</span>o servers<span style="color: #7a0874; font-weight: bold;">&#41;</span>
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        <span style="color: #000000;">0</span>      <span style="color: #000000;">0</span> 10.238.133.152:<span style="color: #000000;">43941</span>    98.136.48.103:<span style="color: #000000;">5050</span>      ESTABLISHED
tcp        <span style="color: #000000;">1</span>      <span style="color: #000000;">0</span> 10.238.133.152:<span style="color: #000000;">42541</span>    8.27.254.249:<span style="color: #000000;">80</span>         CLOSE_WAIT
tcp        <span style="color: #000000;">1</span>      <span style="color: #000000;">0</span> 10.238.133.152:<span style="color: #000000;">34355</span>    184.73.222.16:<span style="color: #000000;">80</span>        CLOSE_WAIT
tcp        <span style="color: #000000;">0</span>      <span style="color: #000000;">0</span> 10.238.133.152:<span style="color: #000000;">43210</span>    199.59.148.87:<span style="color: #000000;">443</span>       ESTABLISHED
tcp        <span style="color: #000000;">0</span>    <span style="color: #000000;">229</span> 10.238.133.152:<span style="color: #000000;">43209</span>    199.59.148.87:<span style="color: #000000;">443</span>       ESTABLISHED</pre></div></div>

<p>This is to emulate combination of <code>watch</code> and <code>ss</code> in Solaris, more or less same result</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ watch <span style="color: #660033;">-n</span> <span style="color: #000000;">5</span> ss <span style="color: #660033;">-t</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">State      Recv-Q Send-Q      Local Address:Port          Peer Address:Port
ESTAB      <span style="color: #000000;">0</span>      <span style="color: #000000;">0</span>          10.238.133.152:<span style="color: #000000;">36045</span>       74.125.224.250:https
ESTAB      <span style="color: #000000;">0</span>      <span style="color: #000000;">0</span>          10.238.133.152:<span style="color: #000000;">36044</span>       74.125.224.250:https
CLOSE-WAIT <span style="color: #000000;">1</span>      <span style="color: #000000;">0</span>          10.238.133.152:<span style="color: #000000;">59622</span>      174.129.233.179:www
ESTAB      <span style="color: #000000;">0</span>      <span style="color: #000000;">0</span>          10.238.133.152:<span style="color: #000000;">43941</span>        98.136.48.103:mmcc
CLOSE-WAIT <span style="color: #000000;">38</span>     <span style="color: #000000;">0</span>          10.238.133.152:<span style="color: #000000;">49300</span>        199.59.148.87:https
ESTAB      <span style="color: #000000;">0</span>      <span style="color: #000000;">0</span>          10.238.133.152:<span style="color: #000000;">33626</span>       74.125.224.191:https
CLOSE-WAIT <span style="color: #000000;">1</span>      <span style="color: #000000;">0</span>          10.238.133.152:<span style="color: #000000;">37621</span>        208.46.163.81:www</pre></div></div>
]]></content:encoded>
			<wfw:commentRss>http://lakm.us/postit/2011/08/socket-monitoring-by-watching-receive-an/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Krusader crash giving signal 11:
1. rep &#8230;</title>
		<link>http://lakm.us/postit/2011/07/krusader-crash-giving-signal-111-rep/</link>
		<comments>http://lakm.us/postit/2011/07/krusader-crash-giving-signal-111-rep/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 04:30:05 +0000</pubDate>
		<dc:creator>Arif</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[workaround]]></category>

		<guid isPermaLink="false">http://xp-racy.lan/postit/?p=133</guid>
		<description><![CDATA[Krusader crash giving signal 11:
1. replace .kde/share/config/krusaderrc with original one from initial installation
2. remove other files under it
When installing new, we only need to copy :

$ ls .kde/share/apps/krusader/
krusaderui.rc    useractions.xml
]]></description>
			<content:encoded><![CDATA[<p>Krusader crash giving signal 11:<br />
1. replace <code>.kde/share/config/krusaderrc</code> with original one from initial installation<br />
2. remove other files under it</p>
<p>When installing new, we only need to copy :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">ls</span> .kde<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>apps<span style="color: #000000; font-weight: bold;">/</span>krusader<span style="color: #000000; font-weight: bold;">/</span>
krusaderui.rc    useractions.xml</pre></div></div>
]]></content:encoded>
			<wfw:commentRss>http://lakm.us/postit/2011/07/krusader-crash-giving-signal-111-rep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tcpdump default truncate to 68 bytes sna &#8230;</title>
		<link>http://lakm.us/postit/2011/06/tcpdump-default-truncate-to-68-bytes-sna/</link>
		<comments>http://lakm.us/postit/2011/06/tcpdump-default-truncate-to-68-bytes-sna/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 04:57:28 +0000</pubDate>
		<dc:creator>Arif</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[sniffer]]></category>
		<category><![CDATA[TCP]]></category>

		<guid isPermaLink="false">http://xp-racy.lan/postit/?p=132</guid>
		<description><![CDATA[tcpdump default truncate to 68 bytes snapshot length (snaplen). Use -s 0 to capture all packet length

tcpdump -s 0 -w /tmp/my240.dump -i eth1 port 2000
]]></description>
			<content:encoded><![CDATA[<p>tcpdump default truncate to 68 bytes snapshot length (snaplen). Use -s 0 to capture all packet length</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">tcpdump <span style="color: #660033;">-s</span> <span style="color: #000000;">0</span> <span style="color: #660033;">-w</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>my240.dump <span style="color: #660033;">-i</span> eth1 port <span style="color: #000000;">2000</span></pre></div></div>
]]></content:encoded>
			<wfw:commentRss>http://lakm.us/postit/2011/06/tcpdump-default-truncate-to-68-bytes-sna/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unix time conversion   # EPOCH=129751 &#8230;</title>
		<link>http://lakm.us/postit/2011/02/unix-time-conversion-epoch129751/</link>
		<comments>http://lakm.us/postit/2011/02/unix-time-conversion-epoch129751/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 13:52:10 +0000</pubDate>
		<dc:creator>Arif</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[regexp]]></category>
		<category><![CDATA[shell script]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://xp-racy.lan/postit/?p=125</guid>
		<description><![CDATA[Unix time conversion

$ EPOCH=1297515579843
$ echo $EPOCH &#124; cut -c1-10
1297515579
&#160;
$ echo $EPOCH &#124; cut -c1-10 &#124; awk '{print strftime(&#34;%c&#34;,$1)}'
Sat 12 Feb 2011 07:59:39 PM WIT
]]></description>
			<content:encoded><![CDATA[<p>Unix time conversion</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #007800;">EPOCH</span>=<span style="color: #000000;">1297515579843</span>
$ <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #007800;">$EPOCH</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">cut</span> <span style="color: #660033;">-c1-10</span>
<span style="color: #000000;">1297515579</span>
&nbsp;
$ <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #007800;">$EPOCH</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">cut</span> <span style="color: #660033;">-c1-10</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #ff0000;">'{print strftime(&quot;%c&quot;,$1)}'</span>
Sat <span style="color: #000000;">12</span> Feb <span style="color: #000000;">2011</span> 07:<span style="color: #000000;">59</span>:<span style="color: #000000;">39</span> PM WIT</pre></div></div>
]]></content:encoded>
			<wfw:commentRss>http://lakm.us/postit/2011/02/unix-time-conversion-epoch129751/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Read CSS padding clockwise:  padding:2 &#8230;</title>
		<link>http://lakm.us/postit/2011/01/read-css-padding-clockwisepadding2/</link>
		<comments>http://lakm.us/postit/2011/01/read-css-padding-clockwisepadding2/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 04:26:29 +0000</pubDate>
		<dc:creator>Arif</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://xp-racy.lan/postit/?p=123</guid>
		<description><![CDATA[Read CSS padding clockwise:
padding:25px 50px 75px 100px;
shorthand property for:

top padding is 25px
right padding is 50px
bottom padding is 75px
left padding is 100px
padding:25px 50px 75px;

top padding is 25px
right and left paddings are 50px
bottom padding is 75px
padding:25px 50px;

top and bottom paddings are 25px
right and left paddings are 50px
padding:25px;
all four paddings are 25px]]></description>
			<content:encoded><![CDATA[<p>Read CSS padding clockwise:</p>
<p><code>padding:25px 50px 75px 100px;</code><br />
shorthand property for:</p>
<ul>
top padding is 25px<br />
right padding is 50px<br />
bottom padding is 75px<br />
left padding is 100px</ul>
<p><code>padding:25px 50px 75px;</code></p>
<ul>
top padding is 25px<br />
right and left paddings are 50px<br />
bottom padding is 75px</ul>
<p><code>padding:25px 50px;</code></p>
<ul>
top and bottom paddings are 25px<br />
right and left paddings are 50px</ul>
<p><code>padding:25px;</code><br />
<code>all four paddings are 25px</code></p>]]></content:encoded>
			<wfw:commentRss>http://lakm.us/postit/2011/01/read-css-padding-clockwisepadding2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

