| 0 comments ]

Woohoo! 3 hour and 45 minutes to go until the first Earth Hour in the world. We're all very excited here in Philippines!

This year, Earth Hour has been transformed into the world’s first global election, between Earth and global warming.

For the first time in history, people of all ages, nationalities, race and background have the opportunity to use their light switch as their vote – Switching off your lights is a vote for Earth, or leaving them on is a vote for global warming. WWF are urging the world to VOTE EARTH and reach the target of 1 billion votes, which will be presented to world leaders at the Global Climate Change Conference in Copenhagen 2009.

This meeting will determine official government policies to take action against global warming, which will replace the Kyoto Protocol. It is the chance for the people of the world to make their voice heard.

Earth Hour began in Sydney in 2007, when 2.2 million homes and businesses switched off their lights for one hour. In 2008 the message had grown into a global sustainability movement, with 50 million people switching off their lights. Global landmarks such as the Golden Gate Bridge in San Francisco, Rome’s Colosseum, the Sydney Opera House and the Coca Cola billboard in Times Square all stood in darkness.

In 2009, Earth Hour is being taken to the next level, with the goal of 1 billion people switching off their lights as part of a global vote. Unlike any election in history, it is not about what country you’re from, but instead, what planet you’re from. VOTE EARTH is a global call to action for every individual, every business, and every community. A call to stand up and take control over the future of our planet. Over 74 countries and territories have pledged their support to VOTE EARTH during Earth Hour 2009, and this number is growing everyday.

We all have a vote, and every single vote counts. Together we can take control of the future of our planet, for future generations.

VOTE EARTH by simply switching off your lights for one hour, and join the world for Earth Hour.

Saturday, March 28, 8:30-9:30pm.


YOU CAN VOTE HERE


The results of the election are being presented at the Global Climate Change Conference in Copenhagen 2009. We want one billion votes for Earth, to tell world leaders that we have to take action against global warming.

| 0 comments ]

How can I make my blog load faster?

The speed at which your blog loads is critical to attracting more readers to your blog. If your blog takes a long time to load, many readers may leave your blog before they have the chance to read it. Here are a few tips and tricks that will help your blog load faster and attract more users:
Posts

Your blog's load time can be affected by the number of posts you display on your main page. You can easily edit the number of posts displayed of the main page from the Settings | Formatting tab. You can then select the number of posts you want to display on the main page. We recommend displaying 10 or fewer posts on the main page.




Third Party JavaScript and Links

For optimal blog load speed, we recommend using Google/Blogger widgets, JavaScipt and links. However, if you need to use third party JavaScipt and links, your blog will load much faster if you put all JavaScript at the bottom of your blog. If you have third party JavaScript and links in your sidebar, put them in at the bottom of the sidebar.
Images and Media

The more images, videos and other multi-media you have on your blog the longer it will take to load. However, images and other multimedia are important to attracting users to your blog, so it is important to optimize the load speed of your images and media. Here are a few tips to increase the load speed of your media:

* Decrease the size of your images or use thumbnails that link to the full-size image.
* If you use third party images, consider uploading them to Picasa Web Albums via the Blogger post editor.
* If you have a large number of images to display, you can upload all your images (from a vacation or event) to a Picasa Web Album and link to the album in your post or sidebar.

Source

| 0 comments ]

Before you edit your system registry, export the keys in the registry that you plan to edit, or back up the whole registry. If a problem occurs, you can then follow the steps how-to restore the registry to its previous state.


How to Export Registry Keys

Step 1: Click Start, and then click Run.

Step 2: In the Open box, type regedit, and then click OK.

Step 3: On the File menu, click Export.

Step 4: In the Save in box, select the box at the bottom the bottom according to weather you want to export all or only selected branches of the registry.

Step 5:Next select a location in which to save the backup .reg file. In the File name box, type a file name, and then click Save.


How to Restore the Registry

To restore registry keys that you exported, double-click the .reg file that you saved.

| 0 comments ]

You can change them to whatever you want, whether it's quotes, jokes or a to-do list, anything is possible.

Here's how.

Open your registry and find the key below.

HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Explorer\ Tips

Create a new string valued named by incrementing the existing value names and set it to the required tip text.

| 0 comments ]

Here's how you add the address bar:

Step 1: Right-click on the taskbar, select Toolbars, and then click Address.

Step 2: The word Address will appear on your taskbar.

Step 3: Double click it to access it.

Step 4: If that doesn't work, your taskbar is locked. You can unlock it by right-clicking on the taskbar again and uncheck Lock the Taskbar.

Take note: You may also need to grab the vertical dotted lines beside the word Address and drag it to the left to make the Address window appear.

| 0 comments ]

How To Access Your Folders From Your Taskbar

This is an easy way to get to the folders on your system without having to open a Windows Explorer Window every time you want to access files. I find it very useful to have this feature as it allows me to access my Folders and Drives immediately and saves me a lot of time.

This works in Windows XP:

Step 1: Right Click an empty spot on your Taskbar (Between your Start Button and your System Tray).
Step 2: Click Toolbars.
Step 3: Click New Toolbar.
Step 4: A Small Window will Open that allows you to pick the folder you wish to make a Toolbar. If you want to access your Desktop Without having to minimize all your windows. Just Pick Desktop. If you want to access ONLY your My Documents Folder, Select that. Any folder will work for this.
Step 5: Click OK.

The New Tool bar will appear at the bottom of your screen next to your System Tray.

.

| 0 comments ]

What is Linux : Linux (commonly pronounced IPA: /ˈlɪnəks/ in English; variants exist is a generic term referring to Unix-like computer operating systems based on the Linux kernel. Their development is one of the most prominent examples of free and open source software collaboration; typically all the underlying source code can be used, freely modified, and redistributed by anyone under the terms of the GNU GPL and other free licenses.

Linux is predominantly known for its use in servers, although it is installed on a wide variety of computer hardware, ranging from embedded devices and mobile phones to supercomputers.The popularity of Linux distributions as desktop and laptop operating system has been growing lately due to the rise of netbooks and the Ubuntu distribution of the operating system.

The name "Linux" comes from the Linux kernel, originally written in 1991 by Linus Torvalds. The rest of the system, including utilities and libraries, usually comes from the GNU operating system announced in 1983 by Richard Stallman. The GNU contribution is the basis for the alternative name GNU/Linux.

Now on this article I will discuss how linux boots.

As it turns out, there isn't much to the boot process:

1. A boot loader finds the kernel image on the disk, loads it into memory, and starts it.
2. The kernel initializes the devices and its drivers.
3. The kernel mounts the root filesystem.
4. The kernel starts a program called init.
5. init sets the rest of the processes in motion.
6. The last processes that init starts as part of the boot sequence allow you to log in.

Identifying each stage of the boot process is invaluable in fixing boot problems and understanding the system as a whole. To start, zero in on the boot loader, which is the initial screen or prompt you get after the computer does its power-on self-test, asking which operating system to run. After you make a choice, the boot loader runs the Linux kernel, handing control of the system to the kernel.

There is a detailed discussion of the kernel elsewhere in this book from which this article is excerpted. This article covers the kernel initialization stage, the stage when the kernel prints a bunch of messages about the hardware present on the system. The kernel starts init just after it displays a message proclaiming that the kernel has mounted the root filesystem:

VFS: Mounted root (ext2 filesystem) readonly.

Soon after, you will see a message about init starting, followed by system service startup messages, and finally you get a login prompt of some sort.

NOTE On Red Hat Linux, the init note is especially obvious, because it "welcomes" you to "Red Hat Linux." All messages thereafter show success or failure in brackets at the right-hand side of the screen.

Most of this chapter deals with init, because it is the part of the boot sequence where you have the most control.
init

There is nothing special about init. It is a program just like any other on the Linux system, and you'll find it in /sbin along with other system binaries. The main purpose of init is to start and stop other programs in a particular sequence. All you have to know is how this sequence works.

There are a few different variations, but most Linux distributions use the System V style discussed here. Some distributions use a simpler version that resembles the BSD init, but you are unlikely to encounter this.

Runlevels

At any given time on a Linux system, a certain base set of processes is running. This state of the machine is called its runlevel, and it is denoted with a number from 0 through 6. The system spends most of its time in a single runlevel. However, when you shut the machine down, init switches to a different runlevel in order to terminate the system services in an orderly fashion and to tell the kernel to stop. Yet another runlevel is for single-user mode, discussed later.

The easiest way to get a handle on runlevels is to examine the init configuration file, /etc/inittab. Look for a line like the following:

id:5:initdefault:

This line means that the default runlevel on the system is 5. All lines in the inittab file take this form, with four fields separated by colons occurring in the following order:
# A unique identifier (a short string, such as id in the preceding example)
# The applicable runlevel number(s)
# The action that init should take (in the preceding example, the action is to set the default runlevel to 5)
# A command to execute (optional)

There is no command to execute in the preceding initdefault example because a command doesn't make sense in the context of setting the default runlevel. Look a little further down in inittab, until you see a line like this:

l5:5:wait:/etc/rc.d/rc 5

This line triggers most of the system configuration and services through the rc*.d and init.d directories. You can see that init is set to execute a command called /etc/rc.d/rc 5 when in runlevel 5. The wait action tells when and how init runs the command: run rc 5 once when entering runlevel 5, and then wait for this command to finish before doing anything else.

There are several different actions in addition to initdefault and wait, especially pertaining to power management, and the inittab(5) manual page tells you all about them. The ones that you're most likely to encounter are explained in the following sections.

respawn

The respawn action causes init to run the command that follows, and if the command finishes executing, to run it again. You're likely to see something similar to this line in your inittab file:

1:2345:respawn:/sbin/mingetty tty1

The getty programs provide login prompts. The preceding line is for the first virtual console (/dev/tty1), the one you see when you press ALT-F1 or CONTROL-ALT-F1. The respawn action brings the login prompt back after you log out.

ctrlaltdel

The ctrlaltdel action controls what the system does when you press CONTROL-ALT-DELETE on a virtual console. On most systems, this is some sort of reboot command using the shutdown command.

sysinit

The sysinit action is the very first thing that init should run when it starts up, before entering any runlevels.

How processes in runlevels start

You are now ready to learn how init starts the system services, just before it lets you log in. Recall this inittab line from earlier:

l5:5:wait:/etc/rc.d/rc 5

This small line triggers many other programs. rc stands for run commands, and you will hear people refer to the commands as scripts, programs, or services. So, where are these commands, anyway?

For runlevel 5, in this example, the commands are probably either in /etc/rc.d/rc5.d or /etc/rc5.d. Runlevel 1 uses rc1.d, runlevel 2 uses rc2.d, and so on. You might find the following items in the rc5.d directory:

S10sysklogd S20ppp S99gpm
S12kerneld S25netstd_nfs S99httpd
S15netstd_init S30netstd_misc S99rmnologin
S18netbase S45pcmcia S99sshd
S20acct S89atd
S20logoutd S89cron

The rc 5 command starts programs in this runlevel directory by running the following commands:

S10sysklogd start
S12kerneld start
S15netstd_init start
S18netbase start
...
S99sshd start

Notice the start argument in each command. The S in a command name means that the command should run in start mode, and the number (00 through 99) determines where in the sequence rc starts the command.

The rc*.d commands are usually shell scripts that start programs in /sbin or /usr/sbin. Normally, you can figure out what one of the commands actually does by looking at the script with less or another pager program.

You can start one of these services by hand. For example, if you want to start the httpd Web server program manually, run S99httpd start. Similarly, if you ever need to kill one of the services when the machine is on, you can run the command in the rc*.d directory with the stop argument (S99httpd stop, for instance).

Some rc*.d directories contain commands that start with K (for "kill," or stop mode). In this case, rc runs the command with the stop argument instead of start. You are most likely to encounter K commands in runlevels that shut the system down.

Adding and removing services

If you want to add, delete, or modify services in the rc*.d directories, you need to take a closer look at the files inside. A long listing reveals a structure like this:

lrwxrwxrwx . . . S10sysklogd -> ../init.d/sysklogd
lrwxrwxrwx . . . S12kerneld -> ../init.d/kerneld
lrwxrwxrwx . . . S15netstd_init -> ../init.d/netstd_init
lrwxrwxrwx . . . S18netbase -> ../init.d/netbase
...

The commands in an rc*.d directory are actually symbolic links to files in an init.d directory, usually in /etc or /etc/rc.d. Linux distributions contain these links so that they can use the same startup scripts for all runlevels. This convention is by no means a requirement, but it often makes organization a little easier.

To prevent one of the commands in the init.d directory from running in a particular runlevel, you might think of removing the symbolic link in the appropriate rc*.d directory. This does work, but if you make a mistake and ever need to put the link back in place, you might have trouble remembering the exact name of the link. Therefore, you shouldn't remove links in the rc*.d directories, but rather, add an underscore (_) to the beginning of the link name like this:

mv S99httpd _S99httpd

At boot time, rc ignores _S99httpd because it doesn't start with S or K. Furthermore, the original name is still obvious, and you have quick access to the command if you're in a pinch and need to start it by hand.

To add a service, you must create a script like the others in the init.d directory and then make a symbolic link in the correct rc*.d directory. The easiest way to write a script is to examine the scripts already in init.d, make a copy of one that you understand, and modify the copy.

When adding a service, make sure that you choose an appropriate place in the boot sequence to start the service. If the service starts too soon, it may not work, due to a dependency on some other service. For non-essential services, most systems administrators prefer numbers in the 90s, after most of the services that came with the system.

Linux distributions usually come with a command to enable and disable services in the rc*.d directories. For example, in Debian, the command is update-rc.d, and in Red Hat Linux, the command is chkconfig. Graphical user interfaces are also available. Using these programs helps keep the startup directories consistent and helps with upgrades.

HINT: One of the most common Linux installation problems is an improperly configured XFree86 server that flicks on and off, making the system unusable on console. To stop this behavior, boot into single-user mode and alter your runlevel or runlevel services. Look for something containing xdm, gdm, or kdm in your rc*.d directories, or your /etc/inittab.

Controlling init

Occasionally, you need to give init a little kick to tell it to switch runlevels, to re-read the inittab file, or just to shut down the system. Because init is always the first process on a system, its process ID is always 1.

You can control init with telinit. For example, if you want to switch to runlevel 3, use this command:

telinit 3

When switching runlevels, init tries to kill off any processes that aren't in the inittab file for the new runlevel. Therefore, you should be careful about changing runlevels.

When you need to add or remove respawning jobs or make any other change to the inittab file, you must tell init about the change and cause it to re-read the file. Some people use kill -HUP 1 to tell init to do this. This traditional method works on most versions of Unix, as long as you type it correctly. However, you can also run this telinit command:

telinit q

You can also use telinit s to switch to single-user mode.

Shutting down

init also controls how the system shuts down and reboots. The proper way to shut down a Linux machine is to use the shutdown command.

There are two basic ways to use shutdown. If you halt the system, it shuts the machine down and keeps it down. To make the machine halt immediately, use this command:

shutdown -h now

On most modern machines with reasonably recent versions of Linux, a halt cuts the power to the machine. You can also reboot the machine. For a reboot, use -r instead of -h.

The shutdown process takes several seconds. You should never reset or power off a machine during this stage.

In the preceding example, now is the time to shut down. This argument is mandatory, but there are many ways of specifying it. If you want the machine to go down sometime in the future, one way is to use +n, where n is the number of minutes shutdown should wait before doing its work. For other options, look at the shutdown(8) manual page.

To make the system reboot in 10 minutes, run this command:

shutdown -r +10

On Linux, shutdown notifies anyone logged on that the machine is going down, but it does little real work. If you specify a time other than now, shutdown creates a file called /etc/nologin. When this file is present, the system prohibits logins by anyone except the superuser.

When system shutdown time finally arrives, shutdown tells init to switch to runlevel 0 for a halt and runlevel 6 for a reboot. When init enters runlevel 0 or 6, all of the following takes place, which you can verify by looking at the scripts inside rc0.d and rc6.d:

1. init kills every process that it can (as it would when switching to any other runlevel).

# The initial rc0.d/rc6.d commands run, locking system files into place and making other preparations for shutdown.
# The next rc0.d/rc6.d commands unmount all filesystems other than the root.
# Further rc0.d/rc6.d commands remount the root filesystem read-only.
# Still more rc0.d/rc6.d commands write all buffered data out to the filesystem with the sync program.
# The final rc0.d/rc6.d commands tell the kernel to reboot or stop with the reboot, halt, or poweroff program.

The reboot and halt programs behave differently for each runlevel, potentially causing confusion. By default, these programs call shutdown with the -r or -h options, but if the system is already at the halt or reboot runlevel, the programs tell the kernel to shut itself off immediately. If you really want to shut your machine down in a hurry (disregarding any possible damage from a disorderly shutdown), use the -f option.

| 0 comments ]

How do you see hidden files on your OS using MDOS?

Step 1: Go to> Run then type CMD or cmd then press enter

Step 2: Now type the following dir /ah or dir c:/ah or dir d:/ah and what so ever you want.

Step 3: If the list is too long u can use dir /ah/p/w or dir c:/ah/p/w or dir d:/ah/p/w and what so ever you want.

| 0 comments ]

How to over burn 600 MB Compact Disc using Nero

Step 1: Start Nero

Step 2: From the action-bar select File and select Preferences.

Step 3: In the Preferences window, select Expert Features (1) and check the Enable overturn disc-at-once (2).

Step 4: Choose a Maximum CD Length (3) and click OK (4) (*82:59:59 is the maximum value I suggest, but as you can see from the screen capture above I have set mine significantly higher. The reason is because I frequently use 99min 850 MB CD media).

Step 5: From the action-bar select File and select Write CD.

Step 6: A window will appear when you have exceeded expected length, click OK to start the over burn copy.

Take Note: Set disk to burn Disc at Once, you cannot over burn in Track at Once Mode.

| 0 comments ]

The most common problems originate from corruption of the master boot record, FAT, or directory.Those are soft problems which can usually be taken care of with a combination of tools like Fdisk /mbr to refresh the master boot record followed by a reboot and Norton disk doctor

or Spinneret.

The most common hardware problems are a bad controller, a bad drive motor, or a bad head mechanism.

1. Can the BIOS see and identify the hard drive correctly? If it can't, then the hard drives onboard controller is bad.

2. Does the drive spin and maintain a constant velocity? If it does, that's good news. The motor is functioning.

3. If the drive surges and dies, the most likely cause is a bad controller (assuming the drive is cool). A gate allowing the current to drive the motor may not be staying open. The drive needs a new controller.

4. Do you hear a lot of head clatter when the machine is turned on and initialized (but before the system attempts to access the hard drive). Head clatter would indicate that the spindle bearings are sloppy or worn badly. Maybe even lose and
flopping around inside.

5. There is always the possibility that the controller you are using in the machine has gone south.

1. If the drive spins, try booting to the A> prompt, run Fdisk and check to see if Fdisk can see a partition on the hard drive. If Fdisk can see the partition, that means that it can access the drive and that the controller electronics are functioning correctly. If there is no head clatter, it may be just a matter of disk corruption which commonly occurs when a surge hits you machine and overwhelms the power supply voltage regulator. It commonly over whelms the system electronics
allowing an EM pulse to wipe out the master boot record, file allocations table, and primary directory. Fdisk can fix the master boot record and Norton Disk Doctor can restore the FAT and Directory from the secondaries.

2. The drive spins but Fdisk can't see it. Try the drive in another system and repeat the test to confirm that Fdisk can't read through the drives onboard controller. If it sees it in another system, then your machines hard drive interface is bad. You can try an upgraded or replacement controller card like a Promise or CMD Technologies (there are others) in you machine after disabling the integrated controller in the BIOS,but if the integrated controller went south, it may just be
symptomatic of further failures and you'd be wise to replace the motherboard. Trying the drive in another machine also eliminates the variable that your machines 12 volt power output being bad

3. If you get head clatter but a constant velocity on the drive motor (no surging), you might try sticking the hard drive in the freezer for about 12 hours. This is an old trick from back in the days of the MFM/ESDI driver era. This can cause the drive components to shrink enough to make the track marker align with the tracks. We don't see that kind of platter spindle wear much anymore, but back in the old days, the balancing and bearings weren't as good. Still, under the right circumstances, it might help. It would depend on how old the drive is and how many hours of wear have occurred. You have to be quick to get your info off the drive when it works. Back then, the drives were much smaller, so there wasn't so much to copy. So, go after the important data first.

4. The drive doesn't spin. Either the onboard controller is bad or the motor is bad (assuming you did try the drive in another machine). It's time to hit the net and local independent shops to see if you can locate another drive of the same make and model that's good. Since the drive is probably an older drive and no longer in distribution, your best bet is to find an identical used drive. If you know
someone with the same make and model, you might be wise to try and persuade them to sell you their drive with an offer of providing them with a free upgraded drive. If you can locate an identical drive, start with the controller replacement ...
this is the simplest and least invasive. If swapping the controller doesn't produce the desire result, you can tear into the drive and swap the motors. While you have both drive opened up to accomplish this, scrutinize the platters, heads and armatures. You might even hook the drive up and power it from a system with both drives attached. This way, you could see anything that deviates between the actions of both drives when they are initialized. Swapping patters is unlikely to produce any positive result. They are a balanced system like the tires on your car and I suspect that the balance will be different for each drive as will other variables.

5. There's always Ontrack Corp. who will attempt to recoup your info starting at $500 and going up from there. They don't fix and return the drive either.

If the info is all that important to you, I would seek some professional and experience technician in your locality who makes his living from servicing and building computer systems not just selling them. If you have had much experience salvaging information from bad hard drives, your likelihood of success is low. In the case of soft corruption, all utilities have their eccentricities. Often times, Norton Disk Doctor will go too far (if you let it). It's wise to just let those utilities small steps and then have a look at the drive and see if you can copy it off. Norton will go so far as to rename directories and files, and even delete them or break them up into fragments which are useless.

| 0 comments ]

Okey Hello World! Do you know what are the difference between Cam, Telesync, DVDRip, Divx Re-Enc? Okey this article will show you the differences between each of them.

Below are the lists of Movie tags and their meaning;


CAM  - A cam is a theater rip usually done with a digital video camera. A mini tripod is sometimes used, but a lot of the time this wont be possible, so the camera make shake. Also seating placement isn't always idle, and it might be filmed from an angle. If cropped properly, this is hard to tell unless there's text on the screen, but a lot of times these are left with triangular borders on the top and bottom of the screen. Sound is taken from the onboard microphone of the camera, and especially in comedies, laughter can often be heard during the film. Due to these factors picture and sound quality are usually quite poor, but sometimes we're lucky, and the theater will be fairly empty and a fairly clear signal will be heard.

TELESYNC (TS) - A telesync is the same spec as a CAM except it uses an external audio source (most likely an audio jack in the chair for hard of hearing people). A direct audio source does not ensure a good quality audio source, as a lot of background noise can interfere. A lot of the times a telesync is filmed in an empty cinema or from the projection booth with a professional camera, giving a better picture quality. Quality ranges drastically, check the sample before downloading the full release. A high percentage of Telesyncs are CAMs that have been mislabeled.

TELECINE (TC) - A telecine machine copies the film digitally from the reels. Sound and picture should be very good, but due to the equipment involved and cost telecines are fairly uncommon. Generally the film will be in correct aspect ratio, although 4:3 telecines have existed. A great example is the JURASSIC PARK 3 TC done last year. TC should not be confused with TimeCode , which is a visible counter on screen throughout the film.

SCREENER (SCR) - A pre VHS tape, sent to rental stores, and various other places for promotional use. A screener is supplied on a VHS tape, and is usually in a 4:3 (full screen) a/r, although letterboxed screeners are sometimes found. The main draw back is a "ticker" (a message that scrolls past at the bottom of the screen, with the copyright and anti-copy telephone number). Also, if the tape contains any serial numbers, or any other markings that could lead to the source of the tape, these will have to be blocked, usually with a black mark over the section. This is sometimes only for a few seconds, but unfortunately on some copies this will last for the entire film, and some can be quite big. Depending on the equipment used, screener quality can range from excellent if done from a MASTER copy, to very poor if done on an old VHS recorder thru poor capture equipment on a copied tape. Most screeners are transferred to VCD, but a few attempts at SVCD have occurred, some looking better than others.

DVD-SCREENER (DVDscr) -Same premise as a screener, but transferred off a DVD. Usually letterbox , but without the extras that a DVD retail would contain. The ticker is not usually in the black bars, and will disrupt the viewing. If the ripper has any skill, a DVDscr should be very good. Usually transferred to SVCD or DivX/XviD.

DVDRip - A copy of the final released DVD. If possible this is released PRE retail (for example, Star Wars episode 2) again, should be excellent quality. DVDrips are released in SVCD and DivX/XviD.

VHSRip -Transferred off a retail VHS, mainly skating/sports videos and XXX releases.

TVRip -TV episode that is either from Network (capped using digital cable/satellite boxes are preferable) or PRE-AIR from satellite feeds sending the program around to networks a few days earlier (do not contain "dogs" but sometimes have flickers etc) Some programs such as WWF Raw Is War contain extra parts, and the "dark matches" and camera/commentary tests are included on the rips. PDTV is capped from a digital TV PCI card, generally giving the best results, and groups tend to release in SVCD for these. VCD/SVCD/DivX/XviD rips are all supported by the TV scene.

WORKPRINT (WP) -A workprint is a copy of the film that has not been finished. It can be missing scenes, music, and quality can range from excellent to very poor. Some WPs are very different from the final print (Men In Black is missing all the aliens, and has actors in their places) and others can contain extra scenes (Jay and Silent Bob) . WPs can be nice additions to the collection once a good quality final has been obtained.

DivX Re-Enc -A DivX re-enc is a film that has been taken from its original VCD source, and re-encoded into a small DivX file. Most commonly found on file sharers, these are usually labeled something like Film.Name.Group(1of2) etc. Common groups are SMR and TND. These aren't really worth downloading, unless you're that unsure about a film u only want a 200mb copy of it. Generally avoid.

Watermarks - A lot of films come from Asian Silvers/PDVD (see below) and these are tagged by the people responsible. Usually with a letter/initials or a little logo, generally in one of the corners. Most famous are the "Z" "A" and "Globe" watermarks.

Asian Silvers / PDVD -These are films put out by eastern bootleggers, and these are usually bought by some groups to put out as their own. Silvers are very cheap and easily available in a lot of countries, and its easy to put out a release, which is why there are so many in the scene at the moment, mainly from smaller groups who don't last more than a few releases. PDVDs are the same thing pressed onto a DVD. They have removable subtitles, and the quality is usually better than the silvers. These are ripped like a normal DVD, but usually released as VCD.

VCD - VCD is an mpeg1 based format, with a constant bitrate of 1150kbit at a resolution of 352x240 (NTCS). VCDs are generally used for lower quality transfers (CAM/TS/TC/Screener(VHS)/TVrip(analogue) in order to make smaller file sizes, and fit as much on a single disc as possible. Both VCDs and SVCDs are timed in minutes, rather than MB, so when looking at an mpeg, it may appear larger than the disc capacity, and in reality u can fit 74min on a CDR74.


SVCD - SVCD is an mpeg2 based (same as DVD) which allows variable bit-rates of up to 2500kbits at a resolution of 480x480 (NTSC) which is then decompressed into a 4:3 aspect ratio when played back. Due to the variable bit-rate, the length you can fit on a single CDR is not fixed, but generally between 35-60 Mins are the most common. To get a better SVCD encode using variable bit-rates, it is important to use multiple "passes". this takes a lot longer, but the results are far clearer.

XVCD/XSVCD - These are basically VCD/SVCD that don't obey the "rules". They are both capable of much higher resolutions and bit-rates, but it all depends on the player to whether the disc can be played. X(S)VCD are total non-standards, and are usually for home-ripping by people who don't intend to release them.


KVCD -  is a modification to the standard MPEG-1 and MPEG-2 GOP structure and Quantization Matrix. It enables you to create over 120 minutes of near DVD quality video, depending on your material, on a single 80 minute CD-R/CD-RW. We have published these specifications as KVCDx3, our official resolution, which produce 528x480 (NTSC) and 528x576 (PAL) MPEG-1 variable bit rate video, from 64Kbps to 3,000Kbps. Using a resolution of 352x240 (NTSC) or 352x288 (PAL), it's possible to encode video up to ~360 minutes of near VCD quality on a single 80 minute CD-R. The mpeg files created will play back in most modern standalone DVD players. You must burn the KVCD MPEG files as non-standard VCD or non-standard SVCD (depends on your player) with Nero or VCDEasy.

DivX / XviD - DivX is a format designed for multimedia platforms. It uses two codecs, one low motion, one high motion. most older films were encoded in low motion only, and they have problems with high motion too. A method known as SBC (Smart Bit-rate Control) was developed which switches codecs at the encoding stage, making a much better print. The format is Ana orphic and the bit-rate/resolution are interchangeable. Due to the higher processing power required, and the different codecs for playback, its unlikely we'll see a DVD player capable of play DivX for quite a while, if at all. There have been players in development which are supposedly capable, but nothing has ever arisen. The majority of PROPER DivX rips (not Re-Encs) are taken from DVDs, and generally up to 2hours in good quality is possible per disc. Various codecs exist, most popular being the original Divx3.11a and the new XviD codecs.

CVD - CVD is a combination of VCD and SVCD formats, and is generally supported by a majority of DVD players. It supports MPEG2 bit-rates of SVCD, but uses a resolution of 352x480(ntsc) as the horizontal resolution is generally less important. Currently no groups release in CVD.


| 1 comments ]

What is Ftp? Short for File Transfer Protocol, the protocol for exchanging files over the Internet. FTP works in the same way as HTTP for transferring Web pages from a server to a user's browser and SMTP for transferring electronic mail across the Internet in that, like these technologies, FTP uses the Internet's TCP/IP protocols to enable data transfer.


FTP is most commonly used to download a file from a server using the Internet or to upload a file to a server (e.g., uploading a Web page file to a server).

Below are the lists and descriptions of common Ftp error if you aren’t familiar.

110 = Restart marker reply. In this case, the text is exact and not left to the particular implementation; it must read: MARK yyyy = mmmm where yyyy is User-process data stream marker, and mmmm server's equivalent marker (note the spaces between markers and "=").
120 = Service ready in nnn minutes.
125 = Data connection already open; transfer starting.
150 = File status okay; about to open data connection.
200 = Command okay.
202 = Command not implemented, superfluous at this site.
211 = System status, or system help reply.
212 = Directory status.
213 = File status.
214 = Help message.On how to use the server or the meaning of a particular non-standard command. This reply is useful only to the human user.
215 = NAME system type. Where NAME is an official system name from the list in the Assigned Numbers document.
220 = Service ready for new user.
221 = Service closing control connection.
225 = Data connection open; no transfer in progress.
226 = Closing data connection. Requested file action successful (for example, file transfer or file abort).
227 = Entering Passive Mode (h1,h2,h3,h4,p1,p2).
230 = User logged in, proceed. Logged out if appropriate.
250 = Requested file action okay, completed.
257 = "PATHNAME" created.
331 = User name okay, need password.
332 = Need account for login.
350 = Requested file action pending further information
421 = Service not available, closing control connection.This may be a reply to any command if the service knows it must shut down.
425 = Can't open data connection.
426 = Connection closed; transfer aborted.
450 = Requested file action not taken.
451 = Requested action aborted. Local error in processing.
452 = Requested action not taken. Insufficient storage space in system.File unavailable (e.g., file busy).
500 = Syntax error, command unrecognized. This may include errors such as command line too long.
501 = Syntax error in parameters or arguments.
502 = Command not implemented.
503 = Bad sequence of commands.
504 = Command not implemented for that parameter.
530 Not logged in.
532 = Need account for storing files.
550 = Requested action not taken. File unavailable (e.g., file not found, no access).
551 = Requested action aborted. Page type unknown.
552 = Requested file action aborted. Exceeded storage allocation (for current directory or dataset).
553 = Requested action not taken. File name not allowed.


| 0 comments ]


SEATTLE, Washington - Microsoft Corporation will release a new version of Internet Exploree (IE) thursday, adding features meant to speed up common Web surfing tast and bringin the browser's security measure in line with those major competitors.

The number of browsers has grown to a dizzying array, from IE and Mozilla's Firefox, the two most popular, to Apple Inc.'s Safari, Google Inc's Chrome, The Norweigian entrant Opera ant others. Each is using speed, security enhancements and new features to fight for a share of web Surfers growing time online. Microsoft ramain the dominant player, but firefo'x influence is growing.

Dean Hachamovitch, the IE group's general manage, said the free browser is important to Microsoft beacuse the company simply wants PC users to have a "great experience every day" when surfing the web.

Microsoft also has expanded a feature present on some browsers today - a toolbar button that opens a menu of the most recent news headlines. IE 8 users can add a number of "Web Slices" to keep track of eBay austions, stock quotes, blog posts, weather forecast, and other information that is frequently update.

Another useful feature one that firefox lacks but Google Inc.'s new Chrome browser employs keeps related tabs together. If a use r clicks on a link, thereby opening a new tab. Microsoft tucks that tab right next to the original. IE 8 also givs tabs to common color. And in IE , ehen a Web page in one tab crasher, it doesn't bring down the whole browser.

| 0 comments ]

How to Auto End Tasks to Enable a Proper Shutdown

Hello world! This reg file automatically ends tasks and timeouts that prevent programs from shutting down and clears the Paging File on Exit.

Step 1. Copy the following (everything in the box) into notepad.



Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"ClearPageFileAtShutdown"=dword:00000001

[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"AutoEndTasks"="1"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="1000"


Step 2. Save the file as shutdown.reg

Step 3. Double click the file to import into your registry.

Note: This tricks work with Widows Xp home Edition and Widows Xp Professional Edition, I might not tried this with any other Os except XP.