<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>envio land &#187; linux</title>
	<atom:link href="http://a3-system.info/blog/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://a3-system.info/blog</link>
	<description>Ash Like Snow</description>
	<lastBuildDate>Fri, 27 Aug 2010 14:47:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mail sent by user nobody being discarded</title>
		<link>http://a3-system.info/blog/php/mail-sent-by-user-nobody-being-discarded/</link>
		<comments>http://a3-system.info/blog/php/mail-sent-by-user-nobody-being-discarded/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 23:12:05 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[code igniter]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[papercraft]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Mail sent by user nobody being discarded]]></category>
		<category><![CDATA[Nobody Sender]]></category>
		<category><![CDATA[Sender: Nobody]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=128</guid>
		<description><![CDATA[Every time I send email, the email always discarded by hosting mailer. Here the error :
Mail sent by user nobody being discarded due to sender restrictions in WHM-&#62;Tweak Settings
After couple time trying, I found the error was generated when  I use &#8216;mail&#8217; PHP function. When we use mail() function to send email,  we [...]]]></description>
			<content:encoded><![CDATA[<p>Every time I send email, the email always discarded by hosting mailer. Here the error :</p>
<p>Mail sent by user nobody being discarded due to sender restrictions in WHM-&gt;Tweak Settings</p>
<p>After couple time trying, I found the error was generated when  I use &#8216;mail&#8217; PHP function. When we use mail() function to send email,  we got &#8220;Sender: Nobody &lt;nobody@yourhosting.com&gt;&#8221; in email header. And that&#8217;s why my email always discarded by my hosting mailer.</p>
<p>I change the email send method by using SMTP ( using fsockopen()  ). Because I use CodeIgniter , the email send code will be like this :</p>
<p>$this-&gt;load-&gt;library(&#39email&#39);<br />
$config[&#39useragent&#39]    = &#39Code-Igniter-Mailer-^^&#39;<br />
$config[&#39mailtype&#39]     = &#39text&#39;<br />
$config[&#39validate&#39]     = TRUE;<br />
$config[&#39protocol&#39]     = &#39smtp&#39;<br />
$config[&#39smtp_host&#39]    = &#39localhost&#39;<br />
$config[&#39newline&#39]      = &#34;\r\n&#34;;<br />
$this-&gt;email-&gt;initialize($config);</p>
<p>$this-&gt;email-&gt;initialize($config);<br />
$this-&gt;email-&gt;from(&#39youremail@yourdomain.com&#39, &#39Your Name&#39);<br />
$this-&gt;email-&gt;reply_to(&#39youremail@yourdomain.com&#39, &#39Your Name&#39);<br />
$this-&gt;email-&gt;to(&#39someemail@somedomain.com&#39);<br />
$this-&gt;email-&gt;subject(&#39Email Subject&#39);<br />
$this-&gt;email-&gt;message(&#39Your Message Here.&#39);<br />
$this-&gt;email-&gt;send();</p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/php/mail-sent-by-user-nobody-being-discarded/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SMC PCI Wireless on Ubuntu 8.04</title>
		<link>http://a3-system.info/blog/daily-life/smc-wireless-driver/</link>
		<comments>http://a3-system.info/blog/daily-life/smc-wireless-driver/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 02:14:55 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[RTL 8185 driver]]></category>
		<category><![CDATA[SMC PCI wireless]]></category>
		<category><![CDATA[Ubuntu 8.04]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=94</guid>
		<description><![CDATA[Recently  I install ubuntu 8.04 with PCI Wireless card installed on PC, this PCI Wireleess card came from SMC, using &#8220;lspci&#8221; I found the wireless chipset is &#8220;rtl 8185&#8243;. After searchingin the new I found this article.  So here complete step :
Download the RTL 8185 linux driver from here
Since Ubuntu 8.04 using kernel [...]]]></description>
			<content:encoded><![CDATA[<p>Recently  I install ubuntu 8.04 with PCI Wireless card installed on PC, this PCI Wireleess card came from SMC, using &#8220;lspci&#8221; I found the wireless chipset is &#8220;rtl 8185&#8243;. After searchingin the new I found <a href="http://blog.elzorro.nl/2008/09/installing-smc-wireless-pci-adapter/" target="_blank">this</a> article.  So here complete step :</p>
<p>Download the RTL 8185 linux driver from <a href="http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&amp;PNid=1&amp;PFid=1&amp;Level=6&amp;Conn=5&amp;DownTypeID=3&amp;GetDown=false&amp;Downloads=true#RTL8185L" target="_blank">here</a></p>
<p>Since Ubuntu 8.04 using kernel 2.6.24 and the driver created for kernel 2.6.22 , you need to patch it, you can</p>
<p>download the patch <a href="http://launchpadlibrarian.net/13546447/rtl8185-fix2.6.24.patch" target="_self">here</a> , the here the command that I used</p>
<p>tar xzf rtl8185_linux_26\[1\].1027.0823.2007.tar.gz<br />
cd rtl8185_linux_26.1027.0823.2007/<br />
tar xzf rtl8185.tar.gz<br />
tar xzf stack.tar.gz<br />
patch -p1 &lt; ../rtl8185-fix2.6.24.patch<br />
cd ieee80211; make<br />
cd ../rtl8185; make</p>
<p>sudo su</p>
<p># mkdir /lib/modules/`uname -r`/rtl8185<br />
# cp ieee80211/*.ko rtl8185/*.ko !$</p>
<p>Don&#8217;t forget to do &#8220;depmod&#8221;  to tell &#8220;modprobe&#8221; there&#8217;s new kernel module</p>
<p># depmod<br />
# modprobe r8180</p>
<p>Then the SMC PCI wireless card will detected by kernel, try &#8216;dmesg&#8217; to see the kernel log. After set the SSID and the IP for this PCI wireless, we need to reload the networking init script</p>
<p># /etc/init.d/networking restart</p>
<p>That&#8217;s all</p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/smc-wireless-driver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>replacing vi with vim on Ubuntu</title>
		<link>http://a3-system.info/blog/fun-stuff/replacing-vi-with-vim-on-ubuntu/</link>
		<comments>http://a3-system.info/blog/fun-stuff/replacing-vi-with-vim-on-ubuntu/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 12:56:42 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[fun stuff]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[replace vi]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=82</guid>
		<description><![CDATA[Recently, I must work with ubuntu linux distro, both for server and desktop, actually I am unfamiliar with this one. One most anoying thing on Ubuntu is I lost my vim and just got vi for some editing function like vipw vipw &#8230;..arggghhhhh . Today I decide to replace the vi with vim  , [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I must work with ubuntu linux distro, both for server and desktop, actually I am unfamiliar with this one. One most anoying thing on Ubuntu is I lost my vim and just got vi for some editing function like vipw vipw &#8230;..arggghhhhh . Today I decide to replace the vi with vim <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> , here are the step that I have done.</p>
<p>#cd /etc/alternatives/<br />
#rm vi<br />
#ln -s /usr/bin/vim vi<br />
#cd /usr/share/vim/<br />
#rm vimrc.tiny<br />
#ln -s /etc/vim/vimrc vimrc.tiny</p>
<p>Okey , let try vipw, vigr &#8230;. you got vim now <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/fun-stuff/replacing-vi-with-vim-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
