<?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>Windows 7 Help is around the corner - GoITExpert.com &#187; Other</title>
	<atom:link href="http://www.goitexpert.com/topics/other/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goitexpert.com</link>
	<description>Your Experienced Windows 7 IT Source</description>
	<lastBuildDate>Wed, 12 May 2010 21:02:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>10 Ways To Recover Deleted Files In Linux</title>
		<link>http://www.goitexpert.com/other/10-ways-to-recover-deleted-files-in-linux/</link>
		<comments>http://www.goitexpert.com/other/10-ways-to-recover-deleted-files-in-linux/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 12:34:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://www.goitexpert.com/entry.cfm?entry=10-Ways-To-Recover-Deleted-Files-In-Linux</guid>
		<description><![CDATA[<p>I don&#8217;t know of anyone who hasn&#8217;t accidentally deleted a file and couldn&#8217;t  recover it.&#160; &#160;On Windows, it&#8217;s relatively easy to recover,  just read this article.&#160; But on Linux, &#160;how do you do it? More specifically, if you  delete something in the Terminal screen in command line how do you recover the  file? &#160;Some distros of Linux has recycle  bin such as Ubuntu, but most don&#8217;t.&#160; The  deleted files just go into the ether. </p>]]></description>
			<content:encoded><![CDATA[<p>I don&rsquo;t know of anyone who hasn&rsquo;t accidentally deleted a file and couldn&rsquo;t  recover it.&nbsp; &nbsp;On Windows, it&rsquo;s relatively easy to recover,  just read this article.&nbsp; But on Linux, &nbsp;how do you do it? More specifically, if you  delete something in the Terminal screen in command line how do you recover the  file? &nbsp;Some distros of Linux has recycle  bin such as Ubuntu, but most don&rsquo;t.&nbsp; The  deleted files just go into the ether. </p>
<p> Here is a good tip for the novices and rookies to use.<br />
  Change rm to <strong>alias=&rsquo;rm -i&rsquo;. </strong></p>
<p>This way, every time you delete a file, the system will ask if you&rsquo;re sure. </p>
<p>The second tip is to do backups. You can use a utility like <strong>rsync </strong>to  copy the important directories and files to another system or partition. You  can set a <a href="http://www.hittastic.com/search.jsp?query=crontab">crontab</a> to do this daily or even hourly.</p>
<ol start="1" type="1">
<li><a href="http://recover.sourceforge.net/linux/recover/">Recover</a> &#8211;       automates some steps as described in the <a href="http://tldp.org/HOWTO/Ext2fs-Undeletion.html">Ext2fs-Undeletion-howto</a> in order to recover a lost file. This utility will greatly increase your       file recover rate. People who do not know how to undelete a file are       encouraged to use this utility. </li>
</ol>
<p align="center"><img border="0" width="575" height="432" src="/article-images/linu_image002.jpg" /></p>
<ol start="2" type="1">
<li><a href="ftp://pit-manager.mit.edu/pub/delete/">athena-delete</a> &#8211; was       written at Project Athena in response to the problem which many novice       UNIX users have with accidentally deleting files they didn&rsquo;t want to       delete. </li>
<li><a href="http://packetstormsecurity.nl/UNIX/utilities/unrm-0.92.tar.gz">unrm</a> &#8211; a small shell utility which can, under some circumstances, recover       almost 99% of your erased data (similar to DOS&rsquo;s undelete). Read carefully       the FAQ file and preferably the <a href="http://tldp.org/HOWTO/Ext2fs-Undeletion.html">Linux Ext2fs       Undeletion Mini-HOWTO</a> before using it. </li>
</ol>
<p align="center"><img border="0" width="575" height="432" src="/article-images/linu_image004.jpg" /></p>
<p align="left"> Usage:&nbsp; <strong>unrm  [-b (no block padding)] [-e (every block)] [-f fstype] [-vW] device [block.. ]</strong></p>
<ol start="4" type="1">
<li><a href="http://sourceforge.net/projects/giis/">gET iT i sAY</a> &#8211; a file       recovery tool for Ext2/Ext3 filesystems. Once installed, current files and       newly created files from /root and /home are recovered. It allows users to       recover all deleted files, recover files owned by a specific user, dump       data from old file locations, and recover files of a specific type, such       as text or MP3. A forensic analyzer is also provided to assist users       during recovery. </li>
<li><a href="http://e2undel.sourceforge.net">e2undel</a> &#8211; an interactive console       tool that recovers the data of deleted files on an ext2 file system under       Linux. A library that allows you to recover deleted files by name is       included. e2undel does not manipulate any internal ext2 structures, and it       does not require any additional tools. It should be useable without       knowledge of the ext2 internal. </li>
</ol>
<p align="center"><img border="0" width="575" height="432" src="/article-images/linu_image006.jpg" /></p>
<p align="center"><img border="0" width="575" height="432" src="/article-images/linu_image008.jpg" /></p>
<p>  Usage: <strong>e2undel &ndash;d device &ndash;s path [-a] [-t]</strong><br />
  <strong>-d</strong> file system where to look for  deleted files<br />
  <strong>-s</strong> directory where to save undeleted  files<br />
  <strong>-a</strong> work on all files<br />
  <strong>-t</strong> try to determine type of deleted  files w/o names<br />
  <strong>-l</strong> just give a list of valid file in  undel log file<br />
Device  should not be mounted, and path should not reside within device</p>
<ol start="6" type="1">
<li><a href="http://anyfs-tools.sourceforge.net/">anyfs-tools</a> &#8211; allows you to       recover and convert filesystems while using minimal extra disk space.       Unlike other recovery tools, anyfs-tools doesn&rsquo;t copy all the files found       on other disks (or partitions), but only saves information about the       location of the file blocks to an external inode table. After recovery, a       user may mount the damaged filesystem with anyfs and the external inode       table and then interact with all recovered files with any program. </li>
<li><a href="http://1nj1.net/rfs/rfs.html">rfs</a> &#8211; a shell script for creating       and updating a local spare system disk. The main goal is to recover a       working system after a crash quickly. In this case, &ldquo;quickly&rdquo; means the       time it takes to reboot the machine. rfs stands for &ldquo;replication of       filesystems&rdquo;. Like rsyncbackup, rfs is built on top of rsync. </li>
<li><a href="http://www.guzu.net/linux/e2retrieve.php">e2retrieve </a>- an Ext2       data recovery tool that works on truncated or partial filesystems. It is       very useful to retrieve data when a disk from an LVM crashes. It does not       repair the filesystem but extracts and copies most of the data it can from       raw Ext2 data given to it. </li>
<li><a href="http://www.vanheusden.com/findfile/">findfile</a> &#8211; a collection of       tools for recovering files from filesystems with corrupted directories,       allocation tables, etc. This can be useful when the partition table (or       more) of a hard disk is corrupted, or when you have a memory card of a       digital camera which is corrupted. </li>
<li><a href="http://www.cgsecurity.org/wiki/TestDisk">TestDisk</a> &#8211; a tool to       check and undelete partitions. It works with the following partitions:       FAT12, FAT16, FAT32, Linux, Linux swap (version 1 and 2), NTFS (Windows       NT/W2K/2003), BeFS (BeOS), UFS (BSD), JFS, XFS, and Netware. </li>
</ol>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.goitexpert.com%2Fother%2F10-ways-to-recover-deleted-files-in-linux%2F&amp;linkname=10%20Ways%20To%20Recover%20Deleted%20Files%20In%20Linux"><img src="http://www.goitexpert.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.goitexpert.com/other/10-ways-to-recover-deleted-files-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resize Partitions In Windows Vista</title>
		<link>http://www.goitexpert.com/other/resize-partitions-in-windows-vista/</link>
		<comments>http://www.goitexpert.com/other/resize-partitions-in-windows-vista/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 12:27:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://www.goitexpert.com/entry.cfm?entry=Resize-Partitions-In-Windows-Vista</guid>
		<description><![CDATA[<p>Many people want to resize their  Hard Drives after they have installed Vista on  it.&#160; Most people automatically search for  some shareware program that will do this for them so that they don&#8217;t have to  re-install Windows and they don&#8217;t have to pay for Partition Magic.&#160; One often overlooked feature of Vista is the ability to resize partitions, and do it  well!</p>]]></description>
			<content:encoded><![CDATA[<p>Many people want to resize their  Hard Drives after they have installed Vista on  it.&nbsp; Most people automatically search for  some shareware program that will do this for them so that they don&rsquo;t have to  re-install Windows and they don&rsquo;t have to pay for Partition Magic.&nbsp; One often overlooked feature of Vista is the ability to resize partitions, and do it  well!</p>
<p>To resize your Vista Partition  click on <strong>Start</strong> &#8211; <strong>Control Panel</strong></p>
<p align="left">Double Click the <strong>Administrative Tools</strong> Icon.</p>
<p align="center">    <img width="576" height="432" src="/article-images/resize_image002.jpg" /></p>
<p align="left"> In the administrative tools window you will see <strong>Computer Management</strong>. Double click it.</p>
<p align="center"><img width="576" height="432" src="/article-images/resize_image004.jpg" /></p>
<p align="left">  Now that you have computer management open, look down the list on the left. Click on <strong>Disk Management</strong>.  Now look at the top middle part of the window. Find the disk you want to resize  and single click on it. Once you have done this a list of volumes on that drive  will appear below the top window.<br />
  Right click on the volume you  want to resize and you will be given the option to shrink or expand it. If an  option is grayed out it means you either cannot shrink it any smaller, or  cannot expand it any larger.</p>
<p>  We will be shrinking my drive.</p>
<p align="center">  <img width="576" height="432" src="/article-images/resize_image006.jpg" /></p>
<p align="left"> When it is shrinking there is no progress bar or window so just hold steady  until the process is finished.&nbsp; It took  about 30 seconds for my drive to be shrunk.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.goitexpert.com%2Fother%2Fresize-partitions-in-windows-vista%2F&amp;linkname=Resize%20Partitions%20In%20Windows%20Vista"><img src="http://www.goitexpert.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.goitexpert.com/other/resize-partitions-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coherence for your Cached Data Services</title>
		<link>http://www.goitexpert.com/other/coherence-for-your-cached-data-services/</link>
		<comments>http://www.goitexpert.com/other/coherence-for-your-cached-data-services/#comments</comments>
		<pubDate>Wed, 07 Mar 2007 17:54:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://www.goitexpert.com/entry.cfm?entry=Coherence-for-your-Cached-Data-Services</guid>
		<description><![CDATA[<p>For such companies as FedEx, Wachovia Bank and Sony Pictures integration of a clustered caching solution for their applications and application servers is not a trivial matter. All of these companies run complex financial and business services application on the J2EE platform and Tangosol's Coherence, a clustered J2EE Cache, provides reliability and speed required for their heavy weight infrastructure.</p>]]></description>
			<content:encoded><![CDATA[<p>For such companies as FedEx, Wachovia Bank and Sony Pictures integration of a clustered caching solution for their applications and application servers is not a trivial matter. All of these companies run complex financial and business services application on the J2EE platform and Tangosol&#8217;s Coherence, a clustered J2EE Cache, provides reliability and speed required for their heavy weight infrastructure.</p>
<p>To describe this product as a simple and fast clustered J2EE cache does not do it justice. From the Tangosol&#8217;s website Coherence:</p>
<p><em>&nbsp; &nbsp; &#8220;enables in-memory data management for clustered J2EE applications and application servers. Coherence makes sharing and managing data in a cluster as simple as on a single server. It accomplishes this by coordinating updates to the data using cluster-wide concurrency control, replicating and distributing data modifications across the cluster using the highest performing clustered protocol available, and delivering notifications of data modifications to any servers that request them. Developers can easily take advantage of Coherence features using the standard Java collections API to access and modify data, and use the standard JavaBean event model to receive data change notifications.&#8221;</em></p>
<p>This description outlines the most significant features of this software package, and the proof of in its quality lies it&#8217;s continued popularity, as well as a list of customers that reads as who&#8217;s who of the Big International Business. Recently, Network World ranked Coherence as the number two best network architecture/software product surpassed only by VMware&#8217;s offering. This alone speaks firmly for a high credibility of this package.</p>
<p>By far, the best feature provided by Coherence is its seamless integration into existing environment, and no headache scalability features that enable administrators to add and remove servers to and from their clusters. Coherence dynamically adjusts itself by discovering new servers, providing fail-over services and reorganizing itself to manage the data grid cluster.</p>
<p>Also, partnership with industry leaders like HP, IBM, BEA, and others ensures that this Cache is compatible with a wide range of hardware and software that runs the infrastructures of businesses all over the world.</p>
<p><br/><i><a href="http://www.tangosol.com">Tangosol, Inc</a>. is the industry&#8217;s leading provider of reliable data grid solutions enabling enterprises to predictably scale mission-critical applications.</i></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.goitexpert.com%2Fother%2Fcoherence-for-your-cached-data-services%2F&amp;linkname=Coherence%20for%20your%20Cached%20Data%20Services"><img src="http://www.goitexpert.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.goitexpert.com/other/coherence-for-your-cached-data-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
