December 13, 2007

Reporting Spam E-mail

We here at WorldStart often tell you about new e-mail scams that are going around on the Internet, but we've never really told cialis prescriptions you what you can do to report all the spam you receive in your Inbox. Lately, I've been asked that question a lot, so I figured it was about time we addressed it. I do apologize for taking so long to do so. Reporting spam e-mail is very easy to do and if everyone does their part, who knows, maybe the bad side of e-mail will finally disappear for good. Let's check it out, shall we?!

First of all, I want to make sure everyone is clear on what I'm referring to when I say spam e-mail. Spam can come in a variety of ways, including messages from business marketers trying to sell their products, forwards, bogus money offers and just any messages you may get from people you don't know. I'm sure you all have gotten your fair share of those, because no matter what you do, it seems impossible to protect your e-mail address from getting into the wrong hands. And I don't know about you, but junk e-mails really get on my nerves and they waste my time!

So, the next time you see a spam e-mail in your Inbox that you think is deceptive, do us all a favor and forward it to the Federal Trade Commission (FTC) at this address: spam@uce.gov You can do that just by hitting the Forward button in your e-mail and typing that address on the To: line. The FTC then uses the e-mails they get at that address to pursue law enforcement actions against the people who send them. They have even put together a new law against spammers, called the CAN-SPAM law, which is designed to hold spammers responsible for their actions. It's nice to know there is something we all can do to help combat the dreadful problem of spam. Do your part today and let's all start to make a difference!

Permalink • Print • Comment

Fsutil

fsutil is quite powerful, it should only be used by advanced users who have a thorough knowledge of Windows XP. In addition, you must be logged on as an administrator or a member of the Administrators group in order to use fsutil.

 

The following table lists the fsutil subcommands.

 

Comm and Description

 

behavior

Queries, changes, enables, or disables the settings for generating 8.3 character-length file names, accepting extended characters in 8.3 character-length file names on NTFS volumes, updating the last access timestamp on NTFS volumes, how often quota events are written to the system log, and the amount of disk space reserved of the MFT Zone.

 

dirty

Queries whether volume's dirty bit is set. Sets a volume's dirty bit. When a volume's dirty bit is set, autochk automatically checks the volume for errors the next time the computer is restarted.

 

file

Typically used by support professionals. Finds a file by its security identifier, queries allocated ranges for a file, sets a file's short name, sets a file's valid data length, or sets zero data for a file.

 

fsinfo

Typically used by support professionals. Lists all drives, queries the drive type, queries volume information, queries NTFS-specific volume information, or queries file system statistics.

 

hardlink

Creates a hard link. A hard link is a directory entry for a file. Every file can be considered to have at least one hard link. On NTFS volumes, each file can have multiple hard links, and thus a single file can appear in many directories (or even in the same directory with different names). Because all of the links reference the same file, programs can open any of the links and modify the file. A file is deleted from the file system only after all links to it have been deleted. After you create a hard link, programs can use it like any other file name.

 

objectid

Typically used by support professionals. Manages object identifiers, which are used by Windows XP to track objects such as files and directories.

 

quota

Manages disk quotas on NTFS volumes in order to provide more precise control of network-based storage. Disk quotas are implemented on a per-volume basis and enable both hard- and soft-storage limits to be implemented on a per-user basis.

 

reparsepoint

Typically used by support professionals. Queries or deletes reparse points, which are NTFS file system objects that have a definable attribute containing user-controlled data, and are used to extend functionality in the input/output (I/O) subsystem. Reparse points are used for directory junction points and volume mount points. They are also used by file system filter drivers to mark certain files as special to that driver.

 

sparse

Manages sparse files A sparse file is a file with one or more regions of unallocated data in it. A program will see these unallocated regions as containing bytes with the value zero, but there is actually no disk space used to represent these zeros. In other words, all meaningful or nonzero data is allocated, whereas all non-meaningful data (large strings of data composed of zeros) is not allocated. When a sparse file is read, allocated data is returned as stored and unallocated data is returned, by default, as zeros, in accordance with the C2 security requirement specification. Sparse file support allows data to be deallocated from anywhere in the file.

 

usn

Typically used by support professionals. Manages the update sequence number (USN) change journal, which provides a persistent log of all changes made to files on the volume.

 

volume

Manages a volume. Dismounts a volume or queries to see how much free space is available on a disk.

 

 Note

 

To view help for the available subcommands at the command prompt, type fsutil, type the subcommand, and then type cialis prescription online help (that is, fsutil subcommand help).

 

Fsutil: behavior

Fsutil: dirty

Fsutil: file

Fsutil: fsinfo

Fsutil: hardlink

Fsutil: objectid

Fsutil: quota

Fsutil: reparsepoint

Fsutil: sparse

Fsutil: usn

Fsutil: volume

Command-line reference A-Z

 

 

Pasted from <http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/fsutil.mspx?pf=true>

Permalink • Print • Comment

Improve Windows XP Pro’s NTFS performance by disabling the Accessed timestamp

Date: December 11th, 2007

 

Author: Greg Shultz

 

The New Technology File System (NTFS) is essentially a huge database that keeps track of all the files on your Windows XP Pro hard disk. When you create a file, or edit and then resave that file, the NTFS creates an entry and records the date in the Created or Modified timestamp so you can access the Properties sheet of the file and check the Created or Modified entries later.

 

NTFS also creates and keeps track of another timestamp called Accessed. The timestamp lists the date on which the file was last accessed and whether the file was opened and read or changed and saved. Each time NTFS updates a file’s Properties sheet, an accompanying disk read/write operation occurs. Since the Accessed timestamp does not add much useful information, you may consider the read/write operation incurred to record it wasteful.

 

If you have an application, such as a search tool, that frequently accesses many files for a simple read operation, the operation required to update each file’s Accessed timestamp can drain your system’s performance. Fortunately, you can use disable the Accessed timestamp using the FSUtil command. Here’s how:

 

  1. Open a Command Prompt window.
  2. Type the following command line:

 

FSUTIL behavior set disablelastaccess 1

cialis plus font-family: Verdana” align=”center”> 

If you wish to turn the Accessed attribute back on, simply repeat the command and replace 1 with 0.

 

Note: This tip applies only to Windows XP Professional.

Permalink • Print • 1 Comment
Made with WordPress and an easy to use WordPress theme • Sky Gold skin by Denis de Bernardy