Thursday, August 13, 2009

Youtube Downloader HD - Free tool to download HD videos from YouTube

Youtube Downloader HD is a free tool to download videos from YouTube and save it to your local computer. The videos can be converted to avi video format or to mp4 (compatible with iPod, iPhone).
The main distinguishing feature of Youtube Downloader HD is that now you can download High Quality videos and High Definition videos from YouTube.
FEATURES
  1. Easy to use: just copy video URL from your web browser and paste to Youtube Downloader HD.
    No need to use scripts or browser plug-ins.
  2. Convert downloaded video to various formats.
  3. Download Youtube High Definition videos (available on certain videos)
  4. Unicode support: Youtube Downloader HD can save movies whose names have non-standard characters (like Chinese, Japanese, Cyrillic, etc.)
VIDEO FORMATS

DownThemAll - Download all files on webpage using Firefox

Down Them All
DownThemAll is all you can desire from a download manager: it features an advanced accelerator that increases speed up to 400% and it allows you to pause and resume downloads at any time.
DownThemAll is fast, reliable and easy-to-use! It lets you download all the links or images contained in a webpage and much more: you can refine your downloads by fully customizable criteria to get only what you really want!
DownThemAll is absolutely freeware and open-source. No Adware, no Spyware.
Complete integration with Mozilla Firefox
You can easily access DownThemAll from the context menu, by right-clicking on any webpage, from ‘tools menu’, or simply by adding our cute handy icons to your toolbar.
Have your page spidered with a single click
The dTa ‘Select links’ window lists every single link, image or embed object contained in a webpage. This is a dream if you need to download a large amount of files in just a few seconds: simply select the files you need and you’ll be ready to start.
Have all the files you want with just one click
dTaOneClick downloads the files of a page using the last filters and the last renaming mask you set. So, if you are surfing the web downloading mp3s or pictures, for example, you’ll just have to find the page you want and to click on dTaOneClick… and all your downloads will start. No need to select them first.
Filtering has never been easier
Selecting the files you want to download can be even faster, once you’ve set your personal inclusive filters. In this case you’ll just have to select the filter you want to apply, and all the files matching your criteria will be automatically downloaded.
All filters are configurable from dTa ‘preferences’ window and can include wildcards [’*’, ’?’] as well as regular expressions.
There is also a live-filter that allows you to refine your selection dynamically!
Advanced auto-renaming options
All files downloaded by dTa can be easily auto-renamed according to your personal needs. There are plenty of tags you can use to build destination filenames and directories, including: date and time of download, website URL, link description and many more!
Increase your download speed up to 400%
DownThemAll features a smart download technique called ‘multipart download’. It splits files into multiple sections, which are downloaded simultaneously. This maximized use of bandwidth increases average download speed up to 400%.
You can manually add or remove sections whenever you want during the download, and you can choose the maximum number of chunks every file is split into.
Pause and resume your downloads
DownThemAll can pause and restart downloads at any time, without losing data.
You can move your files up and down in the queue in order to give them a priority order.
And much more:
* In case a file already exists, you can choose whether your downloads have to be renamed, overwritten or aborted just by setting a default behavior.
* You can customize time-out interval, as well as the maximum number of simultaneous downloads.
* Customize notifications, choosing between Firefox sidebox alerts, alert boxes, or simply nothing at all.
* If you want it, dTa can close the source tab when the download starts.
* You can choose to close dTa automatically when all downloads are completed.

DiskMax - The Easiest Way to Clean and Speed up Your PC

DiskMax
With DiskMax, your system will be peppier, applications will launch faster, files will open quicker, games will run better, and so on
Do you know why your computer no longer feels as fast as it did when you first got it? It’s because of the accumulation of junk files and other data on your system coupled with inefficient layout of your files. So what can you do about it?
The DiskMax application was designed to keep your system clean. Your system will be peppier, applications will launch faster, files will open quicker, games will run better, and so on. Running DiskMax from time to time is recommended to keep your system in shape.
Even if you are an advanced user, DiskMax will be useful to you since it automates all the tasks required to keep your system clean and fast, leaving you to enjoy the whole new experience!
Here are some key features of “DiskMax”:
· Automates emptying your recycle bin (if specified), cleaning up of installation remnants, and debugging information.
· Cleans up every user’s History, Temp, Temporary Internet Files, Cookies (if specified), Recently opened documents list, explorer thumbnail cache and windows error reporting logs.
· Clears out Windows cache, debugging info, internet logs, help center caches, repair information, DLL caches, Logs, temporary files and windows update roll-back files.
· Removes registry entries for multiple Most Recently Used lists.
· Clears out Windows Vista event logs (no other application out there does this).
· Deep scans your hard-disk to remove all files of type log, old, prv, chk, swp, bak, gid, wbk, tmp and dmp. This can be cancelled if you are an advanced user who needs these types of files for immediate troubleshooting.
· Defragments your HDD(s) - basically rearranges files around so that they can be accessed faster.
· Displays a log of all the activites performed along with associated time stamps.

Wednesday, August 12, 2009

Setting Up Cisco Router Passwords


There are five passwords used to secure your Cisco routers: console, auxiliary, telnet (VTY), enable password, and enable secret. Just as you learned earlier in the chapter, the first two passwords are used to set your enable password that’s used to secure privileged mode. This will prompt a user for a password when the enable command is used. The other three are used to configure a password when user mode is accessed either through the console port, through the auxiliary port, or via Telnet.
Enable Passwords
You can set the enable passwords from global configuration mode like this:
Router(config)#enable ?
last-resort Define enable action if no TACACS servers respond
password Assign the privileged level password
secret Assign the privileged level secret
use-tacacs Use TACACS to check enable passwords
The following points describe the enable password parameters:
Last-resort Allows you to still enter the router if you set up authentication through a TACACS server and it’s not available. But it isn’t used if the TACACS server is working.
Password Sets the enable password on older, pre-10.3 systems, and isn’t ever used if an enable secret is set.
Secret Is the newer, encrypted password that overrides the enable password if it’s set.
Use-tacacs This tells the router to authenticate through a TACACS server. It’s convenient if you have anywhere from a dozen to multitudes of routers, because, well, would you like to face the fun task of changing the password on all those routers? If you’re sane, no, you wouldn’t. So instead, just go through the TACACS server, and you only have to change the password once—yeah!
Here’s an example of setting the enable passwords:
Router(config)#enable secret your-password
Router(config)#enable password your-password

The enable password you have chosen is the same as your enable secret. This is not recommended. Re-enter the enable password.
If you try to set the enable secret and enable passwords the same, the router will give you a nice, polite warning to change the second password. If you don’t have older legacy routers, don’t even bother to use the enable password.
User-mode passwords are assigned by using the line command:
Router(config)#line ?
<0-70> First Line number
aux Auxiliary line
console Primary terminal line
tty Terminal controller
vty Virtual terminal
x/y Slot/Port for Modems
Here are the lines to be concerned with:
aux Sets the user-mode password for the auxiliary port. It’s usually used for attaching a modem to the router, but it can be used as a console as well.
console Sets a console user-mode password.
vty Sets a Telnet password on the router. If this password isn’t set, then Telnet can’t be used by default.
To configure the user-mode passwords, you configure the line you want and use either the login or no login command to tell the router to prompt for authentication.
Auxiliary Password
To configure the auxiliary password, go into global configuration mode and type line aux ?.
You can see here that you only get a choice of 0–0 (that’s because there’s only one port):
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#line aux ?
<0-0> First Line number
Router(config)#line aux 0
Router(config-line)#login
Router(config-line)#password your-password

Console Password
To set the console password, use the line console 0 command. But look at what happened when I tried to type line console 0 ? from the aux line configuration–I received an error. You can still type line console 0 and it will accept it, but the help screens just don’t work from that prompt. Type exit to get back one level and you’ll find that your help screens now work. This is a “feature.” Really.
Here’s the example:
Router(config-line)#line console ?
% Unrecognized command
Router(config-line)#exit
Router(config)#line console ?
<0-0> First Line number
Router(config)#line console 0
Router(config-line)# password your-password
Router(config-line)# login

For one, the exec-timeout 0 0 command sets the timeout for the console EXEC session to zero, which basically means to never time out. The default timeout is 10 minutes. (If you’re feeling mischievous, try this on people at work: Set it to 0 1. That will make the console time out in 1 second! And to fix it, you have to continually press the Down arrow key while changing the timeout time with your free hand!) logging synchronous is a very cool command, and it should be a default command, but it’s not. It stops annoying console messages from popping up and disrupting the input you’re trying to type. The messages still pop up, but you are returned to your router prompt without your input interrupted. This makes your input messages oh-so-much easier to read.
Here’s an example of how to configure both commands:
Router(config)#line con 0
Router(config-line)#exec-timeout ?
<0-35791> Timeout in minutes
Router(config-line)#exec-timeout 0 ?
<0-2147483> Timeout in seconds

Router(config-line)#exec-timeout 0 0
Router(config-line)#logging synchronous

Telnet Password
To set the user-mode password for Telnet access into the router, use the line vty command.
Routers that aren’t running the Enterprise edition of the Cisco IOS default to five VTY lines, 0 through 4. But if you have the Enterprise edition, you’ll have significantly more. The best way to find out how many lines you have is to use that question mark:
Router(config-line)#line vty 0 ?
<1-4> Last Line Number

Router(config-line)#line vty 0 4
Router(config-line)# password your-password
Router(config-line)# login

Encrypting Your Passwords
Because only the enable secret password is encrypted by default, you’ll need to manually configure the user-mode and enable passwords for encryption.
To manually encrypt your passwords, use the service password-encryption command. Here’s an example of how to do it:
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#service password-encryption
Router(config)#^Z

Here is an example of how you might set and encrypt your Telnet password under the CCNA objectives:
1. Enter the mode to configure telnet access: line vty 0 4
2. Enable Telnet login: login
3. Set the password to cisco: password cisco
4. Return to global configuration mode: exit
5. Encrypt password in show run/start output: service password-encryption
Here are the commands in order:
Router(config)#line vty 0 4
Router(config-line)#login
Router(config-line)#password cisco
Router(config)#exit
Router#service password-encryption

Remember that the CCNA objectives may require that you use the login command before you set the VTY password, or you may just need to set it after the password.

SoftPerfect Network Protocol Analyzer – Network sniffer for Windows

Network Sniffer Capture
SoftPerfect Network Protocol Analyzer is an advanced, professional tool for analyzing, debugging, maintaining and monitoring local networks and Internet connections. It captures the data passing through your dial-up connection or network Ethernet card, analyzes this data and then represents it in an easily readable form. SoftPerfect Network Protocol Analyzer is a useful tool for network administrators, security specialists, network application developers and anyone who needs a comprehensive picture of the traffic passing through their network connection or segment of a local area network.

SoftPerfect Network Protocol Analyzer presents the results of its network analysis in a convenient and easily understandable format. It also allows you to defragment and reassemble network packets into streams. The program can easily analyze network traffic based on a number of different Internet protocols as listed below.
SoftPerfect Network Protocol Analyzer features full decoding of the following low level protocols: AH, ARP, ESP, ICMP, ICMPv6, IGMP, IP, IPv6, IPX, LLC, MSG, REVARP, RIP, SAP, SER, SNAP, SPX, TCP and UDP. It also performs full reconstruction of top-level protocols such as HTTP, SMTP, POP, IMAP, FTP, TELNET and others.
The flexible system of fully configurable filters can be used to discard all network traffic except the specific traffic patterns you wish to analyze. SoftPerfect Network Protocol Analyzer also features a packet builder. This tool allows you to build your own custom network packets and send them into the network. You could use this packet builder feature to check your network for protection against attacks and intruders.
The software requires Windows 98/ME/NT/2000/XP/2003/Vista/2008. Both 32-bit and 64-bit systems are supported. It also requires a network connection, which could be a wireless connection, or a modem that conforms to the NDIS standard.
Packets captured from a local area network. A captured and reconstructed mail session. Click to enlarge.
Network Sniffer Capture Network Sniffer Data Flow
A captured and reconstructed HTTP session displayed in hexadecimal mode. Built-in packet builder.
Network Sniffer Hex Mode Network Sniffer Packet Builder
A live network flow analysis. The most active network hosts on a switch port.
Network Sniifer Network Flow Network Sniffer Host Activity Monitor

Tuesday, August 11, 2009

Apex Video Converter Super 7.38

Apex Video Converter Super 7.38
Apex Video Converter Super convert the formats of your video as you like, It is designed to meet all your needs of convert file .It supports to convert your favorite movies from AVI, MOV, QuickTime,
MPEG, WMV, ASF, RM, RMVB,DAT,VOB to AVI, MPEG, VCD, DVD, MOV, RM, RMVB, WMV, ASF, iPod,Apple TV,Zune,iPhone, PSP, 3GP, Xbox, PPC, PMP, Flash SWF, Flash FLV, Youtube FLV, MP3 Audio, WMA Audio, WAV Audio, MP2 Audio, GIF Animation and GIF, BMP EPS, JPG, PCX, PSD, PDF, TIFF, WMF, EMF, PNG, J2K Picture formats. Extremely fast conversion speed and friendly user interface let you convert video files between many formats with ease. The powerful features and unbeatable price make Apex Video Converter Super an affordable and powerful video conversion solution on personal computer.
1.Extreme fast Conversion speed;
2. Very Easy to Use.
3. Support MOV, MPEG, VCD, DVD, WMV, ASF, RM, RMVB, AVI, DIVX, PPC, iPod, PSP, 3GP, Xbox, PMP video converter;
4.Support converting video from AVI, Divx, ASF, WMV, WMA, MPEG, MOV, QT, RM, RMVB file to AVI, Divx, Xvid, MPEG, MOV, WMV, RM, RMVB etc. PC Video
5.Support converting video from AVI, Divx, ASF, WMV, WMA, MPEG, MOV, QT, RM, RMVB file to Apple iPod, Sony PSP, Cell Phone 3GP, Microsoft Xbox, Pocket PC, Portable Media Player ect. Moblie video.
6.Support converting video from AVI, Divx, ASF, WMV, WMA, MPEG, MOV, QT, RM, RMVB file to Flash SWF, Youtube FLV, Flash FLV
7.Support converting video from AVI, Divx, ASF, WMV, WMA, MPEG, MOV, QT, RM, RMVB file to MP3, WMA, WAV, MP2 Audio
8.Support converting video from AVI, Divx, ASF, WMV, WMA, MPEG, MOV, QT file to Gif Animation and GIF, BMP, EPS, JPG, PCX, PSD, PDF, TIFF, WMF, EMF, PNG, J2K IMAGE.
9.Support converting video from AVI, Divx, ASF, WMV, WMA, MPEG, MOV, QT, RM, RMVB file to iPod,Zune,Apple TV,iPhone.
10. Support batch files conversion
11.Specifies start and end position while convert
12.No Technical Knowledge Required
System Requirements: None


Download now

Auto Macro Recorder 5.5 # External Download Mirror 3

Auto Macro Recorder 5.5
Auto Macro Recorder is a easy-use macro
program for you to record what you operate or write in the computer by mouse or keyboard.
Now support Windows Vista and Windows 7
It can save all operation records to a script file automatically, and you may modify the script file and replay it manually.
Very easy to use! Just Record -- Save -- Replay 3 steps.Do not need you have any program experiences.
Record all operations in any applications even it dont support Macro.
It can automatically repeat many times on whatever you do or test so that you dont need to stare at the computer. If youre a programer,you need it.
Support Timer / Debug Mode / Command Line / Repeat many many times / show repeat status/ lots of scripts / judge if window exists / judge if file exists / using Email / using Explorer / Replay speed adjustment/ Remote Control / Network / Random input for Network game/Now support DirectX game and Dos Program
System Requirements: 486 above

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | coupon codes