Artikel getaggt mit file

Linux – Speed up your filesystem by upto 50 %

Every time a file is read from your Linux ext3 partition it writes back a attribute to the file detailing the last access time. There are very few programs that actually use this to operate and it slows everything down.

Disabling atime and diratime on your Linux ext3 file systems can improve disk performance up to 40%!

WARNING: If you are using programs such as tmpwatch, mutt, or mail-notify this configuration change could cause those programs that make specific use of atime not to work.

  1. Start a terminal.
  2. Switch to root using the “su -” command.
  3. Backup your fstab – “cp /etc/fstab /etc/fstab.old”.
  4. Open your /etc/fstab in the editor of your choice (nano, kate or gedit recommended). This can be done by issuing the command “nano /etc/fstab”, “kate /etc/fstab”, or “gedit /etc/fstab”.
  5. Locate the partitions that contain your / and /home file systems, as well as any other file system you want to optimize. Examples include /dev/hda2 and /dev/hda3, or /dev/sda2 and /dev/sda3.
  6. In the fourth section (just before the two numbers at the end of the line) you will see the options section of the fstab.
  7. Enter “,noatime,nodiratime” after the existing options for each partition you wish to optimize.
  8. Save the fstab file.
  9. Reboot.

Enjoy your newly optimized Linux ext3 file system.

Tags: , , , ,

Google Improves Scanned Document Indexing With Optical Character Recognition (OCR) Technology

Scanned documents are really very useful which may contain text and images. Until now Google rarely included scanned documents in it’s search results. Recently Google has announced that it will now include scanned documents in the search results. Google had used the Optical Character Recognition (OCR) technology to scan the documents so that words in the documents can be searched and Indexed.

So you can find more valuable data from Google. Earlier Google used to Index these as Image Files. So only the title and meta data is used for a search. But now as the scanned document is converted to PDF format it can search and index the entire data. So if there are any scanned documents you can view them in either PDF format or as a HTML file.

To see the new system at work, click on these search queries.

[ repairing aluminum wiring ]
[ spin lock performance ]
[ Mumps and Severe Neutropenia ]
[ Steady success in a volatile world ]

Tags: , , , , ,

Documents manager for IPOD and IPHONE – FileMagnet

Now you can easily copy files from your MAC to Apple iPhone or iPod Touch with FileMagnet. All you have to do is just open the FileMagnet uploader on your computer and transfer your favorite PDF’s, Images, Movies, Music Tracks, Office Docs etc. FileMagnet transfers the files via Wi-Fi. So with FileMagnet you can copy all your documents and read them on the go.

FileMagnet can read most of the file formats like PDF, Microsoft Office Docs, iWork, images, movies, and audio files. The latest version of FileMagnet supports both Windows and MAC. You can also use FileMagnet as a storage device. The best thing I liked is that FileMagnet supports Tilt Scrolling. So instead of scrolling longer documents with your finger you can tilt your device and the document is scrolled.

Download FileMagnet

Tags: , , , , , , , , , , ,

Funky Names to your folder

To give weird names to your folder follow the following steps…

1) Simply go to run >cmd.exe > and browse to c: drive

2) MD is the command in dos to make a new directory. Also alter plus any keys will give you ascii value of that key…

3) type : md and press alter and then any three numbers in sequence(while alter key is pressed) and leave the alter key….

meaning type md then press the alter key and press 1 , keeping the alter key pressed leave 1 and press 3 , again keeping the alter key pressed leave 3 and press 2 and leave everything….Make sure you use the number pad

You will end up with a weird character…..

This character will correspond to a value in ascii table…..

You can get the whole list by just googling ascii table….

Tags: , , ,