<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[竹园下的部落格]]></title> 
<link>http://iam.ittot.com/index.php</link> 
<description><![CDATA[记录我的生活，收集我的收集]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[竹园下的部落格]]></copyright>
<item>
<link>http://iam.ittot.com/read.php/1131.htm</link>
<title><![CDATA[电信宽带到期后仍然收费]]></title> 
<author>Totti &lt;totti5116@163.com&gt;</author>
<category><![CDATA[个人]]></category>
<pubDate>Fri, 04 Jun 2010 01:12:43 +0000</pubDate> 
<guid>http://iam.ittot.com/read.php/1131.htm</guid> 
<description>
<![CDATA[ 
	电信宽带到期后一个月，要注销仍然要被收费，于是我把上海电信投诉到了工信部，没想到啊，问题还真解决了，问题解决了啊，胃口就好，身体倍儿棒，吃嘛嘛香！<br/><br/>大家被电信欺负的话，也到工信部网站投诉一下吧：<br/><a href="http://www.chinatcc.gov.cn:8080/cmsadmin/shouli/shensu.jsp" target="_blank">http://www.chinatcc.gov.cn:8080/cmsadmin/shouli/shensu.jsp</a><br/><br/>投诉全文：<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">我09年办理的预付费包年套餐1M，于2010年4月30日到期，5月1日不能上网。<br/><br/>今天6月1日，因近期要离开上海，向上海电信咨询注销事宜，被告知，需要补交5月1日-30日的月租140元，才能申请注销，拆机。<br/><br/>我认为电信预付费套餐一年，那么合同有效期就是一年，到期后，在我没充值的情况下，不能使用宽带，就不会继续产生费用；而且在5月1日-30日，我也没有接到上海电信任何的电话通知，如果我不注销将会产生新的套餐费用。<br/><br/>对上海电信的这种处理方式，我觉得严重违反中华人民共和国合同法中“平等、自愿原则”的原则，因为合同到期后产生的费用，这是被续费，而且我在这个月也没享受到这个宽带使用。<br/><br/>上海电信网上QQ客服工号：工号******<br/><br/>我要求的处理：<br/>办理注销、拆机业务，不需缴纳不合理的合同有效期之外的月租费用（2010年5月）。<br/><br/><br/>希望工信部给我做主，消除中国电信这个不合理的收费项目！</div></div>
]]>
</description>
</item><item>
<link>http://iam.ittot.com/read.php/1121.htm</link>
<title><![CDATA[CentOS上安装DirectAdmin]]></title> 
<author>Totti &lt;totti5116@163.com&gt;</author>
<category><![CDATA[个人]]></category>
<pubDate>Wed, 05 May 2010 00:49:54 +0000</pubDate> 
<guid>http://iam.ittot.com/read.php/1121.htm</guid> 
<description>
<![CDATA[ 
	1：安装相关的组件,或者你可以选择面对装了一半之后跳出来这样一个提示：<br/><br/>cd /usr/local/directadmin/custombuild<br/>./build all d<br/><br/>安装CentOS的相关组件的命令如下：<br/><br/>yum update -y<br/>yum install gcc-c++ gcc automake -y<br/>yum install make<br/>yum install flex<br/><br/>2：CentOS是附带了httpd的unix版本，但是因为directadmin的安装需要干净的系统，所以在装之前要反安装httpd,php,mysql这些web组件。<br/><br/>yum remove httpd* php* mysql* -y<br/>安装：<br/><br/>做完了热身运动，现在可以放心地参照官网的步骤进行DirectAdmin的安装了。<br/><br/>运行命令：<br/><br/>wget <a href="http://directadmin.com/setup.sh" target="_blank">http://directadmin.com/setup.sh</a><br/><br/>获取安装文件<br/>chmod +x setup.sh<br/><br/>更改文件权限+x是一种方式，也可以用控制面板里面用的比较多的755。<br/><br/>./setup.sh<br/><br/>运行安装文件，然后在下面填入相关的信息。其中hostname最好和vps里面的名字一样，我开始就用了vps.810081.com和host.810081.com两个名字，结果收到了提示邮件。<br/><br/>DirectAdmin’s setup has a few more things you need to fill:<br/><br/>Please enter your Client ID :<br/>Please enter your License ID :<br/>Please enter your hostname &#92;(server.domain.com&#92;)<br/>It must be a Fully Qualified Domain Name<br/>Do *not* use a domain you plan on using for the hostname:<br/>eg. don’t use domain.com. Use server.domain.com instead.<br/>Do not enter http:// or www<br/>Enter your hostname (FQDN) :<br/>Is this correct? (y,n) :<br/>Is eth0 your network adaptor with the license IP? (y,n) :<br/>Is xx.xx.xx.xx the IP in your license? (y,n) :<br/><br/>DirectAdmin will now be installed on: Enterprise 5<br/>Is this correct? (must match license) (y,n) :<br/><br/>You now have 2 options for your apache/php setup.<br/><br/>1: customapache: older, more tested. Includes Apache 1.3, php 4 and frontpage.<br/>2: custombuild 1.1: newer, less tested. Includes any Apache version, php 4, 5, or both in cli and/or suphp. Frontpage not available with Apache 2.x.<br/>Post any issues with custombuild to the forum: <a href="http://www.directadmin.com/forum/forumdisplay.php?f=61" target="_blank">http://www.directadmin.com/forum/forumdisplay.php?f=61</a><br/><br/>Enter your choice (1 or 2):<br/>针对vps的特殊设置：<br/><br/>经过这些步骤,directAdmin的安装已经完成了，对还差最后一个步骤。在vps上面还要将Ip，硬盘这些进行一个定位，用vi进入/usr/local /directadmin/conf/directadmin.conf这个文件，将其中的ethernet_dev的值改成<br/><br/>ethernet_dev=venet0:0<br/><br/>可以通过/sbin/ifconfig这个命令来查看自己的硬盘。<br/>善后：<br/><br/>如果忘了DirectAdmin的密码用<br/><br/>locate mysql.ini<br/><br/>来定位并翻看这个文件里面存在着DirectAdmin的密码，据说另外一种方式也可以，不过我试了没有成功了，还是照单列出来了，有兴趣的童鞋自己去试<br/><br/>cd /usr/local/directadmin<br/>./directadmin i<br/>./directadmin p<br/><br/>摘自：<a href="http://blog.dengruo.com/200909/572" target="_blank">http://blog.dengruo.com/200909/572</a>
]]>
</description>
</item><item>
<link>http://iam.ittot.com/read.php/1115.htm</link>
<title><![CDATA[饭否日志]]></title> 
<author>Totti &lt;totti5116@163.com&gt;</author>
<category><![CDATA[个人]]></category>
<pubDate>Wed, 03 Mar 2010 01:34:05 +0000</pubDate> 
<guid>http://iam.ittot.com/read.php/1115.htm</guid> 
<description>
<![CDATA[ 
	这篇日志被加密了。请到源地址输入密码后查看。
]]>
</description>
</item><item>
<link>http://iam.ittot.com/read.php/1114.htm</link>
<title><![CDATA[Supesite使用CDN后获取真实IP 办法]]></title> 
<author>Totti &lt;totti5116@163.com&gt;</author>
<category><![CDATA[个人]]></category>
<pubDate>Sat, 23 Jan 2010 09:11:38 +0000</pubDate> 
<guid>http://iam.ittot.com/read.php/1114.htm</guid> 
<description>
<![CDATA[ 
	include/main.inc.php文件，这部分<br/><div class="code">if(getenv(&#039;HTTP_CLIENT_IP&#039;) &amp;&amp; strcasecmp(getenv(&#039;HTTP_CLIENT_IP&#039;), &#039;unknown&#039;)) &#123;<br/>&nbsp;&nbsp;$_SGLOBAL&#91;&#039;onlineip&#039;&#93; = getenv(&#039;HTTP_CLIENT_IP&#039;);<br/>&#125; elseif(getenv(&#039;HTTP_X_FORWARDED_FOR&#039;) &amp;&amp; strcasecmp(getenv(&#039;HTTP_X_FORWARDED_FOR&#039;), &#039;unknown&#039;)) &#123;<br/>&nbsp;&nbsp;$_SGLOBAL&#91;&#039;onlineip&#039;&#93; = getenv(&#039;HTTP_X_FORWARDED_FOR&#039;);<br/>&#125; elseif(getenv(&#039;REMOTE_ADDR&#039;) &amp;&amp; strcasecmp(getenv(&#039;REMOTE_ADDR&#039;), &#039;unknown&#039;)) &#123;<br/>&nbsp;&nbsp;$_SGLOBAL&#91;&#039;onlineip&#039;&#93; = getenv(&#039;REMOTE_ADDR&#039;);<br/>&#125; elseif(isset($_SERVER&#91;&#039;REMOTE_ADDR&#039;&#93;) &amp;&amp; $_SERVER&#91;&#039;REMOTE_ADDR&#039;&#93; &amp;&amp; strcasecmp($_SERVER&#91;&#039;REMOTE_ADDR&#039;&#93;, &#039;unknown&#039;)) &#123;<br/>&nbsp;&nbsp;$_SGLOBAL&#91;&#039;onlineip&#039;&#93; = $_SERVER&#91;&#039;REMOTE_ADDR&#039;&#93;;<br/>&#125;<br/></div><br/><br/>替换成<br/><div class="code">function get_real_ip()<br/>&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $ip=false;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if(!empty($_SERVER&#91;&quot;HTTP_CLIENT_IP&quot;&#93;))<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$ip = $_SERVER&#91;&quot;HTTP_CLIENT_IP&quot;&#93;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#125;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!empty($_SERVER&#91;&#039;HTTP_X_FORWARDED_FOR&#039;&#93;))<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$ips = explode (&quot;, &quot;, $_SERVER&#91;&#039;HTTP_X_FORWARDED_FOR&#039;&#93;);<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if ($ip)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; array_unshift($ips, $ip); $ip = FALSE;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#125;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for ($i = 0; $i &lt; count($ips); $i++)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!eregi (&quot;^(10&#124;172&#92;.16&#124;192&#92;.168)&#92;.&quot;, $ips&#91;$i&#93;))<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $ip = $ips&#91;$i&#93;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; break;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#125;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#125;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#125;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return ($ip ? $ip : $_SERVER&#91;&#039;REMOTE_ADDR&#039;&#93;);<br/>&#125;<br/>$_SGLOBAL&#91;&#039;onlineip&#039;&#93; = get_real_ip();</div><br/><br/>
]]>
</description>
</item><item>
<link>http://iam.ittot.com/read.php/1110.htm</link>
<title><![CDATA[Weave新版本的Bug-按钮被隐藏]]></title> 
<author>Totti &lt;totti5116@163.com&gt;</author>
<category><![CDATA[个人]]></category>
<pubDate>Fri, 01 Jan 2010 08:23:01 +0000</pubDate> 
<guid>http://iam.ittot.com/read.php/1110.htm</guid> 
<description>
<![CDATA[ 
	Weave 是一款在Firefox下同步书签的软件，今天全新安装的时候发现竟然不能同步了，仔细检查发现，原来是Weave新版本的Bug，隐藏调了两个按钮导致的。<br/><br/><a href="http://iam.ittot.com/attachment.php?fid=542" target="_blank"><img src="http://iam.ittot.com/attachment.php?fid=542" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/><a href="http://iam.ittot.com/attachment.php?fid=539" target="_blank"><img src="http://iam.ittot.com/attachment.php?fid=539" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>这里就是出错的地方，本来下面还有两个按钮选择的，被隐藏了，临时解决办法是：“选中，按TAB键两下，按回车”这样就选择“继续”的按钮了。<br/><a href="http://iam.ittot.com/attachment.php?fid=540" target="_blank"><img src="http://iam.ittot.com/attachment.php?fid=540" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/><a href="http://iam.ittot.com/attachment.php?fid=541" target="_blank"><img src="http://iam.ittot.com/attachment.php?fid=541" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/>
]]>
</description>
</item><item>
<link>http://iam.ittot.com/read.php/1103.htm</link>
<title><![CDATA[Directadmin安装 Zend Optimizer]]></title> 
<author>Totti &lt;totti5116@163.com&gt;</author>
<category><![CDATA[个人]]></category>
<pubDate>Sun, 20 Dec 2009 03:16:27 +0000</pubDate> 
<guid>http://iam.ittot.com/read.php/1103.htm</guid> 
<description>
<![CDATA[ 
	第一步：<br/>Edit /usr/local/directadmin/custombuild/options.conf file and change zend=no to zend=yes.<br/><br/>第二步：<br/>cd /usr/local/directadmin/custombuild<br/>./build update<br/>./build zend
]]>
</description>
</item><item>
<link>http://iam.ittot.com/read.php/1101.htm</link>
<title><![CDATA[Centos 常用命令收集]]></title> 
<author>Totti &lt;totti5116@163.com&gt;</author>
<category><![CDATA[个人]]></category>
<pubDate>Sun, 13 Dec 2009 10:01:45 +0000</pubDate> 
<guid>http://iam.ittot.com/read.php/1101.htm</guid> 
<description>
<![CDATA[ 
	一：查看cpu<br/><br/>more /proc/cpuinfo &#124; grep "model name"<br/>grep "model name" /proc/cpuinfo<br/><br/>如果觉得需要看的更加舒服<br/><br/>grep "model name" /proc/cpuinfo &#124; cut -f2 -d: <br/><br/> <br/><br/>二：查看内存<br/><br/>grep MemTotal /proc/meminfo<br/><br/>grep MemTotal /proc/meminfo &#124; cut -f2 -d:<br/><br/>free -m &#124;grep "Mem" &#124; awk '&#123;print $2&#125;'<br/><br/>三：查看cpu是32位还是64位<br/><br/>查看CPU位数(32 or 64)<br/><br/>getconf LONG_BIT<br/><br/>四：查看当前linux的版本<br/><br/>more /etc/redhat-release<br/>cat /etc/redhat-release<br/><br/>五：查看内核版本<br/><br/>uname -r<br/><br/>uname -a<br/> <br/><br/>六：查看当前时间<br/><br/>date<br/><br/>上面已经介绍如何同步时间了，<br/><br/>七：查看硬盘和分区<br/><br/>df -h<br/><br/>fdisk -l<br/><br/>也可以查看分区<br/><br/>du -sh<br/><br/>可以看到全部占用的空间<br/><br/>du /etc -sh<br/><br/>可以看到这个目录的大小<br/><br/>vi /etc/fstab<br/>挂载分区<br/><br/><a href="http://www.chinaunix.net/jh/4/334800.html" target="_blank">http://www.chinaunix.net/jh/4/334800.html</a><br/>八：查看安装的软件包<br/><br/>查看系统安装的时候装的软件包<br/><br/>cat -n /root/install.log<br/><br/>more /root/install.log &#124; wc -l<br/><br/>查看现在已经安装了那些软件包<br/><br/>rpm -qa<br/><br/>rpm -qa &#124; wc -l<br/><br/>yum list installed &#124; wc -l<br/><br/>不过很奇怪，我通过rpm，和yum这两种方式查询的安装软件包，数量并不一样。没有找到原因。<br/><br/> <br/><br/>九：查看键盘布局<br/><br/>cat /etc/sysconfig/keyboard<br/><br/>cat /etc/sysconfig/keyboard &#124; grep KEYTABLE &#124; cut -f2 -d=<br/><br/>十：查看selinux情况<br/><br/>sestatus<br/><br/>sestatus &#124; cut -f2 -d:<br/><br/>cat /etc/sysconfig/selinux<br/><br/>十一：查看ip，mac地址<br/><br/>在ifcfg-eth0 文件里你可以看到mac，网关等信息。<br/><br/>ifconfig<br/><br/>cat /etc/sysconfig/network-scripts/ifcfg-eth0 &#124; grep IPADDR<br/><br/>cat /etc/sysconfig/network-scripts/ifcfg-eth0 &#124; grep IPADDR &#124; cut -f2 -d=<br/><br/>ifconfig eth0 &#124;grep "inet addr:" &#124;awk '&#123;print $2&#125;'&#124;cut -c 6-<br/><br/>ifconfig&nbsp;&nbsp; &#124; grep 'inet addr:'&#124; grep -v '127.0.0.1' &#124; cut -d: -f2 &#124; awk '&#123; print $1&#125;'<br/><br/>查看网关<br/><br/>cat /etc/sysconfig/network<br/><br/>查看dns<br/><br/>cat /etc/resolv.conf<br/><br/>十二：查看默认语言<br/><br/>echo $LANG $LANGUAGE<br/><br/>cat /etc/sysconfig/i18n<br/><br/>十三：查看所属时区和是否使用UTC时间<br/><br/>cat /etc/sysconfig/clock<br/><br/>十四：查看主机名<br/><br/>hostname<br/><br/>cat /etc/sysconfig/network<br/><br/>修改主机名就是修改这个文件，同时最好也把host文件也修改。<br/><br/> <br/><br/># du -sh # 查看指定目录的大小<br/><br/># uptime # 查看系统运行时间、用户数、负载<br/><br/># cat /proc/loadavg # 查看系统负载<br/><br/># iptables -L # 查看防火墙设置<br/># route -n # 查看路由表<br/># netstat -lntp # 查看所有监听端口<br/># netstat -antp # 查看所有已经建立的连接<br/># netstat -s # 查看网络统计信息<br/><br/># w # 查看活动用户<br/># id # 查看指定用户信息<br/># last # 查看用户登录日志<br/># cut -d: -f1 /etc/passwd # 查看系统所有用户<br/># cut -d: -f1 /etc/group # 查看系统所有组<br/># crontab -l # 查看当前用户的计划任务<br/># chkconfig --list # 列出所有系统服务<br/># chkconfig --list &#124; grep on # 列出所有启动的系统服务<br/><br/>删除文件<br/>rm -rf&nbsp;&nbsp;文件夹<br/>top 查看进程管理<br/><br/>vi编辑到达页尾<br/>GG<br/>
]]>
</description>
</item><item>
<link>http://iam.ittot.com/read.php/1098.htm</link>
<title><![CDATA[雷人-爱你爱到死]]></title> 
<author>Totti &lt;totti5116@163.com&gt;</author>
<category><![CDATA[个人]]></category>
<pubDate>Fri, 04 Dec 2009 15:03:35 +0000</pubDate> 
<guid>http://iam.ittot.com/read.php/1098.htm</guid> 
<description>
<![CDATA[ 
	<br/>此处包含一个多媒体文件，请用网页方式查看。<br/>
]]>
</description>
</item><item>
<link>http://iam.ittot.com/read.php/1097.htm</link>
<title><![CDATA[ASF-AVI-RM-WMV Repair v1.82]]></title> 
<author>Totti &lt;totti5116@163.com&gt;</author>
<category><![CDATA[个人]]></category>
<pubDate>Wed, 02 Dec 2009 09:48:51 +0000</pubDate> 
<guid>http://iam.ittot.com/read.php/1097.htm</guid> 
<description>
<![CDATA[ 
	http://www.repairvideo.com/index.html<br/><br/><br/>注册信息：<br/>注册名：NiTROUS<br/>注册码：RVF353-22OIZDQEIB270-100005-54
]]>
</description>
</item><item>
<link>http://iam.ittot.com/read.php/1095.htm</link>
<title><![CDATA[下载silverlight的软件]]></title> 
<author>Totti &lt;totti5116@163.com&gt;</author>
<category><![CDATA[个人]]></category>
<pubDate>Thu, 26 Nov 2009 11:21:57 +0000</pubDate> 
<guid>http://iam.ittot.com/read.php/1095.htm</guid> 
<description>
<![CDATA[ 
	silverlight 的视频用普通的下载器无法下载，在同事的推荐下，用了orbitdownloader，果然灰常强大~~~<br/><br/>Orbit Downloader is a free Silverlight videos downloader which can help you to download videos from Silverlight freee and easily with great speed.&nbsp;&nbsp;Also Orbit Downloader can download and manage FLV videos from almost all of social media websites like Youtube, Myspace, Dailymotion, Metacafe, Google Video, iFilm, Yahoo, Pandora, Radioblogclub, IMEEM, iJigg, Silverlight..<br/><br/><a href="http://www.orbitdownloader.com/silverlight-downloader/download-videos-from-silverlight-free.htm" target="_blank">http://www.orbitdownloader.com/silverlight-downloader/download-videos-from-silverlight-free.htm</a>
]]>
</description>
</item>
</channel>
</rss>