<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.10" -->
<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/"
	>

<channel>
	<title>LucasManual.com Blog</title>
	<link>http://lucasmanual.com/blog</link>
	<description>LucasManual Technical Manuals and Blogs</description>
	<pubDate>Wed, 17 Dec 2008 05:16:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.10</generator>
	<language>en</language>
			<item>
		<title>[RFC] Announcing modwsgideploy script. Deploy your tg2 app with apache and modwsgi with one command.</title>
		<link>http://lucasmanual.com/blog/turbogears/2008/rfc-announcing-modwsgideploy-script-deploy-your-tg2-app-with-apache-and-modwsgi-with-one-command/</link>
		<comments>http://lucasmanual.com/blog/turbogears/2008/rfc-announcing-modwsgideploy-script-deploy-your-tg2-app-with-apache-and-modwsgi-with-one-command/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 05:12:21 +0000</pubDate>
		<dc:creator>szybalski</dc:creator>
		
		<category>TurboGears</category>

		<category>modwsgi</category>

		<guid isPermaLink="false">http://lucasmanual.com/blog/uncategorized/2008/rfc-announcing-modwsgideploy-script-deploy-your-tg2-app-with-apache-and-modwsgi-with-one-command/</guid>
		<description><![CDATA[Hello,

I&#8217;m pleased to announce modwsgideploy !

What is it?

modwsgideploy is a template that you install into your tg2 folder.

This set of templates will create an apache folder inside of you

application. The 4 configuration files have the necessary settings to

run you tg2 app via apache and modwsgi. The template has a set of

sample apache configuration, sample wsgi [...]]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>
<strong>I&#8217;m pleased to announce modwsgideploy !</strong></p>
<p>
<strong>What is it?</strong></p>
<p>
modwsgideploy is a template that you install into your tg2 folder.</p>
<p>
This set of templates will create an apache folder inside of you</p>
<p>
application. The 4 configuration files have the necessary settings to</p>
<p>
run you tg2 app via apache and modwsgi. The template has a set of</p>
<p>
sample apache configuration, sample wsgi configuration file, a test</p>
<p>
wsgi file and a readme.txt file that explains the process.</p>
</p>
<p>
<strong>How to use it?</strong></p>
<p>
Install it via easy_install</p>
<p>
<code>easy_install modwsgideploy</code></p>
</p>
<p>
Run it:</p>
<p><code>
<p>
cd ./path/to/myapp</p>
<p></code><code>
<p>
paster modwsgi_deploy</p>
<p></code>
</p>
<p>
Above will create your apache/modwsgi templates.</p>
<p>
Read README.txt and check the configuration files, see if you need any</p>
<p>
additional settings (vhost, virtualenv, etc).</p>
<p>
Copy the apache folder into you apache configuration folder, and</p>
<p>
enable you site.</p>
</p>
<p>
You are ready to go.</p>
<p>
<a href="http://lucasmanual.com/mywiki/modwsgideploy">http://lucasmanual.com/mywiki/modwsgideploy</a></p>
<p>
Enjoy</p>
<p>
Lucas</p>
]]></content:encoded>
			<wfw:commentRss>http://lucasmanual.com/blog/turbogears/2008/rfc-announcing-modwsgideploy-script-deploy-your-tg2-app-with-apache-and-modwsgi-with-one-command/feed/</wfw:commentRss>
		</item>
		<item>
		<title>smtp.att.yahoo.com</title>
		<link>http://lucasmanual.com/blog/lucasmanualcom/2008/smtpattyahoocom/</link>
		<comments>http://lucasmanual.com/blog/lucasmanualcom/2008/smtpattyahoocom/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 20:10:38 +0000</pubDate>
		<dc:creator>szybalski</dc:creator>
		
		<category>LucasManual.com</category>

		<category>Debian</category>

		<category>smtp</category>

		<guid isPermaLink="false">http://lucasmanual.com/blog/uncategorized/2008/smtpattyahoocom/</guid>
		<description><![CDATA[Connect to smtp.att.yahoo.com and see what is going on.

Create plaintext password
 perl -MMIME::Base64 -e 'print encode_base64("\000usename\@sbcglobal.net\000mypassword")'

You will get password like this:

sssssddsdsdsdsds=

Install openssl and connect to smtp.att.yahoo.com

openssl s_client -crlf -connect smtp.att.yahoo.com:465

You should see:

CONNECTED(00000003)

depth=0 /C=US/ST=California/L=Santa Clara/O=Yahoo! Inc./OU=Yahoo/CN=smtp.att.yahoo.com

verify error:num=20:unable to get local issuer certificate

verify return:1

depth=0 /C=US/ST=California/L=Santa Clara/O=Yahoo! Inc./OU=Yahoo/CN=smtp.att.yahoo.com

verify error:num=27:certificate not trusted

verify return:1

depth=0 /C=US/ST=California/L=Santa Clara/O=Yahoo! Inc./OU=Yahoo/CN=smtp.att.yahoo.com

verify error:num=21:unable to verify [...]]]></description>
			<content:encoded><![CDATA[<p>Connect to smtp.att.yahoo.com and see what is going on.</p>
<p>
Create plaintext password</p>
<p> <code>perl -MMIME::Base64 -e 'print encode_base64("\000usename\@sbcglobal.net\000mypassword")'</code></p>
<p>
You will get password like this:</p>
<p>
<code>sssssddsdsdsdsds=</code></p>
<p>
Install openssl and connect to smtp.att.yahoo.com</p>
<p>
<code>openssl s_client -crlf -connect smtp.att.yahoo.com:465</code></p>
<p>
You should see:</p>
<p>
<code>CONNECTED(00000003)</p>
<p>
depth=0 /C=US/ST=California/L=Santa Clara/O=Yahoo! Inc./OU=Yahoo/CN=smtp.att.yahoo.com</p>
<p>
verify error:num=20:unable to get local issuer certificate</p>
<p>
verify return:1</p>
<p>
depth=0 /C=US/ST=California/L=Santa Clara/O=Yahoo! Inc./OU=Yahoo/CN=smtp.att.yahoo.com</p>
<p>
verify error:num=27:certificate not trusted</p>
<p>
verify return:1</p>
<p>
depth=0 /C=US/ST=California/L=Santa Clara/O=Yahoo! Inc./OU=Yahoo/CN=smtp.att.yahoo.com</p>
<p>
verify error:num=21:unable to verify the first certificate</p>
<p>
verify return:1</p>
<p>
&#8212;</p>
<p>
Certificate chain</p>
<p>
 0 s:/C=US/ST=California/L=Santa Clara/O=Yahoo! Inc./OU=Yahoo/CN=smtp.att.yahoo.com</p>
<p>
   i:/C=US/O=Equifax/OU=Equifax Secure Certificate Authority</p>
<p>
subject=/C=US/ST=California/L=Santa Clara/O=Yahoo! Inc./OU=Yahoo/CN=smtp.att.yahoo.com</p>
<p>
issuer=/C=US/O=Equifax/OU=Equifax Secure Certificate Authority</p>
<p>
&#8212;</p>
<p>
No client certificate CA names sent</p>
<p>
&#8212;</p>
<p>
SSL handshake has read 886 bytes and written 316 bytes</p>
<p>
&#8212;</p>
<p>
New, TLSv1/SSLv3, Cipher is AES256-SHA</p>
<p>
Server public key is 1024 bit</p>
<p>
Compression: NONE</p>
<p>
Expansion: NONE</p>
<p>
SSL-Session:</p>
<p>
    Protocol  : TLSv1</p>
<p>
    Cipher    : AES256-SHA</p>
<p>
    Session-ID: </p>
<p>
    Session-ID-ctx: </p>
<p>
    Master-Key:     Key-Arg   : None</p>
<p>
    Start Time: 1221335335</p>
<p>
    Timeout   : 300 (sec)</p>
<p>
    Verify return code: 21 (unable to verify the first certificate)</p>
<p>
&#8212;</p>
<p>
220 smtp112.sbc.mail.re2.yahoo.com ESMTP</code></p>
</p>
<p>
now enter:</p>
<p>
<code>auth plain sssssddsdsdsdsds=</code> </p>
<p> You will see:<br />
<code>235 ok, go ahead (#2.0.0)</code></p>
<p>Now do:<br />
<code>mail from:<somemail@mydomain.com></code></p>
<p>And you will get:<br />
<code>553 From: address not verified; see http://help.yahoo.com/l/us/yahoo/mail/original/manage/sendfrom-07.html</code></p>
<p>
closed</p>
</p>
<p>
&#8212;</p>
<p>
As you can see all emails going through att need to be verified. You have to add them to a list of email addresses. If you are running a mailing list the only option is to unfilter you port 25. </p>
<p>
See </p>
<p>
http://wiki.debian.org/Postfix#head-38a3b3d856d4f062f31d9e368ff97b6f7c2185b2</p>
<p>
on how to connect to smtp.att.yahoo.com</p>
]]></content:encoded>
			<wfw:commentRss>http://lucasmanual.com/blog/lucasmanualcom/2008/smtpattyahoocom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>On &#8220;Job requires Experience&#8221;</title>
		<link>http://lucasmanual.com/blog/uncategorized/2008/on-job-requires-experience/</link>
		<comments>http://lucasmanual.com/blog/uncategorized/2008/on-job-requires-experience/#comments</comments>
		<pubDate>Tue, 27 May 2008 04:10:41 +0000</pubDate>
		<dc:creator>szybalski</dc:creator>
		
		<category>Uncategorized</category>

		<guid isPermaLink="false">http://lucasmanual.com/blog/uncategorized/2008/on-job-requires-experience/</guid>
		<description><![CDATA[As mentioned in Alan Greenspan book: &#8220;A dysfunctional U.S. elementary and secondary system has failed to prepare our students sufficiently to prevent a shortage of skilled workers and a surfeit if lesser-skilled onces, expanding a pay gap between the groups. Unless America&#8217;s education system can rise skill levels as quickly as technology requires, skilled workers [...]]]></description>
			<content:encoded><![CDATA[<p>As mentioned in Alan Greenspan book: &#8220;A dysfunctional U.S. elementary and secondary system has failed to prepare our students sufficiently to prevent a shortage of skilled workers and a surfeit if lesser-skilled onces, expanding a pay gap between the groups. Unless America&#8217;s education system can rise skill levels as quickly as technology requires, skilled workers will continue to earn greater wage increase, leading to ever more disturbing extremes of income concentration.&#8221;</p>
<p>
As a newly grad  you can experience this yourself. Thanks to the involvement in &#8220;acm at uic&#8221; I was introduced to technologies and its uses. If you take your education upon yourself and do what interests you, eventually you will be the “skilled” worker. Thanks to just awareness of what open source technology is available out there and ability to efficiently apply it at my work, my salary has been doubling each year. Others, especially in electrical engineering fields can experience that instantly and I know example of people who&#8217;s wage went from $6 an hour to 60,000 a year just by the virtue of graduating.    </p>
<p>
As my suggestions to collage students. Get involved in clubs that introduce you to technology, volunteer, or work for free to gain knowledge, take classes that interest you not just classes that get you by with an A. From my undergrad courses I especially used C++ object oriented programming where we wrote 5 C++ programs which I used for all my work related reference and grad course in scientific software for industry which opened my mind of what technology can do for any field, or company.</p>
</p>
<p>
“In Life unless we take action we perish. The extent to which people are willing to take risks depends on the rewards they think they may gain.” AG p.503 If you have not taken any action you cannot feel sorry for yourself on anybody else who complains they cannot find a job.</p>
</p>
<p>
Always use and learn based on the open source technologies with no patents. If you were at FLOSS 2008, you could see how IBM went from “Write all closed source software unless justified to be open source” to “All open source unless justified to be closed source software”.   “None of the empirical evidence at our disposal and none of the theoretical arguments presented either confirm or confutes the belief that the patent system has promoted the progress of the technical arts and the productivity of the economy” This was a conclusion of Prof. Machlup who studied the Patent system. You can create and deploy open source software twice as fast as closed source software*; you can definitely develop faster with lower initial investment starting at day one if you choose to use open source license. If you work for company that doesn&#8217;t develop software but uses it (70% of all software developed* ) that will be a huge performance increase for you, your team and company. </p>
]]></content:encoded>
			<wfw:commentRss>http://lucasmanual.com/blog/uncategorized/2008/on-job-requires-experience/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to LucasManual.com Blog</title>
		<link>http://lucasmanual.com/blog/uncategorized/2008/hello-world/</link>
		<comments>http://lucasmanual.com/blog/uncategorized/2008/hello-world/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 02:34:25 +0000</pubDate>
		<dc:creator>szybalski</dc:creator>
		
		<category>Uncategorized</category>

		<category>LucasManual.com</category>

		<category>TurboGears</category>

		<category>Debian</category>

		<category>VIN</category>

		<category>Recall Database</category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[We will be writing about:

Automotive Recall Database: cars, trucks, all vehicles 
Vehicle Information Number.
Development in TurboGears
Fax Servers
Printing in Debian
And much much more

-

]]></description>
			<content:encoded><![CDATA[<p>We will be writing about:</p>
<ul>
<li><a href="http://lucasmanual.com/recall/">Automotive Recall Database: cars, trucks, all vehicles </a></li>
<li><a href="http://lucasmanual.com/vin/">Vehicle Information Number.</a></li>
<li><a href="http://lucasmanual.com/mywiki/TurboGears">Development in TurboGears</a></li>
<li><a href="http://lucasmanual.com/mywiki/FaxServer">Fax Servers</a></li>
<li><a href="http://lucasmanual.com/mywiki/DebianPrinting">Printing in Debian</a></li>
<li><a href="http://lucasmanual.com/mywiki/FrontPage">And much much more</a></li>
</ul>
<p>-
</p>
]]></content:encoded>
			<wfw:commentRss>http://lucasmanual.com/blog/uncategorized/2008/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
