<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;CkUNQXc_eip7ImA9WhRXE0k.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981</id><updated>2011-12-19T22:18:10.942-02:00</updated><category term="iPhone" /><category term="MySQL" /><category term="VMware" /><category term="Linux" /><category term="tips" /><category term="twitter" /><category term="Mac" /><category term="fix" /><category term="Perl" /><category term="Oracle" /><category term="SVN" /><category term="ColdFusion" /><category term="News" /><title>Just a simple knowledge base</title><subtitle type="html">Knowledge base on subjects I use in my day-by-day life. 
Unix, Linux, Mac OS X, VMware, Web, Java, Codfusion, Flex, etc.</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://kb.yarmakconsulting.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>31</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/JustASimpleKnowledgeBase" /><feedburner:info uri="justasimpleknowledgebase" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;CkUNQXc-eyp7ImA9WhRXE0k.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-935072564893122606</id><published>2011-12-19T22:07:00.003-02:00</published><updated>2011-12-19T22:18:10.953-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-19T22:18:10.953-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="tips" /><title>Find directory with biggest number of files / directories</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/935072564893122606/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=935072564893122606" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/935072564893122606?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/935072564893122606?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/Vt_K3-sJe3c/find-directory-with-biggest-number-of.html" title="Find directory with biggest number of files / directories" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><content type="html">Today we had a problem related with a number of files in a directory. We needed to find directories with a biggest number of files / directories in it. Here is a small shell script that will list directories and a number of files/directories in each directory.

find . -type d|awk {'print "echo -n "$1".\"\t\"; ls "$1"|wc -l"'} &amp;gt; /tmp/do; . /tmp/do|sort -k 2 -n -r |more


Explaining it a little bit
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Db1xMz8kmQ7_uRm-FVwb2g-1JX4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Db1xMz8kmQ7_uRm-FVwb2g-1JX4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Db1xMz8kmQ7_uRm-FVwb2g-1JX4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Db1xMz8kmQ7_uRm-FVwb2g-1JX4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/Vt_K3-sJe3c" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2011/12/find-directory-with-biggest-number-of.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0QNSHs8cCp7ImA9WxBVGEg.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-2005925623278692133</id><published>2010-02-22T14:23:00.000-03:00</published><updated>2010-02-22T14:23:19.578-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-22T14:23:19.578-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="iPhone" /><title>iPhone takes too long to sync</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/2005925623278692133/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=2005925623278692133" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/2005925623278692133?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/2005925623278692133?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/uHxjNQVJ8Gw/iphone-takes-too-long-to-sync.html" title="iPhone takes too long to sync" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><content type="html">After changing a notebook I got a following problem. My iPhone was taking an eternity to sync with iTunes. I made a restore - no solution. I made a restore as new iPhone - same problem. After googling a little bit I found that this can be related with "Sync Photos" option. At the moment that I disabled "sync photos" - my iPhone was synced in a couple of minutes.

Problem: iPhone is taking too 
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/5kSlVclKom5BxAh7QVoyO5W3wX0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5kSlVclKom5BxAh7QVoyO5W3wX0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/5kSlVclKom5BxAh7QVoyO5W3wX0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5kSlVclKom5BxAh7QVoyO5W3wX0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/uHxjNQVJ8Gw" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2010/02/iphone-takes-too-long-to-sync.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D04DSH88fCp7ImA9WxNUFkg.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-956342729474578873</id><published>2009-11-08T02:38:00.006-02:00</published><updated>2009-11-08T02:52:59.174-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-08T02:52:59.174-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="VMware" /><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><title>VMware crashes after updating (upgrading) of host OS (to CentOS 5.4)</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/956342729474578873/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=956342729474578873" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/956342729474578873?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/956342729474578873?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/F0Xf93-WMbc/vmware-crashes-after-updating-upgrading.html" title="VMware crashes after updating (upgrading) of host OS (to CentOS 5.4)" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><content type="html">If you have in your hostd.log something like this:Nov 07 21:19:12.648: Worker#23| Caught signal 6 -- tid 31543this can be related with update(upgrade) of host OS.After upgrading of a host OS (CentOS 5.3-&amp;gt;CentOS 5.4) I got an issue - a guest OS started to crash. Searching around for a possible cause I found bug post in CentOS bug tracker. Seems that issue is related to glibc update (last version 
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/1GMSHMS_0r1wWgKMgTlCyD1tp4Y/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1GMSHMS_0r1wWgKMgTlCyD1tp4Y/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/1GMSHMS_0r1wWgKMgTlCyD1tp4Y/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1GMSHMS_0r1wWgKMgTlCyD1tp4Y/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/F0Xf93-WMbc" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2009/11/vmware-crashes-after-updating-upgrading.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkEGQn4zeCp7ImA9WxJaFE0.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-1927228520671124571</id><published>2009-08-04T13:48:00.001-03:00</published><updated>2009-08-04T13:50:23.080-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-08-04T13:50:23.080-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="tips" /><category scheme="http://www.blogger.com/atom/ns#" term="twitter" /><title>Twitter tip</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/1927228520671124571/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=1927228520671124571" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/1927228520671124571?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/1927228520671124571?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/6RnNKvV1uJI/twitter-tip.html" title="Twitter tip" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><content type="html">RT @ryancarson: Top tip: You can put a "+" on the end of any http://bit.ly link and see, real time, the pace at which that link is getting shared and clicked
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/zN5YfVMsZ7QsNy55ajJY_oUlPoA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/zN5YfVMsZ7QsNy55ajJY_oUlPoA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/zN5YfVMsZ7QsNy55ajJY_oUlPoA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/zN5YfVMsZ7QsNy55ajJY_oUlPoA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/6RnNKvV1uJI" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2009/08/twitter-tip.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CU4AQno-eyp7ImA9WxJVGUo.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-8993304990245721165</id><published>2009-07-07T10:32:00.004-03:00</published><updated>2009-07-07T10:39:03.453-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-07-07T10:39:03.453-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="VMware" /><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><title>VMware troubles</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/8993304990245721165/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=8993304990245721165" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/8993304990245721165?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/8993304990245721165?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/BVcOrXBJck4/vmware-troubles.html" title="VMware troubles" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><content type="html">Well, I'm not a hardware guru, but from my experience I figured out the following:Dell Servers + QLogic HBA + IBM Storage = troublesDell Servers + Emulex HBA + IBM Storage = working okDell Servers + QLogic HBA + EMC Storage = working okOther one issue is:Any server + Any HBA + Any storage - Fiber Channel Switch = troubles (unclean filesystem on Linux guests with EXT3 filesystem)
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/6PBJuKXG8oTURqMYo1KG6Mx8i_I/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6PBJuKXG8oTURqMYo1KG6Mx8i_I/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/6PBJuKXG8oTURqMYo1KG6Mx8i_I/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6PBJuKXG8oTURqMYo1KG6Mx8i_I/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/BVcOrXBJck4" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2009/07/vmware-troubles.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEEGSXg-fCp7ImA9WhRQGUs.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-902385341746214134</id><published>2009-05-25T20:26:00.004-03:00</published><updated>2011-12-15T13:23:48.654-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-15T13:23:48.654-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="SVN" /><title>"Network Connection Closed Unexpectedly" error while using svn+ssh</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/902385341746214134/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=902385341746214134" title="5 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/902385341746214134?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/902385341746214134?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/-xlImb7ZHQ0/network-connection-closed-unexpectedly.html" title="&quot;Network Connection Closed Unexpectedly&quot; error while using svn+ssh" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>5</thr:total><content type="html">If you got a "Network Connection Closed Unexpectedly" error while using svn+ssh (here is a nice HOWTO) then you should comment (or remove) "mesg y" in /etc/bashrc or in $HOME/.bashrc

Worked for me as a charm :)
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/P4s-Kl9Qt9M_9Bg5740guGAhrKo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/P4s-Kl9Qt9M_9Bg5740guGAhrKo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/P4s-Kl9Qt9M_9Bg5740guGAhrKo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/P4s-Kl9Qt9M_9Bg5740guGAhrKo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/-xlImb7ZHQ0" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2009/05/network-connection-closed-unexpectedly.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkEDQns7fip7ImA9WxVXF0Q.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-2256191033429787977</id><published>2009-02-16T12:24:00.003-03:00</published><updated>2009-02-16T12:37:53.506-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-16T12:37:53.506-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="iPhone" /><category scheme="http://www.blogger.com/atom/ns#" term="fix" /><title>iPhone speaker too low</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/2256191033429787977/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=2256191033429787977" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/2256191033429787977?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/2256191033429787977?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/Zoo6gNiE0UA/iphone-speaker-too-low.html" title="iPhone speaker too low" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_5OJmF7lXeg8/SZmICVl0vlI/AAAAAAAABYM/dAtsn27_ni4/s72-c/specs_connectors20080609.jpg" height="72" width="72" /><thr:total>1</thr:total><content type="html">Well, I got a simple accident - "Mozart Chocolate Liqueur" were split over my iPhone 3G. I quickly clean it out, but... Next day I noticed that my iPhone speaker was too low. I was not able to hear it ringing. After looking around for solution I found a post telling that this can be caused by dust. Seems that this is my case (ok, not dust, but a creamy liqueur...). So, I put some music on my 
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/UtT8j2JGDUR1B33Z6AcFnY5YUfk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/UtT8j2JGDUR1B33Z6AcFnY5YUfk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/UtT8j2JGDUR1B33Z6AcFnY5YUfk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/UtT8j2JGDUR1B33Z6AcFnY5YUfk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/Zoo6gNiE0UA" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2009/02/iphone-speaker-too-low.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEYHQn05fip7ImA9WxRbE08.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-5588687596964462496</id><published>2008-12-03T14:33:00.002-02:00</published><updated>2008-12-03T14:35:33.326-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-03T14:35:33.326-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="iPhone" /><title>How to sync Google Contacts and Calendar with iPhone</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/5588687596964462496/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=5588687596964462496" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/5588687596964462496?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/5588687596964462496?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/n4qrvPfS-00/how-to-sync-google-contacts-and.html" title="How to sync Google Contacts and Calendar with iPhone" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><content type="html">I've been looking for some simple solution to sync Google Contacts &amp;amp; Calendar with my iPhone on the air (without syncing with my notebook). Finally I found a solution that seems to be working like a charm.https://www.nuevasync.com/Setup process is quite simple and straigh forward. 
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/M7CK-H-RdxPCgsc6XOB0Qg-y69A/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/M7CK-H-RdxPCgsc6XOB0Qg-y69A/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/M7CK-H-RdxPCgsc6XOB0Qg-y69A/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/M7CK-H-RdxPCgsc6XOB0Qg-y69A/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/n4qrvPfS-00" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2008/12/how-to-sync-google-contacts-and.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkEHQH09fSp7ImA9WxdaFE4.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-6431919737790200671</id><published>2008-08-22T17:47:00.003-03:00</published><updated>2008-08-22T17:57:11.365-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-08-22T17:57:11.365-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ColdFusion" /><title>cfmenu and cfgrid overlap</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/6431919737790200671/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=6431919737790200671" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/6431919737790200671?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/6431919737790200671?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/arT94v2-LrE/cfmenu-and-cfgrid-overlap.html" title="cfmenu and cfgrid overlap" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>1</thr:total><content type="html">If you are using &amp;lt;cfmenu&amp;gt; and &amp;lt;cfgrid&amp;gt; and you have an overlapping of the menu items by cfgrid header (a part of menu is hidden behind cfgrid header) you must add to your CSS a following style:#myMenuId .yuimenu { z-index: 300003;}This problem is caused by some "yui" CSS style with z-index set to 1, while grid related styles have z-index bigger than 200000.
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/aFs7Zyurquq9bEHAjHlCQA4v1p0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aFs7Zyurquq9bEHAjHlCQA4v1p0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/aFs7Zyurquq9bEHAjHlCQA4v1p0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aFs7Zyurquq9bEHAjHlCQA4v1p0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/arT94v2-LrE" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2008/08/cfmenu-and-cfgrid-overlap.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEYARHg_eip7ImA9WxdUE04.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-7390718559638416513</id><published>2008-07-25T12:31:00.005-03:00</published><updated>2008-07-29T08:49:05.642-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-07-29T08:49:05.642-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="VMware" /><title>ESX host not connecting to Virtual Center</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/7390718559638416513/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=7390718559638416513" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/7390718559638416513?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/7390718559638416513?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/xRR5z9NdaGY/esx-host-not-connecting-to-virtual.html" title="ESX host not connecting to Virtual Center" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><content type="html">We got following problem some days ago:One of our ESX (version 3.5) hosts, after crash, was not connecting to Virtual Center (version 2.5).Solution:Restart management service on ESX hostservice mgmt-vmware stopservice mgmt-vmware startRestart Virtual Center service on Virtual Center server (stop/start on service VMware Virtual Center in Services)One more stuff - if you have a lot of memory on 
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/wDlPZ_N3Dd-VqV09SSVEQ--C8lY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wDlPZ_N3Dd-VqV09SSVEQ--C8lY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/wDlPZ_N3Dd-VqV09SSVEQ--C8lY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wDlPZ_N3Dd-VqV09SSVEQ--C8lY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/xRR5z9NdaGY" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2008/07/esx-host-not-connecting-to-virtual.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEYMSXYyfSp7ImA9WxdUE04.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-8183614186621318324</id><published>2008-06-25T16:19:00.005-03:00</published><updated>2008-07-29T08:49:48.895-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-07-29T08:49:48.895-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="VMware" /><category scheme="http://www.blogger.com/atom/ns#" term="Oracle" /><title>Creating a copy of the disk (vmdk) in VMware</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/8183614186621318324/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=8183614186621318324" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/8183614186621318324?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/8183614186621318324?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/vlcvEKecZvU/creating-copy-of-disk-vmdk-in-vmware.html" title="Creating a copy of the disk (vmdk) in VMware" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><content type="html">When you need to have the a copy of the disk from one VM on the other:Power off  source VM, copy your .vmdk files to destination VM (probably you would like to change disk name and flat name - just rename your files and edit smaller .vmdk file to set correct name for flat file).Set new UUID for your copy of your original .vmdk file/usr/sbin/vmkfstools -J setuuid path_to_destination_VM/
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/fJ9k9Y5peW54cxOYHVh5-iDrtwY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fJ9k9Y5peW54cxOYHVh5-iDrtwY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/fJ9k9Y5peW54cxOYHVh5-iDrtwY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fJ9k9Y5peW54cxOYHVh5-iDrtwY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/vlcvEKecZvU" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2008/06/creating-copy-of-disk-vmdk-in-vmware.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEUGQH86cSp7ImA9WxdUE04.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-4743021343728716210</id><published>2008-06-16T16:07:00.004-03:00</published><updated>2008-07-29T08:50:21.119-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-07-29T08:50:21.119-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="MySQL" /><category scheme="http://www.blogger.com/atom/ns#" term="Oracle" /><title>Oracle analog of MySQL GROUP_CONCAT function</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/4743021343728716210/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=4743021343728716210" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/4743021343728716210?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/4743021343728716210?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/jA9mwloBzUU/oracle-analog-of-mysql-groupconcat.html" title="Oracle analog of MySQL GROUP_CONCAT function" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><content type="html">I was looking for Oracle analog of MySQL GROUP_CONCAT function. There is a solution on Ask Tom site. So here it is:create or replace type string_agg_type as object (  total varchar2(4000),  static function ODCIAggregateInitialize(sctx IN OUT string_agg_type )  return number,  member function ODCIAggregateIterate(self IN OUT string_agg_type, value IN varchar2 )  return number,  member function 
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/PfRpemI48UKVFu1f5VYlao3lWxc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PfRpemI48UKVFu1f5VYlao3lWxc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/PfRpemI48UKVFu1f5VYlao3lWxc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PfRpemI48UKVFu1f5VYlao3lWxc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/jA9mwloBzUU" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2008/06/oracle-analog-of-mysql-groupconcat.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEUBQH48fyp7ImA9WxdTFkU.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-1484896401679690969</id><published>2008-05-13T10:40:00.002-03:00</published><updated>2008-05-13T10:44:11.077-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-05-13T10:44:11.077-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><title>List number of file handles (open files) for each process</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/1484896401679690969/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=1484896401679690969" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/1484896401679690969?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/1484896401679690969?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/LIn5iIMChWU/list-number-of-file-handles-open-files.html" title="List number of file handles (open files) for each process" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>1</thr:total><content type="html">Here is a simple script that will show you a number of file handles (open files) used by each process on your Linux system:ps -e|grep -v TTY|awk {'print "echo -n \"Process: "$4"\tPID: "$1"\tNumber of FH: \"; lsof -p "$1"|wc -l"'} &amp;gt; out; . ./out
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/gaqny28v1P6KjSRDE3PaglKWqX0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gaqny28v1P6KjSRDE3PaglKWqX0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/gaqny28v1P6KjSRDE3PaglKWqX0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gaqny28v1P6KjSRDE3PaglKWqX0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/LIn5iIMChWU" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2008/05/list-number-of-file-handles-open-files.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0EERnsyfSp7ImA9WxZaE0Q.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-4663954624538836797</id><published>2008-04-28T11:02:00.003-03:00</published><updated>2008-04-28T11:06:47.595-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-04-28T11:06:47.595-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Oracle" /><title>&amp; in Oracle insert or update statements</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/4663954624538836797/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=4663954624538836797" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/4663954624538836797?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/4663954624538836797?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/drlo12xyO1g/in-oracle-insert-or-update-statements.html" title="&amp; in Oracle insert or update statements" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><content type="html">If you have &amp;amp; or % in your Oracle insert or update statements - you probably would like to do the following:SQL&amp;gt; set define offSQL&amp;gt; [your insert or update query containing &amp;amp; and %]SQL&amp;gt; set define on
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/lIRmNE9P9ZT_Yp8Sy60XH8v6Oh8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/lIRmNE9P9ZT_Yp8Sy60XH8v6Oh8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/lIRmNE9P9ZT_Yp8Sy60XH8v6Oh8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/lIRmNE9P9ZT_Yp8Sy60XH8v6Oh8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/drlo12xyO1g" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2008/04/in-oracle-insert-or-update-statements.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0UAQ3czcSp7ImA9WxRbEUs.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-3638248019848688202</id><published>2008-04-23T19:27:00.004-03:00</published><updated>2008-12-01T17:54:02.989-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-01T17:54:02.989-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Oracle" /><title>Export from Oracle table to CSV file</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/3638248019848688202/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=3638248019848688202" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/3638248019848688202?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/3638248019848688202?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/yhyWQ6K4Hes/export-from-oracle-table-to-csv-file.html" title="Export from Oracle table to CSV file" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>2</thr:total><content type="html">Sometimes you need to export result of the query to CSV file. Here is a nice example of how to do this kind of operations.SQL&amp;gt; SET LINESIZE 500 FEEDBACK OFF TRIMSPOOL ON TERMOUT OFF HEAD OFF PAGESIZE 0 TERM OFFSQL&amp;gt; spool outfile.csvSQL&amp;gt; select '"'|| column_1 || '",' || column_2 || ',' || column_3 from mytable where [your where statement]......SQL&amp;gt; spool offSQL&amp;gt; exitIn this case column_1 data will
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NJbiucbajxLgxlEVrs5J8poVpxA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NJbiucbajxLgxlEVrs5J8poVpxA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NJbiucbajxLgxlEVrs5J8poVpxA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NJbiucbajxLgxlEVrs5J8poVpxA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/yhyWQ6K4Hes" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2008/04/export-from-oracle-table-to-csv-file.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkICRXo-fCp7ImA9WxZUFks.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-6655228341705655697</id><published>2008-04-08T10:12:00.002-03:00</published><updated>2008-04-08T10:16:04.454-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-04-08T10:16:04.454-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="Oracle" /><title>Cent OS 5.1 + Oracle 10g</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/6655228341705655697/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=6655228341705655697" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/6655228341705655697?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/6655228341705655697?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/pjxh5uXoecE/cent-os-51-oracle-10g.html" title="Cent OS 5.1 + Oracle 10g" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><content type="html">Apart of modifying /etc/redhat-release to "redhat-4", there are a couple of packages that you will need to install in order to make Oracle 10g work with Cent OS 5.1:yum install \compat-db-4.2.52-5.1 \glibc-devel-2.5-18.el5_1.1 \libX11-devel-1.0.3-8.0.1.el5 \libXau-devel-1.0.1-3.1 \libXdmcp-devel-1.0.1-2.1 \libXmu-1.0.2-5 \libXtst-devel-1.0.1-3.1 \mesa-libGL-devel-6.5.1-7.5.el5 \openmotif-2.3.0-
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jqtAaab-azhbl_-TOTWZMdRxaCo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jqtAaab-azhbl_-TOTWZMdRxaCo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jqtAaab-azhbl_-TOTWZMdRxaCo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jqtAaab-azhbl_-TOTWZMdRxaCo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/pjxh5uXoecE" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2008/04/cent-os-51-oracle-10g.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkMCSH0ycSp7ImA9WxZQFUk.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-5262449548007941068</id><published>2008-02-20T18:51:00.002-03:00</published><updated>2008-02-20T18:54:29.399-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-02-20T18:54:29.399-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="MySQL" /><category scheme="http://www.blogger.com/atom/ns#" term="Mac" /><category scheme="http://www.blogger.com/atom/ns#" term="Oracle" /><title>Mac OS &amp; Database development</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/5262449548007941068/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=5262449548007941068" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/5262449548007941068?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/5262449548007941068?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/7Ud374qZRSA/mac-os-database-development.html" title="Mac OS &amp; Database development" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><content type="html">Since switching to Mac I was looking for good DB modeling/editing tool that will support Oracle and MySQL databases. Finally I got one... SQL4X Manager J from dbSuite Seems to be a really nice tool.
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/dMXjhGJwvsr1NfmKlqXS70ApWuk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dMXjhGJwvsr1NfmKlqXS70ApWuk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/dMXjhGJwvsr1NfmKlqXS70ApWuk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dMXjhGJwvsr1NfmKlqXS70ApWuk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/7Ud374qZRSA" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2008/02/mac-os-database-development.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEAEQns4fCp7ImA9WxZRGU4.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-6286095101093571933</id><published>2008-02-13T19:03:00.001-02:00</published><updated>2008-02-13T19:05:03.534-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-02-13T19:05:03.534-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mac" /><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><title>Leopard terminal and Midnight Commander</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/6286095101093571933/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=6286095101093571933" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/6286095101093571933?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/6286095101093571933?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/K5_B6n_IDJQ/leopard-terminal-and-midnight-commander.html" title="Leopard terminal and Midnight Commander" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><content type="html">If you use mc while connected to some linux server and you need to select some files - use Ctrl+T
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/q6fQmRk9yoz2wK9KoeF0gumbSYs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/q6fQmRk9yoz2wK9KoeF0gumbSYs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/q6fQmRk9yoz2wK9KoeF0gumbSYs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/q6fQmRk9yoz2wK9KoeF0gumbSYs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/K5_B6n_IDJQ" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2008/02/leopard-terminal-and-midnight-commander.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0ANQH47fCp7ImA9WxZSF0k.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-1771476022685050318</id><published>2008-01-31T01:20:00.000-02:00</published><updated>2008-01-31T01:23:11.004-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-01-31T01:23:11.004-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><title>Perl: CPAN or RPM packages?</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/1771476022685050318/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=1771476022685050318" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/1771476022685050318?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/1771476022685050318?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/Lskp8JnKNPA/perl-cpan-or-rpm-packages.html" title="Perl: CPAN or RPM packages?" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><content type="html">Maybe this is just CentOS 5.1 related issue, but... For those of you who will install MailScanner - just a small tip to avoid problems. Spend some time and install required perl modules from CPAN. This will save you some time on fixing SpamAssassin and some other perl modules.
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/6FeSk57HlMA-UeQhrYxKflhlVRY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6FeSk57HlMA-UeQhrYxKflhlVRY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/6FeSk57HlMA-UeQhrYxKflhlVRY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6FeSk57HlMA-UeQhrYxKflhlVRY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/Lskp8JnKNPA" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2008/01/perl-cpan-or-rpm-packages.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0EGRHs8fSp7ImA9WxZSEEw.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-7357995504141778107</id><published>2008-01-22T13:26:00.000-02:00</published><updated>2008-01-22T13:27:05.575-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-01-22T13:27:05.575-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Oracle" /><title>Manually configure Enterprise Manager Console</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/7357995504141778107/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=7357995504141778107" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/7357995504141778107?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/7357995504141778107?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/U4u--IMkM0A/manually-configure-enterprise-manager.html" title="Manually configure Enterprise Manager Console" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><content type="html">Run emca -config dbcontrol db and follow the instructions.
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/TNk3yzX7lVUxjcnp1XJveTlWXog/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/TNk3yzX7lVUxjcnp1XJveTlWXog/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/TNk3yzX7lVUxjcnp1XJveTlWXog/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/TNk3yzX7lVUxjcnp1XJveTlWXog/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/U4u--IMkM0A" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2008/01/manually-configure-enterprise-manager.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0YCQXozfyp7ImA9WxZTGUw.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-201482037862688543</id><published>2008-01-21T09:07:00.000-02:00</published><updated>2008-01-21T09:32:40.487-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-01-21T09:32:40.487-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Oracle" /><title>Redo log size &amp; performance</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/201482037862688543/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=201482037862688543" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/201482037862688543?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/201482037862688543?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/WAadosm3tzo/redo-log-size-performance.html" title="Redo log size &amp; performance" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><content type="html">We got a performance issue with our Oracle 10g. Suddenly the performance was going down and we was getting a significant increase on wait times. After sniffing around and asking a friend we found that:All our performance pick were related with time when our Oracle was writing the archive log.There is a direct relationship between log_buffer, redo log file size and performance.So, here is a tip. 
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/JgkbasPIsm2kYryoSRgrGODUq14/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/JgkbasPIsm2kYryoSRgrGODUq14/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/JgkbasPIsm2kYryoSRgrGODUq14/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/JgkbasPIsm2kYryoSRgrGODUq14/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/WAadosm3tzo" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2008/01/redo-log-size-performance.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QGR345eyp7ImA9WxZTFU4.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-2108910292903023655</id><published>2008-01-16T22:51:00.000-02:00</published><updated>2008-01-16T22:55:26.023-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-01-16T22:55:26.023-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mac" /><title>Ctrl+click with two fingers</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/2108910292903023655/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=2108910292903023655" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/2108910292903023655?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/2108910292903023655?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/Wczqh1JCq9U/ctrlclick-with-two-fingers.html" title="Ctrl+click with two fingers" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><content type="html">Enable Ctrl+click with two fingers click in System Preferences -&amp;gt; Keyboard &amp;amp; Mouse -&amp;gt; Trackpad -&amp;gt; Tap trackpad using two fingers for secondary click. Believe me, it's quite comfortable.
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/umJsATy5NoMg5GNxNuHniIUBQYo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/umJsATy5NoMg5GNxNuHniIUBQYo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/umJsATy5NoMg5GNxNuHniIUBQYo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/umJsATy5NoMg5GNxNuHniIUBQYo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/Wczqh1JCq9U" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2008/01/ctrlclick-with-two-fingers.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0QNQ3o-eSp7ImA9WxZTFU8.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-8258842782371372617</id><published>2008-01-16T21:15:00.000-02:00</published><updated>2008-01-16T22:23:12.451-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-01-16T22:23:12.451-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mac" /><title>List of all Max OS X keyboard shortcuts</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/8258842782371372617/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=8258842782371372617" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/8258842782371372617?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/8258842782371372617?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/J4lKdyS7r0Y/list-of-all-max-os-x-keyboard-shortcuts.html" title="List of all Max OS X keyboard shortcuts" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><content type="html">Will be useful for all Mac users. A kind of 'print-it-and-put-in-front-of-you-until-you-remember'.Mac OS X keyboard shortcuts
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/bodkcj412VNbfYPABQzsHD1ZV7s/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bodkcj412VNbfYPABQzsHD1ZV7s/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/bodkcj412VNbfYPABQzsHD1ZV7s/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bodkcj412VNbfYPABQzsHD1ZV7s/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/J4lKdyS7r0Y" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2008/01/list-of-all-max-os-x-keyboard-shortcuts.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkIMQHY-fSp7ImA9WxZTFU8.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-1946156006431672147</id><published>2008-01-16T20:38:00.000-02:00</published><updated>2008-01-16T21:03:01.855-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-01-16T21:03:01.855-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mac" /><title>Taking screenshots in Leopard</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/1946156006431672147/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=1946156006431672147" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/1946156006431672147?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/1946156006431672147?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/X2YsoB9y4hY/taking-screenshots-in-leopard.html" title="Taking screenshots in Leopard" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><content type="html">To take a screenshot in Leopard just press Cmd + Shif + 3 if you want to take a full screen or Cmd + Shift + 4 if you want to take a screenshot of some region. Cmd + Shift + 3 or 4 will make the same, but instead of saving a PNG file to your Desktop will copy a screenshot to clipboard. After pressing Cmd + Shit + 4 you can use:Spacebar - to take a screenshot of window (active or background)Shift 
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/QH1DRUBu3zfiY-k9oD7rp5Lvubs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QH1DRUBu3zfiY-k9oD7rp5Lvubs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/QH1DRUBu3zfiY-k9oD7rp5Lvubs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QH1DRUBu3zfiY-k9oD7rp5Lvubs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/X2YsoB9y4hY" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2008/01/taking-screenshots-in-leopard.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUcBQ3s7fip7ImA9WxZTFU8.&quot;"><id>tag:blogger.com,1999:blog-8974200987111063981.post-5580422158882862034</id><published>2008-01-16T20:33:00.001-02:00</published><updated>2008-01-16T20:37:32.506-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-01-16T20:37:32.506-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><title>Reverse tunnel with SSH</title><link rel="replies" type="application/atom+xml" href="http://kb.yarmakconsulting.com/feeds/5580422158882862034/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8974200987111063981&amp;postID=5580422158882862034" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/5580422158882862034?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8974200987111063981/posts/default/5580422158882862034?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JustASimpleKnowledgeBase/~3/0e1efueoHu4/reverse-tunnel-with-ssh.html" title="Reverse tunnel with SSH" /><author><name>Viktor Yarmak</name><uri>https://profiles.google.com/108734415539332871204</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-snhF4g5cC_E/AAAAAAAAAAI/AAAAAAAAGdg/wybaSP4t9DA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><content type="html">When you need to create a reverse tunnel with SSH, just use the following: ssh -R PORT_ON_REMOTE_SERVER:localhost:PORT_ON_LOCAL_SERVER -l LOGIN REMOTE_SERVER
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_8qlZ-2K8-kMtILeECN-UApV6rU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_8qlZ-2K8-kMtILeECN-UApV6rU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_8qlZ-2K8-kMtILeECN-UApV6rU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_8qlZ-2K8-kMtILeECN-UApV6rU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JustASimpleKnowledgeBase/~4/0e1efueoHu4" height="1" width="1"/&gt;</content><feedburner:origLink>http://kb.yarmakconsulting.com/2008/01/reverse-tunnel-with-ssh.html</feedburner:origLink></entry></feed>

