<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>file-system &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/file-system/</link>
	<description>Feed of posts on WordPress.com tagged "file-system"</description>
	<pubDate>Mon, 07 Jul 2008 08:17:35 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[To separate or not to separate (the file systems)?]]></title>
<link>http://liorkaplan.wordpress.com/?p=64</link>
<pubDate>Wed, 02 Jul 2008 20:12:19 +0000</pubDate>
<dc:creator>Lior Kaplan</dc:creator>
<guid>http://liorkaplan.wordpress.com/?p=64</guid>
<description><![CDATA[I have to handle some machines of commercial places which has a different standards about thier inst]]></description>
<content:encoded><![CDATA[<p>I have to handle some machines of commercial places which has a different standards about thier installations. The main difference is about creating a lot of file system instread of the normal few familiar in most distributions (/, /usr, /var, /tmp, /home).</p>
<p>While they create a FS for each product installed on the machine (a habit taken from UNIX when they didn't have any meaning of installation other than copying files), they also separate the variale files (e.g. logs or other very active files) of each product.</p>
<p>I'm trying to change these standards to be more close to the FHS (and use the advantenges of RPM/DEB), but one of the main questions I get is what will happen when the FS reach 100%. When everything is separated one product can't affect another, but that costs with a lot of sysadmin overhead. Leaving everhing variale in /var makes things easy, but hold some risk.</p>
<p>I'd be happy to hear what other sysadmins chose to do...</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Το βασικό σύστημα αρχείων του Linux]]></title>
<link>http://linuxologos.wordpress.com/?p=22</link>
<pubDate>Tue, 01 Jul 2008 15:09:48 +0000</pubDate>
<dc:creator>prts1</dc:creator>
<guid>http://linuxologos.wordpress.com/?p=22</guid>
<description><![CDATA[Αυτό που διαπιστώνει ο νέος χρήστης Linux μετά την επιτυχ]]></description>
<content:encoded><![CDATA[<p>Αυτό που διαπιστώνει ο νέος χρήστης Linux μετά την επιτυχή εγκατάσταση της διανομής που διάλεξε είναι ότι δεν ξέρει πού να ψάξει και τι να βρει...</p>
<p>Τα γραφικά εργαλεία βέβαια (file browser, πχ. Nautilus, Konqueror, Dolphin, Thunar) θα επιτρέψουν στο χρήστη να ανοίξει το "Υπολογιστής" και θα βρει τους δίσκους του και ένα άγνωστο <strong>"File System"</strong>, το οποίο με λίγη φαντασία θα καταλάβει, ότι μάλλον είναι τα αρχεία του λειτουργικού...</p>
<p>Αυτό που είχε συνηθίσει ο προερχόμενος από τα Windows χρήστης, απλά δεν υπάρχει... Δηλαδή δεν θα βρει κανένα C:, A:, D: κτλ.. Αυτό που θα βρει είναι ένας φάκελος με πολλούς (απρόσμενα πολλούς!) υποφακέλους. Όλοι με κάτι παράξενα ονόματα που δεν ξεπερνούν τους 4-5 χαρακτήρες. Και άντε πάλι κάποιων κάτι λέει το όνομά τους, οι άλλοι όμως;</p>
<p>Δεν χρειάζεται άγχος...</p>
<p>Το σύστημα αρχείων του λειτουργικού, αν κατανοηθεί, μπορεί να αγαπηθεί! Είναι <strong>σαφές</strong> και <strong>αυστηρό</strong>. Και δεν χρειάζεται ασφαλώς να το κατανοήσει ο μέσος χρήστης εις βάθος! Έτσι κι εμείς θα παρουσιάσουμε εδώ <span style="text-decoration:underline;">μόνο τα βασικά</span>.</p>
<p>Πριν όμως από αυτό, να θυμίσουμε κάτι ακόμα. Στο Linux οι κρυφοί φάκελοι/ αρχεία δεν ορίζονται από τις ιδιότητες του φακέλου/ αρχείου, αλλά από την τελεία (.) μπροστά από το όνομά τους.</p>
<div style="text-align:center;">______________________</div>
<p><!--coloro:#FF0000--><!--/colorc-->Αρχικά θεωρούμε ότι όλοι οι φάκελοι του λειτουργικού βρίσκονται στον <strong>ριζικό κατάλογο (root directory)</strong> που συμβολίζεται με μια σκέτη λοξή παύλα:<span style="color:#ff0000;"><!--/coloro--><strong> /</strong></span>. <em>Κάτω από αυτόν βρίσκονται όλοι οι υπόλοιποι</em>. Αν και υπάρχουν μερικές διαφορές μεταξύ των φακέλων που συναντάμε στις διάφορες διανομές, η βασική φιλοσοφία παραμένει. Έτσι οι φάκελοι που θα βρούμε είναι:</p>
<p><strong><span style="color:#008000;">/bin</span></strong></p>
<p><strong><span style="color:#008000;"><!--colorc--></span><!--/colorc--></strong>(binaries)<br />
Τα εκτελέσιμα των πιο βασικών προγραμμάτων. Κοινά για το σύστημα και όλους τους χρήστες (υπερχρήστες και απλούς).</p>
<p><!--coloro:#FF0000--><span style="color:#ff0000;"><strong>/boot</strong><!--colorc--></span></p>
<p><!--/colorc-->Όπως λέει και η λέξη, ο φάκελος αυτός φιλοξενεί αρχεία απαραίτητα για την εκκίνηση του λειτουργικού.<br />
<em>Ενδιαφέρον παρουσιάζουν μερικά αρχεία, τα οποία θα αναφέρουμε παρακάτω.</em></p>
<p><!--coloro:#808080--><span style="color:#808080;"><!--/coloro--><strong>/dev</strong><!--colorc--></span></p>
<p><!--/colorc-->(devices)<br />
Όλες οι συσκευές αναπαρίστανται στο λειτουργικό σαν αρχεία με ειδικές ρυθμίσεις.</p>
<p><!--coloro:#008000--><span style="color:#008000;"><strong>/etc</strong><!--colorc--></span></p>
<p><!--/colorc-->Γενικά περιέχει αρχεία ρυθμίσεων.<br />
<em>Ενδιαφέρον παρουσιάζουν μερικά αρχεία, τα οποία θα αναφέρουμε παρακάτω.</em></p>
<p><!--coloro:#0000FF--><span style="color:#0000ff;"><strong>/home</strong><!--colorc--></span></p>
<p><!--/colorc-->Μέσα σ' αυτόν τον φάκελο μπορούμε να νοιώθουμε σαν στο σπίτι μας! :-D</p>
<p>Αν έχουμε φτιάξει περισσότερους του ενός χρήστες, τότε αυτοί φιλοξενούνται σε αντίστοιχους υποφακέλους με όνομα το όνομα χρήστη που χρησιμοποιούν για login.</p>
<p>Εδώ κάνουμε ό,τι θέλουμε, έχουμε πλήρη δικαιώματα πάντοτε, μπορούμε να φυλάμε τα αρχεία μας κτλ.. Σε αυτόν φιλοξενούνται και κρυφοί φάκελοι με τις ρυθμίσεις μας για τα περισσότερα προγράμματα που χρησιμοποιούμε (πχ. εδώ φυλάσσονται τα profile του Firefox στον κρυφό φάκελο ~/.mozilla). Ο φάκελος αυτός μπορεί να περιέχει τα αρχεία μας ταξινομημένα στις δημοφιλείς κατηγορίες "Documents", "Music", "Photos", "Videos" και ο,τιδήποτε άλλο, χωρίς να είναι υποχρεωτικό κάτι από αυτά. Είπαμε εδώ είναι το σπίτι μας! Κάνουμε ό,τι θέλουμε! Προσοχή μόνο με το φάκελο "<strong>Desktop</strong>", γιατί αυτός είναι ολόκληρη η επιφάνεια εργασίας μας!</p>
<p>Παρενθετικά να θυμίσουμε ότι αυτός ο φάκελος του χρήστη μας, δηλαδή ο /home/onoma_xristi συμβολίζεται με "<strong>~</strong>" για συντομία. Αυτό σημαίνει ότι αν συναντήσουμε σε κάποιον οδηγό την διαδρομή ~/Documents, αυτό αντιστοιχεί σε /home/onoma_xristi/Documents.</p>
<p>Τέλος, να σημειώσουμε ότι αυτός ο φάκελος φρόνιμο είναι να αντιστοιχηθεί (κατά την εγκατάσταση ας πούμε) σε μία ξεχωριστή κατάτμηση του σκληρού.</p>
<p><!--coloro:#808080--><span style="color:#808080;"><strong>/initrd</strong><!--colorc--></span></p>
<p><!--/colorc-->Φάκελος για την εκκίνηση του λειτουργικού. Δεν υπάρχει σε όλες τις διανομές.</p>
<p><!--coloro:#008000--><!--/colorc--><span style="color:#008000;"><strong>/lib</strong><!--colorc--></span></p>
<p>(libraries)<br />
Βιβλιοθήκες. Πιο συγκεκριμένα διαμοιράσιμες βιβλιοθήκες του συστήματος και modules. Αντιστοιχούν κατά κάποιο τρόπο στα dll των Windows.</p>
<p><!--coloro:#696969--><span style="color:#696969;"><!--/coloro--><strong>/lost+found</strong><!--colorc--></span></p>
<p><!--/colorc-->Περιέχει αρχεία που σώθηκαν σε έκτακτες περιπτώσεις. Δεν είναι κάτι που θα μας απασχολήσει συχνά. Ίσως και ποτέ. Άλλωστε δεν είναι φάκελος του λειτουργικού, αλλά φάκελος που έχει κάθε κατάτμηση ξεχωριστά.</p>
<p><!--coloro:#0000FF--><span style="color:#0000ff;"><!--/coloro--><strong>/media</strong><!--colorc--></span></p>
<p><!--/colorc-->Σε αυτό τον φάκελο υπάρχουν άλλοι υποφάκελοι καθένας από τους οποίους αντιστοιχεί σε ένα προσαρτημένο τόμο (δίσκο/ κατάτμηση). Αυτό δεν σημαίνει ότι δεν μπορούμε να προσαρτήσουμε τις κατατμήσεις σε κάποιο άλλο σημείο, αλλά η τάξη είναι τάξη.<br />
<em>Με τον φάκελο αυτό θα ασχοληθούμε λίγο περισσότερο παρακάτω.</em></p>
<p><!--coloro:#008000--><span style="color:#008000;"><!--/coloro--><strong>/mnt</strong><!--colorc--></span></p>
<p><!--/colorc-->(mount=προσάρτηση)<br />
Ο φάκελος αυτός διατίθεται για τις προσωρινές προσαρτήσεις κάποιων κατατμήσεων. Σε κάποιες διανομές δεν χρησιμοποιείται καθόλου εκ προεπιλογής. Είναι θέμα του χρήστη, αν θα τον χρησιμοποιήσει ποτέ.<br />
<em>Με τον φάκελο αυτό θα ασχοληθούμε λίγο περισσότερο παρακάτω.</em></p>
<p><!--coloro:#008080--><span style="color:#008080;"><!--/coloro--><strong>/opt</strong><!--colorc--></span></p>
<p><!--/colorc-->Είναι ο χώρος εγκατάστασης κάποιων προγραμμάτων του χρήστη. Μόνο συγκεκριμένα προγράμματα πρακτικά τον χρησιμοποιούν. Σίγουρα όμως είναι εφαρμογές τρίτων κατασκευαστών, όπως πχ. το Google Picasa.</p>
<p><!--coloro:#808080--><span style="color:#808080;"><!--/coloro--><strong>/proc</strong><!--colorc--></span></p>
<p><!--/colorc-->Ένα εικονικό σύστημα αρχείων για τις λειτουργίες του συστήματος και τους πόρους του (χρησιμοποιείται με τις εκδόσεις των πυρήνων 2.4 και 2.6)</p>
<p><!--coloro:#FF0000--><span style="color:#ff0000;"><!--/coloro--><strong>/root</strong><!--colorc--></span></p>
<p><!--/colorc-->Με απλά λόγια είναι το home του χρήστη root. Ο λογαριασμός root δεν χρησιμοποιείται από όλες τις διανομές και μπορεί να βρείτε τον φάκελο αυτό τελείως άδειο (άντε να έχει μερικά κρυφά αρχεία).</p>
<p><!--coloro:#808080--><span style="color:#808080;"><!--/coloro--><strong>/sbin</strong><!--colorc--></span></p>
<p><!--/colorc-->Περιέχει πολύ σημαντικά προγράμματα για τη διαχείριση του συστήματος.</p>
<p><!--coloro:#808080--><span style="color:#808080;"><!--/coloro--><strong>/srv</strong><!--colorc--></span></p>
<p><!--/colorc-->(services)<br />
Πολύ συγκεκριμένη η χρήση του, η οποία αφορά σε δικτυακές εργασίες. Πιθανότατα θα τον βρείτε τελείως άδειο.</p>
<p><!--coloro:#808080--><span style="color:#808080;"><!--/coloro--><strong>/sys</strong><!--colorc--></span></p>
<p><!--/colorc-->Αντίστοιχης χρήσης με το /proc (χρησιμοποιείται στη σειρά 2.6)</p>
<p><!--coloro:#008000--><span style="color:#008000;"><!--/coloro--><strong>/tmp</strong><!--colorc--></span></p>
<p><!--/colorc-->(temporary)<br />
Χώρος για χρήση από προγράμματα που απαιτούν την δημιουργία προσωρινών αρχείων. Τα περιεχόμενά του καθαρίζονται αυτόματα.</p>
<p><!--coloro:#FF8C00--><span style="color:#ff8c00;"><!--/coloro--><strong>/usr</strong><!--colorc--></span></p>
<p><!--/colorc--><em>Ένας μεγάλος υποκατάλογος του ριζικού συστήματος.</em> Περιέχει φακέλους που συναντήσαμε στο ριζικό κατάλογο (πχ. bin, lib, sbin) μόνο που τα προγράμματα εδώ δεν αφορούν κρίσιμες υπηρεσίες ή μόνο τον administrator, αλλά είναι διαμοιράσιμα μεταξύ περισσοτέρων χρηστών.</p>
<p><!--coloro:#008000--><span style="color:#008000;"><!--/coloro--><strong>/var</strong><!--colorc--></span></p>
<p><!--/colorc-->(variable)<br />
Περιέχει αρχεία μεταβλητού περιεχομένου. Χαρακτηριστικά εδώ είναι αποθηκευμένα όλα τα log του συστήματος, που αντανακλούν την εύρυθμη ή μη λειτουργία του.<br />
<em>Κάποια αρχεία εδώ παρουσιάζουν ενδιαφέρον και θα αναφερθούμε σε αυτά παρακάτω.</em></p>
<div style="text-align:center;">______________________</div>
<p>Αυτοί ήταν οι φάκελοι που θα βρείτε (εκτός μερικών εξαιρέσεων ανάλογα με τη διανομή σας). <span style="text-decoration:underline;">Όπου δεν κάναμε κανένα σχόλιο, σημαίνει ότι με αυτούς τους φακέλους ΔΕΝ χρειάζεται να ασχοληθείτε!</span> Στους άλλους υπάρχουν κάποια αρχεία που μπορεί να χρειαστεί να ελέγξουμε ή/ και να επεξεργαστούμε κάποια φορά, οπότε θα αναφερθούμε ειδικότερα.</p>
<p>Να σημειώσουμε ότι όλοι οι φάκελοι πλην του /home απαιτούν <strong>αυξημένα δικαιώματα</strong> για να μπορείτε να τους επεξεργαστείτε. Αυτό προφανώς για λόγους ασφαλείας. Ακόμα να ξεκαθαρίσουμε ότι τα αρχεία ρυθμίσεων είναι <strong>απλά αρχεία κειμένου</strong>. Άρα τα επεξεργαζόμαστε με έναν κειμενογράφο, όπως τους <strong>gedit, kate, kwrite, nano</strong> κτλ.. Για να αποκτήσουμε δικαιώματα υπερχρήστη (administrator/ root) ανάλογα με τη διανομή μας μπορούμε να εισέλθουμε στο σύστημα με τον λογαριασμό root ή να παίρνουμε προσωρινά δικαιώματα σε μια συνεδρία τερματικού χρησιμοποιώντας συνήθως τις εντολές <strong>su</strong> ή <strong>sudo</strong> (προστρέξτε σε οδηγούς για την διανομή που χρησιμοποιείτε για πιο συγκεκριμένες οδηγίες).</p>
<div><!--coloro:#FFFFFF--><span style="color:#ffffff;"><!--/coloro--><!--sizeo:1--><span style="font-size:8pt;line-height:100%;"><!--/sizeo-->Για το forum του e-pcmag.gr, prts_1<!--sizec--></span><!--/sizec--><!--colorc--></span><!--/colorc--></div>
<p><!--coloro:#F4A460--><span style="color:#f4a460;"><!--/coloro--><strong>Τώρα ας δούμε μερικά αρχεία ρυθμίσεων που μπορεί να μας απασχολήσουν.</strong><!--colorc--></span></p>
<p><!--/colorc--><strong>/boot/grub/menu.lst</strong><br />
Κατά πάσα πιθανότητα ο bootloader (το πρόγραμμα που αναλαμβάνει τη φόρτωση του λειτουργικού) που εγκαταστήσατε ήταν ο GRUB. Τότε στην παραπάνω διαδρομή θα βρείτε το αρχείο που ρυθμίζει τι και πώς θα εμφανίζεται στην οθόνη επιλογής λειτουργικού κατά την εκκίνηση του υπολογιστή. Αν σας ενδιαφέρει δείτε <a href="http://www.e-pcmag.gr/forum/index.php?s=&#38;showtopic=26344&#38;view=findpost&#38;p=243531" target="_blank">εδώ</a>, ερώτηση 5 και φυσικά <a href="http://www.e-pcmag.gr/forum/index.php?showtopic=28931" target="_blank">εδώ</a>, για να κάνετε τα πάντα αυτόματα. <img style="vertical-align:middle;" src="http://www.e-pcmag.gr/forum/style_emoticons/emoticons/wink.gif" border="0" alt="wink.gif" /></p>
<p><strong>/etc/fstab</strong><br />
Το αρχείο αυτό ορίζει ποιες κατατμήσεις και πού θα προσαρτηθούν αυτόματα κατά την εκκίνηση του λειτουργικού ή μόλις γίνουν διαθέσιμες (πχ. εισαγωγή ενός οπτικού δίσκου ή μιας δισκέτας). Η "γλώσσα" που χρησιμοποιεί δεν είναι πολύ δύσκολη, αλλά χρειάζεται μια εξοικείωση. <em>Επιφυλασσόμαστε για περισσότερες οδηγίες πάνω στο θέμα αυτό, που μας απασχολεί συχνά.</em></p>
<p><strong>/etc/X11/xorg.conf</strong><br />
Το αρχείο που ρυθμίζει πολλές παραμέτρους του υλικού μας. Εδώ ρυθμίζεται εν μέρει το πληκτρολόγιο, η οθόνη και το κυριότερο η κάρτα γραφικών, που δυστυχώς απασχολεί ακόμα αρκετούς από μας. Κάθε διανομή όμως κάνει ελαφρώς διαφορετική χρήση αυτού του αρχείου και θα πρέπει να το επεξεργάζεστε μόνο κατά τις οδηγίες που θα βρίσκεται από άτομα που εμπιστεύεστε.</p>
<p><strong>/media</strong><br />
Τον φάκελο αυτό χρησιμοποιούμε συνήθως για να ορίζουμε το σημείο προσάρτησης (mount point) κατατμήσεων που φορτώνονται με την εκκίνηση του λειτουργικού. Το σημείο προσάρτησης είναι πάντα ένας υπο<strong>φάκελος</strong> του /media, πχ. /media/Windows ή /media/External-disk. Η αυτόματη προσάρτηση γίνεται μέσω του <strong>fstab</strong> που ήδη αναφέραμε.</p>
<p><strong>/mnt</strong><br />
Δεν διαφέρει σε τίποτα από το /media, εκτός του ότι μας επιτρέπει να βάλουμε μια τάξη. Δηλαδή ας θεωρήσουμε ότι στο /media προσαρτούμε τις κατατμήσεις (δίσκους) που χρησιμοποιούμε συνέχεια, ενώ στο /mnt θα προσαρτήσουμε κάτι σε μια έκτακτη περίπτωση. <em>Αυτά όμως δεν είναι απόλυτα και συνδέονται με τη φιλοσοφία της κάθε διανομής.</em></p>
<p><strong>/usr</strong><br />
Ενδιαφέρει το χρήστη κυρίως όταν θέλει να ψάξει για κάποιο λόγο χειροκίνητα ένα εκτελέσιμο αρχείο. Για παράδειγμα ένα πρόγραμμα που δεν έφτιαξε αυτόματα εγγραφή για το μενού και πρέπει να αναζητηθεί στο φάκελο που εγκαταστάθηκε (πιθανώς /usr/bin). Δεν είναι κάτι όμως που χρειάζεται να μάθει ο αρχάριος χρήστης.</p>
<p><strong>/var/log</strong><br />
Περιέχει log των συμβαμάτων του συστήματος. Το πιο κοινά χρησιμοποιούμενο ίσως είναι το <strong>/var/log/messages</strong>. Αν το παρακολουθήσετε για λίγη ώρα, συνδέοντας ένα φλασάκι για παράδειγμα θα καταλάβετε περί τίνος πρόκειται. Για αυτό βέβαια είναι εύκολη η δημιουργία ημιγραφικών εργαλείων επισκόπησης των αλλαγών, όπως στο Ubuntu στη διαδρομή System - Administration - System Log.</p>
<div style="text-align:center;">______________________</div>
<div style="text-align:center;"></div>
<div style="text-align:left;">Τελειώνοντας ας κάνουμε μία νύξη και για κάτι πιο <strong>προχωρημένο</strong>, αλλά άμεσα συνδεόμενο με την παραπάνω περιγραφή.</p>
<p>Όταν πληκτρολογούμε εντολές στην κονσόλα, αυτές φυσικά αντιστοιχούν σε εκτελέσιμα αρχεία (σύνολο εντολών = προγράμματα). Τα αρχεία αυτά όμως, για να μπορέσουν να εκτελεστούν απευθείας από ένα τερματικό χωρίς να καθοριστεί η διαδρομή του εκτελέσιμου αρχείου πρέπει να βρίσκονται σε κάποιες συγκεκριμένες διαδρομές. Δηλαδή κάθε εκτελέσιμο που βρίσκεται στις διαδρομές αυτές μπορεί να εκτελεστεί άμεσα από την κονσόλα.</p>
<p>Οι φάκελοι στους οποίους φιλοξενούνται αυτά τα αρχεία είναι συγκεκριμένοι και είναι κάποιοι από αυτούς που προαναφέραμε. Μπορούμε να τους "ανακαλύψουμε" δίνοντας την εντολή:<br />
<!--c1--></p>
<div class="codemain"><!--ec1--><strong>echo $PATH</strong><!--c2--></div>
<p><!--ec2--><br />
Θα μας επιστρέψει κάτι σαν:<br />
<!--quoteo--></p>
<blockquote>
<div class="quotemain"><!--quotec-->/home/prts2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games<!--QuoteEnd--></div>
</blockquote>
</div>
<div style="text-align:left;"><!--QuoteEEnd--><br />
Αυτό σημαίνει ότι ό,τι πρόγραμμα υπάρχει μέσα σε αυτούς τους φακέλους μπορεί να εκτελείται σαν απλή εντολή από ένα τερματικό. <img style="vertical-align:middle;" src="http://www.e-pcmag.gr/forum/style_emoticons/emoticons/smile.gif" border="0" alt="smile.gif" /></p>
<p>Οποιοδήποτε πρόγραμμα είναι εγκατεστημένο εκτός των παραπάνω διαδρομών, μπορεί να εκτελεστεί από κονσόλα μόνο μέσω του πλήρους path προς το εκτελέσιμο. Για παράδειγμα, έστω ότι κατέβασα μια δοκιμαστική έκδοση του Firefox και θέλω να την δοκιμάσω. Κατεβάζω και αποσυμπιέζω τα αρχεία του προγράμματος στην επιφάνεια εργασίας μου και βρίσκω το εκτελέσιμο αρχείο της εφαρμογής. Αν ήθελα να χρησιμοποιήσω την κονσόλα, θα έπρεπε να δώσω ~/Desktop/firefox/firefox...</p>
<p>Βέβαια μπορούμε να προσθέσουμε στο PATH νέες διαδρομές, αλλά πρώτον αυτό μπορεί να προκαλέσει θέματα ασφαλείας και μπερδέματα, αν δεν γνωρίζουμε, και δεύτερον αυτό θα χρειαστεί σε πολύ συγκεκριμένες περιπτώσεις και σταματούμε εδώ, γιατί έχουμε ξεφύγει.</p></div>
<div style="text-align:center;">______________________</div>
<p>Αυτά εν ευλόγω συντομία και απευθυνόμενοι σε αρχάριους χρήστες. Όποιος θέλει να εντρυφήσει στο σύστημα αρχείων του Linux παραπέμπεται στις ιστοσελίδες που παρατίθενται πιο κάτω.</p>
<div><!--coloro:#FFFFFF--><span style="color:#ffffff;"><!--/coloro--><!--sizeo:1--><span style="font-size:8pt;line-height:100%;"><!--/sizeo-->Για το forum του e-pcmag.gr, prts_1<!--sizec--></span><!--/sizec--><!--colorc--></span><!--/colorc--></div>
<p><!--coloro:#0000FF--><span style="color:#0000ff;"><!--/coloro--><!--sizeo:3--><span style="font-size:12pt;line-height:100%;"><!--/sizeo--><!--fonto:Comic Sans MS--><span style="font-family:Comic Sans MS;"><!--/fonto-->Ελπίζουμε το άρθρο να φανεί χρήσιμο στους χρήστες που εισέρχονται στη διαφορετική δομή του λειτουργικού αυτού και να το αγαπήσουν με τον τρόπο τους. </span></span></span>;-)<!--fontc--><!--/fontc--><!--sizec--><!--/sizec--><!--colorc--></p>
<p><!--/colorc--><!--sizeo:1--><span style="font-size:8pt;line-height:100%;"><!--/sizeo--><!--sizec--></span></p>
<p><!--/sizec--><!--coloro:#9932CC--><span style="color:#9932cc;"><span style="font-size:12pt;line-height:100%;"><strong>Χρήσιμες ιστοσελίδες για επέκταση στο θέμα.</strong><!--sizec--></span><!--/sizec--><!--colorc--></span></p>
<p><!--/colorc--><a href="http://www.pathname.com/fhs/pub/fhs-2.3.html#PURPOSE15" target="_blank">http://www.pathname.com/fhs/pub/fhs-2.3.html#PURPOSE15</a><br />
<a href="http://tldp.org/LDP/intro-linux/html/sect_03_01.html" target="_blank">http://tldp.org/LDP/intro-linux/html/sect_03_01.html</a><br />
<a href="http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard" target="_blank">http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard</a><br />
<a href="https://help.ubuntu.com/8.04/installation-guide/hppa/directory-tree.html" target="_blank">https://help.ubuntu.com/8.04/installation-g...ctory-tree.html</a></p>
<p><em>Μπορείτε να παρακολουθήσετε τη συζήτηση στο forum του e-pcmag.gr <a title="PC Magazine (ελληνική εκδοση)" href="http://www.e-pcmag.gr/forum/index.php?showtopic=49319&#38;st=0" target="_blank"><strong>εδώ</strong></a>.</em></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Linux File System Hierarchy Standard]]></title>
<link>http://ferrifadli.wordpress.com/?p=20</link>
<pubDate>Tue, 01 Jul 2008 04:17:42 +0000</pubDate>
<dc:creator>qiuxer</dc:creator>
<guid>http://ferrifadli.wordpress.com/?p=20</guid>
<description><![CDATA[In linux operating system, there are File System Hierarchy Standar.
This hierarchy must be available]]></description>
<content:encoded><![CDATA[<p>In linux operating system, there are File System Hierarchy Standar.</p>
<p>This hierarchy must be available for booting at first time.</p>
<p>This is a simple tutorial that explain about File System Hierarchy Standart in Linux.</p>
<p>In FHS must have :<br />
/bin<br />
/boot<br />
/dev<br />
/etc<br />
/lib<br />
/media<br />
/mnt<br />
/opt<br />
/sbin<br />
/srv<br />
/tmp<br />
/usr<br />
/var</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Process Monitor 1.35]]></title>
<link>http://giusva95xtreme.wordpress.com/?p=317</link>
<pubDate>Fri, 27 Jun 2008 08:50:56 +0000</pubDate>
<dc:creator>giusvaxtreme</dc:creator>
<guid>http://giusva95xtreme.wordpress.com/?p=317</guid>
<description><![CDATA[


Process Monitor 1.35 è un software della SysInternals (da un po’ di tempo acquisita da Microso]]></description>
<content:encoded><![CDATA[<p><img class="aligncenter" src="http://giusva95xtreme.files.wordpress.com/2008/05/process_monitor.gif?w=353&#38;h=404" alt="" /></p>
<div class="entry">
<div class="snap_preview">
<p>Process Monitor 1.35 è un software della SysInternals (da un po’ di tempo acquisita da Microsoft) che mostra, in tempo reale, le attività al file system e le modifiche/accessi dei programmi al Registro di sistema.</p>
<p>Download <a href="http://download.sysinternals.com/Files/ProcessMonitor.zip" target="_blank">Process Monitor 1.35 (standalone - non necessita di installazione)</a></div>
</div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Working Directory]]></title>
<link>http://beginlinux.wordpress.com/?p=52</link>
<pubDate>Thu, 26 Jun 2008 11:50:58 +0000</pubDate>
<dc:creator>beginlinux</dc:creator>
<guid>http://beginlinux.wordpress.com/?p=52</guid>
<description><![CDATA[The Working Directory is the location of the directory that you are currently in.  For example if yo]]></description>
<content:encoded><![CDATA[<p>The Working Directory is the location of the directory that you are currently in.  For example if you log into the system, it is designed so that you will begin in your home directory.  For example, if your username  was tom then your home directory by default would be /home/tom.  When tom logs into the system it places him in the /home/tom directory, which is the current working directory.  So if tom issues the command ls, then it will list the contents of /home/tom.  If tom moves to the /usr directory by using the command cd /usr (which means change directories to /usr) then the current working directory is /usr Current working directory is the current directory that a command will interact with.  Now, that does not mean that you have to be located in a directory to issue a command in the shell.  Regardless of your current working directory you can use a command that interacts with any directory by using a path.  For example, if you were located in the /home/tom directory you could list the contents of the /usr/share directory by using the path of that directory so the command would look like this:<br />
ls /usr/share</p>
<p>One command that will verify your working directory is the command pwd, which stands for print working directory.<br />
<strong><br />
Moving Around in Directories</strong><br />
The cd command is the basic way to move around in the directory system.  Cd followed by the directory location will move the users current working directory.  For example,<br />
cd /home </p>
<p>This command moves a user to the /home directory where all user directories are located.  If the user fred wanted to move to their /home directory they would use:<br />
cd /home/fred</p>
<p>There is a shortcut to moving to your home directory.  The ~ is equivalent to the home directory.  As a result fred can move to his home directory with this command:<br />
cd ~</p>
<p>This makes it easier than typing the full path.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Process Monitor 1.34]]></title>
<link>http://giusva95xtreme.wordpress.com/?p=313</link>
<pubDate>Wed, 25 Jun 2008 13:54:28 +0000</pubDate>
<dc:creator>giusvaxtreme</dc:creator>
<guid>http://giusva95xtreme.wordpress.com/?p=313</guid>
<description><![CDATA[
Process Monitor 1.34 è un software della SysInternals (da un po’ di tempo acquisita da Microsoft]]></description>
<content:encoded><![CDATA[<p><img class="aligncenter" src="http://giusva95xtreme.files.wordpress.com/2008/05/process_monitor.gif?w=353&#38;h=404" alt="" /></p>
<p>Process Monitor 1.34 è un software della SysInternals (da un po’ di tempo acquisita da Microsoft) che mostra, in tempo reale, le attività al file system e le modifiche/accessi dei programmi al Registro di sistema.</p>
<p>Download <a href="http://download.sysinternals.com/Files/ProcessMonitor.zip" target="_blank">Process Monitor 1.34 (standalone - non necessita di installazione)</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Tickler File]]></title>
<link>http://yourefficiencyspecialist.wordpress.com/?p=52</link>
<pubDate>Wed, 25 Jun 2008 02:49:53 +0000</pubDate>
<dc:creator>gracebrooke</dc:creator>
<guid>http://yourefficiencyspecialist.wordpress.com/?p=52</guid>
<description><![CDATA[A tickler file is simply a set of 31 numbered files representing each day of the month and a set of ]]></description>
<content:encoded><![CDATA[<p><span style="font-size:12pt;"><span style="font-family:Times New Roman;">A tickler file is simply a set of 31 numbered files representing each day of the month and a set of 12 files behind them for each month of the year. You may have heard of a tickler file before, but haven't taken advantage of it. Make a point this month to set one up. It will save you the embarrassment of missing your next doctor's appointment, friend's birthday, or girls night out. As invitations, tickets, school projects, permission slips, or anything with date-specific importance make their way into your home, you can file them into your tickler file. When the event draws near, you will have all the information needed. Just make sure to put the information into the file for the date you need to take action on, not when it is due. Keep information for later months in the 12 monthly folders. This is a good place for birthday cards, vacation information, holiday planning, etc.. </span></span><span style="font-size:12pt;"><span style="font-family:Times New Roman;"> </p>
<p>A tickler file system should occupy prime real estate (such as your household command center/information center). It should be checked daily and works only if used regularly.</span></span></p>
<p><span style="font-size:12pt;"><span style="font-family:Times New Roman;">The following link takes you to a simple and inexpensive system that can be used as your tickler file. <a title="Daily and Monthly Sorter" href="http://www.staples.com/office/supplies/p1_Staples-EveryDay-File-Sorter_13013_Business_Supplies_10051_SEARCH">Staples</a></span></span></p>
<div><span style="font-size:12pt;"><span style="font-family:Times New Roman;"> </span></span><span style="font-size:12pt;"><span style="font-family:Times New Roman;">There are a few versions out there. Choose one that fits your wants and needs.<span style="font-size:12pt;"><font face="Times New Roman"> </p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[How to recover your lost files]]></title>
<link>http://techpaul.wordpress.com/2008/06/23/how-to-recover-your-lost-files/</link>
<pubDate>Mon, 23 Jun 2008 23:13:57 +0000</pubDate>
<dc:creator>techpaul</dc:creator>
<guid>http://techpaul.wordpress.com/2008/06/23/how-to-recover-your-lost-files/</guid>
<description><![CDATA[You have deleted some old files and now you need them back.
Or, you disconnected your thumb drive by]]></description>
<content:encoded><![CDATA[<p>You have deleted some old files and now you need them back.<br />
Or, you disconnected your thumb drive by pulling it out of the machine without bothering with that "Safely Remove" thingy, and now your machine cannot "see" the thumb drive at all-- it's dead.</p>
<p>Your files are gone and you need them back.. what a nightmare! How do you get them back?</p>
<p>I cannot count the number of times I have advised my readers to make regular backup copies of their files (in fact, <a href="http://techpaul.wordpress.com/2007/07/02/automate-your-backup-and-get-some-peace-of-mind/" target="_blank"><em>Automate your backup and get some peace of mind</em></a> was one of the very first articles I wrote). Having copies of your files on some place other than your hard drive (such as a CD/DVD) <strong>is the surest way</strong> to make sure that some unfortunate mouse click, mechanical failure, or glitch doesn't permanently rob you of important documents, irreplaceable photographs, or costly music downloads. (There. I've nagged you again. Now, will you please run a Backup program and burn some discs?)</p>
<p>But you don't have backup copies of <em>these</em> files... you didn't think you'd ever need them.. but now you do. OK.<br />
As I mentioned in <a href="http://techpaul.wordpress.com/2008/05/06/delete-does-not-erase-your-data-preventing-recovery/" target="_blank"><em>Delete does not erase your data--preventing recovery</em></a>, if the reason you no longer have access to the file you want is because you emptied your Recycle Bin (Trash) or right-clicked+delete, you may recover your file with an undelete tool.. just so long as too much time has not elapsed.<br />
<strong>* </strong>It is a very good idea to install an undelete tool on your computer <strong><em>before</em></strong> you need it. If you haven't done so and you don't already have an undelete tool installed, use an online scanner/recovery tool such as <a title="download link" href="http://www.softperfect.com/products/filerecovery/" target="_blank">Softperfect File Recovery</a> to try to effect your recovery.</p>
<p>Other reasons for missing ("inaccessible") files are varied and numerous.. and I could fill a book book with detailed steps for each variant. (If you've had to reformat your hard drive, for example {try an "unformat" tool}. Data recovery is a large-- and costly --business.) Fortunately, I don't have to write it, it's already been written.</p>
<p><span style="text-decoration:underline;">Tip of the day+Today's free link:</span> Visit and bookmark the following Webpage.<br />
<a href="http://www.pcworld.com/" target="_blank">PC World</a> Magazine and <a href="http://tech.msn.com/" target="_blank">MSN Tech</a> have teamed up to bring us Kirk Steers' <a href="http://tech.msn.com/howto/articlepcw.aspx?cp-documentid=5406866" target="_blank"><em>How To Recover Almost Anything</em></a><em>,</em> a three page primer on data recovery steps, and advice for which tools to use.<br />
This information is first place to look when you run into a file recovery situation.. having it bookmarked ahead of time is a good idea, because timeliness is a factor in your success or failure.</p>
<p><strong>*** Disclaimer:</strong> you may have noticed that I used the words "may" and "can try"; this is because recovering damaged/corrupted, deleted, or "lost" files is as much luck as it is science. Certain things improve your chances of success.. but the only sure method is making copies of your stuff, and keeping them somewhere else.. like in a safe-deposit box.</p>
<p><strong>*</strong> <span style="text-decoration:underline;">Bonus free link of the day:</span> Folks, my friend and fellow Internationally Renown Tech Blogger, Bill Mullins, has posted what I consider to be a very important article regarding the current state of security on the Internet. You, your loved ones, and your friends should (IMHO) take a look at <em><a title="http://billmullins.wordpress.com/2008/06/23/script-kiddie-bonanza-do-it-yourself-phishing-kits/" href="http://billmullins.wordpress.com/2008/06/23/script-kiddie-bonanza-do-it-yourself-phishing-kits/" target="_blank">Script Kiddie Bonaza--Do-It-Yourself Phishing Kits</a></em></p>
<p>Copyright 2007-8 © Tech Paul. All rights reserved.<a title="post to jaanix" href="http://jaanix.com/post?url=&#38;title=&#38;tags=&#38;note=ℑ="><img style="vertical-align:middle;border-width:0;" src="http://s3.amazonaws.com/jaanix/img/jaanix_mini.png" alt="jaanix" height="16" /> post to jaanix</a></p>
<div></div>
<p><span class="sbmLink"></p>
<table border="0" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td class="sbmText">Share this post :</td>
<td class="sbmDim"><a class="sbmDim" title="Post it to backflip" href="http://www.backflip.com/add_page_pop.ihtml?url=http://techpaul.wordpress.com/2008/06/23/how-to-recover-your-lost-files/&#38;title=Tech--for Everyone &#124; How To Recover Your Lost Files" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/backflip4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to buddymark" href="http://buddymarks.com/s_add_bookmark.php?bookmark_url=http://techpaul.wordpress.com/2008/06/23/how-to-recover-your-lost-files/&#38;bookmark_title=Tech--for Everyone &#124; How To Recover Your Lost Files" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/buddymar4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to del.icio.us" href="http://del.icio.us/post?url=http://techpaul.wordpress.com/2008/06/23/how-to-recover-your-lost-files/&#38;;title=Tech--for Everyone &#124; How To Recover Your Lost Files" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to del.iri.ous!" href="http://de.lirio.us/bookmarks/sbmtool?action=add&#38;address=http://techpaul.wordpress.com/2008/06/23/how-to-recover-your-lost-files/&#38;title=Tech--for Everyone &#124; How To Recover Your Lost Files" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to digg" href="http://digg.com/submit?phase=2&#38;url=http://techpaul.wordpress.com/2008/06/23/how-to-recover-your-lost-files/&#38;title=Tech--for Everyone &#124; How To Recover Your Lost Files" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to furl" href="http://www.furl.net/store?s=f&#38;to=0&#38;u=http://techpaul.wordpress.com/2008/06/23/how-to-recover-your-lost-files/&#38;ti=Tech--for Everyone &#124; How To Recover Your Lost Files" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to reddit!" href="http://reddit.com/submit?url=http://techpaul.wordpress.com/2008/06/23/how-to-recover-your-lost-files/&#38;title=Tech--for Everyone &#124; How To Recover Your Lost Files" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to shadow" href="http://www.shadows.com/bookmark/saveLink.rails?page=http://techpaul.wordpress.com/2008/06/23/how-to-recover-your-lost-files/&#38;title=Tech--for Everyone &#124; How To Recover Your Lost Files" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/shadows6.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to technorati!" href="http://technorati.com/faves/?add=http://techpaul.wordpress.com/2008/06/23/how-to-recover-your-lost-files/&#38;title=Tech--for Everyone &#124; How To Recover Your Lost Files" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to wists" href="http://www.wists.com/?action=add&#38;url=http://techpaul.wordpress.com/2008/06/23/how-to-recover-your-lost-files/&#38;title=Tech--for Everyone &#124; How To Recover Your Lost Files" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/wists9.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://techpaul.wordpress.com/2008/06/23/how-to-recover-your-lost-files/&#38;t=Tech--for Everyone &#124; How To Recover Your Lost Files" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to email" href="mailto:&#38;body=I%20was%20reading%20this%20article%20and%20thought%20that%20you%20might%20like%20this:http://techpaul.wordpress.com/2008/06/23/how-to-recover-your-lost-files/&#38;subject=Tech--for%20Everyone%20%7C%20How%20To%20Recover%20Your%20Lost%20Files" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/mail69854.gif" border="0" alt="" /></a></td>
</tr>
</tbody>
</table>
<p></span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Y por qué no? XFS]]></title>
<link>http://ghostinthebash.wordpress.com/?p=5</link>
<pubDate>Fri, 20 Jun 2008 03:49:28 +0000</pubDate>
<dc:creator>Eugenio</dc:creator>
<guid>http://ghostinthebash.wordpress.com/?p=5</guid>
<description><![CDATA[Hace unas semanas atrás en un curso se administradores de Linux se tocó el infaltable tema de los ]]></description>
<content:encoded><![CDATA[<p style="margin-bottom:0;">Hace unas semanas atrás en un curso se administradores de Linux se tocó el infaltable tema de los sistemas de archivos donde los tipos encargados de dictarlo desarrollaron un pequeña guía, la cual es siempre interesante y bienvenida, pero, a mi parecer, me dio la impresión que se vuelven a repetir  errores presentes en otras clases, que son fruto de una falta de conocimiento y prueba de la tecnología; ya que a la hora de hablar de XFS la información es muy vaga y errónea, por ejemplo: se atribuyo este sistema de archivos a IBM???, en fin procedo a postear tres enlaces a sitios donde se detallan las características de este file system, que a mi parecer es muy bueno pero muy poco conocido en el ambiente linuxero amateur.</p>
<p style="margin-bottom:0;">Para finalizar, no quiero dejar de mencionar que siempre me quedo con un mal sabor de boca cuando uno de estos tipos nombra las características de esta tecnología para luego terminar recomendando REAISERFS o EXT3, sin antes repetir el chistesito de que al tipo de REISERFS lo metieron en cana... en fin, la razon de este malestar es que XFS muestra una ficha técnica mucho mas interesante que la de sus pares con el detalle  que XFS fue planteado con esta estructura desde sus inicios que no varia mucho en la actualidad en su implementación bajo Linux desde su implementación original para SGI - Silicon Graphics Inc. Esto apuntala la teoría de que si las cosas están hechas de forma inteligente desde el principio no se hace necesario el larga una version XFS2.</p>
<p style="margin-bottom:0;">El enlace de SGI</p>
<p><a title="SGI ficha tecnica de XFS" href="http://oss.sgi.com/projects/xfs/" target="_blank">http://oss.sgi.com/projects/xfs/<br />
</a></p>
<p>Sin miedo a nada la gente de debian dedica una pagina con todo tipo de test sobre varios FS... los resultados de XFS son muy buenos.</p>
<p><a title="Articulo en el sitio de debian" href="http://www.debian-administration.org/articles/388" target="_blank">http://www.debian-administration.org/articles/388</a></p>
<p>Este articulo no tiene desperdicio aunque se nota que el autor tiene puesta la camiseta de XFS, incluso da tips de como mejorar el rendimiento</p>
<p><a title="Test and tweak" href="http://everything2.com/node/1479435" target="_blank">http://everything2.com/node/1479435<br />
</a></p>
<p><a title="Test and tweak" href="http://everything2.com/node/1479435" target="_blank"><br />
</a></p>
<p style="margin-bottom:0;">
]]></content:encoded>
</item>
<item>
<title><![CDATA[How to mount ssh directories using FuSe]]></title>
<link>http://aurolive.wordpress.com/?p=6</link>
<pubDate>Tue, 17 Jun 2008 16:43:14 +0000</pubDate>
<dc:creator>aurolive</dc:creator>
<guid>http://aurolive.wordpress.com/?p=6</guid>
<description><![CDATA[Traditional methods for uploading, downloading, or editing remote files predominantly have consisted]]></description>
<content:encoded><![CDATA[<p>Traditional methods for uploading, downloading, or editing remote files predominantly have consisted of using an FTP client. An FTP client works fine for uploading and downloading, but editing remote files is a chore, as you have to download a file, edit it, then upload it again. And privacy with FTP is an issue as well.</p>
<p>More recently, other methods have become available, such as FTP with TLS support to protect authentication credentials, and the use of SFTP and SCP to copy files with encryption. While these solved the privacy issues, the convenience factor remained absent; you still needed to download a file, edit it, then re-upload it.</p>
<p>Using protocols like DAV allowed for the use of sharing files via HTTP or HTTPS, and some FTP clients made editing remote files more transparent — removing the manual steps. Even then, navigating remote file systems was limited to the interface of the FTP or DAV client.</p>
<p>The FUSE project has made editing remote files convenient by allowing local-filesystem-like access to remote files. With plugins like <em>sshfs</em>, which transparently makes an SFTP connection to a remote system seem like nothing more than a local directory, convenience and privacy are both available.</p>
<p>Most Linux distributions today provide FUSE support and also provide the sshfs plugin, so it should be a simple matter to install. Some distributions limit access to FUSE, which can be a wise thing considering how powerful it is. Distributions like Mandriva require that users who are allowed to use FUSE are added to the <em>fuse</em> group, which can be accomplished by executing, as root:</p>
<pre># usermod -G fuse joe</pre>
<p>This will add the user <em>joe</em> to the fuse group, granting him permission to use FUSE. When this is done, mounting a remote directory that you normally have access to via ssh or SFTP is a simple matter of executing, as the user:</p>
<pre>$ sshfs host:/path ~/localpath</pre>
<p>This mounts the directory <em>/path</em> on the remote host <em>host</em> in the directory <em>~/localpath</em> on the local system. Executing the mount command now, it is plain that the remote directory is mounted:</p>
<pre>$ mount</pre>
<pre>host:/path on /home/joe/localpath type fuse.sshfs (rw,nosuid,nodev,max_read=65536,user=joe)</pre>
<p>Navigating to <em>~/localpath</em> will enter the remote file system, and from here you can use any local tool to manipulate files as you wish. You can copy files using cp, navigate the directory tree using Konqueror, and edit files with vim or OpenOffice.org, etc.</p>
<p>To unmount this directory, use the <em>fusermount</em> command:</p>
<pre>$ fusermount -u ~/localpath</pre>
<p>The sshfs command can also take a number of extra arguments, such as the <em>-p</em> argument to connect to a port other than the standard port 22. Adding sshfs to <em>/etc/fstab</em> can also allow for persistent remote directory sharing using FUSE and sshfs, instead of other connection methods such as NFS. By default, the FUSE mounts are unique to a single calling user, but with options such as <em>-o </em><em>allow_root</em> or <em>-o allow_other</em>, you can permit access to the mounts to root and/or other users respectively.</p>
<p>FUSE is a very powerful system, and sshfs is just one plugin that can be used with it. FUSE modules exist to provide read/write access to NTFS partitions, navigating archive files without expanding them first, navigating relational databases as if they were regular file systems, encrypted file systems, and more. More information on FUSE and the various plugins available for it can be found at <a href="http://fuse.sourceforge.net/" target="_blank">http://fuse.sourceforge.net/</a>.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Access Permissions (and Aliases and Links)]]></title>
<link>http://rantingaboutmacs.wordpress.com/?p=10</link>
<pubDate>Sun, 15 Jun 2008 23:18:20 +0000</pubDate>
<dc:creator>rantingaboutmacs</dc:creator>
<guid>http://rantingaboutmacs.wordpress.com/?p=10</guid>
<description><![CDATA[Access permissions in the file system are one of those things which can cause lots of problems by go]]></description>
<content:encoded><![CDATA[<p>Access permissions in the file system are one of those things which can cause lots of problems by going wrong, but which can be completely unnoticeable when they’re working right. You can use a Mac without ever realizing there are filesystem permissions, but if you really want to know all the tricks, you’ll need to understand them sooner or later. Here’s a brief, simplified rundown on access permissions, and a few other topics.</p>
<p><!--more--></p>
<h2>The Historical Perspective</h2>
<p>The original Mac, back in 1984, didn’t have access permissions. Nor did it have the links or aliases mentioned in the title of this post.</p>
<p>Access permissions are used to keep different users from using (or sometimes even seeing) files. The original Mac assumed that there was only one user, and that you wanted to see and use <em>everything</em>. So there were no access permissions.</p>
<p>Aliases were a new feature in System 7, which was released in 1991. An alias is a special file which records the path to an item (which may be a file, a folder, a disk, or whatever) and (just in case) its actual file specification on disk. When you open an alias, the OS acts as though you were opening the original item. And since both the actual file specification and the path are stored, an alias can figure out what happened when you changed the name of the original or moved it, or open the replacement if the original has been replaced.</p>
<p>Unix-y systems have long had the concept of a “soft link”, which is similar. Apple’s only contribution is the file specification part — soft links only store the path to the original file.</p>
<p>The closest the Classic Mac OS came to access permissions were File Sharing permissions: you could share folders so that different users had read and write access to different folders. These permissions were artificial, and didn’t do anything on the Mac where the files were actually stored.</p>
<p>In Mac OS 9, Apple attempted to add multiple-user capability into the Classic Mac OS. This never caught on, and in any case the default installation did not turn the option on. Before this time, however, Mac OS X (not yet named that) was on the horizon. Apple needed to rework their disk format in any case, in order to remove or expand certain technical limitations which had not been a problem on older drives. Access permissions were added into the new disk format, which was called HFS+. (The previous format was HFS, which had replaced the original MFS in 1985.) Despite the availability of access permissions in Mac OS 9, they were not used — the access scheme in the multiple users feature was again artificial.</p>
<h2>Read, Write, and Execute</h2>
<p>Unix-y systems use a system in which there are three possible actions for which one may have permission: reading, writing, and execution. These permissions can be applied to anything, and are the levels of permissions supported by Mac OS X in all versions so far.</p>
<p>When applied to a file, they control whether you can do the actions named: read the file, write to the file, and execute it (that is, run it as a program).</p>
<p>When applied to a directory (a disk or a folder), they have slightly different meanings. Read permission lets you see what is in the directory. Write allows you to modify the contents of the directory — add, rename, or remove items. Execute allows you to retrieve items by name if you don’t have read permission.</p>
<p>There are two common shorthands for these permissions levels.</p>
<p>The first is numeric: you treat read permission as 4, write permission as 2, and execute permission as 1. Then you report the sum. So 7 means “read, write, and execute”, 5 means “read and execute (but not write)” and so on.</p>
<p>The second is initials: ‘r’ for read, ‘w’ for write, and ‘x’ for execute. This can be used to add or remove permissions individually without altering the others (as in ‘+r’ or ‘-x’) and it can also be used to indicate current permissions, using a dash to indicate a missing permission: ‘rwx’ for “read, write, and execute”, ‘rw-’ for “read and write (but not execute)”, and so on.</p>
<h2>The Traditional Unix Model: Owner, Group, and World</h2>
<p>The point of access permissions is to grant access to some people but not others. Mac OS 10.4 and earlier use the traditional model of access privileges, in which every file and directory has three sets of permissions.</p>
<p>The first set of permissions is for the owner. The owner is some particular account on the system, and usually is the same user who created the file.</p>
<p>The second set of permissions is for users who are part of some particular group, from the list of groups accessed by the system. (Mac OS X seldom exposes its group listings through the GUI, but they exist. In Mac OS 10.5, they are slightly less hidden than in previous versions.)</p>
<p>The third set of permissions is for everyone else, sometimes called “everyone” or “world”.</p>
<p>Each of these groups has its own set of read, write, and execute permissions. For this reason, permissions are often given using the numeric scheme described above as a three digit number. The first digit is the permissions of the owner, the second is the permissions of the group, and the third is the “everyone” permissions.</p>
<p>When looking for the access available to a particular user, the OS starts with the “everyone” permissions. First it checks whether the user is the owner of the item. If so, then the permissions for the owner are added. Finally it checks whether the user is in the group for the item. If so, then the permissions for the group are added. It never <em>removes</em> permissions — if “everyone” has read permission, then users in the group will still have read permission even if the group does not.</p>
<p>Mac OS X defaults to permissions of 755 on new folders (full permissions for the owner, read and execute for the group and for everyone) and 644 on new files (read and write for the owner, read only otherwise). Although any particular choice has drawbacks in one circumstance or another, this is a reasonable choice.</p>
<p>(It should be noted that there is one obvious place where this choice can have bad consequences: by default, the permissions on a new user’s home directory include read access, but of the folders inside the home directory, only “Sites” and “Public” have read access. If you add another directory immediately inside your home directory and don’t alter its permissions, other users will be able to see the contents!)</p>
<p>You can also specify a full set of permissions using the letters given above, combined with the additional letters ‘a’, ‘u’, ‘g’, and ‘o’. The letters u and g stand for ‘user’ and ‘group’. The letter o stands for ‘other’ (i.e. the “everyone” permissions), while the letter a stands for ‘all’. The permissions for each letter are set with an equals sign, and each part of the permissions are separated with commas (but no spaces). Thus, for example, the numeric form 755 corresponds to ‘u=rwx,g=rx,o=rx’ (or ‘u=rwx,go=rx’ — you can put the g and o together because they have the same value).</p>
<p>That may seem needlessly cumbersome, but the letter notation allows you to specify relative permissions using + and -. This can be handy when you want to add or remove some particular permission, but leave the rest alone. In that case, putting a + in front of the letters turns the permissions on if they were off, while - turns them off if they were on. So, for example, ‘o+rx’ means “add read and execute permissions to ‘everybody’ if they aren’t already available”, ‘g-w’ means “remove write permission for the group if it is available”. You can even combine this with the = notation to specify permissions relative to the different entities: ‘g=u-w’ translates into “set the group permissions to the user permissions, but without write access if it is available”. As with the equals sign, you can string these relative permissions together: ‘u=rwx,g+rx,o=g-w’ is valid.</p>
<h2>Access Control Lists</h2>
<p>The traditional model above is entirely workable, but it has a limitation. Suppose that there are two users named A and B, and a group named Z. A is a member of group Z, but B is not. Directory X has owner A and group Z. If B needs read access to directory X, then under the traditional model, there are only three choices:</p>
<ol>
<li>Grant read permission to everyone on directory X</li>
<li>Add user B to group Z</li>
<li>Create an entirely new group, and add everyone in group Z to it, plus user B, and set the group of directory X to the new group</li>
</ol>
<p>Option 1 may not be acceptable — there may be reasons to keep directory X hidden from other users. Option 2 may also not be acceptable, because there may be reasons to keep user B out of group Z. And although option 3 works, it means there are now two groups to keep track of — if group Z has periodic changes, the new group will have to mirror those changes, which will be tedious at best, and possibly disastrous if security is important.</p>
<p>This problem can be solved another way, though, by letting go of the owner, group, world concept. An alternative model is what is known as Access Control Lists, or ACLs for short. Although this is an oversimplification, ACLs allow any number of users and groups to be given access permissions, instead of just an owner and a single group.</p>
<p>Mac OS 10.5 and later use a hybrid system when running on HFS+. Every file and directory has a traditional owner and group, but additional users and groups may be added to the list. If a disk with extra permissions is accessed using 10.4 or earlier, the additional users and groups are simply ignored.</p>
<h2>Administrators, Root, Sudo, and Authority</h2>
<p>Ordinary users can only change the permissions of files and directories for which they are the owner, but nothing else. If the commands to do so are issued, they do not get executed.</p>
<p>There is, however, a way around this: Unix-y systems have a built-in concept called a “superuser”. A superuser is an account which can execute any command at any time. Commonly, there is only one such account, which is named root, and it is the owner of the root directory of the filesystem. Various methods exist for allowing non-superuser accounts to temporarily gain superuser privileges.</p>
<p>(As a security measure, some Unix-y systems — Mac OS X included, at least by default — run in what is called “rootless mode”. That means that there is no actual account named root, so nobody can ever log in and make arbitrary changes at will.)</p>
<p>Instead, there is a special group of users, who can enter their passwords and temporarily run as superusers. These users are known, in Mac OS X, as “administrators”. If you have examined System Preferences, you will have noticed the little checkbox which allows accounts to administer the computer — that’s what it does.</p>
<p>The mechanism for running as a superuser on Mac OS X is, at the lowest level, the “sudo” command; whenever you see an authentication dialog box asking for an administrator’s name and password, you know that the system is thinking “sudo” underneath. The sudo command works on a per-process basis, and only allows a the program to run as a superuser for a short period of time. Usually (though not always), programs which ask for authentication launch a sub-process which then takes over whatever task needed superuser authority — the main program does not get superuser authority.</p>
<h2>Changing Permissions (Without the Command Line)</h2>
<p>In 10.3 and later, the Finder has a simple (and simplified) interface for changing permissions: just select the file or directory, choose “Get Info”, and look for the section at the bottom of the info window. You’ll need to click the lock icon to authenticate, then you can make changes. (In 10.5 and later, you can even add new users and groups by clicking the little “+” button under the list of users.)</p>
<p>There are just two small problems: first and foremost, the Finder always asks you to authenticate, even if you are the owner of the file. In addition, the Finder does not give you any direct control over execute permission, just read and write. (In point of fact, the Finder doesn’t give you any way at all to add execute permission to files, and bundles it with read permission for directories.)</p>
<p>There are utilities which can give you finer-grained control over access permissions without resorting to the command line, such as <a title="Super Get Info product page" href="http://www.barebones.com/products/super/index.shtml">Bare Bones Software’s Super Get Info</a>. Most such utilities cost money.</p>
<h2>Changing Permissions (With the Command Line)</h2>
<p>You can also use the command line to change permissions. The command line costs no money to use (it’s available in the default installation of Mac OS X in the form of Terminal.app) but it can be confusing for a beginner.</p>
<p>I’m not going to go into much detail about the command here, because the command line requires some other information. (I’ll write a tutorial on Terminal.app later.) But if you’ve used the command line already, you will know how to use the information below.</p>
<p>The three commands involved in permissions on the command line are named chmod, chown, and chgroup. You must use sudo to run any of them, and to use sudo you must be logged in as an administrator. The basic form to use is:</p>
<pre>sudo chmod [mode in numeric or letter form] [files or directories]
sudo chown [user name or numeric ID] [files or directories]
sudo chgrp [group name or numeric ID] [files or directories]</pre>
<h2>A Safety Note</h2>
<p>An overwhelming majority of the time, the access permissions for files on a Mac are as they should be. It is very rare for things to get seriously out of whack. And it is also very rare for wrong permissions to cause serious problems for the basic operating of the Mac. (And, I might add, if you’re enough of a beginner to need this page, you will almost certainly not know enough to fix any such problem.)</p>
<p>You may have read online that there is a “repair permissions” script from Apple, and that some people recommend running it often, possibly even every day. The argument is that the screen has “repair” in its name, and it always ends up finding some files and directories whose permissions it changes, so therefore the Mac OS must constantly be corrupting its permissions!</p>
<p>This is not exactly true. The script sets permissions to absolute values every time. It does not “think” about permissions, and therefore it regards a directory with extra permissions available to be wrong. (For example: if a directory has read permission, and all its subdirectories have read permission, then it makes no difference whether that directory has execute permission turned on. But doing that sort of analysis would make the script much more complex, so it doesn’t bother.) Unless there is something noticeably wrong with your Mac, and it was working before, you shouldn’t run the repair permissions script.</p>
<p>So when should you consider changing permissions? Normally, you should only change permissions on an item when you want to share it with another user on the same machine, and that user needs to be able to write to it. (You can grant other users read permission automatically by moving things to the “Shared” folder inside the “Users” folder.)</p>
<h2>What Have I Left Out?</h2>
<p>There are actually three other permissions which can be turned on: “set uid on execute”, “set gid on execute”, and the “sticky bit”. In numeric terms, these are a 4, 2, and 1 before the user permissions. (1755, for example, sets the permissions to 755 and turns on the sticky bit.) In letters, they are ‘s’ and ‘t’ — s is used with the ‘u’ and ‘g’ letters.</p>
<p>These three extra permissions have special meanings, and are fairly rare. I left them out of the discussion because they are not something beginners should ever deal with. But they do exist.</p>
<h2>Where To Go Next?</h2>
<p>I have not yet finished the tutorial on Terminal.app. When it is ready, I will add a link here. Meanwhile, why not read <a title="Paths" href="http://rantingaboutmacs.wordpress.com/2008/06/11/paths/">my post about paths</a>, which are also useful with the command line.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Solusi Script: Menampilkan kembali Folder/File yang disembunyikan oleh Virus]]></title>
<link>http://wongsinting.wordpress.com/?p=72</link>
<pubDate>Sun, 15 Jun 2008 08:56:22 +0000</pubDate>
<dc:creator>wongsinting</dc:creator>
<guid>http://wongsinting.wordpress.com/?p=72</guid>
<description><![CDATA[Kebanyakan virus windows akhir-akhir ini selain menjengkelkan juga menyembunyikan folder atau file k]]></description>
<content:encoded><![CDATA[<p>Kebanyakan virus windows akhir-akhir ini selain menjengkelkan juga menyembunyikan folder atau file kita. Jadi misalkan Flashdisk kita sudah terserang virus, maka seluruh foldernya menjadi hilang dari pandangan mata. Sehingga terkadang kita bingung, pas ci cek di propertisnya, flashdisk ntuh isinya banyak, tapi begitu dilihat di Windows Explorer kok kosong melompong..?</p>
<p>Ini disebabkan, ternyata virus ntuh telah merubah status folder atau file di Flashdisk ntuh menjadi HIDDEN atawa SUPER HIDDEN (menjadi file system). Sehingga jika di buka di Komputer standar otomatis seluruh folder-folder tadi menjadi kasat mata.</p>
<p>Nah, kali ini wongsinting akan memberikan script batch sederhana buat bisa menampilkan kembali seluruh folder dan file yang telah disembunyikan oleh virus tadi. Karena script ini sederhana, maka bagi para expert dan master, silahkan lewat saja, dari pada cuman cekikikan kagak ada juntrungan.. hihihi..</p>
<p><span style="color:#ffff99;"><strong>Tahapan</strong></span></p>
<p>Pertama buka notepad di windows. Selanjutnya isi atau copy script berikut ke notepad tadi:</p>
<blockquote><p><span style="color:#ccffff;">echo OFF<br />
echo.<br />
echo.<br />
echo.<br />
echo PROSES PENGEMBALIAN FILE DAN FOLDER<br />
echo -----------------------------------<br />
echo by: wongsinting.wordpress.com<br />
echo.<br />
echo (tergantung banyaknya file..)<br />
echo untuk itu...<br />
echo please wait alias tunggu...<br />
attrib -r -s -h *.* /S /D</span></p></blockquote>
<p>Selanjutnya Save file ntuh menjadi <span style="color:#ffcc99;">.BAT</span> misalnya <span style="color:#ffcc99;">fileku.bat</span> atau <span style="color:#ffcc99;">munculkan.bat</span> dll. Caranya yakni dengan <span style="color:#ccffcc;">SAVE AS</span> terus pilih "<span style="color:#ccffff;">Save as Type</span>" nya dengan "<span style="color:#ccffff;">All Files</span>", baru namain dech filenya sesuka kita, misalnya ya ntuh tadi.. fileku.bat atau munculkan.bat dll.</p>
<p>Selanjutnya taruh file .BAT ntuh yang barusan dibikin ke Flashdisk. Trus langsung eksekusi dech.. dan.. Jreengg.. semua folder atawa file yang sebelumnya disembunyikan sama virus, sekonyong konyong bermunculan kembali.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[How to repair/tweak your &quot;Send To&quot; menu]]></title>
<link>http://techpaul.wordpress.com/2008/06/14/how-to-repairtweak-your-send-to-menu/</link>
<pubDate>Sat, 14 Jun 2008 16:42:58 +0000</pubDate>
<dc:creator>techpaul</dc:creator>
<guid>http://techpaul.wordpress.com/2008/06/14/how-to-repairtweak-your-send-to-menu/</guid>
<description><![CDATA[A handy time-saver is the Send To feature, found in the right-click menu (called the &#8220;context ]]></description>
<content:encoded><![CDATA[<p>A handy time-saver is the Send To feature, found in the right-click menu (called the "context menu"). By using the Send To command, you can quickly send a file to different locations such as a 'zipped' folder, another person using e-mail, or the My Documents folder. <a href="http://techpaul.wordpress.com/files/2007/09/sendtomenu.JPG"></a></p>
<p style="text-align:center;"><img src="http://techpaul.wordpress.com/files/2007/09/sendtomenu.JPG" alt="" /></p>
<p>This image shows the default places you can send your file in Windows XP: compressed file, desktop, mail recipient, My Documents, and 3½" floppy disk. You can remove Send To destinations you never use -- such as the floppy drive if your machine doesn't have one (most newer PCs don't) -- or add destinations you use frequently, in a few simple steps.</p>
<p><span style="text-decoration:underline;">Tip of the day:</span> Take control of your menus. This process is much like adding/removing shortcuts from your Start Up folder, which I've discussed in this <a title="old post=questions answered" href="http://" target="_blank">prior article</a>. First, we need to open the Send To folder, which is a "hidden" folder inside your Documents and Settings folder (to read my article on hiding/unhiding folders, <a title="old post=create a hidden folder" href="http://techpaul.wordpress.com/2007/09/04/create-a-hidden-folder-for-your-private-stuff/" target="_blank">click here</a>). Open your Run dialogue by hitting Windows key+R, or Start &#62;Run, and type in "sendto" (no quotes). <a href="http://techpaul.wordpress.com/files/2007/09/sendto.JPG"><img src="http://techpaul.wordpress.com/files/2007/09/sendto.JPG" alt="" /></a><br />
Here you see the Send To shortcuts which appear on your right-click submenu. To remove an item you never use, just drag it to your Recycle bin (I have already deleted the floppy drive). I frequently send files to a folder on another computer on my network, and for purposes of example I am going to demonstrate adding that to my Send To menu -- but this method can be adapted for any location you'd like to send files.<br />
[<strong>update 10/1/07:</strong> this can method can also include a printer.] Right-click on any blank area in the Send To window and select (click) New, then Shortcut. <a href="http://techpaul.wordpress.com/files/2007/09/sendto2.JPG"></a><a href="http://techpaul.wordpress.com/files/2007/09/sendto2.JPG"></a><a href="http://techpaul.wordpress.com/files/2007/09/sendto21.JPG"><img src="http://techpaul.wordpress.com/files/2007/09/sendto21.JPG" alt="" /></a><br />
Now the Create Shortcut Wizard opens. We need to browse to our new destination so click on the browse button. To choose a destination, click on it and then click OK. To find my folder on the other computer, I 'drilled down' by expanding the plus signs until I could see my folder. Now complete the Wizard by clicking OK, Next, Finish. Now my new shortcut appears in my Send To window. <a href="http://techpaul.wordpress.com/files/2007/09/sendto3.JPG"><img src="http://techpaul.wordpress.com/files/2007/09/sendto3.JPG" alt="" /></a><br />
Now all I have to do to send a file from this machine to my 'storage' machine is right-click on it... <a href="http://techpaul.wordpress.com/files/2007/09/sendto4.JPG"><img src="http://techpaul.wordpress.com/files/2007/09/sendto4.JPG" alt="" /></a><br />
and select "downloads on P3".</p>
<p><span style="text-decoration:underline;">Today's free link:</span> Today, some fun: <a title="Join the Knight Online world" href="http://www.knightonlineworld.com/" target="_blank">Knight Online</a> is an extremely popular online fantasy game. From site: "<span class="bolditalic">Knight Online</span> is the critically acclaimed medieval fantasy MMORPG developed by Mgame and Noah System. Since its introduction in Korea several years ago, <span class="bolditalic">Knight Online</span> has thrilled millions of players in over 80 countries. Players choose between El Moradian Humans and Karusian Tuareks, adventuring as rogues, warriors, mages, and priests."</p>
<p>Copyright 2007-8 © Tech Paul. All rights reserved.<a title="post to jaanix" href="http://jaanix.com/post?url=&#38;title=&#38;tags=&#38;note=ℑ="><img style="vertical-align:middle;border-width:0;" src="http://s3.amazonaws.com/jaanix/img/jaanix_mini.png" alt="jaanix" width="16" height="16" /> post to jaanix</a> </p>
<table border="0" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td class="sbmText">Share this post :</td>
<td class="sbmDim"><a class="sbmDim" title="Post it to backflip" href="http://www.backflip.com/add_page_pop.ihtml?url=http://techpaul.wordpress.com/2008/06/14/how-to-repairtweak-your-send-to-menu/&#38;title=Tech--for Everyone &#124; How to repair/tweak your" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/backflip4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to buddymark" href="http://buddymarks.com/s_add_bookmark.php?bookmark_url=http://techpaul.wordpress.com/2008/06/14/how-to-repairtweak-your-send-to-menu/&#38;bookmark_title=Tech--for Everyone &#124; How to repair/tweak your" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/buddymar4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to del.icio.us" href="http://del.icio.us/post?url=http://techpaul.wordpress.com/2008/06/14/how-to-repairtweak-your-send-to-menu/&#38;;title=Tech--for Everyone &#124; How to repair/tweak your" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to del.iri.ous!" href="http://de.lirio.us/bookmarks/sbmtool?action=add&#38;address=http://techpaul.wordpress.com/2008/06/14/how-to-repairtweak-your-send-to-menu/&#38;title=Tech--for Everyone &#124; How to repair/tweak your" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to digg" href="http://digg.com/submit?phase=2&#38;url=http://techpaul.wordpress.com/2008/06/14/how-to-repairtweak-your-send-to-menu/&#38;title=Tech--for Everyone &#124; How to repair/tweak your" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to furl" href="http://www.furl.net/store?s=f&#38;to=0&#38;u=http://techpaul.wordpress.com/2008/06/14/how-to-repairtweak-your-send-to-menu/&#38;ti=Tech--for Everyone &#124; How to repair/tweak your" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to reddit!" href="http://reddit.com/submit?url=http://techpaul.wordpress.com/2008/06/14/how-to-repairtweak-your-send-to-menu/&#38;title=Tech--for Everyone &#124; How to repair/tweak your" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to shadow" href="http://www.shadows.com/bookmark/saveLink.rails?page=http://techpaul.wordpress.com/2008/06/14/how-to-repairtweak-your-send-to-menu/&#38;title=Tech--for Everyone &#124; How to repair/tweak your" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/shadows6.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to technorati!" href="http://technorati.com/faves/?add=http://techpaul.wordpress.com/2008/06/14/how-to-repairtweak-your-send-to-menu/&#38;title=Tech--for Everyone &#124; How to repair/tweak your" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to wists" href="http://www.wists.com/?action=add&#38;url=http://techpaul.wordpress.com/2008/06/14/how-to-repairtweak-your-send-to-menu/&#38;title=Tech--for Everyone &#124; How to repair/tweak your" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/wists9.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://techpaul.wordpress.com/2008/06/14/how-to-repairtweak-your-send-to-menu/&#38;t=Tech--for Everyone &#124; How to repair/tweak your" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to email" href="mailto:&#38;body=I%20was%20reading%20this%20article%20and%20thought%20that%20you%20might%20like%20this:http://techpaul.wordpress.com/2008/06/14/how-to-repairtweak-your-send-to-menu/&#38;subject=Tech--for%20Everyone%20%7C%20How%20to%20repair/tweak%20your" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/mail69854.gif" border="0" alt="" /></a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
</item>
<item>
<title><![CDATA[User State Migration the Vista way]]></title>
<link>http://techpaul.wordpress.com/2008/06/06/user-state-migration-the-vista-way/</link>
<pubDate>Fri, 06 Jun 2008 16:40:58 +0000</pubDate>
<dc:creator>techpaul</dc:creator>
<guid>http://techpaul.wordpress.com/2008/06/06/user-state-migration-the-vista-way/</guid>
<description><![CDATA[For those of you who have ever used a User State Migration Tool, or Easy Files and Settings Transfer]]></description>
<content:encoded><![CDATA[<p>For those of you who have ever used a User State Migration Tool, or Easy Files and Settings Transfer tool, to migrate your data from an old computer to your new computer -- or purchased a special program, or cable -- you know that getting your new machine exactly as you had your old machine required some time and effort.</p>
<p>The other day, the proud owner of a new laptop wanted me to replicate his XP set up onto the new Vista machine, and the usual method has been to to use one of the techniques mentioned in the paragraph above. But I didn't. I used an adjunct to Window's built-in Easy Files and Settings Transfer tool, which will be today's free link.<br />
I downloaded this program to both his XP machine and the new Vista machine. Then I connected his XP machine via wireless. Surprise! The XP machine was instantly seen and recognized.</p>
<p>Then I launched the Windows Easy Transfer Companion on the Vista PC and followed the wizard. The two machines established a "transfer" connection and the XP machine <strong>transferred its installed programs</strong>, and all the files, and all of the owners tweaks and settings (like bookmarks, and custom toolbars). All I did was watch.<br />
This was, by far, the <span style="text-decoration:underline;">fastest and easiest user state migration I've ever experienced</span>, and truly was painless. This is bad for a PC Tech's bottom line, but great for Vista owners.</p>
<p><span style="text-decoration:underline;">Today's free link:</span> When you buy a new PC, you will almost certainly want to transfer all kinds of things from the machine you've been using to the new one. Microsoft has "a companion" for the Easy Files and Settings Transfer tool called the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=39F724EB-4E37-4BE0-ADFC-786786E73E50&#38;displaylang=en&#38;clcid=0x409#QuickInfoContainer">Windows Easy Transfer Companion</a>. It is actually a 'stand-alone'. This tool not only transfers your documents and personalized Settings tweaks, but the <em>programs</em> you have installed. This is a huge time saver.<br />
I did my transfer over the local network, but you can use the other methods of data storage to make the transfer as well-- including USB thumb drives. [Note: while Microsoft still considers this program to be in beta, I have experienced absolutely no hiccups or difficulties at all.]</p>
<p>Copyright 2007-8 © Tech Paul. All rights reserved.<a title="post to jaanix" href="http://jaanix.com/post?url=&#38;title=&#38;tags=&#38;note=ℑ="><img style="vertical-align:middle;border-width:0;" src="http://s3.amazonaws.com/jaanix/img/jaanix_mini.png" alt="jaanix" height="16" /> post to jaanix</a><span class="sbmLink"></p>
<table border="0" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td class="sbmText">Share this post :</td>
<td class="sbmDim"><a class="sbmDim" title="Post it to backflip" href="http://www.backflip.com/add_page_pop.ihtml?url=http://techpaul.wordpress.com/2008/06/06/user-state-migration-the-vista-way/&#38;title=Tech--for Everyone &#124; User State Migration the Vista way" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/backflip4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to buddymark" href="http://buddymarks.com/s_add_bookmark.php?bookmark_url=http://techpaul.wordpress.com/2008/06/06/user-state-migration-the-vista-way/&#38;bookmark_title=Tech--for Everyone &#124; User State Migration the Vista way" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/buddymar4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to del.icio.us" href="http://del.icio.us/post?url=http://techpaul.wordpress.com/2008/06/06/user-state-migration-the-vista-way/&#38;;title=Tech--for Everyone &#124; User State Migration the Vista way" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to del.iri.ous!" href="http://de.lirio.us/bookmarks/sbmtool?action=add&#38;address=http://techpaul.wordpress.com/2008/06/06/user-state-migration-the-vista-way/&#38;title=Tech--for Everyone &#124; User State Migration the Vista way" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to digg" href="http://digg.com/submit?phase=2&#38;url=http://techpaul.wordpress.com/2008/06/06/user-state-migration-the-vista-way/&#38;title=Tech--for Everyone &#124; User State Migration the Vista way" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to furl" href="http://www.furl.net/store?s=f&#38;to=0&#38;u=http://techpaul.wordpress.com/2008/06/06/user-state-migration-the-vista-way/&#38;ti=Tech--for Everyone &#124; User State Migration the Vista way" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to reddit!" href="http://reddit.com/submit?url=http://techpaul.wordpress.com/2008/06/06/user-state-migration-the-vista-way/&#38;title=Tech--for Everyone &#124; User State Migration the Vista way" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to shadow" href="http://www.shadows.com/bookmark/saveLink.rails?page=http://techpaul.wordpress.com/2008/06/06/user-state-migration-the-vista-way/&#38;title=Tech--for Everyone &#124; User State Migration the Vista way" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/shadows6.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to technorati!" href="http://technorati.com/faves/?add=http://techpaul.wordpress.com/2008/06/06/user-state-migration-the-vista-way/&#38;title=Tech--for Everyone &#124; User State Migration the Vista way" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to wists" href="http://www.wists.com/?action=add&#38;url=http://techpaul.wordpress.com/2008/06/06/user-state-migration-the-vista-way/&#38;title=Tech--for Everyone &#124; User State Migration the Vista way" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/wists9.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://techpaul.wordpress.com/2008/06/06/user-state-migration-the-vista-way/&#38;t=Tech--for Everyone &#124; User State Migration the Vista way" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to email" href="mailto:&#38;body=I%20was%20reading%20this%20article%20and%20thought%20that%20you%20might%20like%20this:http://techpaul.wordpress.com/2008/06/06/user-state-migration-the-vista-way/&#38;subject=Tech--for%20Everyone%20%7C%20User%20State%20Migration%20the%20Vista%20way" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/mail69854.gif" border="0" alt="" /></a></td>
</tr>
</tbody>
</table>
<p></span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Install Windows By Booting From A USB...!!!(PART 2 for NTFS) ]]></title>
<link>http://kp4m.wordpress.com/?p=6</link>
<pubDate>Wed, 28 May 2008 09:20:32 +0000</pubDate>
<dc:creator>kp4m</dc:creator>
<guid>http://kp4m.wordpress.com/?p=6</guid>
<description><![CDATA[Thanks for the response I recieved through comments and mails for the Part 1 of my install Windows f]]></description>
<content:encoded><![CDATA[<p>Thanks for the response I recieved through comments and mails for the <a href="http://weblogzz.blogspot.com/2008/01/install-windows-from-pen-drive.html">Part 1 of my install Windows from a Pendrive</a>.Few of my site's visitors were not able to access their harddisk drives in the dos mode because they used a NTFS file system.The boot disk I provided did not support NTFS filesystem.So am going to solve that problem here.<br />
I will make it as simple as possible.The tools needed are:<br />
<span style="font-weight:bold;">1.</span><a href="http://download2.lsoft.net/NtfsFloppySetup.exe">NTFS floppy setup </a><span style="font-weight:bold;">or</span><a href="http://download.freewarefiles.com/files/ntfsinst.exe"> NTFS4DOS</a><br />
<span style="font-weight:bold;">2.Win XP setup files</span>(The I386 folder is enough).<br />
All you have to do is to insert the pendrive in the USB port and run the NTFS floppy setup utility.Choose your empty pendrive and click start.This will create the bootable pendrive.<br />
Now copy the I386 from the Windows setup that you have.Restart the system by setting the boot priority to USB.the system boots to the DOS mode.Now you will be able to access other drives too because it is a NTFS boot disk.Now enter the USB drive and copy the setup files to your harddisk.for that use the command<br />
<span style="font-weight:bold;">copy [sourcePath] [destinationPath]</span><br />
Where the source path is the setup files in your USB and the destination path is your harddisk.Now run the setup from the copied setup files in your harddisk,say c drive.To run setup type,<br />
<span style="font-weight:bold;">a:\&#62;c:</span><br />
<span style="font-weight:bold;">c:\&#62;cd I386</span><br />
<span style="font-weight:bold;">c:\I386&#62;winnt</span><br />
Thats it.You are done.The setup starts.</p>
<p>Also check <a href="http://weblogzz.blogspot.com" target="_blank">Weblogzz</a>...Ple do comment</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[My next file system — JFS]]></title>
<link>http://howtoefren.wordpress.com/?p=412</link>
<pubDate>Tue, 27 May 2008 21:28:55 +0000</pubDate>
<dc:creator>efrenefren</dc:creator>
<guid>http://howtoefren.wordpress.com/?p=412</guid>
<description><![CDATA[Just did a post on how to rename your usb partitions. I read one of the related posts named &#8212; ]]></description>
<content:encoded><![CDATA[<p>Just did a post on how to rename your usb partitions. I read one of the related posts named -- <a href="http://stonemonkey.wordpress.com/2006/10/31/jfs-the-underdog-filesystem/">JFS - The Underdog Filesystem</a> and I got into thinking what the best filesystem in linux is. Did a <a href="http://www.google.com.ph/search?hl=tl&#38;q=best+linux+file+system&#38;btnG=Hanapin+sa+Google&#38;meta=">google search</a>, read one interesting post and decided that tomoroow or maybe later I would switch to a JFS filesystem.</p>
<p>Best filesystem in three categories according to <a href="http://fsbench.netnation.com/">http://fsbench.netnation.com/</a></p>
<p>Best bang for your buck:</p>
<ul>
<li>JFS</li>
<li>XFS</li>
</ul>
<p>I/O limited applications:</p>
<ul>
<li>ReiserFS 4</li>
<li>XFS</li>
<li>ReiserFS 3</li>
</ul>
<p>For CPU limited applications:</p>
<ul>
<li>JFS</li>
</ul>
<p>The author also encourages us to run our own tests to see it for ourselves.</p>
<p>I chose JFS because its the first one the best bang for your buck and I (think I) have a laptop with a limited CPU.</p>
<p>Read the whole thing here: <a href="http://fsbench.netnation.com/">http://fsbench.netnation.com/</a></p>
<p><strong>UPDATE. </strong>Just to be sure I was making the right decision of switching to JFS, I read the other google results and one forum confirms that JFS really uses less RAM than other file systems.</p>
<p><a href="http://www.linuxquestions.org/questions/linux-general-1/what-is-the-best-linux-filesystem-443612/">http://www.linuxquestions.org/questions/linux-general-1/what-is-the-best-linux-filesystem-443612/</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Q&amp;A: Facebook response]]></title>
<link>http://monterreymex2000.wordpress.com/2008/05/25/qa-facebook-response/</link>
<pubDate>Sun, 25 May 2008 20:08:40 +0000</pubDate>
<dc:creator>Jahzara</dc:creator>
<guid>http://monterreymex2000.wordpress.com/2008/05/25/qa-facebook-response/</guid>
<description><![CDATA[
	 Following Click&#39;s investigation into the potential risk of identity theft by third-party appl]]></description>
<content:encoded><![CDATA[
<p>	<img alt="" height="96" src="http://monterreymex2000.files.wordpress.com/2008/05/wpid-facebo-59.jpg" style="float:left;margin-left:10px;margin-right:10px;" width="122" /> <b>Following Click&#39;s investigation into the potential risk of identity theft by third-party applications on Facebook, the company gave the following response.
<p></b> <b>Facebook:</b> All third-party developers building on Facebook platform are subject to technical and policy restrictions that strictly limit their collection, use and storage of profile information.
<p> When a user adds an application, they agree to the Facebook platform Application Terms of Use, which allows the developer to make requests for access to the information in the user&#39;s profile, excluding contact information.
<p> Users are strongly encouraged to report any suspected misuse of information to Facebook. Additionally, users can block individual applications from accessing any of their data, block all applications, or block individual types of information.
<p> We have sophisticated technology and a dedicated team to address inappropriate activity by applications. Access by applications to Facebook user data is strictly regulated and if we find that an application is in violation of our terms and policies, we take appropriate action to bring it into compliance or remove it entirely.
<p> Facebook is committed to user safety and security and, to that end, its Terms of Service for developers explicitly state that applications may not use adware, spyware, or other deceptive techniques. Users should employ the same precautions while downloading software from Facebook applications that they use when downloading software on their desktop.
<p><b>Click:</b> We appreciate that Facebook policy and terms and conditions may dissuade law-abiding net users. But for those who do not take notice, what does Facebook do to police its policies?
<p> We do not understand how Facebook can protect users&#39; data if it Is being routinely &#34;sucked off&#34; the site to non-Facebook servers?
<p><b>Facebook:</b> It is not just the policies that dissuade misuse, it is the fact that there is accountability for such misuse. Facebook has an entire Investigations Team that watches the site and removes content and third-party applications that violate Facebook&#39;s Terms of Use.
<p> Facebook users also police the site and use the &#34;report&#34; button if they come across violators of our Terms of Use. We are constantly trying to improve efforts to increase accountability so that users can realise the benefits of third party applications and that those that attempt to abuse user trust are filtered out of the system.
<p><b>Click:</b> Is Facebook reconsidering at present its default security settings for applications at a level beyond day-to-day review?
<p><b>Facebook:</b> We regularly evaluate and adjust the security settings for third party applications to ensure that Facebook&#39;s Terms of Service are not violated.
<p> We take the issue of privacy very seriously and continually strive to provide a trusted environment where users can join networks that are reflective of their real life communities.
<p> Our privacy settings give users a great amount of control on Facebook, and we are constantly looking for ways to employ new methods to ensure user safety and security. </p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Filesystem in USErspace (FUSE)]]></title>
<link>http://aramadani.wordpress.com/?p=21</link>
<pubDate>Wed, 21 May 2008 04:12:48 +0000</pubDate>
<dc:creator>Mikosoft</dc:creator>
<guid>http://aramadani.wordpress.com/?p=21</guid>
<description><![CDATA[Pertama aku kenal dengan fusefs yaitu ketika aku mencoba melakukan write pada file system NTFS pada ]]></description>
<content:encoded><![CDATA[<p>Pertama aku kenal dengan fusefs yaitu ketika aku mencoba melakukan write pada file system NTFS pada sistem MacOSX Tiger. Aku mengalami kesulitan karena ternyata permasalahannya adalah secara default sistemnya hanya dapat melakukan proses membaca saja. Setelah melakukan pencarian, didapat artikel mengenai fusefs dan NTFS-3g, setelah diimplementasikan akhirnya NTFS file system dapat ditulis. </p>
<p>Kesimpulan tidak berhenti disitu saja, aku tertarik dengan fusefs. FUSE (File-system in USErspace) aslinya dari linux namun sekarang package maupun porting nya sudah tersedia untuk sistem operasi lain. Fuse mengimplementasikan suatu mekanisme yang dapat membuat sesuatu (FTP,Database,Encryption,dll) menjadi memungkinkan untuk diiplementasikan fungsinya sebagai file-system.</p>
<p>Contoh sederhana : kita dapat mengakses ftp site menjadi sebuah volume/file-system melalui proses mount dan lebih simpel jika dibandingkan kita membuka program ftp client terlebih dahulu; Atau kita dapat mengakses database MySQL dengan menjadikannya sebuah volume/file-system; Atau mengakses layanan gmail melalui volume/file-system. Kebayangkan ????</p>
<p> </p>
<p>Referensi :</p>
<p>http://fuse.sourceforge.net/</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Best cross-platform filesystem: NTFS]]></title>
<link>http://howtoefren.wordpress.com/?p=396</link>
<pubDate>Sun, 18 May 2008 08:40:45 +0000</pubDate>
<dc:creator>efrenefren</dc:creator>
<guid>http://howtoefren.wordpress.com/?p=396</guid>
<description><![CDATA[ NTFS
Advantages:

Works natively and perfectly in Windows.
 Other operating systems support read su]]></description>
<content:encoded><![CDATA[<blockquote><p><strong> NTFS</strong><br />
Advantages:</p>
<ul>
<li>Works natively and perfectly in Windows.</li>
<li> Other operating systems support read support natively.</li>
<li>Robust and journaled.</li>
<li>Very high limits on maximum partition size</li>
<li>Very high limits on maximum file size.</li>
<li>Generally efficient at large partition sizes.</li>
</ul>
<p>Disadvantages:</p>
<ul>
<li>Requires third party software to allow for write support on Linux and Mac OS X.</li>
<li>Slower on Linux and Mac OS X because of the use of FUSE.</li>
<li>Proprietary filesystem patented, and at the whim of, Microsoft.</li>
</ul>
<p>FAT32<br />
Advantages:</p>
<ul>
<li>Works natively and perfectly in all three operating systems.</li>
</ul>
<p>Disadvantages:</p>
<ul>
<li>No journalling.</li>
<li>Relatively low maximum partition size (2 Terabytes - not attainable yet but will be).</li>
<li>Inefficient at large partition sizes.</li>
<li>Maximum file size limited at 4GB.</li>
</ul>
</blockquote>
<p>-- Jono of <a href="http://insidethebrackets.blogspot.com/2007/04/whats-best-cross-platform-filesystem.html">http://insidethebrackets.blogspot.com/2007/04/whats-best-cross-platform-filesystem.html</a></p>
<p>The results for the google search 'best cross platform filesystem' would mostly say  that you use a FAT32 file system. But I agree with Jono when he chose NTFS over FAT32. Read what he has to say here: <a href="http://insidethebrackets.blogspot.com/2007/04/whats-best-cross-platform-filesystem.html">http://insidethebrackets.blogspot.com/2007/04/whats-best-cross-platform-filesystem.html</a></p>
<p>Update: <a href="http://howtoefren.wordpress.com/2008/05/18/ubuntu-fully-supports-writing-to-ntfs-filesystems-since-gutsy-gibbon/">Ubuntu supports writing to NTFS since gutsy gibbon</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Let's ban the use of files!]]></title>
<link>http://constructiondata.wordpress.com/?p=14</link>
<pubDate>Fri, 16 May 2008 09:53:57 +0000</pubDate>
<dc:creator>Janne Saarikko</dc:creator>
<guid>http://constructiondata.wordpress.com/?p=14</guid>
<description><![CDATA[Let&#8217;s face it. I hate computer files. They cause nothing but problems. When your data is store]]></description>
<content:encoded><![CDATA[<p>Let's face it. I hate computer files. They cause nothing but problems. When your data is stored on a file (regardless of the format), there will eventually be a new version of it. And because you did sent that previous version out, you will have to resend this one as well. If you remember.</p>
<p>Ok. There are solutions for managing files. They are called document management systems or project banks or something like that. And they are great, at least most of them. But no matter how good you document handling system is, there will be numerous versions of the files.</p>
<p>Do you ever think about whether this is the latest version of file? If there is a newer version, it's just not in the system yet? I know. So do I.</p>
<p>Then, if the information is created by another program, it's likely that the file format is different. Just for the sake of it. "Our software, our file format!"</p>
<p>Wrong.</p>
<p>This should be "Dear customer, our software tool is so easy, transparent and compatible, that you and your team don't have to worry about the file and file compatibility".</p>
<p>If an architect adds an extention to the building design, the effects should be visible immediately to the other team members. The owner and project manager should see how it affects the cost and schedule, logistics should be able to see the estimated material schedules, procurement should automatically be able to check the availability of required materials when required and the city planning department could comment to the look of new and planned extentions.</p>
<p>But no. Dozens of file revisions, file transfers, manual editing, faxes, meetings, emails etc. etc. The whole thing stops because of files.</p>
<p>That's why I hate files. If I am to work with information delivered to me by someone or something, why do I need to worry about the validity of that information? Why can't I just get the information right away when it's created?</p>
<p>Can't someone just come up with a project system, that instantly stores, transforms and delivers information to right people?</p>
<p>Please.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Thumb drives: did you get less than you paid for?]]></title>
<link>http://techpaul.wordpress.com/2008/05/16/thumb-drives-did-you-get-less-than-you-paid-for/</link>
<pubDate>Fri, 16 May 2008 07:57:32 +0000</pubDate>
<dc:creator>techpaul</dc:creator>
<guid>http://techpaul.wordpress.com/2008/05/16/thumb-drives-did-you-get-less-than-you-paid-for/</guid>
<description><![CDATA[I received in my e-mail a question from a very upset reader yesterday. The reader wanted to let me k]]></description>
<content:encoded><![CDATA[<p>I received in my e-mail a question from a very upset reader yesterday. The reader wanted to let me know about a company that makes thumb drives (and other products, too) and told me I should warn you folks about how that company had <em>ripped them off</em>.</p>
<p>Now, I want you to rest assured, Dear Reader, and take joy and comfort in, that if and when I run across "bad things" in the world of tech-- I let you know about them. (I think we can all agree that a rip-off qualifies as a "bad thing".)</p>
<p>The writer named names and pointed fingers unabashedly.. and I suspect, had to go back and clean up their language before hitting Send. They were.. um.. passionate in their outrage.<br />
What had caught my eye, however, was the perpertrating  company's name -- it was a (brand) name I think highly of; and frankly, so does rest of the industry.</p>
<p>What had our e-mail writer so irked? <strong>The company had ripped them off over a <em>Gigabyte</em></strong>. They had paid for 16 GB's, and actually gotten just under 15. (14.9, to be exact.)<br />
They felt short-changed, flim-flammed, and lied to... and as I may have mentioned, they did <span style="text-decoration:underline;">not</span> like the feeling.<br />
My letter writer's angst was natural, but misplaced.</p>
<p><strong><span style="text-decoration:underline;">When is a Gigabyte not a Gigabyte?</span></strong><br />
* Ever since the neolithic era of personal computers, way, way, <em>way</em>, back in the Early Days (circa 1984), when dinosaurs still roamed, and "kilo" was king (I'm talking before "mega", and well before "giga") the men who produced hard drives (aka "storage devices") described the size of their products using numbers other humans could understand. That is: 1, 2, 3, 4, 5, etc. of the good-old "Base 10" system [ten fingers and ten toes=20].<br />
So to those guys, a "Giga" is 1,000,000,000... just like it is to you and me.<br />
* Computers, in their relentless and perverse desire to frustrate, confuse, and generally annoy humans, decided not to speak in Base 10. Computers invented their own numbering system and named it "binary".<br />
In this sick, twisted, and baffling numbering system, a one is still "1" (to sucker us, no doubt), but two is "10". And "3" (to us) is "11" (to them). Want a real kick in the head? Four is "100". And if you expect 5 to be "1,000", you're wrong-- it's 101.<br />
A "Gigabyte" to a computer is 1,073,741,824 bytes.</p>
<p>Let's see if I have done a good job and you've followed along: to the guy who is making the storage device, if he makes it big enough to hold 1,000,000,000 bytes of information, he calls it a "Gigabyte storage device" (always has and always will).<br />
When you plug it into your computer, your machine will see 73,741,824 bytes <strong>less</strong> than what <em>it</em> thinks of as a Gigabyte, and it tells you that you you have ".93 GB's of available space".<br />
In the case of my writer, we multiply the difference by 16... which equals 14.9 GB's of available space.</p>
<p>Let me be clear, the manufacturer did indeed provide a storage device that <span style="text-decoration:underline;">can</span> hold 16,000,000,000 bytes of data-- 16 GB's. And machines "see" that as 14.9 GB's. So they're both right.. and my writer wasn't a victim of a scam, flim-flam, nor fraud.<br />
It's just Base 10 vs. Base 2.</p>
<p>Yes. I understand.<br />
And despite that<a rel="license" href="http://techpaul.wordpress.com/2008/05/15/the-lingo-that-you-do/" target="_blank">,</a> I actually <em>like</em> computers!</p>
<p>[For those of you who would like more of a description of "Gigabyte" than my attempt, <a title="Wkipedia=what is a " rel="nofollow" href="http://en.wikipedia.org/wiki/Gigabyte" target="_blank">click here</a>; and for more on binary, <a title="Wikpedia's explaination of the Base-2 number system" rel="nofollow" href="http://en.wikipedia.org/wiki/Binary_numeral_system" target="_blank">here</a>.]</p>
<p><span style="text-decoration:underline;">Today's free link:</span> <a title="download FreeRip 3.08" rel="nofollow" href="http://www.download.com/FreeRip/3000-2140_4-10050140.html?tag=nl.e415" target="_blank">FreeRip 3</a>, a C/Net Editor's 5-star CD application. Description: FreeRip is an easy to use application that can record digital audio tracks directly from compact discs to PC files. You can save CD audio tracks to CD-quality WAV files or encode them to OGG Vorbis, WMA, MP3 or Flac compressed audio formats. It can also convert/encode audio files from WMA/WAV/MP3/Vorbis/FLAC. FreeRip also lets you adjust track volume and it supports ID3 tagging and CD-Text. Includes MP3 ID3 Tagger.</p>
<p>Copyright 2007-8 © Tech Paul. All rights reserved.<a title="post to jaanix" href="http://jaanix.com/post?url=&#38;title=&#38;tags=&#38;note=ℑ="><img style="vertical-align:middle;border-width:0;" src="http://s3.amazonaws.com/jaanix/img/jaanix_mini.png" alt="jaanix" height="16" /> post to jaanix</a></p>
<div></div>
<p><span class="sbmLink"></p>
<table border="0" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td class="sbmText">Share this post :</td>
<td class="sbmDim"><a class="sbmDim" title="Post it to backflip" href="http://www.backflip.com/add_page_pop.ihtml?url=http://techpaul.wordpress.com/2008/05/16/thumb-drives-did-you-get-less-than-you-paid-for/&#38;title=Tech--for Everyone thumb-drives-did-you-get-less-than-you-paid-for/" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/backflip4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to buddymark" href="http://buddymarks.com/s_add_bookmark.php?bookmark_url=http://techpaul.wordpress.com/2008/05/16/thumb-drives-did-you-get-less-than-you-paid-for/&#38;bookmark_title=Tech--for Everyone thumb-drives-did-you-get-less-than-you-paid-for/" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/buddymar4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to del.icio.us" href="http://del.icio.us/post?url=http://techpaul.wordpress.com/2008/05/16/thumb-drives-did-you-get-less-than-you-paid-for/&#38;;title=Tech--for Everyone thumb-drives-did-you-get-less-than-you-paid-for/" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to del.iri.ous!" href="http://de.lirio.us/bookmarks/sbmtool?action=add&#38;address=http://techpaul.wordpress.com/2008/05/16/thumb-drives-did-you-get-less-than-you-paid-for/&#38;title=Tech--for Everyone thumb-drives-did-you-get-less-than-you-paid-for/" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to digg" href="http://digg.com/submit?phase=2&#38;url=http://techpaul.wordpress.com/2008/05/16/thumb-drives-did-you-get-less-than-you-paid-for/&#38;title=Tech--for Everyone thumb-drives-did-you-get-less-than-you-paid-for/" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to furl" href="http://www.furl.net/store?s=f&#38;to=0&#38;u=http://techpaul.wordpress.com/2008/05/16/thumb-drives-did-you-get-less-than-you-paid-for/&#38;ti=Tech--for Everyone thumb-drives-did-you-get-less-than-you-paid-for/" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to reddit!" href="http://reddit.com/submit?url=http://techpaul.wordpress.com/2008/05/16/thumb-drives-did-you-get-less-than-you-paid-for/&#38;title=Tech--for Everyone thumb-drives-did-you-get-less-than-you-paid-for/" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to shadow" href="http://www.shadows.com/bookmark/saveLink.rails?page=http://techpaul.wordpress.com/2008/05/16/thumb-drives-did-you-get-less-than-you-paid-for/&#38;title=Tech--for Everyone thumb-drives-did-you-get-less-than-you-paid-for/" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/shadows6.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to technorati!" href="http://technorati.com/faves/?add=http://techpaul.wordpress.com/2008/05/16/thumb-drives-did-you-get-less-than-you-paid-for/&#38;title=Tech--for Everyone thumb-drives-did-you-get-less-than-you-paid-for/" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to wists" href="http://www.wists.com/?action=add&#38;url=http://techpaul.wordpress.com/2008/05/16/thumb-drives-did-you-get-less-than-you-paid-for/&#38;title=Tech--for Everyone thumb-drives-did-you-get-less-than-you-paid-for/" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/wists9.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://techpaul.wordpress.com/2008/05/16/thumb-drives-did-you-get-less-than-you-paid-for/&#38;t=Tech--for Everyone thumb-drives-did-you-get-less-than-you-paid-for/" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to email" href="mailto:&#38;body=I%20was%20reading%20this%20article%20and%20thought%20that%20you%20might%20like%20this:http://techpaul.wordpress.com/2008/05/16/thumb-drives-did-you-get-less-than-you-paid-for/&#38;subject=Tech--for%20Everyone%20thumb-drives-did-you-get-less-than-you-paid-for/" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/mail69854.gif" border="0" alt="" /></a></td>
</tr>
</tbody>
</table>
<p></span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Process Monitor v1.33]]></title>
<link>http://giusva95xtreme.wordpress.com/?p=164</link>
<pubDate>Tue, 13 May 2008 18:47:46 +0000</pubDate>
<dc:creator>giusvaxtreme</dc:creator>
<guid>http://giusva95xtreme.wordpress.com/?p=164</guid>
<description><![CDATA[
Process Monitor 1.33 è un software della SysInternals (da un po&#8217; di tempo acquisita da Micro]]></description>
<content:encoded><![CDATA[<p><a href="http://giusva95xtreme.files.wordpress.com/2008/05/process_monitor.gif"><img class="aligncenter size-full wp-image-165" src="http://giusva95xtreme.wordpress.com/files/2008/05/process_monitor.gif" alt="" width="353" height="404" /></a></p>
<p>Process Monitor 1.33 è un software della SysInternals (da un po' di tempo acquisita da Microsoft) che mostra, in tempo reale, le attività al file system e le modifiche/accessi dei programmi al Registro di sistema.</p>
<p>Download <a href="http://download.sysinternals.com/Files/ProcessMonitor.zip" target="_blank">Process Monitor 1.33 (standalone - non necessita di installazione)</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Difference between NTFS and FAT32]]></title>
<link>http://moorthyindia.wordpress.com/?p=81</link>
<pubDate>Sun, 11 May 2008 05:54:21 +0000</pubDate>
<dc:creator>moorthyindia</dc:creator>
<guid>http://moorthyindia.wordpress.com/?p=81</guid>
<description><![CDATA[NTFS
1)allows access local to w2k,w2k3,XP,win NT4 with SP4 &amp; later may get access for somefile.
]]></description>
<content:encoded><![CDATA[<p><span class="tdvamseel"><span style="color:#008000;"><strong><span style="text-decoration:underline;">NTFS</span></strong></span></p>
<p>1)allows access local to w2k,w2k3,XP,win NT4 with SP4 &#38; later may get access for somefile.</p>
<p>2)Maximum size of partition is 2 Terabytes &#38; more.</p>
<p>3)Maximum File size is upto 16TB.</p>
<p>4)File &#38; folder Encryption is possible only in NTFS.</p>
<p><span style="color:#008000;"><strong><span style="text-decoration:underline;">FAT 32</span></strong></span></p>
<p>1)Fat 32 Allows access to win 95,98,win millenium,win2k,xp on local partition.</p>
<p>2)Maximum size of partition is upto 2 TB.</p>
<p>3)Maximum File size is upto 4 GB.</p>
<p>4)File &#38; folder Encryption is not possible.</p>
<p></span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Delete does NOT erase your data*-- preventing recovery]]></title>
<link>http://techpaul.wordpress.com/2008/05/06/delete-does-not-erase-your-data-preventing-recovery/</link>
<pubDate>Tue, 06 May 2008 19:48:03 +0000</pubDate>
<dc:creator>techpaul</dc:creator>
<guid>http://techpaul.wordpress.com/2008/05/06/delete-does-not-erase-your-data-preventing-recovery/</guid>
<description><![CDATA[I don&#8217;t know how long it was that I worked and played on computers before I truly understood t]]></description>
<content:encoded><![CDATA[<p>I don't know how long it was that I worked and played on computers before I truly understood that when I erased a Word document from my My Documents folder it was <strong><em>not</em></strong> gone forever.<br />
It was only natural to think it was "deleted". It was <strong>gone,</strong> as far as I could tell. It didn't show up no matter how I searched for it nor how desperately I needed it back. And believe me, there was many a time that I <em>wished</em> I could get a deleted letter or homework assignment back. (I am, in particular, thinking back to my Windows 95 days, and my hard drive was 4.3 Gigabytes. I was a fanatic about "disk doubling" and emptying my Recycle Bin!) If I cannot see it...and my machine cannot see it...and my machine says that the space it took up is now 'free'...it is gone, right? I certainly thought so.</p>
<p>I think it's rather important that you understand, if you don't already, that when you right-click+delete, or drag something into the <strong>Recycle Bin, it isn't <em>really</em> erased</strong>. Instead, the name/path entry in the <a href="http://www.webopedia.com/TERM/F/file_allocation_table_FAT.html">file allocation table</a> (the directory used to locate and 'find' files) is altered in a way that tells Windows to no longer display the file and that this (physical) area is now available for future storage<a href="http://techpaul.wordpress.com/2008/05/05/e-mail-is-dead/" target="_blank">.</a> The same thing happens when you take the drastic step of formatting your hard drive -- <strong>it isn't "wiped"</strong> like taking an eraser to a chalkboard: the Master Boot Table and the file directory are similarly altered, and once that occurs the machine can neither find your files nor your operating system -- the rest of the 1's and 0's are left in place.</p>
<p>It is because of this fact -- that files aren't erased, but their directories and names are altered -- that undelete and unformat utilities can perform their miracles. Instead of ignoring or treating these altered entries as writable space, they (attempt to) deliberately seek them out and <em>rename</em> them back to a recognizable formula, which restores Windows' ability to 'see', find, and display them. So, <strong>why couldn't my undelete restore my file?</strong> The most likely reason is: because Windows sees the deleted file as usable space, it has written something new in that location -- and now that new 1's and 0's are there, your file really and truly <span style="text-decoration:underline;">is</span> gone. (The more time that elapses since you deleted the file, the more likely it is that it has been written over.)</p>
<p>[ A quick aside: I look at a lot of systems' hard drives, and I've found that today people tend to be the opposite of me and my space-paranoia, born out of small HDs. It strikes me that they don't "recycle" <em>anything. </em>]</p>
<p><span style="text-decoration:underline;">Tip of the day:</span> <strong>Never assume that your data has been erased.</strong> In fact, I suggest thinking in an opposite manner: assume that no matter what proactive measures you've taken, your data is on that hard drive. Tell yourself that a knowledgeable person with the right tools, if they get their hands on your hard drive, can read it. (There are some people in this industry who insist that your files aren't really gone until your hard drive has been melted in a blast furnace!) Particularly keep this in mind when the time comes to <strong>donate</strong> (or otherwise get rid of) your old computer.</p>
<p>If you are security-conscious, and you want to ensure that when you erase something it's really and truly erased (or you are about to donate your old PC) I recommend that, if you don't already have one, you download a free file shredder utility (I will put one as today's free link) and to choose one that offers multiple methods of shredding. What a "shredder" does is it writes new data, and it does it in multiple passes. Typically writing all 1's on one pass, all zeros on the next pass, and then a completely random pattern of 1's and 0's, and so on. It is generally recognized that your shredder should make 6-12 passes.<br />
* If you do this, you can donate your old PC comfortable in the knowledge that only a several thousand-dollar restoration, performed in a sterile lab, <em>might</em> render your personal information readable again. (If you are a corporation, and it's time to throw out your old hard drives, and there's highly sensitive data on those drives...melt them.)</p>
<p><span style="text-decoration:underline;">Today's free link:</span> <a href="http://www.download.com/Zilla-Data-Nuker/3000-2092_4-10320324.html?tag=lst-0-6">Zilla Data Nuker 2</a> (<strong>Please note:</strong> this program is an exception to my rule of always having run and tested the links I suggest. I have not ever needed to download a file shredder as I've always had one bundled into the Utility Suites I have on my machines. However, this application is 5-star rated by Cnet, and I was unable to locate it on any "blacklists". It is the one I would try first.) From Cnet, "This powerful program helps you shred important files &#38; folders so that they cannot be restored &#38; prevent attempts to recover sensitive deleted files from your hard drive by data recovery or forensic software. Shredder allows you to purge, wipe &#38; erase data with methods that far exceed US Department of Defence standards for file deletion (DOD 5220.22). Easily automate the cleaning process with batch files, shortcuts and scheduler. Supports complete folder deletions including subfolders."</p>
<p>*Original post: 6/22/07</p>
<p>Copyright 2007-8 © Tech Paul. All rights reserved.<a title="post to jaanix" href="http://jaanix.com/post?url=&#38;title=&#38;tags=&#38;note=&#38;image="><img style="vertical-align:middle;border-width:0;" src="http://s3.amazonaws.com/jaanix/img/jaanix_mini.png" alt="jaanix" width="16" height="16" /> post to jaanix</a><span class="sbmLink"></p>
<table border="0" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td class="sbmText">Share this post :</td>
<td class="sbmDim"><a class="sbmDim" title="Post it to backflip" href="http://www.backflip.com/add_page_pop.ihtml?url=http://techpaul.wordpress.com/2008/05/06/delete-does-not-erase-your-data-preventing-recovery/&#38;title=Tech--for Everyone delete-does-not-erase-your-data-preventing-recovery/" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/backflip4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to buddymark" href="http://buddymarks.com/s_add_bookmark.php?bookmark_url=http://techpaul.wordpress.com/2008/05/06/delete-does-not-erase-your-data-preventing-recovery/&#38;bookmark_title=Tech--for Everyone delete-does-not-erase-your-data-preventing-recovery/" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/buddymar4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to del.icio.us" href="http://del.icio.us/post?url=http://techpaul.wordpress.com/2008/05/06/delete-does-not-erase-your-data-preventing-recovery/&#38;;title=Tech--for Everyone delete-does-not-erase-your-data-preventing-recovery/" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to del.iri.ous!" href="http://de.lirio.us/bookmarks/sbmtool?action=add&#38;address=http://techpaul.wordpress.com/2008/05/06/delete-does-not-erase-your-data-preventing-recovery/&#38;title=Tech--for Everyone delete-does-not-erase-your-data-preventing-recovery/" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to digg" href="http://digg.com/submit?phase=2&#38;url=http://techpaul.wordpress.com/2008/05/06/delete-does-not-erase-your-data-preventing-recovery/&#38;title=Tech--for Everyone delete-does-not-erase-your-data-preventing-recovery/" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to furl" href="http://www.furl.net/store?s=f&#38;to=0&#38;u=http://techpaul.wordpress.com/2008/05/06/delete-does-not-erase-your-data-preventing-recovery/&#38;ti=Tech--for Everyone delete-does-not-erase-your-data-preventing-recovery/" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/Iconsford