<?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>银河星尘 &#187; Other Scripts</title>
	<atom:link href="http://galaxy.ourkernel.com/blog/category/computer/programming-computer/other_scripts/feed" rel="self" type="application/rss+xml" />
	<link>http://galaxy.ourkernel.com/blog</link>
	<description>Galaxy's World</description>
	<lastBuildDate>Mon, 26 Jul 2010 06:58:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>在bash中使用变量中的大于号来重定向</title>
		<link>http://galaxy.ourkernel.com/blog/200912/707</link>
		<comments>http://galaxy.ourkernel.com/blog/200912/707#comments</comments>
		<pubDate>Wed, 02 Dec 2009 05:48:07 +0000</pubDate>
		<dc:creator>Galaxy</dc:creator>
				<category><![CDATA[Other Scripts]]></category>
		<category><![CDATA[stackoverflow]]></category>

		<guid isPermaLink="false">http://galaxy.ourkernel.com/blog/200912/707</guid>
		<description><![CDATA[http://stackoverflow.com/questions/1592859/how-to-supply-many-argv-and-outputredirection-with-one-bash-var How to supply many argv and outputredirection with one bash var ? In file a.lst: in1.a in1.b &#62; out1.a 2&#62; out1.b in2.a in2.b &#62; out2.a 2&#62; out2.b In do.sh: CLI=$&#40;sed -n -e &#34;1 p&#34; a.lst&#41; perl a.pl $CLI I want to run like perl a.pl in1.a in1.b > out1.a 2> out1.b, how can I [...]]]></description>
		<wfw:commentRss>http://galaxy.ourkernel.com/blog/200912/707/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ZT]Understanding the TLS Renegotiation Attack</title>
		<link>http://galaxy.ourkernel.com/blog/200911/690</link>
		<comments>http://galaxy.ourkernel.com/blog/200911/690#comments</comments>
		<pubDate>Fri, 06 Nov 2009 02:29:26 +0000</pubDate>
		<dc:creator>Galaxy</dc:creator>
				<category><![CDATA[Other Scripts]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[ZT]]></category>

		<guid isPermaLink="false">http://galaxy.ourkernel.com/blog/200911/690</guid>
		<description><![CDATA[又是由于服务器支持更多功能（client-initiated renegotiation）而引发的漏洞。 所以说，安全性和易用性，不能两全啊。 不过，偶还是觉得vsftp比Serv-U好…… http://www.educatedguesswork.org/2009/11/understanding_the_tls_renegoti.html http://extendedsubset.com/Renegotiating_TLS.pdf https://svn.resiprocate.org/rep/ietf-drafts/ekr/draft-rescorla-tls-renegotiate.txt Understanding the TLS Renegotiation Attack By EKR on November 5, 2009 12:51 PM Marsh Ray has published a new attack on the TLS renegotiation logic. The high level impact of the attack is that an attacker can arrange to inject traffic into a legitimate client-server exchange such that [...]]]></description>
		<wfw:commentRss>http://galaxy.ourkernel.com/blog/200911/690/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grid Engine 的sh的一些tip</title>
		<link>http://galaxy.ourkernel.com/blog/200908/632</link>
		<comments>http://galaxy.ourkernel.com/blog/200908/632#comments</comments>
		<pubDate>Mon, 31 Aug 2009 03:12:16 +0000</pubDate>
		<dc:creator>Galaxy</dc:creator>
				<category><![CDATA[Other Scripts]]></category>
		<category><![CDATA[Galaxy_Original]]></category>
		<category><![CDATA[Grid Engine]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://galaxy.ourkernel.com/blog/200908/632</guid>
		<description><![CDATA[BGI的集群是用Grid Engine 6.0u8，入乡随俗，啃之。 http://wiki.gridengine.info/wiki/index.php/Simple-Job-Array-Howto http://wiki.gridengine.info/wiki/index.php/StephansBlog http://gridengine.sunsource.net/documentation.html http://search.cpan.org/~tharsch/Schedule-DRMAAc-0.81/Schedule_DRMAAc.pod 先转载第一个吧（其实另3个没啥好转的，第四个计划以后啃）： Simple-Job-Array-Howto From GridWiki Contents 1 Array jobs for clusters running SGE 1.1 The problem 1.2 Array jobs are the solution 1.3 The basic commands 1.3.1 A more complex example 1.3.2 Pulling data from the i th line of a file 1.3.3 What if you number files from [...]]]></description>
		<wfw:commentRss>http://galaxy.ourkernel.com/blog/200908/632/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>[ZT]用邮件发送表单来替代博客留言本功能</title>
		<link>http://galaxy.ourkernel.com/blog/200907/611</link>
		<comments>http://galaxy.ourkernel.com/blog/200907/611#comments</comments>
		<pubDate>Mon, 27 Jul 2009 00:54:46 +0000</pubDate>
		<dc:creator>Galaxy</dc:creator>
				<category><![CDATA[Other Scripts]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[ZT]]></category>

		<guid isPermaLink="false">http://galaxy001.3322.org/blog/200907/611</guid>
		<description><![CDATA[恩，那些排名靠前的博客才需要，但，也算比较好玩的吧…… 这是针对留言本的，不是针对回复。要不谁受得了。 原文是ASP的，现在没空转PHP，就直接转了。 http://www.williamlong.info/archives/1874.html 关闭博客留言本功能 　　今天，将我博客的留言本功能关闭了，而使用一个邮件发送表单来替代，用户留言将直接发送到我的个人信箱中。 　　之所以关闭这个“留言本”，其中一个原因是该页面在Google搜索“留言本”的页面排名太靠前，结果大量垃圾留言通过程序自动在该页面发布，黑帽SEO搜索“留言”和“留言本”的目的，就是为了找到页面来发垃圾链接，所以我的留言本就终日收到这些人的连番轰炸。 　　关闭“留言本”更直接的原因是，前几天有人在留言本发了多条销售非法物品的广告，而这些“有害信息”留言差点让我的服务器被拔了网线，可见这些发送垃圾链接的家伙实在是害人啊。 　　因此我有必要将这个留言本功能进行一定的改造，通过邮件的方式发送，而不直接在留言页面显示。 　　将留言发送到Gmail还有一个好处，就是可以进行分类和过滤，我将接受留言的地址设置一个标签，然后用过滤器直接存档，对于垃圾留言，Gmail还能自动对垃圾邮件进行过滤。 　　以下是该发送邮件功能的ASP代码。 &#60;% if request.form&#40;&#34;email&#34;&#41;&#60;&#62;&#34;&#34; then if instr&#40;request.form&#40;&#34;email&#34;&#41;,&#34;@&#34;&#41;&#62;0 then mail &#34;email@gmail.com&#34; , request.form&#40;&#34;subject&#34;&#41; , request.form&#40;&#34;body&#34;&#41; response.write &#34;邮件发送成功！我们将尽快处理！&#34; response.end else response.write &#34;邮件地址“&#34; &#38; request.form&#40;&#34;email&#34;&#41; &#38; &#34;”错误，发送失败！&#34; response.end end if response.end end if sub mail &#40;mailto , mailsub , mailbody&#41; dim jmail set jmail = server.createobject&#40;&#34;jmail.message&#34;&#41; jmail.silent = [...]]]></description>
		<wfw:commentRss>http://galaxy.ourkernel.com/blog/200907/611/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[foobar]为EIKO方案增加ReplayGain显示</title>
		<link>http://galaxy.ourkernel.com/blog/200905/530</link>
		<comments>http://galaxy.ourkernel.com/blog/200905/530#comments</comments>
		<pubDate>Sun, 03 May 2009 02:52:15 +0000</pubDate>
		<dc:creator>Galaxy</dc:creator>
				<category><![CDATA[Other Scripts]]></category>
		<category><![CDATA[foobar]]></category>

		<guid isPermaLink="false">http://galaxy.ourkernel.com/blog/2009/05/03/foobar%e4%b8%baeiko%e6%96%b9%e6%a1%88%e5%a2%9e%e5%8a%a0replaygain%e6%98%be%e7%a4%ba/</guid>
		<description><![CDATA[EIKO是foobar2000的界面配置，由dReamxis（天気雨）（负责风格设计）和Jensen（负责代码编写）共同制作。 文件都打包了，含源码（本来也没编译就是了）eiko_g.rar DEFINE: __DISPLAY_RG $ifgreater&#40;%el_width%,580,1,0&#41; &#160; GroupHeader: $font&#40;Segoe UI,11,bold&#41; $if&#40;$and&#40;$strcmp&#40;%__DISPLAY_RG%,1&#41;,%replaygain_album_gain%&#41;, $ifequal&#40;%replaygain_album_peak%,1,,$puts&#40;p,/ Peak:%replaygain_album_peak%&#41;&#41; $puts&#40;text,Album Gain:%replaygain_album_gain% $get&#40;p&#41;&#41; $drawtextex&#40;$get&#40;text&#41;,$get&#40;xOffset&#41;,$div&#40;%el_height%,2&#41;,$get&#40;w&#41;,$div&#40;%el_height%,2&#41;,$get&#40;c&#41;,vcenter left end_ellipsis&#41; &#41; &#160; PopupBG: // Background======================== $fillrect&#40;,,,,255-0-255&#41; //$imageabs(,,,,%Img.Path%\pl_tip.png,) &#160; // Group Tracks======================= $if&#40;%el_is_group%, $imageabs&#40;,,,,%Img.Path%\pl_tip.png,&#41; $puts&#40;yOffset,$add&#40;$div&#40;$sub&#40;20,$gettextheight&#40;&#41;&#41;,2&#41;,1&#41;&#41; &#160; PopupTrack // Codec Info2---------------------------- $puts&#40;text,&#91;$caps2&#40;%channels%&#41;&#93;&#91; %samplerate%Hz&#93;&#91; $info&#40;bitspersample&#41;bit&#93;$ifgreater&#40;&#91;%subsong%&#93;,0,,&#91; %filesize_natural%&#93;&#41;&#41; $drawtextex&#40;$get&#40;text&#41;,$get&#40;margin&#41;,$get&#40;yOffset&#41;,$get&#40;w&#41;,20,$get&#40;c&#41;,nowrap end_ellipsis&#41; $puts&#40;yOffset,$add&#40;$get&#40;yOffset&#41;,20&#41;&#41; &#160; //Replay Gain----------------------------- $if&#40;%replaygain_track_gain%, $font&#40;%PL_FONT%,9,&#41; $puts&#40;text,Track Gain: %replaygain_track_gain% $if&#40;%replaygain_track_peak%,$ifequal&#40;%replaygain_track_peak%,1,, / Peak: [...]]]></description>
		<wfw:commentRss>http://galaxy.ourkernel.com/blog/200905/530/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
