<?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>Ubi panis ibi patria &#187; Uncategorized</title>
	<atom:link href="http://blog.ericmalloy.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ericmalloy.net</link>
	<description>notes from the road by Eric Malloy</description>
	<lastBuildDate>Wed, 08 Feb 2012 02:55:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Optimizing Webservers for PHP / WordPress: Wordcamp 2010</title>
		<link>http://blog.ericmalloy.net/2010/10/optimizing-webservers-for-php-wordpress-wordcamp-2010/</link>
		<comments>http://blog.ericmalloy.net/2010/10/optimizing-webservers-for-php-wordpress-wordcamp-2010/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 19:13:43 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Dev Php]]></category>
		<category><![CDATA[Distributions]]></category>
		<category><![CDATA[Fpm]]></category>
		<category><![CDATA[Gd]]></category>
		<category><![CDATA[Libxml2]]></category>
		<category><![CDATA[Linkedin]]></category>
		<category><![CDATA[Mail Imap]]></category>
		<category><![CDATA[Mail Pop3]]></category>
		<category><![CDATA[Mail Smtp]]></category>
		<category><![CDATA[Mysql Client]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[Pear]]></category>
		<category><![CDATA[Provos]]></category>
		<category><![CDATA[Sockets]]></category>
		<category><![CDATA[Ssl Module]]></category>
		<category><![CDATA[Tar Bz2]]></category>
		<category><![CDATA[Tar Xzvf]]></category>
		<category><![CDATA[Team Solution]]></category>
		<category><![CDATA[Ttf]]></category>
		<category><![CDATA[Tw2]]></category>
		<category><![CDATA[Usr Bin]]></category>
		<category><![CDATA[Webservers]]></category>
		<category><![CDATA[wordcamp philippines 2010]]></category>
		<category><![CDATA[Xpm]]></category>

		<guid isPermaLink="false">http://blog.ericmalloy.net/?p=710</guid>
		<description><![CDATA[Optimizing wordpress
View more presentations from A-Team Solution.

aid to presentation:
if fresh debian install make sure you&#8217;ve before anything, as root;
apt-get install build-essential openssl-server sudo postfix
sudo apt-get install libssl-dev libcurl4-gnutls-dev libjpeg62-dev libpng12-dev libmcrypt-dev libmysql++-dev libfreetype6-dev libt1-dev libc-client-dev libbz2-dev mysql-client libevent-dev libxml2-dev mysql-server libmysqlclient15-dev libgd2-xpm-dev libeventdb-dev libexpat1-dev libsqlite3-dev
php 5.3.3 from source
wget http://tw2.php.net/distributions/php-5.3.3.tar.bz2
tar xjvf php-5.3.3.tar.bz2
./configure &#8211;enable-fpm &#8211;with-mcrypt &#8211;enable-mbstring &#8211;with-openssl [...]]]></description>
			<content:encoded><![CDATA[<div style="width:425px" id="__ss_5335476"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/ateamsolution/optimizing-wordpress" title="Optimizing wordpress">Optimizing wordpress</a></strong><object id="__sse5335476" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=optimizingwordpress-101001142450-phpapp01&#038;stripped_title=optimizing-wordpress&#038;userName=ateamsolution" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse5335476" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=optimizingwordpress-101001142450-phpapp01&#038;stripped_title=optimizing-wordpress&#038;userName=ateamsolution" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/ateamsolution">A-Team Solution</a>.</div>
</div>
<p>aid to presentation:</p>
<p>if fresh debian install make sure you&#8217;ve before anything, as root;</p>
<p>apt-get install build-essential openssl-server sudo postfix</p>
<p>sudo apt-get install libssl-dev libcurl4-gnutls-dev libjpeg62-dev libpng12-dev libmcrypt-dev libmysql++-dev libfreetype6-dev libt1-dev libc-client-dev libbz2-dev mysql-client libevent-dev libxml2-dev mysql-server libmysqlclient15-dev libgd2-xpm-dev libeventdb-dev libexpat1-dev libsqlite3-dev</p>
<p>php 5.3.3 from source</p>
<p>wget http://tw2.php.net/distributions/php-5.3.3.tar.bz2<br />
tar xjvf php-5.3.3.tar.bz2<br />
./configure &#8211;enable-fpm &#8211;with-mcrypt &#8211;enable-mbstring &#8211;with-openssl &#8211;with-mysql &#8211;with-mysql-sock &#8211;with-gd &#8211;with-jpeg-dir=/usr/lib &#8211;enable-gd-native-ttf &#8211;with-pdo-mysql &#8211;with-libxml-dir=/usr/lib &#8211;with-mysqli=/usr/bin/mysql_config &#8211;with-curl &#8211;enable-zip &#8211;enable-sockets &#8211;with-zlib &#8211;enable-exif &#8211;enable-ftp &#8211;with-iconv &#8211;with-gettext &#8211;enable-gd-native-ttf &#8211;with-t1lib=/usr &#8211;with-freetype-dir=/usr &#8211;prefix=/usr/local/php &#8211;with-fpm-user=www-data &#8211;with-fpm-group=www-data &#8211;with-pear<br />
make<br />
sudo make install<br />
make clean</p>
<p>libevent 1.4.13<br />
wget http://www.monkey.org/~provos/libevent-1.4.13-stable.tar.gz<br />
./configure &#038;&#038; make<br />
sudo make install<br />
make clean</p>
<p>nginx 0.7.67</p>
<p>wget http://nginx.org/download/nginx-0.7.67.tar.gz<br />
tar xzvf nginx-0.7.67.tar.gz<br />
./configure &#8211;sbin-path=/usr/local/sbin &#8211;with-http_ssl_module &#8211;without-mail_pop3_module &#8211;without-mail_imap_module &#8211;without-mail_smtp_module &#8211;with-http_stub_status_module<br />
make<br />
sudo make install<br />
make clean</p>
<p>sudo mkdir -p /usr/local/nginx/{sites-available,sites-enabled}</p>
<p>memcached<br />
wget http://launchpad.net/libmemcached/1.0/0.44/+download/libmemcached-0.44.tar.gz<br />
tar xzfv libmemcached-0.44.tar.gz<br />
./configure &#038;&#038; make<br />
sudo make install<br />
make clean<br />
sudo apt-get install sqlite3 memcached<br />
sudo pecl install memcache</p>
<p>configuration files</p>
<p><a href="http://blog.ericmalloy.net/wp-content/uploads/2010/10/fastcgi_params">fastcgi_params</a><br />
<a href="http://http://blog.ericmalloy.net/wp-content/uploads/2010/10/nginx.conf">nginx.conf</a><br />
<a href="http://blog.ericmalloy.net/wp-content/uploads/2010/10/php-fpm.conf">php-fpm.conf</a><br />
<a href="http://blog.ericmalloy.net/wp-content/uploads/2010/10/php.ini">php.ini</a><br />
<a href="http://blog.ericmalloy.net/wp-content/uploads/2010/10/sample_vhost_nginx.conf">sample_vhost_nginx.conf</a><br />
<a href="http://blog.ericmalloy.net/wp-content/uploads/2010/10/wordpress_params.regular">wordpress_params.regular</a><br />
<a href="http://blog.ericmalloy.net/wp-content/uploads/2010/10/wordpress_params_cache">wordpress_params_cache</a></p>
<p>init.d scripts<br />
<a href="http://blog.ericmalloy.net/wp-content/uploads/2010/10/nginx">nginx</a><br />
<a href="http://blog.ericmalloy.net/wp-content/uploads/2010/10/nginx">php-fpm</a></p>
<p>if any of this is unclear, please contact me so that we can make it easier for anyone who searches for it. let&#8217;s take down the notion that apache is the only webserver good enough for production.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ericmalloy.net/2010/10/optimizing-webservers-for-php-wordpress-wordcamp-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Flamingos</title>
		<link>http://blog.ericmalloy.net/2010/04/the-flamingos/</link>
		<comments>http://blog.ericmalloy.net/2010/04/the-flamingos/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 15:39:14 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[philippine experiences]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Anniversary]]></category>
		<category><![CDATA[b101]]></category>
		<category><![CDATA[Bataan Death March]]></category>
		<category><![CDATA[Favorite Songs]]></category>
		<category><![CDATA[First Grade]]></category>
		<category><![CDATA[God]]></category>
		<category><![CDATA[Httpv]]></category>
		<category><![CDATA[Love]]></category>
		<category><![CDATA[Moon]]></category>
		<category><![CDATA[Nerdy Kid]]></category>
		<category><![CDATA[Old Man]]></category>
		<category><![CDATA[Oldies Station]]></category>
		<category><![CDATA[Providence]]></category>
		<category><![CDATA[Sky]]></category>
		<category><![CDATA[Stars]]></category>
		<category><![CDATA[Sweet Hearts]]></category>

		<guid isPermaLink="false">http://blog.ericmalloy.net/?p=289</guid>
		<description><![CDATA[www.youtube.com/watch?v=ZFkc2gbShTY
I Only have eyes for you &#8211; This has got to one of my favorite songs when I was a kid. I was such a nerdy kid. Had a crush on this girl in the first grade who only listened to the oldies station B101 &#8211; Providence (i think they&#8217;ve changed their format since, I&#8217;ts [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=ZFkc2gbShTY">www.youtube.com/watch?v=ZFkc2gbShTY</a></p>
<p><a href="http://en.wikipedia.org/wiki/I_Only_Have_Eyes_for_You">I Only have eyes for you</a> &#8211; This has got to one of my favorite songs when I was a kid. I was such a nerdy kid. Had a crush on this girl in the first grade who only listened to the oldies station<a href="http://b101fm.com"> B101 &#8211; Providence</a> (i think they&#8217;ve changed their format since, I&#8217;ts been years since I&#8217;ve been in Providence.)  Growing up thats all I ever listened to. Could also why they called me &#8216;old man&#8217; in junior high.</p>
<p>Anyway &#8211; I enjoy Doo Wop and Motown a lot. Always have, Always will. So I&#8217;m sharing this great track with you tonight, on <a href="http://www.seasite.niu.edu/Tagalog/Cynthia/festivals/bataan_day.htm">Bataan Da</a>y. Anniversary of the <a href="http://en.wikipedia.org/wiki/Bataan_Death_March">Bataan Death March</a>. I&#8217;m sure the many who died had missed their sweet hearts while being marched on down from San Fernando to Bataan. May God Bless their souls.</p>
<p>My love must be a kind of blind love<br />
I can&#8217;t see anyone but you.</p>
<p>Are the stars out tonight?<br />
I don&#8217;t know if it&#8217;s cloudy or bright<br />
I Only Have Eyes For You, Dear.</p>
<p>The moon maybe high<br />
but I can&#8217;t see a thing in the sky,<br />
&#8216;Cause I Only Have Eyes For You.</p>
<p>I don&#8217;t know if we&#8217;re in a garden,<br />
or on a crowded avenue.</p>
<p>You are here<br />
So am I<br />
Maybe millions of people go by,<br />
but they all disappear from view.<br />
And I Only Have Eyes For You.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ericmalloy.net/2010/04/the-flamingos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Post-Sesame Street Era Art</title>
		<link>http://blog.ericmalloy.net/2010/03/some-post-sesame-street-era-art/</link>
		<comments>http://blog.ericmalloy.net/2010/03/some-post-sesame-street-era-art/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 16:33:49 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Era]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Img Src]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Sesame Street]]></category>
		<category><![CDATA[Street Art]]></category>

		<guid isPermaLink="false">http://blog.ericmalloy.net/?p=268</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://blog.ericmalloy.net/wp-content/uploads/2010/03/1269095205070.jpg"><img class="aligncenter size-large wp-image-272" title="post- sesame street art" src="http://blog.ericmalloy.net/wp-content/uploads/2010/03/1269095205070-1024x640.jpg" alt="post- sesame street art" width="614" height="384" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ericmalloy.net/2010/03/some-post-sesame-street-era-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>She&#8217;s Got the Cold Calling Blues &#8230;</title>
		<link>http://blog.ericmalloy.net/2009/07/shes-got-the-cold-calling-blues/</link>
		<comments>http://blog.ericmalloy.net/2009/07/shes-got-the-cold-calling-blues/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 23:49:27 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bulk Emailing]]></category>
		<category><![CDATA[Cold Calling]]></category>
		<category><![CDATA[Cold Calls]]></category>
		<category><![CDATA[Expletive]]></category>
		<category><![CDATA[Gauge]]></category>
		<category><![CDATA[Kid Game]]></category>
		<category><![CDATA[Kirby Vacuum Cleaners]]></category>
		<category><![CDATA[Numbers Game]]></category>
		<category><![CDATA[Personal Relationships]]></category>
		<category><![CDATA[Phone Book]]></category>
		<category><![CDATA[Prospects]]></category>
		<category><![CDATA[Rejection]]></category>
		<category><![CDATA[Sawed Off Shotgun]]></category>
		<category><![CDATA[Spaghetti]]></category>
		<category><![CDATA[Target]]></category>
		<category><![CDATA[World Mentality]]></category>

		<guid isPermaLink="false">http://ericmalloy.net/?p=123</guid>
		<description><![CDATA[If any of you have ever wanted to try a career in sales you&#8217;d probably think of selling Kirby Vacuum cleaners door-to-door. Maybe you were handed a phone book and ordered to start making cold calls.
Wasn’t it painful at first? Humiliating? What do I say?
Did your sales manager ask you to write a list of [...]]]></description>
			<content:encoded><![CDATA[<p>If any of you have ever wanted to try a career in sales you&#8217;d probably think of selling <a href="http://www.kirby.com">Kirby Vacuum </a>cleaners door-to-door. Maybe you were handed a <a href="http://www.switchboard.com">phone book</a> and ordered to start making cold calls.</p>
<h2>Wasn’t it painful at first? Humiliating? What do I say?</h2>
<p>Did your sales manager ask you to write a list of everyone that you personally know?</p>
<p>Did you feel like a 19-gauge sawed off shotgun with everyone as your target?</p>
<p>Until you really know your customers, have deep relationships with them; you are truly throwing spaghetti and meatball plates at the wall and seeing what ‘sticks’.</p>
<p style="text-align: center;">
<div id="attachment_124" class="wp-caption aligncenter" style="width: 294px"><img class="size-full wp-image-124 " title="Throwing Spaghetti on the Wall" src="http://ericmalloy.net/wp-content/uploads/2009/07/spaghetti_on_the_wall.jpg" alt="Throwing Spaghetti on the Wall" width="284" height="425" /><p class="wp-caption-text">Throwing Spaghetti on the Wall</p></div>
<p>As a beginner is sales, they will always tell you,</p>
<h2>&#8220;kid, it’s a numbers game. Now, get back on the [expletive] phone.”</h2>
<p>Maybe in successive years, as you hang in there, you may notice majority of your sales are coming from the deep personal relationships you build with people.</p>
<p>Now, Realizing as of late, I have had an old-world mentality approach to sales. I’m now astonished that I spent hours weeks and months cold calling prospects that didn’t know me from Adam.</p>
<p>My mentality was that only through <a href="http://en.wikipedia.org/wiki/Cold_calling">cold calling</a>, blind prospecting and <a href="http://en.wikipedia.org/wiki/E-mail_spam">bulk-emailing</a> that I would build up enough contacts and hopefully one of them would pick me!</p>
<p>Does this sound familiar?</p>
<p>How frustrating is dialing one after another and getting rejection for reason X, Y, and Z!</p>
<p>What are you thoughts on this?</p>
<h2>Please comment, question and challenge!</h2>
]]></content:encoded>
			<wfw:commentRss>http://blog.ericmalloy.net/2009/07/shes-got-the-cold-calling-blues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Kinison&#8217;s</title>
		<link>http://blog.ericmalloy.net/2009/06/the-kinisons/</link>
		<comments>http://blog.ericmalloy.net/2009/06/the-kinisons/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 11:30:21 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Appearance]]></category>
		<category><![CDATA[comedy]]></category>
		<category><![CDATA[Howard Stern]]></category>
		<category><![CDATA[in living color]]></category>
		<category><![CDATA[Letterman]]></category>
		<category><![CDATA[manila]]></category>
		<category><![CDATA[Sam Kinison]]></category>
		<category><![CDATA[Www Youtube]]></category>

		<guid isPermaLink="false">http://ericmalloy.net/?p=57</guid>
		<description><![CDATA[only by listening to howard stern everyday on my walk to school, i learned about sam kinison &#8230;. man wish he was around
www.youtube.com/watch?v=W1dJ6mCkw_s
]]></description>
			<content:encoded><![CDATA[<p>only by listening to howard stern everyday on my walk to school, i learned about sam kinison &#8230;. man wish he was around</p>
<p><a href="http://www.youtube.com/watch?v=W1dJ6mCkw_s">www.youtube.com/watch?v=W1dJ6mCkw_s</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ericmalloy.net/2009/06/the-kinisons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Riding the Rail</title>
		<link>http://blog.ericmalloy.net/2009/06/riding-the-rail/</link>
		<comments>http://blog.ericmalloy.net/2009/06/riding-the-rail/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 08:47:23 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Httpv]]></category>
		<category><![CDATA[Light Rail]]></category>
		<category><![CDATA[magallanes]]></category>
		<category><![CDATA[makati]]></category>
		<category><![CDATA[manila]]></category>
		<category><![CDATA[Metro Manila]]></category>
		<category><![CDATA[mrt]]></category>
		<category><![CDATA[ortigas]]></category>
		<category><![CDATA[pasay]]></category>
		<category><![CDATA[pasig]]></category>
		<category><![CDATA[rail]]></category>
		<category><![CDATA[Rail Train]]></category>
		<category><![CDATA[Sony]]></category>
		<category><![CDATA[Sony Ericsson K800i]]></category>
		<category><![CDATA[Span]]></category>
		<category><![CDATA[Taft Ave]]></category>
		<category><![CDATA[Train Systems]]></category>

		<guid isPermaLink="false">http://ericmalloy.net/2009/06/riding-the-rail/</guid>
		<description><![CDATA[me and my girl had took this video with her sony ericsson k800i &#8230; this is a ride down one of 3 light rail train systems  that facilitate life and span across metro manila &#8230; this clip shows you a stretch of EDSA (main road) from taft ave to about ortigas &#8230;
this line is called [...]]]></description>
			<content:encoded><![CDATA[<p>me and my girl had took this video with her sony ericsson k800i &#8230; this is a ride down one of 3 light rail train systems  that facilitate life and span across metro manila &#8230; this clip shows you a stretch of EDSA (main road) from taft ave to about ortigas &#8230;</p>
<p>this line is called the MRT</p>
<p><a href="http://www.youtube.com/watch?v=7ZmQuNY52k8">www.youtube.com/watch?v=7ZmQuNY52k8</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ericmalloy.net/2009/06/riding-the-rail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>forced human nature</title>
		<link>http://blog.ericmalloy.net/2009/06/forced-human-nature/</link>
		<comments>http://blog.ericmalloy.net/2009/06/forced-human-nature/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 18:53:34 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[15 Minutes]]></category>
		<category><![CDATA[Cebu Philippines]]></category>
		<category><![CDATA[Criminals]]></category>
		<category><![CDATA[criminals turn good]]></category>
		<category><![CDATA[Documentary]]></category>
		<category><![CDATA[Friends]]></category>
		<category><![CDATA[Httpv]]></category>
		<category><![CDATA[Human Nature]]></category>
		<category><![CDATA[jailhouse dance cebu]]></category>
		<category><![CDATA[thrilla cebu]]></category>
		<category><![CDATA[Www Youtube]]></category>

		<guid isPermaLink="false">http://ericmalloy.net/?p=35</guid>
		<description><![CDATA[a documentary on the prison who featured the thrilla dance last year.
unbelievable how they can turn harden criminals into respectful friends.. take a quick 15 minutes and watch this inspirational video from Cebu Philippines
www.youtube.com/watch?v=wAjItY7X0Yc
]]></description>
			<content:encoded><![CDATA[<p>a documentary on the prison who featured the thrilla dance last year.</p>
<p>unbelievable how they can turn harden criminals into respectful friends.. take a quick 15 minutes and watch this inspirational video from Cebu Philippines</p>
<p><a href="http://www.youtube.com/watch?v=wAjItY7X0Yc">www.youtube.com/watch?v=wAjItY7X0Yc</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ericmalloy.net/2009/06/forced-human-nature/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

