<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://toila.net"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>toila .NET - code</title>
 <link>http://toila.net/taxonomy/term/116/0</link>
 <description></description>
 <language>vi</language>
<item>
 <title>CVS server trên Ubuntu</title>
 <link>http://toila.net/content/cvs-server-tren-ubuntu.html</link>
 <description>&lt;p&gt;Loay hoay cả ngày thứ bảy để cài &lt;a href=&quot;/category/t%E1%BA%A1p-ghi/cvs.html&quot; title=&quot;&quot;&gt;cvs&lt;/a&gt; &lt;a href=&quot;/taxonomy/term/245&quot; title=&quot;&quot;&gt;server&lt;/a&gt; trên Ubuntn 7.10, đến cuối ngày, &lt;a href=&quot;/category/t%E1%BA%A1p-ghi/cvs.html&quot; title=&quot;&quot;&gt;cvs&lt;/a&gt; &lt;a href=&quot;/taxonomy/term/245&quot; title=&quot;&quot;&gt;server&lt;/a&gt; cũng đã hoạt động được, các máy khác trong LAN cũng connect vào được ngon lành ;-)&lt;/p&gt;
&lt;p&gt;&lt;a class=&quot;freelinking external&quot; href=&quot;http://sanatio.blogspot.com/2005/12/cvs-server-on-ubuntu.html&quot;&gt;Một số lệnh được dùng để cài đặt&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://toila.net/content/cvs-server-tren-ubuntu.html&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://toila.net/content/cvs-server-tren-ubuntu.html#comments</comments>
 <category domain="http://toila.net/category/t%E1%BA%A1p-ghi/code.html">code</category>
 <category domain="http://toila.net/category/t%E1%BA%A1p-ghi/cvs.html">cvs</category>
 <category domain="http://toila.net/category/t%E1%BA%A1p-ghi/linux.html">linux</category>
 <category domain="http://toila.net/taxonomy/term/244">php. ubuntu</category>
 <category domain="http://toila.net/taxonomy/term/245">server</category>
 <category domain="http://toila.net/taxonomy/term/246">setup</category>
 <pubDate>Wed, 02 Jan 2008 21:57:22 +0000</pubDate>
 <dc:creator>thehong</dc:creator>
 <guid isPermaLink="false">503 at http://toila.net</guid>
</item>
<item>
 <title>UTC/GMT date format</title>
 <link>http://toila.net/content/utcgmt-date-format.html</link>
 <description>&lt;p&gt;Chuyển ngày tháng từ dạng timestamp sang UTC/GMT:&lt;br /&gt;
&lt;div class=&quot;codeblock geshifilter&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;gmdate&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;Y-m-d\TH:i:s.00\Z&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$timestamp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Chuyển ngày tháng từ UTC/GMT sang timestamp:&lt;br /&gt;
&lt;div class=&quot;codeblock geshifilter&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;$timestamp&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mktime&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$month&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$day&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$year&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://toila.net/content/utcgmt-date-format.html&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://toila.net/content/utcgmt-date-format.html#comments</comments>
 <category domain="http://toila.net/category/t%E1%BA%A1p-ghi/code.html">code</category>
 <category domain="http://toila.net/category/t%E1%BA%A1p-ghi/ecommerce.html">ecommerce</category>
 <category domain="http://toila.net/category/t%E1%BA%A1p-ghi/paypal.html">paypal</category>
 <category domain="http://toila.net/category/t%E1%BA%A1p-ghi/php.html">php</category>
 <category domain="http://toila.net/category/t%E1%BA%A1p-ghi/snippet.html">snippet</category>
 <pubDate>Sat, 24 Nov 2007 03:12:33 +0000</pubDate>
 <dc:creator>thehong</dc:creator>
 <guid isPermaLink="false">494 at http://toila.net</guid>
</item>
</channel>
</rss>

