<?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"
	>

<channel>
	<title>Blog-bin</title>
	<atom:link href="http://blog-bin.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog-bin.com</link>
	<description>A bin for my favorite articles</description>
	<pubDate>Fri, 05 Mar 2010 16:50:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Linux shutdown command</title>
		<link>http://blog-bin.com/2010/03/05/linux-shutdown-command/</link>
		<comments>http://blog-bin.com/2010/03/05/linux-shutdown-command/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 16:50:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[linux commands]]></category>

		<guid isPermaLink="false">http://blog-bin.com/?p=546</guid>
		<description><![CDATA[ 
shutdown -r now
]]></description>
			<content:encoded><![CDATA[<p> </p>
<p>shutdown -r now</p>
]]></content:encoded>
			<wfw:commentRss>http://blog-bin.com/2010/03/05/linux-shutdown-command/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Password Protecting Your Pages with .htaccess</title>
		<link>http://blog-bin.com/2010/03/02/password-protecting-your-pages-with-htaccess/</link>
		<comments>http://blog-bin.com/2010/03/02/password-protecting-your-pages-with-htaccess/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 12:32:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[server issues]]></category>

		<category><![CDATA[.htaccess]]></category>

		<category><![CDATA[directory]]></category>

		<category><![CDATA[password protection]]></category>

		<guid isPermaLink="false">http://blog-bin.com/?p=542</guid>
		<description><![CDATA[
Tutorial by Matt Doyle. Level: Intermediate. Published on 3 October 2005 in Apache.
Learn how to use Apache&#8217;s .htaccess files to protect pages on your site with a username and password.
Introduction
You may have visited a web page that pops up a dialog box similar to this one:
If you don&#8217;t know the username and password to enter, then [...]]]></description>
			<content:encoded><![CDATA[<p><span class="Apple-style-span" style="widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-family: 'Times New Roman'; white-space: normal; orphans: 2; letter-spacing: normal; color: #000000; font-size: medium; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"></span></p>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">Tutorial by Matt Doyle. Level: Intermediate. Published on 3 October 2005 in<span class="Apple-converted-space"> </span><a style="font-family: arial, helvetica, verdana, sans-serif; color: #0066b7; text-decoration: none;" href="http://blog-bin.com/articles/cat/apache/">Apache</a>.</p>
<p style="border-bottom: #cccccc 1px solid; padding-bottom: 10px; margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 20px; font-weight: bold;">Learn how to use Apache&#8217;s .htaccess files to protect pages on your site with a username and password.</p>
<h2 style="line-height: 1.25em; margin: 30px 0px 12px; font-family: arial, helvetica, verdana, sans-serif; color: #f46a05; font-size: 1.3em; font-weight: bold;">Introduction</h2>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">You may have visited a web page that pops up a dialog box similar to this one:</p>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">If you don&#8217;t know the username and password to enter, then you can&#8217;t access the page or site - it&#8217;s &#8220;password protected&#8221;. It&#8217;s sometimes handy to be able to password protect your pages like this - for example:</p>
<ul style="list-style: circle url(http://www.elated.com/res/Image/misc/li_bullet.gif) outside; line-height: 1.25em; margin-top: 0px; padding-left: 0px; margin-left: 0px;">
<li style="margin-top: 0px; margin-bottom: 0.8em; margin-left: 1.4em;">
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">You&#8217;re building a new site, but you only want yourself (and maybe a select few) to be able to view the work-in-progress.</p>
</li>
<li style="margin-top: 0px; margin-bottom: 0.8em; margin-left: 1.4em;">
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">You have an area of your site that you never want the general public to have access to - for example, your web stats or private pages.</p>
</li>
<li style="margin-top: 0px; margin-bottom: 0.8em; margin-left: 1.4em;">
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">You have some paid (subscription) content on your site that only subscribers should be able to access.</p>
</li>
</ul>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">Apache lets you password protect individual files, folders, or your entire site fairly easily. Read on to find out how it&#8217;s done.</p>
<h2 style="line-height: 1.25em; margin: 30px 0px 12px; font-family: arial, helvetica, verdana, sans-serif; color: #f46a05; font-size: 1.3em; font-weight: bold;">How it works</h2>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">To add password protection to your pages, you need to do the following two things:</p>
<ol style="line-height: 1.25em; margin-top: 0px; padding-left: 0px; margin-left: 0px;">
<li style="margin-top: 0px; margin-bottom: 0.8em; margin-left: 1.4em;">Create a text file on your server that will store your username and password.</li>
<li style="margin-top: 0px; margin-bottom: 0.8em; margin-left: 1.4em;">Create a special file called<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.htaccess</code><span class="Apple-converted-space"> </span>in the folder you want to protect.</li>
</ol>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">That&#8217;s it! Now let&#8217;s take a look at how to do each step.</p>
<div style="text-align: center; margin-top: 30px;"><a style="font-family: arial, helvetica, verdana, sans-serif; color: #0066b7; text-decoration: none;" rel="nofollow" href="http://www.tkqlhce.com/click-3000870-10517866" target="_top"></a></div>
<h2 style="line-height: 1.25em; margin: 30px 0px 12px; font-family: arial, helvetica, verdana, sans-serif; color: #f46a05; font-size: 1.3em; font-weight: bold;">Creating the password file</h2>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">The first step is to create a simple text file that will store your username and password, separated by a colon (<code style="font-size: 1.2em;">:</code>). The small catch is that the password must be<span class="Apple-converted-space"> </span><em>encrypted</em>. Luckily, there are many free web-based utilities that will encrypt the password for you. Try one of these:</p>
<ul style="list-style: circle url(http://www.elated.com/res/Image/misc/li_bullet.gif) outside; line-height: 1.25em; margin-top: 0px; padding-left: 0px; margin-left: 0px;">
<li style="margin-top: 0px; margin-bottom: 0.8em; margin-left: 1.4em;"><a style="font-family: arial, helvetica, verdana, sans-serif; color: #5e399c; text-decoration: none;" href="http://www.4webhelp.net/us/password.php">4WebHelp&#8217;s online .htpasswd encryption tool</a></li>
<li style="margin-top: 0px; margin-bottom: 0.8em; margin-left: 1.4em;"><a style="font-family: arial, helvetica, verdana, sans-serif; color: #0066b7; text-decoration: none;" href="http://shop.alterlinks.com/htpasswd/htpasswd.php">Alterlinks .htaccess password generator</a></li>
<li style="margin-top: 0px; margin-bottom: 0.8em; margin-left: 1.4em;"><a style="font-family: arial, helvetica, verdana, sans-serif; color: #0066b7; text-decoration: none;" href="http://www.htmlite.com/HTA006a.php">htmlite&#8217;s htpasswd encryption page</a></li>
</ul>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">Simply enter your desired username and password in one of these pages and submit the form. You&#8217;ll get back a string similar to the following:</p>
<pre class="samp" style="background-image: url(http://www.elated.com/res/Image/misc/samp_box_bg.jpg); padding-bottom: 10px; overflow-x: auto; overflow-y: auto; background-color: #f7f7e6; margin: 30px auto; padding-left: 10px; width: auto; background-attachment: scroll; padding-right: 10px; font-family: 'Courier New', Courier, serif; background-position: 0px 0px; padding-top: 25px; background-origin: initial; background-clip: initial;"><samp style="font-size: 1.2em;">
<span style="font-size: small;">fred:p29cmnwl4a0et
</span></samp></pre>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">Now, open up your favourite text editor (e.g. Notepad or TextEdit), then copy and paste the username/password string into the editor. Save the file and call it<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.htpasswd</code>.</p>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">Next, upload this file to your website. Make sure you place it outside the Web root of your site if possible, as you don&#8217;t want just anyone to be able to view the file! For example, place it above your<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">public_html</code><span class="Apple-converted-space"> </span>or<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">htdocs</code><span class="Apple-converted-space"> </span>folder. (Having said this, Apache is often set up by default to block web-based access to files beginning with<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.ht</code>. Better safe than sorry though!)</p>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">If you can&#8217;t place your<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.htpasswd</code><span class="Apple-converted-space"> </span>file outside your Web root, name it something that&#8217;s not easily guessable - for example,<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.htxuymwp</code><span class="Apple-converted-space"> </span>- so that people won&#8217;t be able to find it easily. (In addition, it helps to start the filename with<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.ht</code>; as mentioned earlier, Apache usually blocks access to files starting with<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.ht</code>.)</p>
<h3 style="line-height: 1.25em; margin: 25px 0px 10px; font-family: arial, helvetica, verdana, sans-serif; color: #f46a05; font-size: 1.2em; font-weight: normal;">Alternative: Creating the password file using<span class="Apple-converted-space"> </span><code style="font-size: 1.2em;">htpasswd</code></h3>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">If you have SSH access to your web server (or you&#8217;re running Apache on a local machine), you can encrypt your password and add it to your password file in one go by using the<code class="filename" style="color: #773333; font-size: 1.2em;">htpasswd</code><span class="Apple-converted-space"> </span>utility that comes with Apache. Simply SSH to your server or open up a terminal window on your local machine,<span class="Apple-converted-space"> </span><kbd style="color: #337733; font-size: 1.2em;">cd</kbd><span class="Apple-converted-space"> </span>to the folder where you want to create your password file, and type:</p>
<p><kbd style="color: #337733; font-size: 1.2em;">htpasswd -c .htpasswd fred</kbd></p>
<p style="margin-top: 20px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">(where<span class="Apple-converted-space"> </span><kbd style="color: #337733; font-size: 1.2em;">fred</kbd><span class="Apple-converted-space"> </span>is the username you want to use). You&#8217;ll be prompted to enter and retype your password, then the<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.htpasswd</code><span class="Apple-converted-space"> </span>file will be created for you.</p>
<h2 style="line-height: 1.25em; margin: 30px 0px 12px; font-family: arial, helvetica, verdana, sans-serif; color: #f46a05; font-size: 1.3em; font-weight: bold;">Creating the<span class="Apple-converted-space"> </span><code style="font-size: 1.2em;">.htaccess</code><span class="Apple-converted-space"> </span>file</h2>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">Now that you have created and uploaded your password file, you need to tell Apache to use it to protect your page(s) or site. This is what your<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.htaccess</code><span class="Apple-converted-space"> </span>file will do.</p>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">Open your text editor again, create a new file, and save it as<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.htaccess</code>.</p>
<h3 style="line-height: 1.25em; margin: 25px 0px 10px; font-family: arial, helvetica, verdana, sans-serif; color: #f46a05; font-size: 1.2em; font-weight: normal;">Protecting a folder</h3>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">To password protect a folder on your site, you need to put the following code in your<code class="filename" style="color: #773333; font-size: 1.2em;">.htaccess</code><span class="Apple-converted-space"> </span>file:</p>
<pre class="code" style="background-image: url(http://www.elated.com/res/Image/misc/code_box_bg.jpg); padding-bottom: 10px; overflow-x: auto; overflow-y: auto; background-color: #f7f7e6; margin: 30px auto; padding-left: 10px; width: auto; background-attachment: scroll; padding-right: 10px; font-family: 'Courier New', Courier, serif; background-position: 0px 0px; padding-top: 25px; background-origin: initial; background-clip: initial;"><code style="font-size: 1.2em;">
<span style="font-size: small;">AuthUserFile <var>/full/path/to/.htpasswd</var>
AuthType Basic
AuthName "My Secret Folder"
Require valid-user
</span></code></pre>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;"><var>/full/path/to/.htpasswd</var><span class="Apple-converted-space"> </span>should be the full path to the<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.htpasswd</code><span class="Apple-converted-space"> </span>file that you uploaded earlier. The full path is the path to the file from the Web server&#8217;s volume root - for example,<code class="filename" style="color: #773333; font-size: 1.2em;">/home/username/.htpasswd</code><span class="Apple-converted-space"> </span>or<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">C:\wwwroot\username\.htpasswd</code>. (If you&#8217;re not sure of the full path to your site or home directory, ask your Web hosting company for this info.)</p>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">The above<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.htaccess</code><span class="Apple-converted-space"> </span>file will password protect all files in the folder that it is placed in, and all sub-folders under that folder too. So if you wanted to password protect your entire site, you would place the<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.htaccess</code><span class="Apple-converted-space"> </span>file in your Web root folder.</p>
<h3 style="line-height: 1.25em; margin: 25px 0px 10px; font-family: arial, helvetica, verdana, sans-serif; color: #f46a05; font-size: 1.2em; font-weight: normal;">Protecting a file</h3>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">To password protect just a single file in a folder, use the following<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.htaccess</code><span class="Apple-converted-space"> </span>file:</p>
<pre class="code" style="background-image: url(http://www.elated.com/res/Image/misc/code_box_bg.jpg); padding-bottom: 10px; overflow-x: auto; overflow-y: auto; background-color: #f7f7e6; margin: 30px auto; padding-left: 10px; width: auto; background-attachment: scroll; padding-right: 10px; font-family: 'Courier New', Courier, serif; background-position: 0px 0px; padding-top: 25px; background-origin: initial; background-clip: initial;"><code style="font-size: 1.2em;">
<span style="font-size: small;">AuthUserFile /full/path/to/.htpasswd
AuthType Basic
AuthName "My Secret Page"

&lt;Files "mypage.html"&gt;
  Require valid-user
&lt;/Files&gt;

</span></code></pre>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">This will password protect just the<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">mypage.html</code><span class="Apple-converted-space"> </span>file in the folder where you put the<code class="filename" style="color: #773333; font-size: 1.2em;">.htaccess</code><span class="Apple-converted-space"> </span>file.</p>
<div style="text-align: center;"><a style="font-family: arial, helvetica, verdana, sans-serif; color: #0066b7; text-decoration: none;" rel="nofollow" href="http://www.dpbolvw.net/click-3000870-10470259"></a></div>
<h3 style="line-height: 1.25em; margin: 25px 0px 10px; font-family: arial, helvetica, verdana, sans-serif; color: #f46a05; font-size: 1.2em; font-weight: normal;">Uploading the<span class="Apple-converted-space"> </span><code style="font-size: 1.2em;">.htaccess</code><span class="Apple-converted-space"> </span>file</h3>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">Once you&#8217;ve created your<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.htaccess</code><span class="Apple-converted-space"> </span>file, upload it to your website, placing it in the folder (or folder containing the file) that you want to protect.</p>
<h2 style="line-height: 1.25em; margin: 30px 0px 12px; font-family: arial, helvetica, verdana, sans-serif; color: #f46a05; font-size: 1.3em; font-weight: bold;">Testing it out</h2>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">Now use your Web browser to visit the folder or file that you&#8217;ve protected. You should see a password dialog like the one shown at the start of this tutorial. Type in the username and (unencrypted) password that you chose earlier, and you should be given access to your folder or file!</p>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">(By the way: with this type of password protection, you continue to have access to the password protected stuff until you restart your browser.)</p>
<h2 style="line-height: 1.25em; margin: 30px 0px 12px; font-family: arial, helvetica, verdana, sans-serif; color: #f46a05; font-size: 1.3em; font-weight: bold;">Problems?</h2>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">If you can&#8217;t access your stuff and the dialog keeps popping up, check that you entered the username and password correctly. If it still doesn&#8217;t work, check the path to your<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.htpasswd</code>file on the server - make sure the path specified in the<span class="Apple-converted-space"> </span><code style="font-size: 1.2em;">AuthUserFile</code><span class="Apple-converted-space"> </span>directive is correct. Also make sure that both the<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.htpasswd</code><span class="Apple-converted-space"> </span>and<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.htaccess</code><span class="Apple-converted-space"> </span>files are readable by the Web server user (<code style="font-size: 1.2em;">chmod 644</code><span class="Apple-converted-space"> </span>should do the trick for UNIX/Linux/FreeBSD servers).</p>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">If the password protection isn&#8217;t working (i.e. you can still access your stuff without needing to enter a username/password), check that you uploaded your<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.htaccess</code><span class="Apple-converted-space"> </span>file to the right folder. Also check that your web server supports<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.htaccess</code><span class="Apple-converted-space"> </span>password protection (it needs to be an Apache server, and your server admin needs to have enabled the<span class="Apple-converted-space"> </span><code style="font-size: 1.2em;">AuthConfig</code>override for your site).</p>
<h2 style="line-height: 1.25em; margin: 30px 0px 12px; font-family: arial, helvetica, verdana, sans-serif; color: #f46a05; font-size: 1.3em; font-weight: bold;">Password protecting more stuff</h2>
<ul style="list-style: circle url(http://www.elated.com/res/Image/misc/li_bullet.gif) outside; line-height: 1.25em; margin-top: 0px; padding-left: 0px; margin-left: 0px;">
<li style="margin-top: 0px; margin-bottom: 0.8em; margin-left: 1.4em;">If you want to password protect other folders (that aren&#8217;t under the currently protected folder), simply copy your<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.htaccess</code><span class="Apple-converted-space"> </span>file to the new folder to be protected.</li>
<li style="margin-top: 0px; margin-bottom: 0.8em; margin-left: 1.4em;">To password protect more than one file in the same folder, just create more<code style="font-size: 1.2em;">&lt;Files&gt;&lt;/Files&gt;</code><span class="Apple-converted-space"> </span>blocks within the same<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.htaccess</code><span class="Apple-converted-space"> </span>file - for example:</li>
</ul>
<pre class="code" style="background-image: url(http://www.elated.com/res/Image/misc/code_box_bg.jpg); padding-bottom: 10px; overflow-x: auto; overflow-y: auto; background-color: #f7f7e6; margin: 30px auto; padding-left: 10px; width: auto; background-attachment: scroll; padding-right: 10px; font-family: 'Courier New', Courier, serif; background-position: 0px 0px; padding-top: 25px; background-origin: initial; background-clip: initial;"><code style="font-size: 1.2em;">
<span style="font-size: small;">AuthUserFile /full/path/to/.htpasswd
AuthType Basic
AuthName "My Secret Page"

&lt;Files "mypage.html"&gt;
  Require valid-user
&lt;/Files&gt;

&lt;Files "myotherpage.html"&gt;
  Require valid-user
&lt;/Files&gt;
</span></code></pre>
<h2 style="line-height: 1.25em; margin: 30px 0px 12px; font-family: arial, helvetica, verdana, sans-serif; color: #f46a05; font-size: 1.3em; font-weight: bold;">Adding more usernames and passwords</h2>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">You&#8217;re not restricted to just one username/password. If you want to add other usernames and passwords, simply repeat the &#8220;Creating the password file&#8221; procedure above, but add each new username/password line to your existing<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">.htpasswd</code><span class="Apple-converted-space"> </span>file, e.g.:</p>
<pre class="code" style="background-image: url(http://www.elated.com/res/Image/misc/code_box_bg.jpg); padding-bottom: 10px; overflow-x: auto; overflow-y: auto; background-color: #f7f7e6; margin: 30px auto; padding-left: 10px; width: auto; background-attachment: scroll; padding-right: 10px; font-family: 'Courier New', Courier, serif; background-position: 0px 0px; padding-top: 25px; background-origin: initial; background-clip: initial;"><code style="font-size: 1.2em;">
<span style="font-size: small;">fred:p29cmnwl4a0et
linda:vwp45xakfh89
</span></code></pre>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">Alternatively, if you&#8217;re using<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">htpasswd</code><span class="Apple-converted-space"> </span>to create your passwords, as described earlier, then you can add extra users with the command:</p>
<p><kbd style="color: #337733; font-size: 1.2em;">htpasswd .htpasswd linda</kbd></p>
<p style="margin-top: 20px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">(where<span class="Apple-converted-space"> </span><code style="font-size: 1.2em;">linda</code><span class="Apple-converted-space"> </span>is the username you want to add). Make sure you don&#8217;t include the<span class="Apple-converted-space"> </span><code style="font-size: 1.2em;">-c</code><span class="Apple-converted-space"> </span>option when adding additional users, or<span class="Apple-converted-space"> </span><code class="filename" style="color: #773333; font-size: 1.2em;">htpasswd</code><span class="Apple-converted-space"> </span>will attempt to create a new password file!</p>
<h2 style="line-height: 1.25em; margin: 30px 0px 12px; font-family: arial, helvetica, verdana, sans-serif; color: #f46a05; font-size: 1.3em; font-weight: bold;">Further info</h2>
<p style="margin-top: 0px; font-family: arial, helvetica, verdana, sans-serif; margin-bottom: 14px; font-weight: normal;">For full information on Apache&#8217;s<span class="Apple-converted-space"> </span><code style="font-size: 1.2em;">mod_auth</code><span class="Apple-converted-space"> </span>module (the module that does password protection, amongst other things), see the<span class="Apple-converted-space"> </span><a style="font-family: arial, helvetica, verdana, sans-serif; color: #0066b7; text-decoration: none;" href="http://httpd.apache.org/docs/1.3/mod/mod_auth.html">Apache<span class="Apple-converted-space"> </span><code style="font-size: 1.2em;">mod_auth</code><span class="Apple-converted-space"> </span>documentation</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog-bin.com/2010/03/02/password-protecting-your-pages-with-htaccess/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zardari saying Shutup to reporter</title>
		<link>http://blog-bin.com/2010/02/16/zardari-saying-shutup-to-reporter/</link>
		<comments>http://blog-bin.com/2010/02/16/zardari-saying-shutup-to-reporter/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 14:31:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[politics]]></category>

		<category><![CDATA[reporter]]></category>

		<category><![CDATA[shutup]]></category>

		<category><![CDATA[zardari]]></category>

		<guid isPermaLink="false">http://blog-bin.com/?p=540</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/JLJm2XVO8Cw&#038;hl=de_DE&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src=http://anonymouse.org/cgi-bin/anon-www.cgi/http://www.youtube.com/"http://www.youtube.com/v/JLJm2XVO8Cw&#038;hl=de_DE&#038;fs=1" type="application/x-shockwave-flash" width="425" height="344" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog-bin.com/2010/02/16/zardari-saying-shutup-to-reporter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HTML:Iframe-inf wordpress Infection</title>
		<link>http://blog-bin.com/2010/02/12/htmliframe-inf-wordpress-infection/</link>
		<comments>http://blog-bin.com/2010/02/12/htmliframe-inf-wordpress-infection/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 10:47:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[server issues]]></category>

		<category><![CDATA[hacking]]></category>

		<category><![CDATA[iframe virus]]></category>

		<category><![CDATA[linux command line]]></category>

		<category><![CDATA[linux server]]></category>

		<guid isPermaLink="false">http://blog-bin.com/?p=536</guid>
		<description><![CDATA[ 
Here is an article that really helped me getting my server back up and running.
HTML:Iframe-inf wordpress Infection

If your blog has been infected by the HTML:Iframe-inf  infection according to avast here are two scripts that can help you.
First What is the HTML:Iframe infection? – Its just a line of text that is inserted at the end of every [...]]]></description>
			<content:encoded><![CDATA[<p> </p>
<p><span class="Apple-style-span" style="widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font-family: 'Times New Roman'; white-space: normal; orphans: 2; letter-spacing: normal; color: #000000; font-size: medium; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"><span class="Apple-style-span" style="text-align: left; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333;">Here is an article that really helped me getting my server back up and running.</span></span></p>
<h2 id="post-133" class="posttitle" style="overflow-x: auto; overflow-y: auto; margin: 1.2em 0px 0px; width: 700px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #0a5989; font-size: 1.4em;">HTML:Iframe-inf wordpress Infection</h2>
<p class="postentry">
<p style="line-height: 1.5em; margin: 1.2em 0px; font-size: 1em;">If your blog has been infected by the HTML:Iframe-inf  infection according to avast here are two scripts that can help you.</p>
<p style="line-height: 1.5em; margin: 1.2em 0px; font-size: 1em;">First<span class="Apple-converted-space"> </span><strong>What is the HTML:Iframe infection?<span class="Apple-converted-space"> </span></strong>– Its just a line of text that is inserted at the end of every index.php and/or index.htm in your website. Nothing to freak out about but you want to fix it. And Its probably due to wordpress not being secure.</p>
<p style="line-height: 1.5em; margin: 1.2em 0px; font-size: 1em;">Anyways, here is what you do : This is something you run on the commmand line – See the video below for an idea.</p>
<h2 style="margin: 1.2em 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #0a5989; font-size: 1.4em;"><strong>You will need to find infected files first.<br />
</strong></h2>
<p>find / -type f | xargs grep -l &#8216;&lt;iframe&#8217;  2&gt;/dev/null or you could print out a list of files possibly comprimised. by typing find / -type f | xargs grep -l &#8216;&lt;iframe&#8217;  2&gt;/dev/null &gt;infectedFileslist.txt</p>
<p style="line-height: 1.5em; margin: 1.2em 0px; font-size: 1em;">The first step is figuring out what is going on with your virus infection.</p>
<p style="line-height: 1.5em; margin: 1.2em 0px; font-size: 1em;">If you know the time frame of when the virus ran then you could narrow the list of infected files even more by tweaking the find command.</p>
<p style="line-height: 1.5em; margin: 1.2em 0px; font-size: 1em;">Lets say you know it infected your website about 5 days ago.</p>
<p style="line-height: 1.5em; margin: 1.2em 0px; font-size: 1em;">Then you would modify the find command to search all files modified less than 10 days ago.</p>
<p>find / -type f -mtime -10 | xargs grep -l &#8216;&lt;iframe&#8217;  2&gt;/dev/null &gt;infectedFileslist.txt</p>
<p style="line-height: 1.5em; margin: 1.2em 0px; font-size: 1em;">More info on the find command here</p>
<p><a href="http:///" target="_blank">http://content.hccfl.edu/pollock/Unix/FindCmd.htm </a>my short version find . -mtime +5 -mtime -10 # find files modifed between 5 and 10 days ago Ok so now you have a list of infected files &#8230; This is <strong>VERY HELPFUL as </strong>you are halfway there to cleaning up your server.</p>
<h2 style="margin: 1.2em 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #0a5989; font-size: 1.4em;"><strong>Remove infected text</strong></h2>
<p>find / -type f -mtime -10 | xargs grep -l &#8216;&lt;iframe&#8217;| xargs perl -pi -e &#8217;s/^.*\&lt;iframe.*$/ /g&#8217; Here is an explanation of what the script does line by line so you can adjust per your situation. find / -type f -mtime -10 - looks all files that were modified in the last 10 days ( you adjust as needed) xargs grep -l &#8216;&lt;iframe&#8217; - of that list of files modified recently look for a line that says &lt;iframe xargs perl -pi -e &#8217;s/^.*\&lt;iframe.*$/ /g&#8217; - search and replace that line with a blank space Understanding this last line - <strong>perl -pi -e</strong> is important &#8212; <a href="http://www.linux.org/lessons/short/perlpie/perl_pie.html" target="_blank">http://www.linux.org/lessons/short/perlpie/perl_pie.html </a>You want to be sure that you know whats going on there because this is where the search and the replace happens - Check out this article &#8212; <a href="http://www.linux.org/lessons/short/perlpie/perl_pie.html" target="_blank">http://www.linux.org/lessons/short/perlpie/perl_pie.html </a>You can modify the script line by line to</p>
<p style="line-height: 1.5em; margin: 1.2em 0px; font-size: 1em;">Here is a video explaining this:</p>
<p style="line-height: 1.5em; margin: 1.2em 0px; font-size: 1em;"> </p>
<p style="line-height: 1.5em; margin: 1.2em 0px; font-size: 1em;"> </p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/HXzLgY2f01U&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/HXzLgY2f01U&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog-bin.com/2010/02/12/htmliframe-inf-wordpress-infection/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tuning / Optimizing my.cnf file for MySQL</title>
		<link>http://blog-bin.com/2010/02/12/tuning-optimizing-mycnf-file-for-mysql/</link>
		<comments>http://blog-bin.com/2010/02/12/tuning-optimizing-mycnf-file-for-mysql/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 10:42:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[mysql]]></category>

		<category><![CDATA[optimizing mysql]]></category>

		<category><![CDATA[optimizing server]]></category>

		<guid isPermaLink="false">http://blog-bin.com/?p=534</guid>
		<description><![CDATA[
This one really helped me.
Had to do some fine tuning of MySQL 4.1.9 and here is what my.cnf file looks like for a 2GHz machine with 1GB of memory.
[mysqld]
socket=/path/to/mysql.sock
datadir=/var/lib/mysql
skip-locking
skip-innodb
# MySQL 4.x has query caching available.
# Enable it for vast improvement and it may be all you need to tweak.
query_cache_type=1
query_cache_limit=1M
query_cache_size=32M
# max_connections=500
# Reduced to 200 as memory [...]]]></description>
			<content:encoded><![CDATA[<p><span class="Apple-style-span" style="widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: medium 'Times New Roman'; white-space: normal; orphans: 2; letter-spacing: normal; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"><span class="Apple-style-span" style="line-height: 17px; border-collapse: collapse; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"></p>
<p style="margin-top: 0.5em; margin-bottom: 0.9em;">This one really helped me.</p>
<p style="margin-top: 0.5em; margin-bottom: 0.9em;">Had to do some fine tuning of MySQL 4.1.9 and here is what my.cnf file looks like for a 2GHz machine with 1GB of memory.</p>
<pre style="padding-bottom: 0.75em; background-color: #eeeeee; padding-left: 1.5em; padding-right: 1.5em; font-size: 12px; padding-top: 0.75em; border: #dddddd 1px solid;">[mysqld]
socket=/path/to/mysql.sock
datadir=/var/lib/mysql
skip-locking
skip-innodb
# MySQL 4.x has query caching available.
# Enable it for vast improvement and it may be all you need to tweak.
query_cache_type=1
query_cache_limit=1M
query_cache_size=32M
# max_connections=500
# Reduced to 200 as memory will not be enough for 500 connections.
# memory=key_buffer+(sort_buffer_size+read_buffer_size)*max_connections
# which is now: 64 + (1 + 1) * 200 = 464 MB
# max_connections = approx. MaxClients setting in httpd.conf file
# Default set to 100.
#max_connections=200
#interactive_timeout=180
interactive_timeout=100
#wait_timeout=180
#wait_timeout=100
# Reduced wait_timeout to prevent idle clients holding connections.
#wait_timeout=30
wait_timeout=15
connect_timeout=10
# max_connect_errors is set to 10 by default
#max_connect_errors=10
#table_cache=256
#table_cache=1024
# Checked opened tables and adjusted accordingly after running for a while.
table_cache=512
#tmp_table_size=32M by default
#thread_cache=128
# Reduced it to 32 to prevent memory hogging. Also, see notes below.
thread_cache=32
# key_buffer=258M
# Reduced it by checking current size of *.MYI files, see notes below.
key_buffer=128M
# Commented out the buffer sizes and keeping the default.
# sort_buffer_size=2M by default.
#sort_buffer_size=1M
# read_buffer_size=128K by default.
#read_buffer_size=1M
# 1Mb of read_rnd_buffer_size for 1GB RAM -- see notes below.
# read_rnd_buffer_size=256K by default.
#read_rnd_buffer_size=1M
# myisam_sort_buffer_size used for ALTER, OPTIMIZE, REPAIR TABLE commands.
# myisam_sort_buffer_size=8M by default.
#myisam_sort_buffer_size=64M
# thread_concurrency = 2 * (no. of CPU)
thread_concurrency=2
# log slow queries is a must. Many queries that take more than 2 seconds.
# If so, then your tables need enhancement.
log_slow_queries=/var/log/mysqld.slow.log
long_query_time=2

[mysql.server]
user=mysql
basedir=/var/lib

[safe_mysqld]
err-log=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
open_files_limit=8192

[mysqldump]
quick
max_allowed_packet=16M

[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates

[isamchk]
key_buffer=64M
sort_buffer=64M
read_buffer=16M
write_buffer=16M

[myisamchk]
key_buffer=64M
sort_buffer=64M
read_buffer=16M
write_buffer=16M

[mysqlhotcopy]
interactive-timeout 

[client]
socket=/path/to/mysql.sock</pre>
<p style="margin-top: 0.5em; margin-bottom: 0.9em;">Below are notes on some of the important variables, I took down while tuning the config file.</p>
<ol>
<li>query_cache_size:
<ul>
<li>MySQL 4 provides one feature that can prove very handy - a query cache. In a situation where the database has to repeatedly run the same queries on the same data set, returning the same results each time, MySQL can cache the result set, avoiding the overhead of running through the data over and over and is extremely helpful on busy servers.</li>
</ul>
</li>
<li>key_buffer_size:
<ul>
<li>The value of key_buffer_size is the size of the buffer used with indexes. The larger the buffer, the faster the SQL command will finish and a result will be returned. The rule-of-thumb is to set the key_buffer_size to at least a quarter, but no more than half, of the total amount of memory on the server. Ideally, it will be large enough to contain all the indexes (the total size of all .MYI files on the server).</li>
<li>A simple way to check the actual performance of the buffer is to examine four additional variables: key_read_requests, key_reads, key_write_requests, and key_writes.</li>
<li>If you divide the value of key_read by the value of key_reads_requests, the result should be less than 0.01. Also, if you divide the value of key_write by the value of key_writes_requests, the result should be less than 1.</li>
</ul>
</li>
<li>table_cache:
<ul>
<li>The default is 64. Each time MySQL accesses a table, it places it in the cache. If the system accesses many tables, it is faster to have these in the cache. MySQL, being multi-threaded, may be running many queries on the table at one time, and each of these will open a table. Examine the value of open_tables at peak times. If you find it stays at the same value as your table_cache value, and then the number of opened_tables starts rapidly increasing, you should increase the table_cache if you have enough memory.</li>
</ul>
</li>
<li>sort_buffer:
<ul>
<li>The sort_buffer is very useful for speeding up myisamchk operations (which is why it is set much higher for that purpose in the default configuration files), but it can also be useful everyday when performing large numbers of sorts.</li>
</ul>
</li>
<li>read_rnd_buffer_size:
<ul>
<li>The read_rnd_buffer_size is used after a sort, when reading rows in sorted order. If you use many queries with ORDER BY, upping this can improve performance. Remember that, unlike key_buffer_size and table_cache, this buffer is allocated for each thread. This variable was renamed from record_rnd_buffer in MySQL 4.0.3. It defaults to the same size as the read_buffer_size. A rule-of-thumb is to allocate 1KB for each 1MB of memory on the server, for example 1MB on a machine with 1GB memory.</li>
</ul>
</li>
<li>thread_cache:
<ul>
<li>If you have a busy server that&#8217;s getting a lot of quick connections, set your thread cache high enough that the Threads_created value in SHOW STATUS stops increasing. This should take some of the load off of the CPU.</li>
</ul>
</li>
<li>tmp_table_size:
<ul>
<li>&#8220;Created_tmp_disk_tables&#8221; are the number of implicit temporary tables on disk created while executing statements and &#8220;created_tmp_tables&#8221; are memory-based. Obviously it is bad if you have to go to disk instead of memory all the time.</li>
</ul>
</li>
</ol>
<p></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog-bin.com/2010/02/12/tuning-optimizing-mycnf-file-for-mysql/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to become wealthy. Lesson 9</title>
		<link>http://blog-bin.com/2009/11/10/how-to-become-wealthy-lesson-9/</link>
		<comments>http://blog-bin.com/2009/11/10/how-to-become-wealthy-lesson-9/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 12:53:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[become wealthy]]></category>

		<category><![CDATA[self improvement]]></category>

		<guid isPermaLink="false">http://blog-bin.com/?p=532</guid>
		<description><![CDATA[“A PRETTY AFTER-DINNER SPEECH FOR A
BILLION DOLLARS

“When, on the evening of December 12, 1900, some eighty of the nation’s financial nobility gathered in the banquet hail of the University Club on Fifth Avenue to do honor to a young man from out of the West, not half a dozen of the guests realized they were [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>“A PRETTY AFTER-DINNER SPEECH FOR A<br />
BILLION DOLLARS<br />
</strong></p>
<p style="text-align: left;">“When, on the evening of December 12, 1900, some eighty of the nation’s financial nobility gathered in the banquet hail of the University Club on Fifth Avenue to do honor to a young man from out of the West, not half a dozen of the guests realized they were to witness the most significant episode in American industrial history.<br />
“J. Edward Simmons and Charles Stewart Smith, their hearts full of gratitude for the lavish hospitality bestowed on them by Charles M. Schwab during a recent visit to Pittsburgh, had arranged the dinner to introduce the thirty-eight-year-old steel man to eastern banking society. But they didn’t expect him to stampede the convention. They warned him, in fact, that the bosoms within New York’s stuffed shirts would not be responsive to oratory, and that, if he didn’t want to bore the Stilhnans and Harrimans and Vanderbilts, he had better limit himself to fifteen or twenty minutes of polite vaporings and let it go at that.<br />
“Even John Pierpont Morgan, sitting on the right hand of Schwab as became his imperial dignity, intended to grace the banquet table with his presence only briefly. And so far as the press and public were concerned, the whole affair was of so little moment that no mention of it found its way into print the next day.<br />
“So the two hosts and their distinguished guests ate their way through the usual seven or eight courses. There was little conversation and what there was of it was restrained. Few of the bankers and brokers had met Schwab, whose career had flowered along the banks of the Monongahela, and none knew him well. But before the evening was over, they—and with them Money Master Morgan were to be swept off their feet, and a billion dollar baby, the United States Steel Corporation, was to be conceived.<br />
“It is perhaps unfortunate, for the sake of history, that no record of Charlie Schwab’s speech at the dinner ever was made. He repeated some parts of it at a later date during a similar meeting of Chicago bankers. And still later, when the Government brought suit to dissolve the Steel Trust, he gave his own version, from the witness stand, of the remarks that stimulated Morgan into a frenzy of financial activity.<br />
“It is probable, however, that it was a ‘homely’ speech, somewhat ungrammatical (for the niceties of language never bothered Schwab), full of epigram and threaded with wit. But aside from that it had a galvanic force and effect upon the five billions of estimated capital that was represented by the diners. After it was over and the gathering was still under its spell, although Schwab had talked for ninety minutes, Morgan led the orator to a recessed window where, dangling their legs from the high, uncomfortable seat, they talked for an hour more.<br />
“The magic of the Schwab personality had been turned on, full force, but what was more important and lasting was the full- fledged, clear-cut program he laid down for the aggrandizement of Steel. Many other men had tried to interest Morgan in slapping together a steel trust after the pattern of the biscuit, wire and hoop, sugar, rubber, whisky, oil or chewing gum combinations. John W. Gates, the gambler, had urged it, but Morgan distrusted him. The Moore boys, Bill and Jim, Chicago stock jobbers who had glued together a match trust and a cracker corporation, had urged it and failed. Elbert H. Gary, the sanctimonious country lawyer, wanted to foster it, but he wasn’t big enough to be impressive. Until Schwab’s eloquence took J. P. Morgan to the heights from which he could visualize the solid results of the most daring financial undertaking ever conceived, the project was regarded as a delirious dream of easy-money crackpots.<br />
“The financial magnetism that began, a generation ago, to attract thousands of small and sometimes inefficiently managed companies into large and competition-crushing combinations, had become operative in the steel world through the devices of that jovial business pirate, John W. Gates. Gates already had formed the American Steel and Wire Company out of a chain of small concerns, and together with Morgan had created the Federal Steel Company. The National Tube and American Bridge companies were two more Morgan concerns, and the Moore Brothers had forsaken the match and cookie business to form the ‘American’ group— Tin Plate, Steel Hoop, Sheet Steel—and the National Steel Company.<br />
“But by the side of Andrew Carnegie’s gigantic vertical trust, a trust owned and operated by fifty-three partners, those other combinations were picayune. They might combine to their heart’s content but the whole lot of them couldn’t make a dent in the Carnegie organization, and Morgan knew it.<br />
“The eccentric old Scot knew it, too. From the magnificent heights of Skibo Castle he had viewed, first with amusement and then with resentment, the attempts of Morgan’s smaller companies to cut into his business. When the attempts became too bold, Carnegie’s temper was translated into anger and retaliation. He decided to duplicate every mill owned by his rivals. Hitherto, he hadn’t been interested in wire, pipe, hoops, or sheet. Instead, he was content to sell such companies the raw steel and let them work it into whatever shape they wanted. Now, with Schwab as his chief and able lieutenant, he planned to drive his enemies to the wall.<br />
“So it was that in the speech of Charles M. Schwab, Morgan saw the answer to his problem of combination. A trust without Carnegie-giant of them all—would be no trust at all, a plum pudding, as one writer said, without the plums.<br />
“Schwab’s speech on the night of December 12, 1900, undoubtedly carried the inference, though not the pledge, that the vast Carnegie enterprise could be brought under the Morgan tent. He talked of the world future for steel, of reorganization for efficiency, of specialization, of the scrapping of unsuccessful mills and concentration of effort on the flourishing properties, of economies in the ore traffic, of economies in overhead and administrative departments, of capturing foreign markets.<br />
“More than that, he told the buccaneers among them wherein lay the errors of their customary piracy. Their purposes, he inferred, bad been to create monopolies, raise prices, and pay themselves fat dividends out of privilege. Schwab condemned the system in his heartiest manner. The shortsightedness of such a policy, he told his hearers, lay in the fact that it restricted the market in an era when everything cried for expansion. By cheapening the cost of steel, he argued, an ever-expanding market would be created; more uses for steel would be devised, and a goodly portion of the world trade could be captured. Actually, though he did not know it, Schwab was an apostle of modern mass production.<br />
“So the dinner at the University Club came to an end. Morgan went home, to think about Schwab’s rosy predictions. Schwab went back to Pittsburgh to run the steel business for ‘Wee Andra Carnegie,’ while Gary and the rest went back to their stock tickers, to fiddle around in anticipation of the next move.<br />
“It was not long coming. It took Morgan about one week to digest the feast of reason Schwab had placed before him. When he had assured himself that no financial indigestion was to result, he sent for Schwab-and found that young man rather coy. Mr. Carnegie, Schwab indicated, might not like it if he found his trusted company president had been flirting with the Emperor of Wall Street, the Street upon which Carnegie was resolved never to tread. Then it was suggested by John W. Gates the go-between, that if Schwab ‘happened’ to be in the Bellevue Hotel in Philadelphia, J. P. Morgan might also ‘happen’ to be there. When Schwab arrived, however, Morgan was inconveniently ill at his New York home, and so, on the elder man’s pressing invitation, Schwab went to New York and presented himself at the door of the financier’s library.<br />
“Now certain economic historians have professed the belief that from the beginning to the end of the drama, the stage was set by Andrew Carnegie—that the dinner to Schwab, the famous speech, the Sunday night conference between Schwab and the Money King, were events arranged by the canny Scot. The truth is exactly the opposite. When Schwab was called in to consummate the deal, he didn’t even know whether ‘the little boss,’ as Andrew was called, would so much as listen to an offer to sell, particularly to a group of men whom Andrew regarded as being endowed with something less than holiness. But Schwab did take into the conference with him, in his own handwriting, six sheets of copperplate figures, representing to his mind the physical worth and the potential earning capacity of every steel company he regarded as an essential star in the new metal firmament.<br />
“Four men pondered over these figures all night. The chief, of course, was Morgan, steadfast in his belief in the Divine Right of Money. With him was his aristocratic partner, Robert Bacon, a scholar and a gentleman. The third was John W. Gates whom Morgan scorned as a gambler and used as a tool. The fourth was Schwab, who knew more about the processes of making and selling steel than any whole group of men then living. Throughout that conference, the Pittsburgher’s figures were never questioned. If he said a company was worth so much, then it was worth that much and no more. He was insistent, too, upon including in the combination only those concerns he nominated. He had conceived a corporation in which there would be no duplication, not even to satisfy the greed of friends who wanted to unload their companies upon the broad Morgan shoulders. Thus he left out, by design, a number of the larger concerns upon which the Walruses and Carpenters of Wall Street had cast hungry eyes.<br />
“When dawn came, Morgan rose and straightened his back. Only one question remained.<br />
“Do you think you can persuade Andrew Carnegie to sell?’ he asked.<br />
“I can try,’ said Schwab.<br />
“If you can get him to sell, I will undertake the matter,’ said Morgan.<br />
“So far so good. But would Carnegie sell? How much would he demand? (Schwab thought about $320,000,000). What would he take payment in? Common or preferred stocks? Bonds? Cash? Nobody could raise a third of a billion dollars in cash.<br />
“There was a golf game in January on the frost-cracking heath of the St. Andrews links in Westchester, with Andrew bundled up in sweaters against the cold, and Charlie talking volubly, as usual, to keep his spirits up. But no word of business was mentioned until the pair sat down in the cozy warmth of the Carnegie cottage hard by. Then, with the same persuasiveness that had hypnotized eighty millionaires at the University Club, Schwab poured out the glittering promises of retirement in comfort, of untold millions to satisfy the old man’s social caprices. Carnegie capitulated, wrote a figure on a slip of paper, handed it to Schwab and said, ‘all right, that’s what we’ll sell for.’<br />
“The figure was approximately $400,000,000, and was reached by taking the $320,000,000 mentioned by Schwab as a basic figure, and adding to it $80,000,000 to represent the increased capital value over the previous two years.<br />
“Later, on the deck of a trans-Atlantic liner, the Scotsman said ruefully to Morgan, ‘I wish I had asked you for $100,000,000 more.’<br />
“If you had asked for it, you’d have gotten it,’ Morgan told him cheerfully.<br />
* * * * * * *<br />
“There was an uproar, of course. A British correspondent cabled that the foreign steel world was ‘appalled’ by the gigantic combination. President Hadley, of Yale, declared that unless trusts were regulated the country might expect ‘an emperor in Washington within the next twenty-five years.’ But that able stock manipulator, Keene, went at his work of shoving the new stock at the public so vigorously that all the excess water—estimated by some at nearly $600,000,000—was absorbed in a twinkling. So Carnegie had his millions, and the Morgan syndicate had $62,000,000 for all its ‘trouble,’ and all the ‘boys,’ from Gates to Gary, had their millions.<br />
* * * * * * *<br />
“The thirty-eight-year-old Schwab had his reward. He was made president of the new corporation and remained in control until 1930.”<br />
The dramatic story of “Big Business” which you have just finished, was included in this book, because it is a perfect illustration of the method by which DESIRE CAN BE TRANSMUTED INTO ITS PHYSICAL EQUIVALENT!<br />
I imagine some readers will question the statement that a mere, intangible DESIRE can be converted into its physical equivalent. Doubtless some will say, “You cannot convert NOTHING into SOMETHING!” The answer is in the story of United States Steel.<br />
That giant organization was created in the mind of one man. The plan by which the organization was provided with the steel mills that gave it financial stability was created in the mind of the same man. His FAITH, his DESIRE, his IMAGINATION, his PERSISTENCE were the real ingredients that went into United States Steel. The steel mills and mechanical equipment acquired by the corporation, AFTER IT HAD BEEN BROUGHT INTO LEGAL EXISTENCE, were incidental, but careful analysis will disclose the fact that the appraised value of the properties acquired by the corporation increased in value by an estimated SIX HUNDRED MILLION DOLLARS, by the mere transaction which consolidated them under one management.<br />
In other words, Charles M. Schwab’s IDEA, plus the FAITH with which he conveyed it to the minds of J. P. Morgan and the others, was marketed for a profit of approximately $600,000,000. Not an insignificant sum for a single IDEA!<br />
What happened to some of the men who took their share of the millions of dollars of profit made by this transaction, is a matter with which we are not now concerned. The important feature of the astounding achievement is that it serves as unquestionable evidence of the soundness of the philosophy described in this book, because this philosophy was the warp and the woof of the entire transaction. Moreover, the practicability of the philosophy has been established by the fact that the United States Steel Corporation prospered, and became one of the richest and most powerful corporations in America, employing thousands of people, developing new uses for steel, and opening new markets; thus proving that the $600,000,000 in profit which the Schwab IDEA produced was earned.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog-bin.com/2009/11/10/how-to-become-wealthy-lesson-9/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to become wealthy. Lesson 8</title>
		<link>http://blog-bin.com/2009/11/10/how-to-become-wealthy-lesson-8/</link>
		<comments>http://blog-bin.com/2009/11/10/how-to-become-wealthy-lesson-8/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 12:50:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[become wealthy]]></category>

		<category><![CDATA[self improvement]]></category>

		<guid isPermaLink="false">http://blog-bin.com/?p=530</guid>
		<description><![CDATA[SELF-CONFIDENCE FORMULA
First. I know that I have the ability to achieve the object of my Definite Purpose in life, therefore, I DEMAND of myself persistent, continuous action toward its attainment, and I here and now promise to render such action.
Second. I realize the dominating thoughts of my mind will eventually reproduce themselves in outward, physical [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>SELF-CONFIDENCE FORMULA</strong></p>
<p style="text-align: left;">First. I know that I have the ability to achieve the object of my Definite Purpose in life, therefore, I DEMAND of myself persistent, continuous action toward its attainment, and I here and now promise to render such action.<br />
Second. I realize the dominating thoughts of my mind will eventually reproduce themselves in outward, physical action, and gradually transform themselves into physical reality, therefore, I will concentrate my thoughts for thirty minutes daily, upon the task of thinking of the person I intend to become, thereby creating in my mind a clear mental picture of that person.<br />
Third. I know through the principle of auto-suggestion, any desire that I persistently hold in my mind will eventually seek expression through some practical means of attaining the object back of it, therefore, I will devote ten minutes daily to demanding of myself the development of SELF-CONFIDENCE.<br />
Fourth. I have clearly written down a description of my DEFINITE CHIEF AIM in life, and I will never stop trying, until I shall have developed sufficient self-confidence for its attainment.<br />
Fifth. I fully realize that no wealth or position can long endure, unless built upon truth and justice, therefore, I will engage in no transaction which does not benefit all whom it affects. I will succeed by attracting to myself the forces I wish to use, and the cooperation of other people. I will induce others to serve me, because of my willingness to serve others. I will eliminate hatred, envy, jealousy, selfishness, and cynicism, by developing love for all humanity, because I know that a negative attitude toward others can never bring me success. I will cause others to believe in me, because I will believe in them, and in myself.<br />
I will sign my name to this formula, commit it to memory, and repeat it aloud once a day, with full FAITH that it will gradually influence my THOUGHTS and ACTIONS so that I will become a self-reliant, and successful person.<br />
Back of this formula is a law of Nature which no man has yet been able to explain. It has baffled the scientists of all ages. The psychologists have named this law “auto-suggestion,” and let it go at that.<br />
The name by which one calls this law is of little importance. The important fact about it is—it WORKS for the glory and success of mankind, IF it is used constructively. On the other hand, if used destructively, it will destroy just as readily. In this statement may be found a very significant truth, namely; that those who go down in defeat, and end their lives in poverty, misery, and distress, do so because of negative application of the principle of auto-suggestion. The cause may be found in the fact that ALL IMPULSES OF THOUGHT HAVE A TENDENCY TO CLOTHE THEMSELVES IN THEIR PHYSICAL EQUIVALENT.<br />
The subconscious mind, (the chemical laboratory in which all thought impulses are combined, and made ready for translation into physical reality), makes no distinction between constructive and destructive thought impulses. It works with the material we feed it, through our thought impulses. The subconscious mind will translate into reality a thought driven by FEAR just as readily as it will translate into reality a thought driven by COURAGE, or FAITH. The pages of medical history are rich with illustrations of cases of “suggestive suicide.” A man may commit suicide through negative suggestion, just as effectively as by any other means. In a midwestern city, a man by the name of Joseph Grant, a bank official, “borrowed” a large sum of the bank’s money, without the consent of the directors. He lost the money through gambling. One afternoon, the Bank Examiner came and began to check the accounts. Grant left the bank, took a room in a local hotel, and when they found him, three days later, he was lying in bed, wailing and moaning, repeating over and over these words, “My God, this will kill me! I cannot stand the disgrace.” In a short time he was dead. The doctors pronounced the case one of “mental suicide.”<br />
Just as electricity will turn the wheels of industry, and render useful service if used constructively; or snuff out life if wrongly used, so will the law of auto-suggestion lead you to peace and prosperity, or down into the valley of misery, failure, and death, according to your degree of understanding and application of it.<br />
If you fill your mind with FEAR, doubt and unbelief in your ability to connect with, and use the forces of Infinite Intelligence, the law of auto—suggestion will take this spirit of unbelief and use it as a pattern by which your subconscious mind will translate it into its physical equivalent.<br />
THIS STATEMENT IS AS TRUE AS THE STATEMENT THAT TWO AND TWO ARE FOUR!<br />
Like the wind which carries one ship East, and another West, the law of auto-suggestion will lift you up or pull you down, according to the way you set your sails of THOUGHT.<br />
The law of auto-suggestion, through which any person may rise to altitudes of achievement which stagger the imagination, is well described in the following verse:<br />
“If you think you are beaten, you are,<br />
If you think you dare not, you don’t<br />
If you like to win, but you think you can’t,<br />
It is almost certain you won’t.<br />
“If you think you’ll lose, you’re lost<br />
For out of the world we find,<br />
Success begins with a fellow’s will—<br />
It’s all in the state of mind.<br />
“If you think you are outclassed, you are,<br />
You’ve got to think high to rise,<br />
You’ve got to be sure of yourself before<br />
You can ever win a prize.<br />
“Life’s battles don’t always go<br />
To the stronger or faster man,<br />
But soon or late the man who wins<br />
Is the man WHO THINKS HE CAN!”</p>
<p style="text-align: left;">Observe the words which have been emphasized, and you will catch the deep meaning which the poet had in mind.<br />
Somewhere in your make-up (perhaps in the cells of your<br />
brain) there lies sleeping, the seed of achievement which, if aroused and put into action, would carry you to heights, such as you may<br />
never have hoped to attain.<br />
Just as a master musician may cause the most beautiful<br />
strains of music to pour forth from the strings of a violin, so may<br />
you arouse the genius which lies asleep in your brain, and cause it to drive you upward to whatever goal you may wish to achieve.<br />
Abraham Lincoln was a failure at everything he tried, until he was well past the age of forty. He was a Mr. Nobody from Nowhere, until a great experience came into his life, aroused the sleeping<br />
genius within his heart and brain, and gave the world one of its<br />
really great men. That “experience” was mixed with the emotions of sorrow and LOVE. It came to him through Anne Rutledge, the only woman whom he ever truly loved.<br />
It is a known fact that the emotion of LOVE is closely akin to the state of mind known as FAITH, and this for the reason that Love comes very near to translating one’s thought impulses into their spiritual equivalent. During his work of research, the author discovered, from the analysis of the life-work and achievements of hundreds of men of outstanding accomplishment, that there was the influence of a woman’s love back of nearly EVERY ONE OF THEM. The emotion of love, in the human heart and brain, creates a favorable field of magnetic attraction, which causes an influx of the higher and finer vibrations which are afloat in the ether.<br />
If you wish evidence of the power of FAITH, study the achievements of men and women who have employed it. At the head of the list comes the Nazarene. Christianity is the greatest single force which influences the minds of men. The basis of Christianity is FAITH, no matter how many people may have perverted, or misinterpreted the meaning of this great force, and no matter how many dogmas and creeds have been created in its name, which do not reflect its tenets.<br />
The sum and substance of the teachings and the achievements of Christ, which may have been interpreted as “miracles,” were nothing more nor less than FAITH. If there are any such phenomena as “miracles” they are produced only through the state of mind known as FAITH! Some teachers of religion, and many who call themselves Christians, neither understand nor practice<br />
FAITH.<br />
Let us consider the power of FAITH, as it is now being demonstrated, by a man who is well known to all of civilization, Mahatma Gandhi, of India. In this man the world has one of the most astounding examples known to civilization, of the possibilities of FAITH. Gandhi wields more potential power than any man living at this time, and this, despite the fact that he has none of the orthodox tools of power, such as money, battle ships, soldiers, and materials of warfare. Gandhi has no money, he has no home, he does not own a suit of clothes, but HE DOES HAVE POWER. How does he come by that power?<br />
HE CREATED IT OUT OF HIS UNDERSTANDING OF THE PRINCIPLE OF FAITH, AND THROUGH HIS ABILITY TO TRANSPLANT THAT FAITH INTO THE MINDS OF TWO HUNDRED MILLION PEOPLE.<br />
Gandhi has accomplished, through the influence of FAITH, that which the strongest military power on earth could not, and never will accomplish through soldiers and military equipment. He has accomplished the astounding feat of INFLUENCING two hundred million minds to COALESCE AND MOVE IN UNISON, AS A SINGLE MIND.<br />
What other force on earth, except FAITH could do as much?<br />
There will come a day when employees as well as employers will discover the possibilities of FAITH. That day is dawning. The whole world has had ample opportunity, during the recent business depression, to witness what the LACK OF FAITH will do to business.<br />
Surely, civilization has produced a sufficient number of intelligent human beings to make use of this great lesson which the depression has taught the world. During this depression, the world had evidence in abundance that widespread FEAR will paralyze the wheels of industry and business. Out of this experience will arise leaders in business and industry who will profit by the example which Gandhi has set for the world, and they will apply to business the same tactics which he has used in building the greatest following known in the history of the world. These leaders will come from the rank and file of the unknown men, who now labor in the steel plants, the coal mines, the automobile factories, and in the small towns and cities of America.<br />
Business is due for a reform, make no mistake about this! The methods of the past, based upon economic combinations of FORCE and FEAR, will be supplanted by the better principles of FAITH and cooperation. Men who labor will receive more than daily wages; they will receive dividends from the business, the same as those who supply the capital for business; but, first they must GIVE MORE TO THEIR EMPLOYERS, and stop this bickering and bargaining by force, at the expense of the public. They must earn the right to dividends!<br />
Moreover, and this is the most important thing of all—THEY<br />
WILL BE LED BY LEADERS WHO WILL UNDERSTAND AND APPLY THE PRINCIPLES EMPLOYED BY MAHATMA GANDHI. Only in this way may leaders get from their followers the spirit of FULL cooperation which constitutes power in its highest and most enduring form.<br />
This stupendous machine age in which we live, and from which we are just emerging, has taken the soul out of men. Its leaders have driven men as though they were pieces of cold machinery; they were forced to do so by the employees who have bargained, at the expense of all concerned, to get and not to give. The watchword of the future will be HUMAN HAPPINESS AND CONTENTMENT, and when this state of mind shall have been attained, the production will take care of itself, more effectively than anything that has ever been accomplished where men did not, and could not mix FAITH and individual interest with their labor.<br />
Because of the need for faith and cooperation in operating business and industry, it will be both interesting and profitable to analyze an event which provides an excellent understanding of the method by which industrialists and business men accumulate great fortunes, by giving before they try to get. The event chosen for this illustration dates back to 1900, when the United States Steel Corporation was being formed. As you read the story, keep in mind these fundamental facts and you will understand how IDEAS have been converted into huge fortunes.<br />
First, the huge United States Steel Corporation was born in the mind of Charles M. Schwab, in the form of an IDEA he created through his IMAGINATION! Second, he mixed FAITH with his IDEA. Third, he formulated a PLAN for the transformation of his IDEA into physical and financial reality. Fourth, he put his plan into action with his famous speech at the University Club. Fifth, he applied, and followed-through on his PLAN with PERSISTENCE, and backed it with firm DECISION until it had been fully carried out. Sixth, he prepared the way for success by a BURNING DESIRE for success.<br />
If you are one of those who have often wondered how great fortunes are accumulated, this story of the creation of the United States Steel Corporation will be enlightening. If you have any doubt that men can THINK AND GROW RICH, this story should dispel that doubt, because you can plainly see in the story of the United States Steel, the application of a major portion of the thirteen principles described in this book.<br />
This astounding description of the power of an IDEA was dramatically told by John Lowell, in the New York World-Telegram, with whose courtesy it is here reprinted.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog-bin.com/2009/11/10/how-to-become-wealthy-lesson-8/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to become wealthy. Lesson 7</title>
		<link>http://blog-bin.com/2009/11/10/how-to-become-wealthy-lesson-7/</link>
		<comments>http://blog-bin.com/2009/11/10/how-to-become-wealthy-lesson-7/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 12:46:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[become wealthy]]></category>

		<category><![CDATA[self improvement]]></category>

		<guid isPermaLink="false">http://blog-bin.com/?p=528</guid>
		<description><![CDATA[FAITH IS A STATE OF MIND WHICH MAY BE
INDUCED BY AUTO-SUGGESTION

All down the ages, the religionists have admonished struggling humanity to “have faith” in this, that, and the other dogma or creed, but they have failed to tell people HOW to have faith. They have not stated that “faith is a state of mind, and [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>FAITH IS A STATE OF MIND WHICH MAY BE<br />
INDUCED BY AUTO-SUGGESTION<br />
</strong></p>
<p style="text-align: left;">All down the ages, the religionists have admonished struggling humanity to “have faith” in this, that, and the other dogma or creed, but they have failed to tell people HOW to have faith. They have not stated that “faith is a state of mind, and that it may be induced by self-suggestion.”<br />
In language which any normal human being can understand, we will describe all that is known about the principle through which FAITH may be developed, where it does not already exist.<br />
Have Faith in yourself; Faith in the Infinite.<br />
Before we begin, you should be reminded again that:<br />
FAITH is the “eternal elixir” which gives life, power, and action to the impulse of thought!<br />
The foregoing sentence is worth reading a second time, and a third, and a fourth. It is worth reading aloud!<br />
FAITH is the starting point of all accumulation of riches!<br />
FAITH is the basis of all “miracles,” and all mysteries which cannot be analyzed by the rules of science!<br />
FAITH is the only known antidote for FAILURE!<br />
FAITH is the element, the “chemical” which, when mixed with prayer, gives one direct communication with Infinite Intelligence.<br />
FAITH is the element which transforms the ordinary vibration of thought, created by the finite mind of man, into the spiritual<br />
equivalent.<br />
FAITH is the only agency through which the cosmic force of Infinite Intelligence can be harnessed and used by man.<br />
EVERY ONE OF THE FOREGOING STATEMENTS IS CAPABLE OF PROOF!<br />
The proof is simple and easily demonstrated. It is wrapped up in the principle of auto-suggestion. Let us center our attention, therefore, upon the subject of self-suggestion, and find out what it is, and what it is capable of achieving.<br />
It is a well known fact that one comes, finally, to BELIEVE whatever one repeats to one’s self, whether the statement be true or false. If a man repeats a lie over and over, he will eventually accept the lie as truth. Moreover, he will BELIEVE it to be the truth. Every man is what he is, because of the DOMINATING THOUGHTS which he permits to occupy his mind. Thoughts which a man deliberately places in his own mind, and encourages with sympathy, and with which he mixes any one or more of the emotions, constitute the motivating forces, which direct and control his every movement, act, and deed!<br />
Comes, now, a very significant statement of truth:<br />
THOUGHTS WHICH ARE MIXED WITH ANY OF THE FEELINGS OF EMOTIONS, CONSTITUTE A “MAGNETIC” FORCE WHICH ATTRACTS, FROM THE VIBRATIONS OF THE ETHER, OTHER SIMILAR, OR RELATED THOUGHTS. A thought thus “magnetized” with emotion may be compared to a seed which, when planted in fertile soil, germinates, grows, and multiplies itself over and over again, until that which was originally one small seed, becomes countless millions of seeds of the SAME BRAND!<br />
The ether is a great cosmic mass of eternal forces of vibration. It is made up of both destructive vibrations and constructive vibrations. It carries, at all times, vibrations of fear, poverty, disease, failure, misery; and vibrations of prosperity, health, success, and happiness, just as surely as it carries the sound of hundreds of orchestrations of music, and hundreds of human voices, all of which maintain their own individuality, and means of identification, through the medium of radio.<br />
From the great storehouse of the ether, the human mind is constantly attracting vibrations which harmonize with that which DOMINATES the human mind. Any thought, idea, plan, or purpose which one holds in one’s mind attracts, from the vibrations of the ether, a host of its relatives, adds these “relatives” to its own force, and grows until it becomes the dominating, MOTIVATING MASTER of the individual in whose mind it has been housed.<br />
Now, let us go back to the starting point, and become informed as to how the original seed of an idea, plan, or purpose may be planted in the mind. The information is easily conveyed: any idea, plan, or purpose may be placed in the mind through repetition of thought. This is why you are asked to write out a statement of your major purpose, or Definite Chief Aim, commit it to memory, and repeat it, in audible words, day after day, until these vibrations of sound have reached your subconscious mind.<br />
We are what we are, because of the vibrations of thought which we pick up and register, through the stimuli of our daily environment.<br />
Resolve to throw off the influences of any unfortunate environment, and to build your own life to ORDER. Taking inventory of mental assets and liabilities, you will discover that your greatest weakness is lack of self-confidence. This handicap can be surmounted, and timidity translated into courage, through the aid of the principle of autosuggestion. The application of this principle may be made through a simple arrangement of positive thought impulses stated in writing, memorized, and repeated, until they become a part of the working equipment of the subconscious faculty of your mind.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog-bin.com/2009/11/10/how-to-become-wealthy-lesson-7/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to become wealthy. Lesson 6</title>
		<link>http://blog-bin.com/2009/11/09/how-to-become-wealthy-lesson-6/</link>
		<comments>http://blog-bin.com/2009/11/09/how-to-become-wealthy-lesson-6/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 08:15:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[become wealthy]]></category>

		<category><![CDATA[self improvement]]></category>

		<guid isPermaLink="false">http://blog-bin.com/?p=526</guid>
		<description><![CDATA[CHAPTER 3
FAITH
VISUALIZATION OF, AND BELIEF
IN ATTAINMENT OF DESIRE
The Second Step toward Riches


FAITH is the head chemist of the mind. When FAITH is blended with the vibration of thought, the subconscious mind instantly picks up the vibration, translates it into its spiritual equivalent, and transmits it to Infinite Intelligence, as in the case of prayer.
The emotions [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>CHAPTER 3<br />
FAITH<br />
VISUALIZATION OF, AND BELIEF<br />
IN ATTAINMENT OF DESIRE<br />
The Second Step toward Riches</strong></p>
<p style="text-align: center;">
<p style="text-align: left;">
FAITH is the head chemist of the mind. When FAITH is blended with the vibration of thought, the subconscious mind instantly picks up the vibration, translates it into its spiritual equivalent, and transmits it to Infinite Intelligence, as in the case of prayer.<br />
The emotions of FAITH, LOVE, and SEX are the most powerful of all the major positive emotions. When the three are blended, they have the effect of “coloring” the vibration of thought in such a way that it instantly reaches the subconscious mind, where it is changed into its spiritual equivalent, the only form that induces a response from Infinite Intelligence.<br />
Love and faith are psychic; related to the spiritual side of man. Sex is purely biological, and related only to the physical. The mixing, or blending, of these three emotions has the effect of opening a direct line of communication between the finite, thinking mind of man, and Infinite Intelligence.</p>
<p style="text-align: center;"><strong>How To Develop Faith</strong></p>
<p style="text-align: left;">There comes, now, a statement which will give a better understanding of the importance the principle of auto-suggestion assumes in the transmutation of desire into its physical, or monetary equivalent; namely: FAITH is a state of mind which may be induced, or created, by affirmation or repeated instructions to the subconscious mind, through the principle of auto-suggestion.<br />
As an illustration, consider the purpose for which you are, presumably, reading this book. The object is, naturally, to acquire the ability to transmute the intangible thought impulse of DESIRE into its physical counterpart, money. By following the instructions laid down in the chapters on auto-suggestion, and the subconscious mind, as summarized in the chapter on auto suggestion, you may CONVINCE the subconscious mind that you believe you will receive that for which you ask, and it will act upon that belief, which your subconscious mind passes back to you in the form of “FAITH,” followed by definite plans for procuring that which you desire.<br />
The method by which one develops FAITH, where it does not already exist, is extremely difficult to describe, almost as difficult, in fact, as it would be to describe the color of red to a blind man who has never seen color, and has nothing with which to compare what you describe to him. Faith is a state of mind which you may develop at will, after you have mastered the thirteen principles, because it is a state of mind which develops voluntarily, through application and use of these principles.<br />
Repetition of affirmation of orders to your subconscious mind i5 the only known method of voluntary development of the emotion of faith.<br />
Perhaps the meaning may be made clearer through the following explanation as to the way men sometimes become criminals. Stated in the words of a famous criminologist, “When men first come into contact with crime, they abhor it. If they remain in contact with crime for a time, they become accustomed to it, and endure it. If they remain in contact with it long enough, they finally embrace it, and become influenced by it.”<br />
This is the equivalent of saying that any impulse of thought which is repeatedly passed on to the subconscious mind is, finally, accepted and acted upon by the subconscious mind, which proceeds to translate that impulse into its physical equivalent, by the most practical procedure available.<br />
In connection with this, consider again the statement, ALL THOUGHTS WHICH HAVE BEEN EMOTIONALIZED, (given feeling) AND MIXED WITH FAITH, begin immediately to translate themselves into their physical equivalent or counterpart.<br />
The emotions, or the “feeling” portion of thoughts, are the factors which give thoughts vitality, life, and action. The emotions of Faith, Love, and Sex, when mixed with any thought impulse, give it greater action than any of these emotions can do singly.<br />
Not only thought impulses which have been mixed with FAITH, but those which have been mixed with any of the positive emotions, or any of the negative emotions, may reach, and influence the subconscious mind. From this statement, you will understand that the subconscious mind will translate into its physical equivalent, a thought impulse of a negative or destructive nature, just as readily as it will act upon thought impulses of a positive or constructive nature. This accounts for the strange phenomenon which so many millions of people experience, referred to as “misfortune,” or “bad luck.”<br />
There are millions of people who BELIEVE themselves “doomed” to poverty and failure, because of some strange force over which they BELIEVE they have no control. They are the creators of their own “misfortunes,” because of this negative BELIEF, which is picked up by the subconscious mind, and translated into its physical equivalent.<br />
This is an appropriate place at which to suggest again that you may benefit, by passing on to your subconscious mind, any DESIRE which you wish translated into its physical, or monetary equivalent, in a state of expectancy or BELIEF that the transmutation will actually take place. Your BELIEF, or FAITH, is the element which determines the action of your subconscious mind. There is nothing to hinder you from “deceiving” your subconscious mind when giving it instructions through autosuggestion, as I deceived my son’s subconscious mind.<br />
To make this “deceit” more realistic, conduct yourself just as you would, if you were ALREADY IN POSSESSION OF THE MATERIAL THING WHICH YOU ARE DEMANDING, when you call upon your subconscious mind.<br />
The subconscious mind will transmute into its physical equivalent, by the most direct and practical media available, any order which is given to it in a state of BELIEF, or FAITH that the order will be carried out.<br />
Surely, enough has been stated to give a starting point from which one may, through experiment and practice, acquire the ability to mix FAITH with any order given to the subconscious mind. Perfection will come through practice. It cannot come by merely reading instructions.<br />
If it be true that one may become a criminal by association with crime, (and this is a known fact), it is equally true that one may develop faith by voluntarily suggesting to the subconscious mind that one has faith. The mind comes, finally, to take on the nature of the influences which dominate it. Understand this truth, and you will know why it is essential for you to encourage the positive emotions as dominating forces of your mind, and discourage<br />
and eliminate negative emotions.<br />
A mind dominated by positive emotions, becomes a favorable abode for the state of mind known as faith. A mind so dominated may, at will, give the subconscious mind instructions, which it will accept and act upon immediately.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog-bin.com/2009/11/09/how-to-become-wealthy-lesson-6/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to become wealthy. Lesson 5</title>
		<link>http://blog-bin.com/2009/11/09/how-to-become-wealthy-lesson-5/</link>
		<comments>http://blog-bin.com/2009/11/09/how-to-become-wealthy-lesson-5/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 08:11:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[become wealthy]]></category>

		<guid isPermaLink="false">http://blog-bin.com/?p=523</guid>
		<description><![CDATA[DESIRE OUTWITS MOTHER NATURE
As a fitting climax to this chapter, I wish to introduce one of the most unusual persons I have ever known. I first saw him twenty-four years ago, a few minutes after he was born. He came into the world without any physical sign of ears, and the doctor admitted, when pressed [...]]]></description>
			<content:encoded><![CDATA[<p><strong>DESIRE OUTWITS MOTHER NATURE</strong><br />
As a fitting climax to this chapter, I wish to introduce one of the most unusual persons I have ever known. I first saw him twenty-four years ago, a few minutes after he was born. He came into the world without any physical sign of ears, and the doctor admitted, when pressed for an opinion, that the child might be deaf, and mute for life.<br />
I challenged the doctor’s opinion. I had the right to do so, I was the child’s father. I, too, reached a decision, and rendered an opinion, but I expressed the opinion silently, in the secrecy of my own heart. I decided that my son would hear and speak. Nature could send me a child without ears, but Nature could not induce me to accept the reality of the affliction. In my own mind I knew that my son would hear and speak. How? I was sure there must be a way, and I knew I would find it. I thought of the words of the immortal Emerson, “The whole course of things goes to teach us faith. We need only obey.<br />
There is guidance for each of us, and by lowly listening, we shall hear the right word.”<br />
The right word? DESIRE! More than anything else, I DESIRED that my son should not be a deaf mute. From that desire I never receded, not for a second.<br />
Many years previously, I had written, “Our only limitations are those we set up in our own minds.” For the first time, I wondered if that statement were true. Lying on the bed in front of me was a newly born child, without the natural equipment of hearing. Even though he might hear and speak, he was obviously disfigured for life. Surely, this was a limitation which that child had not set up in his own mind.<br />
What could I do about it? Somehow I would find a way to transplant into that child’s mind my own BURNING DESIRE for ways and means of conveying sound to his brain without the aid of ears.<br />
As soon as the child was old enough to cooperate, I would fill his mind so completely with a BURNING DESIRE to hear, that Nature would, by methods of her own, translate it into physical reality.<br />
All this thinking took place in my own mind, but I spoke of it to no one. Every day I renewed the pledge I bad made to myself, not to accept a deaf mute for a son.<br />
As he grew older, and began to take notice of things around him, we observed that he had a slight degree of hearing. When he reached the age when children usually begin talking, he made no attempt to speak, but we could tell by his actions that he could hear certain sounds slightly. That was all I wanted to know! I was convinced that if he could hear, even slightly, he might develop still greater hearing capacity. Then something happened which gave me hope. It came from an entirely unexpected source.<br />
We bought a victrola. When the child heard the music for the first time, he went into ecstasies, and promptly appropriated the machine. He soon showed a preference for certain records, among them, “It’s a Long Way to Tipperary.” On one occasion, he played that piece over and over, for almost two hours, standing in front of the victrola, with his teeth clamped on the edge of the case. The significance of this self-formed habit of his did not become clear to us until years afterward, for we had never heard of the principle of “bone conduction” of sound at that time.<br />
Shortly after he appropriated the victrola, I discovered that he could hear me quite clearly when I spoke with my lips touching his mastoid bone, or at the base of the brain. These discoveries placed in my possession the necessary media by which I began to translate into reality my Burning Desire to help my son develop hearing and speech. By that time he was making stabs at speaking certain words. The outlook was far from encouraging, but DESIRE BACKED BY FAITH knows no such word as impossible.<br />
Having determined that he could hear the sound of my voice plainly, I began, immediately, to transfer to his mind the desire to hear and speak. I soon discovered that the child enjoyed bedtime stories, so I went to work, creating stories designed to develop in him self-reliance, imagination, and a keen desire to hear and to be normal.<br />
There was one story in particular, which I emphasized by giving it some new and dramatic coloring each time it was told. It was designed to plant in his mind the thought that his affliction was not a liability, but an asset of great value. Despite the fact that all the philosophy I had examined clearly indicated that EVERY<br />
ADVERSITY BRINGS WITH IT THE SEED OF AN EQUIVALENT ADVANTAGE, I must confess that I had not the slightest idea how this affliction could ever become an asset. However, I continued my practice of wrapping that philosophy in bedtime stories, hoping the time would come when he would find some plan by which his handicap could be made to serve some useful purpose.<br />
Reason told me plainly, that there was no adequate compensation for the lack of ears and natural hearing equipment. DESIRE backed by FAITH, pushed reason aside, and inspired me to carry on.<br />
As I analyze the experience in retrospect, I can see now, that my son’s faith in me had much to do with the astounding results. He did not question anything I told him. I sold him the idea that he had a distinct advantage over his older brother, and that this advantage would reflect itself in many ways. For example, the teachers in school would observe that he had no ears, and, because of this, they would show him special attention and treat him with extraordinary kindness. They always did. His mother saw to that, by visiting the teachers and arranging with them to give the child the extra attention necessary. I sold him the idea, too, that when he became old enough to sell newspapers, (his older brother had already become a newspaper merchant), he would have a big advantage over his brother, for the reason that people would pay him extra money for his wares, because they could see that he was a bright, industrious boy, despite the fact he had no ears.<br />
We could notice that, gradually, the child’s hearing was improving. Moreover, he had not the slightest tendency to be self- conscious, because of his affliction. When he was about seven, he showed the first evidence that our method of servicing his mind was bearing fruit. For several months he begged for the privilege of selling newspapers, but his mother would not give her consent. She was afraid that his deafness made it unsafe for him to go on the street alone.<br />
Finally, he took matters in his own hands. One afternoon, when he was left at home with the servants, he climbed through the kitchen window, shinnied to the ground, and set out on his own. He borrowed six cents in capital from the neighborhood shoemaker, invested it in papers, sold out, reinvested, and kept repeating until late in the evening. After balancing his accounts, and paying back the six cents he had borrowed from his banker, he had a net profit of forty-two cents. When we got home that night, we found him in bed asleep, with the money tightly clenched in his hand.<br />
His mother opened his hand, removed the coins, and cried. Of all things! Crying over her son’s first victory seemed so inappropriate. My reaction was the reverse. I laughed heartily, for I knew that my endeavor to plant in the child’s mind an attitude of faith in himself had been successful.<br />
His mother saw, in his first business venture, a little deaf boy who had gone out in the streets and risked his life to earn money. I saw a brave, ambitious, self-reliant little business man whose stock in himself had been increased a hundred percent, because he had gone into business on his own initiative, and had won. The transaction pleased me, because I knew that he had given evidence of a trait of resourcefulness that would go with him all through life. Later events proved this to be true. When his older brother wanted something, he would lie down on the floor, kick his feet in the air, cry for it—and get it. When the “little deaf boy” wanted something, he would plan a way to earn the money, then buy it for himself. He still follows that plan!<br />
Truly, my own son has taught me that handicaps can be converted into stepping stones on which one may climb toward some worthy goal, unless they are accepted as obstacles, and used as alibis.<br />
The little deaf boy went through the grades, high school, and college without being able to hear his teachers, excepting when they shouted loudly, at close range. He did not go to a school for the deaf.<br />
WE WOULD NOT PERMIT HIM TO LEARN THE SIGN LANGUAGE. We were determined that he should live a normal life, and associate with normal children, and we stood by that decision, although it cost us many heated debates with school officials.<br />
While he was in high school, he tried an electrical hearing aid, but it was of no value to him; due, we believed, to a condition that was disclosed when the child was six, by Dr. J. Gordon Wilson, of Chicago, when he operated on one side of the boy’s head, and discovered that there was no sign of natural hearing equipment.<br />
During his last week in college, (eighteen years after the operation), something happened which marked the most important turning-point of his life. Through what seemed to be mere chance, he came into possession of another electrical hearing device, which was sent to him on trial. He was slow about testing it, due to his disappointment with a similar device. Finally he picked the instrument up, and more or less carelessly, placed it on his head, hooked up the battery, and lo! as if by a stroke of magic, his lifelong DESIRE FOR NORMAL HEARING BECAME A REALITY! For the first time in his life he heard practically as well as any person with normal hearing. “God moves in mysterious ways, His wonders to perform.”<br />
Overjoyed because of the Changed World which had been brought to him through his hearing device, he rushed to the telephone, called his mother, and heard her voice perfectly. The next day he plainly heard the voices of his professors in class, for the first time in his life! Previously he could hear them only when they shouted, at short range. He heard the radio. He heard the talking pictures. For the first time in his life, he could converse freely with other people, without the necessity of their having to speak loudly. Truly, he had come into possession of a Changed World. We had refused to accept Nature’s error, and, by PERSISTENT DESIRE, we had induced Nature to correct that error, through the only practical means available.<br />
DESIRE had commenced to pay dividends, but the victory was not yet complete. The boy still had to find a definite and practical way to convert his handicap into an equivalent asset.<br />
Hardly realizing the significance of what had already been accomplished, but intoxicated with the joy of his newly discovered world of sound, he wrote a letter to the manufacturer of the hearing-aid, enthusiastically describing his experience. Something in his letter; something, perhaps which was not written on the lines, but back of them; caused the company to invite him to New York. When be arrived, he was escorted through the factory, and while talking with the Chief Engineer, telling him about his changed world, a hunch, an idea, or an inspiration—call it what you wish— flashed into his mind. It was this impulse of thought which converted his affliction into an asset, destined to pay dividends in both money and happiness to thousands for all time to come.<br />
The sum and substance of that impulse of thought was this: It occurred to him that he might be of help to the millions of deafened people who go through life without the benefit of hearing devices, if he could find a way to tell them the story of his Changed World. Then and there, he reached a decision to devote the remainder of his life to rendering useful service to the hard of hearing.<br />
For an entire month, he carried on an intensive research, during which he analyzed the entire marketing system of the manufacturer of the hearing device, and created ways and means of communicating with the hard of hearing all over the world for the purpose of sharing with them his newly discovered “Changed World.” When this was done, he put in writing a two-year plan, based upon his findings. When he presented the plan to the company, he was instantly given a position, for the purpose of carrying out his ambition.<br />
Little did he dream, when he went to work, that he was destined to bring hope and practical relief to thousands of deafened people who, without his help, would have been doomed forever to deaf mutism.<br />
Shortly after he became associated with the manufacturer of his hearing aid, he invited me to attend a class conducted by his company, for the purpose of teaching deaf mutes to hear, and to speak. I had never heard of such a form of education, therefore I visited the class, skeptical but hopeful that my time would not be entirely wasted. Here I saw a demonstration which gave me a greatly enlarged vision of what I had done to arouse and keep alive in my son’s mind the DESIRE for normal hearing. I saw deaf mutes actually being taught to hear and to speak, through application of the self-same principle I had used, more than twenty years previously, in saving my son from deaf mutism.<br />
Thus, through some strange turn of the Wheel of Fate, my son, Blair, and I have been destined to aid in correcting deaf mutism for those as yet unborn, because we are the only living human beings, as far as I know, who have established definitely the fact that deaf mutism can be corrected to the extent of restoring to normal life those who suffer with this affliction. It has been done for one; it will be done for others.<br />
There is no doubt in my mind that Blair would have been a deaf mute all his life, if his mother and I had not managed to shape his mind as we did. The doctor who attended at his birth told us, confidentially, the child might never hear or speak. A few weeks ago, Dr. Irving Voorhees, a noted specialist on such cases, examined Blair very thoroughly. He was astounded when he learned how well my son now hears, and speaks, and said his examination indicated that “theoretically, the boy should not be able to hear at all.” But the lad does hear, despite the fact that X-ray pictures show there is no opening in the skull, whatsoever, from where his ears should be to the brain.<br />
When I planted in his mind the DESIRE to hear and talk, and live as a normal person, there went with that impulse some strange influence which caused Nature to become bridge-builder, and span the gulf of silence between his brain and the outer world, by some means which the keenest medical specialists have not been able to interpret. It would be sacrilege for me to even conjecture as to how Nature performed this miracle. It would be unforgivable if I neglected to tell the world as much as I know of the humble part I assumed in the strange experience. It is my duty, and a privilege to say I believe, and not without reason, that nothing is impossible to the person who backs DESIRE with enduring FAITH.<br />
Verily, a BURNING DESIRE has devious ways of transmuting itself into its physical equivalent. Blair DESIRED normal hearing; now he has it! He was born with a handicap which might easily have sent one with a less defined DESIRE to the street with a bundle of pencils and a tin cup. That handicap now promises to serve as the medium by which he will render useful service to many millions of hard of hearing, also, to give him useful employment at adequate financial compensation the remainder of his life.<br />
The little “white lies” I planted in his mind when he was a child, by leading him to BELIEVE his affliction would become a great asset, which he could capitalize, has justified itself. Verily, there is nothing, right or wrong, which BELIEF, plus BURNING DESIRE, cannot make real. These qualities are free to everyone.<br />
In all my experience in dealing with men and women who had personal problems, I never handled a single case which more definitely demonstrates the power of DESIRE. Authors sometimes make the mistake of writing of subjects of which they have but superficial, or very elementary knowledge. It has been my good fortune to have had the privilege of testing the soundness of the POWER OF DESIRE, through the affliction of my own son. Perhaps it was providential that the experience came as it did, for surely no one is better prepared than he, to serve as an example of what happens when DESIRE is put to the test. If Mother Nature bends to the will of desire, is it logical that mere men can defeat a burning desire?<br />
Strange and imponderable is the power of the human mind! We do not understand the method by which it uses every circumstance, every individual, every physical thing within its reach, as a means of transmuting DESIRE into its physical counterpart. Perhaps science will uncover this secret.<br />
I planted in my son’s mind the DESIRE to hear and to speak as any normal person hears and speaks. That DESIRE has now become a reality. I planted in his mind the DESIRE to convert his greatest handicap into his greatest asset. That DESIRE has been realized. The modus operandi by which this astounding result was achieved is not hard to describe. It consisted of three very definite facts; first, I MIXED FAITH with the DESIRE for normal hearing, which I passed on to my son. Second, I communicated my desire to him in every conceivable way available, through persistent, continuous effort, over a period of years. Third, HE BELIEVED ME!<br />
As this chapter was being completed, news came of the death of Mme. Schuman-Heink. One short paragraph in the news dispatch gives the clue to this unusual woman’s stupendous success as a singer. I quote the paragraph, because the clue it contains is none other than DESIRE.<br />
Early in her career, Mme. Schuman-Heink visited the director of the Vienna Court Opera, to have him test her voice. But, he did not test it. After taking one look at the awkward and poorly dressed girl, he exclaimed, none too gently, “With such a face, and with no personality at all, how can you ever expect to succeed in opera? My good child, give up the idea. Buy a sewing machine, and go to work.<br />
YOU CAN NEVER BE A SINGER.”<br />
Never is a long time! The director of the Vienna Court Opera knew much about the technique of singing. He knew little about the power of desire, when it assumes the proportion of an obsession. If he had known more of that power, he would not have made the mistake of condemning genius without giving it an opportunity.<br />
Several years ago, one of my business associates became ill. He became worse as time went on, and finally was taken to the hospital for an operation. Just before he was wheeled into the operating room, I took a look at him, and wondered how anyone as thin and emaciated as he, could possibly go through a major operation successfully. The doctor warned me that there was little if any chance of my ever seeing him alive again. But that was the DOCTOR’S OPINION. It was not the opinion of the patient. Just before he was wheeled away, he whispered feebly, “Do not be disturbed, Chief, I will be out of here in a few days.” The attending nurse looked at me with pity. But the patient did come through safely. After it was all over, his physician said, “Nothing but his own desire to live saved him. He never would have pulled through if he had not refused to accept the possibility of death.”<br />
I believe in the power of DESIRE backed by FAITH, because I have seen this power lift men from lowly beginnings to places of power and wealth; I have seen it rob the grave of its victims; I have seen it serve as the medium by which men staged a comeback after having been defeated in a hundred different ways; I have seen it provide my own son with a normal, happy, successful life, despite Nature’s having sent him into the world without ears.<br />
How can one harness and use the power of DESIRE? This has been answered through this, and the subsequent chapters of this book. This message is going out to the world at the end of the longest, and perhaps, the most devastating depression America has ever known. It is reasonable to presume that the message may come to the attention of many who have been wounded by the depression, those who have lost their fortunes, others who have lost their positions, and great numbers who must reorganize their plans and stage a comeback. To all these I wish to convey the thought that all achievement, no matter what may be its nature, or its purpose, must begin with an intense, BURNING DESIRE for something definite.<br />
Through some strange and powerful principle of “mental chemistry” which she has never divulged, Nature wraps up in the impulse of STRONG DESIRE “that something” which recognizes no such word as impossible, and accepts no such reality as failure.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog-bin.com/2009/11/09/how-to-become-wealthy-lesson-5/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
