<?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>YSCAPE!</title>
	<atom:link href="http://www.yscape.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yscape.com</link>
	<description>cut to the chase!</description>
	<lastBuildDate>Sat, 23 Mar 2013 22:21:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How to drop CentOS memory cache ?</title>
		<link>http://www.yscape.com/linux/how-to-drop-centos-memory-cache/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-drop-centos-memory-cache</link>
		<comments>http://www.yscape.com/linux/how-to-drop-centos-memory-cache/#comments</comments>
		<pubDate>Sat, 23 Mar 2013 22:21:28 +0000</pubDate>
		<dc:creator>TY</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[memory]]></category>

		<guid isPermaLink="false">http://www.yscape.com/?p=42</guid>
		<description><![CDATA[# /bin/sync; echo 3 &#62; /proc/sys/vm/drop_caches Another way to use it and to clear up swap as well /bin/sync; echo 3 > /proc/sys/vm/drop_caches &#038;&#038; swapoff -a &#038;&#038; swapon -a]]></description>
		<wfw:commentRss>http://www.yscape.com/linux/how-to-drop-centos-memory-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our modern life @Work, @Home, inBed</title>
		<link>http://www.yscape.com/yscape/our-lifework-home-bed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=our-lifework-home-bed</link>
		<comments>http://www.yscape.com/yscape/our-lifework-home-bed/#comments</comments>
		<pubDate>Sat, 23 Mar 2013 21:28:52 +0000</pubDate>
		<dc:creator>TY</dc:creator>
				<category><![CDATA[YSCAPE!]]></category>

		<guid isPermaLink="false">http://www.yscape.com/?p=28</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.yscape.com/yscape/our-lifework-home-bed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Required RPMs to install DirectAdmin on CentOS 5/6</title>
		<link>http://www.yscape.com/kb/required-rpms-to-install-directadmin-on-centos-56/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=required-rpms-to-install-directadmin-on-centos-56</link>
		<comments>http://www.yscape.com/kb/required-rpms-to-install-directadmin-on-centos-56/#comments</comments>
		<pubDate>Sat, 23 Mar 2013 21:18:42 +0000</pubDate>
		<dc:creator>TY</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[KB]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[directadmin]]></category>

		<guid isPermaLink="false">http://www.yscape.com/?p=25</guid>
		<description><![CDATA[# yum install wget gcc gcc-c++ flex bison make bind bind-libs bind-utils openssl openssl-devel perl quota libaio libcom_err-devel libcurl-devel gd zlib-devel zip unzip libcap-devel cronie bzip2 db4-devel cyrus-sasl-devel perl-ExtUtils-Embed autoconf automake libtool]]></description>
		<wfw:commentRss>http://www.yscape.com/kb/required-rpms-to-install-directadmin-on-centos-56/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install libmcrypt on CentOS 6.x via RPM ?</title>
		<link>http://www.yscape.com/linux/how-to-install-libmcrypt-on-centos-6-x-via-rpm/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-install-libmcrypt-on-centos-6-x-via-rpm</link>
		<comments>http://www.yscape.com/linux/how-to-install-libmcrypt-on-centos-6-x-via-rpm/#comments</comments>
		<pubDate>Mon, 11 Feb 2013 12:54:33 +0000</pubDate>
		<dc:creator>TY</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[libmcrypt]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://www.yscape.com/?p=19</guid>
		<description><![CDATA[CentOS 6.x (64 bit) Installation Notes: # cd /tmp/ #  wget http://pkgs.repoforge.org/libmcrypt/libmcrypt-devel-2.5.7-1.2.el6.rf.x86_64.rpm #  wget http://pkgs.repoforge.org/libmcrypt/libmcrypt-2.5.7-1.2.el6.rf.x86_64.rpm #  rpm -Uhv libmcrypt-*.rpm]]></description>
		<wfw:commentRss>http://www.yscape.com/linux/how-to-install-libmcrypt-on-centos-6-x-via-rpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find files that was last accessed 12 hours ago ?</title>
		<link>http://www.yscape.com/linux/how-to-find-files-that-was-last-accessed-12-hours-ago/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-find-files-that-was-last-accessed-12-hours-ago</link>
		<comments>http://www.yscape.com/linux/how-to-find-files-that-was-last-accessed-12-hours-ago/#comments</comments>
		<pubDate>Wed, 30 Jan 2013 11:07:04 +0000</pubDate>
		<dc:creator>TY</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[amin]]></category>
		<category><![CDATA[atime]]></category>
		<category><![CDATA[cmin]]></category>
		<category><![CDATA[ctime]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mmin]]></category>
		<category><![CDATA[mtime]]></category>

		<guid isPermaLink="false">http://www.yscape.com/?p=15</guid>
		<description><![CDATA[Each file in Linux  has three time stamps, which record the last time that certain actions were performed on the file: [a] access (read the file&#8217;s contents) &#8211; atime (days) OR  amin (minutes) [b] change the status (modify the file or its attributes) OR ctime (days) / cmin (minutes) [c] modify (change the file&#8217;s contents) &#8211; [...]]]></description>
		<wfw:commentRss>http://www.yscape.com/linux/how-to-find-files-that-was-last-accessed-12-hours-ago/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Delete All admin Tickets (Messages) from Directadmin</title>
		<link>http://www.yscape.com/kb/directadmin/how-to-delete-all-admin-tickets-messages-from-directadmin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-delete-all-admin-tickets-messages-from-directadmin</link>
		<comments>http://www.yscape.com/kb/directadmin/how-to-delete-all-admin-tickets-messages-from-directadmin/#comments</comments>
		<pubDate>Tue, 29 Jan 2013 19:44:17 +0000</pubDate>
		<dc:creator>TY</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[directadmin]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.yscape.com/?p=10</guid>
		<description><![CDATA[To delete all the admin messages (tickets) from direct admin control panel: Goto this folder /usr/local/directadmin/data/tickets # cd /usr/local/directadmin/data/tickets Delete all the folder content, which is the messages # rm -Rf * Clear up the messages database file # echo "" &#62; /usr/local/directadmin/data/admin/tickets.list All messages should be cleared now, mostly those messages are from the brute-force attack [...]]]></description>
		<wfw:commentRss>http://www.yscape.com/kb/directadmin/how-to-delete-all-admin-tickets-messages-from-directadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup 32-bit ODBC DSN on Windows Server 2008 R2</title>
		<link>http://www.yscape.com/windows-2008-r2/how-to-setup-32-bit-odbc-dsn-no-windows-server-2008-r2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-setup-32-bit-odbc-dsn-no-windows-server-2008-r2</link>
		<comments>http://www.yscape.com/windows-2008-r2/how-to-setup-32-bit-odbc-dsn-no-windows-server-2008-r2/#comments</comments>
		<pubDate>Tue, 29 Jan 2013 19:10:40 +0000</pubDate>
		<dc:creator>TY</dc:creator>
				<category><![CDATA[Windows 2008 R2]]></category>
		<category><![CDATA[DSN]]></category>
		<category><![CDATA[odbc]]></category>
		<category><![CDATA[windows 2008]]></category>

		<guid isPermaLink="false">http://www.yscape.com/?p=1</guid>
		<description><![CDATA[To create a 32bit ODBC DSN on Windows Server 2008 R2, do the following steps: Click Start -&#62; Run Type in the run box C:\Windows\SysWOW64\odbcad32.exe Create the DSN]]></description>
		<wfw:commentRss>http://www.yscape.com/windows-2008-r2/how-to-setup-32-bit-odbc-dsn-no-windows-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
