Turn Your Desktop in 3D (windows xp, and 7)

Turn Your Desktop in 3D

                If you are not keen on the cookie-cutter appearance of your Oprating system or windows, i have covered some great tools for tweaking every last pixel of your desktop 
so it looks and acts just how you want. These are all small things that can be changed to make the desktop experience more desirable, cutom and geared to our own interests.

  • SphereXP-  ShphereXP is  world's number one 3-dimensional desktop for windows xp

 Matodate- convert your desktop in a 3D and make it very impressive !
 YODM 3D- Virtual Desktop Manager featuring the Cube 3D effect, really awesone effect
  Shock 4Way3D  : Multiwindows and mirror effects 

Monday, June 4, 2012

Train Signal VMware vSphere 5 Disc 3 Training

Train Signal VMware vSphere 5 Disc 3 Training | 3.28Gb
Train Anywhere You Want Mobile On-Demand Training Train Where You Want, When You Want
Additional Training Formats Additional Training Formats High Resolution Video, MP3 Audio and PDF of Instructor
 Notes
Watch a Demo

 
vExperts David Davis and Elias Khnaser team up to deliver the first video training course for the recently released version of VMware vSphere 5, the latest solution in a long and reputable line-up of virtualization solutions available.

What’s new in vSphere 5?

Platform Enhancements
New Storage and Networking
New High Availability
And more!

Professional Training
Nearly 17 Hours (16 Hours, 41 Minutes, 21 Seconds) of VMware vSphere 5 Training Videos Jam Packed on 3 DVDs!
Multiple File Formats Make it convenient for you to learn anywhere you go! iPod Video, Mp3 Audio, .WMV & high quality .AVI video
PDF of Instructor Notes allow you to follow along with the videos and take more organized notes
Instant Access Online to the entire training course

Exam Preparation
Exam Coverage This course covers exam objectives required for you to pass:
VCP-510 – VMware Certified Professional on vSphere 5 Exam
Download Links :-

VMware vSphere 5.part 01  
VMware vSphere 5.part 02  
VMware vSphere 5.part 03  
VMware vSphere 5.part 04  
VMware vSphere 5.part 05  
VMware vSphere 5.part 06  
VMware vSphere 5.part 07  
VMware vSphere 5.part 08  
VMware vSphere 5.part 09
Thursday, May 24, 2012

Ultra copy..more faster than Tera copy !!


 Windows provides a faster and more seamless copy operation but Microsoft does not give end-users control over this speed. All versions of Windows will transfer data at the speed they find to be plausible, in most cases the speed is the highest, thus, resulting in the freeze of lower-end PCs.

UltraCopier is a file move/copy enhancement tool which brings advance options and features while offering full customization. Primarily, it includes user-defined speed enhancement options, copy/move controllers, speed limitations, copy list searching, and most importantly pause/resume capability.
There are many usage scenarios for this application. Lets say you want to video chat or play a game while also copy a large amount of data in the background, it will make more sense to limit the copy speed to a certain KB/s so that CPU load can be distributed among multiple tasks.
Once you’ve turned it on, the system tray icon will brighten-up, indicating that it has now replaced the Windows default copy/move operation. It is further possible to revert back to the Windows default copy/move functionality (with default dialog box enabled).

While copying/moving the data, you will see the interface with many options listed under each tab. It offers detailed debug logging, so you will find out what went wrong in case of any copy/move operation failures. As said before, you can apply speed limitations, specify action in case of copy errors and for file collisions. It is also possible to specify post-copy actions. All these options and functionalities can be accessed by clicking More button.
In the main dialog box, you can pause/resume the operation, skip it, and view detailed information about the data being copied/moved.

The copy list shows all the data/files which have been copied and are being copied.
The Copy Management tab refers to advance copy/move operation settings, you can enable options to auto start copy, copy the rights of files, and write with thread, you can also specify the choice for maximum speed, and much more.
If you need to perform frequent copy/move operations, we would reckon you to try it out. It runs on Windows XP, Windows Vista, and Windows 7. Versions for Linux and Mac are also available. Testing was done on Windows 7 x86 system and it worked flawlessly.

Download Here :-

Unltra copier

Some Knowledge About Proxy

 

Almost all those people who are using Internet in today’s generation have one question in their mind what exactly a proxy is? Proxy is nothing it’s a kind of server based utility which is working like a buffer between your Internet and your computer system. That means whatever the data comes from Internet, first it goes to the proxy server and then the data actually comes on our computer.
There are different types of proxies available today. Here are major 5 types of proxies and some details about each of them:
The first one is Web Proxy. Web proxy means it is mainly used to send and receive traffic over Web. These proxies are used by many of them to block unwanted Internet access like opening some offensive websites. It is also used to control the Internet access.
The second one is Anonymous Proxy. This is a proxy which is generally used to remove identification information of a client. It generally hides your IP address. For example, if you are at work and you want to access MySpace then you can use Anonymous Proxy.
Third type of proxy is Caching Proxy. Caching proxy means it does not contact remote server to send client’s requests. This happens because it has already sent a request to remote server previously. It is normally used to speed up the Internet access.
Fourth one is Forced proxy. It is also sometimes called as transparent proxy. This type of proxy generally forces the client machines to pass their entire request to proxy first and then to Internet. Even clients will not know that they are using such proxy.
Last one is called Open Proxy. This proxy means that anyone can use it. It is generally misused or exploited by spammers. That is the reason why some of the websites does not allow traffic from the some of the well known open proxies.
Now the question is why we should use a proxy? Very simple answer to this question is:
First thing is it improves our Internet browsing speed. Proxies generally have their own database called ‘cache’. Proxy generally stores all the requests and files which are most commonly requested by many of Internet users into this cache. So, whenever the request is made for the content it comes very fast. That’s how it increases the browsing speed.
Another advantage of using proxy is Security and privacy. Generally anonymous proxies hides your IP address so, it helps you to save from vulnerabilities. Even through anonymous proxy you can also browse some contents which are restricted for your country because server administrator has blocked the IP address of your country. So, anonymous proxy can help you in this case.
So, there are lots of benefits of using the proxies. We can use them for multiple purpose. If you want yourself to be familiar with proxies then the best way is to try it out on your own. So, you can understand how they work and what they really do.
Monday, April 30, 2012

Linux Text Editors: Vi and Nano


                When working with text editors, you pretty much choose between Vi or Nano. Vi is old school with a blank layout and no visible controls, which can make it difficult to work with for beginners. However, it is very powerful and once you learn the keystrokes it can be used very quickly to edit config files and used for scripts, etc. Nano has a pseudo-graphical layout that makes it a little easier to jump right into. Both are viable options. Vi is a standard whereas Nano has to be available depending on the Linux OS you use. We will look at both and go over the important commands for both.
Let’s look at the difference.

To start Vi, you just have to type “vi” and then the name of the file, or type any name and the file will be created anew.

Example: “vi newfile”


Vi will automatically open in Command mode. On the bottom you will see some info such as the name of the document & info on whether it is a new file or an existing one. Let’s look at an existing file.

You will see additional info for existing files and more importantly whether you have to write premissions.

Quitting & Saving

There are three modes to Vi: Command mode, Text mode & Ex Mode. If you tried to start typing in command mode you wouldn’t be able to. You need to hit the “I” in order to get into text mode. You can then get back to command mode by the ESC key. Typng “:” will put you into Ex mode.


In order to quit Vi, you have to hit the Esc key and then enter in “:” along with “q” for quit.


If you get stuck in a file that is Read-Only and you can’t quit, you can enter “:q!” with the exlamation point to force quit. If you want to save changes, hit the Esc key along with “:w”.



In short, here are the keys for saving and quiting after hitting Esc (Ex mode):
  • :w – Saves
  • :wq or :x – Save & Quit
  • :q – Quit
  • :q! – Force quit, no save

Navigation in Vi

Navigating in Vi is a little more tricky, and this is what gives new users headaches. You just want to keep your fingers on your keyboard as if you are constantly typing (i.e. h, j, k, l). These keys are the substitute for the arrow keys.
  • j – down
  • k – up
  • l – right
  • h – left
  • gg – Takes you to the beginning of the file
  • G(shift + g) – Will take you to the end of the file
  • xxG – Brings you to a specific line in the file(xx is the line number)
  • ( – Move up to the beginning of the sentence
  • ) – Move to the end of the sentence

Insterting Text

  • i – Insert before cursor position
  • a – append after cursor position
  • r – Replace letter
  • o – Open line below cursor position automatically goes into insert mode
  • O – Open line above cursor in insert mode

Deleting Text

  • x – Deletes the character under cursor position
  • X – Deletes the character before cursor
  • dw – Deletes the word after cursor
  • db – Deletes word before the cursor
  • u – Will undo changes

Copy(yank) & Paste

  • yw – Yanks the word after the cursor
  • yb – Yanks the word before the cursor
  • yy – Yanks the entire line
  • p – Will paste
  • P – Will paste before the cursor position

Search

  • / – Is used to search(:/searchword)


Setting up Vi with numbers

It might benefit some to view the documents with numbers. What you want to do is go into Exec mode(ESC) and then type in “: set number”. Let’s look at the group file:



Nano

Let’s take a look at workinig with Nano. You start out the same way as you do with Vi by just typing “nano newfile”.


The look is a lot different.


Saturday, March 31, 2012
Tag :

How to Set Up Safe FTP in Linux


                      File Transfer Protocol (FTP) is one of the oldest and most popular ways to share files between computers and servers. In terms of the Internet, this happens transparently on websites where you download software or files. FTP is available both under Windows and Linux.

 What is VSFTPD?

The vsftp daemon runs in the background and allows you or users you designate, to copy files to and from your Linux boxes, using username and password as login credentials. This ability is open to individuals or groups you may want to establish.

VSFTPD features include:
  1. Virtual IP configurations
  2. Virtual users
  3. Standalone or inetd operation
  4. Powerful per-user configurability
  5. Bandwidth throttling
  6. Per-source-IP configurability
  7. Per-source-IP limits
  8. IPv6
  9. Encryption support through SSL integration

How To Install VSFTP

The daemon is included in most versions of Linux. If you are using a Debian based distribution like Mint or Ubuntu, open a terminal window and type: sudo apt-get install vsftpd
If you are using a Red Hat based disto, open a terminal window and type: sudo yum install vsftp

How To Configure VSFTP

To configure vsftp, open the vsftpd.conf file in the /etc directory. For instance, if you were using gedit as your text editor, you would type: sudo gedit /etc/vsftpd.conf

First, for a secure setup, you’ll want to disable anonymous access to your ftp server. Change this line: anonymous_enable=YES to anonymous_enable=NO

With anonymous access disabled, you’ll want to allow local users to log in, by uncommenting the following line: #local_enable=YES to local_enable=YES (simply remove the # sign).

Allow write access by uncommenting this line: #write_enable=YES to write_enable=YES
Save and close the file.

Setup an FTP user account:
sudo mkdir -p /home/ftp/ftpuser
sudo useradd ftpuser -d /home/ftp/ftpuser -s /bin/false
sudo passwd ftpuser

Restart your ftp server:
Debian: sudo etc/init.d/vsftpd restart
Red Hat: sudo service vsftpd restart

Test:
net stat -a | grep ftp

Run at the command Line:
ftp ip address or host name: ftp 100.00.00.00

Other VSFTP Configuration Options

There are many other options you can add to this file:
  • Limiting the maximum number of client connections (max_clients)
  • Limiting the number of connections by source IP address (max_per_ip)
  • Setting the maximum rate of data transfer per anonymous login (anon_max_rate)
  • Setting the maximum rate of data transfer per non-anonymous login (local_max_rate)

VSFTP Considerations and Resources

Potential issues are often as simple as username and password entry errors. But because firewalls are designed to limit access to certain ports, this is a good area to investigate if you experience issues with your installation
Thursday, March 22, 2012
Tag :

How to Become the Worlds No. 1 Hacker Short & Simple

Every day, we hear and see in the news about constant cyber attacks, where hackers have stolen identities, taken millions of dollars, or even shut down websites and companies in their entirety. The reason why hacking will never die is because we hire IT-Managers, who are not hackers, to protect our networks. Statistics show that every 6 seconds a personal computer is hacked into. Many consumers rely on the concept that the applications that came installed on their brand new computers, are kryptonite and impenetrable by hackers. They believe and trust that the “Geek Squad”, Norton and other anti-hacker applications can protect them. However, this is entirely false!

We have all heard the adage, “In order to catch a thief, it takes a thief”, well, “in order to catch a hacker it takes a hacker.” Gregory Evans, world renowned security expert, will show you step by step what tools hackers use to get into your network. Evans will then take those same tools and show you step by step how to hack into your own network.

This guide covers:

- Installing Spyware 
- Cracking Wireless Networks
- Hacking into a computer 
- Hacking Web Servers
- Tapping VOIP telephones 
- Password Cracking
- Hacking Voicemail 
- How to make money as a Certified Ethical Hacker
- AND MUCH, MUCH MORE!!!

Download Link :-
Become the Worlds No. 1 Hacker Short & Simple
Friday, March 16, 2012

3 Useful Tools to See Who is Using Your Home Wi-Fi

                  You want to keep an eye on who’s on your home Wi-Fi. This is for a variety of reasons: people could be stealing your bandwidth, resulting in you having trouble stay within your download limits. People on your network could also potentially take note of your personal information or company information. This means you should be encrypting your data very carefully, and securing your home wireless network. Even with all these precautions, there could still be someone who manages to gain access.
Here are three tools to make sure that you have a good idea of who’s on your wireless network, and whether or not you have to watch your back.

1. Nirsoft Wireless Network Watcher

Nirsoft’s Wireless Network Watcher is the Marauder’s Map of wireless networks. It allows you to keep an eye on every computer and device that’s logged on to your network. It will display the IP and MAC address of each device, the company that manufactured the network card, and the optional computer name.
Nirsoft Wireless Network Watcher

This means that you don’t have to worry about your neighbors stealing your bandwidth. As a student (or anyone else that may be living in an apartment and consistently going over bandwidth), this little tool is pretty nifty and handy for those awkward conversations. After you track down who’s really using your network, of course, you’re on your own with the confrontation.

Simply download, install, and use.

2. Zamzom Wireless Network Tool

Zamzom presents a tool similar to Nirsoft’s. It also allows you to have a look at every user logged on to your Wi-Fi, and also displays IP and MAC addresses of each device running around your network.

Zamzom Wireless Network Tool

You can choose to perform a Fast Scan or a Deep Scan on Zamzom. If after a Fast Scan, you can’t find the problem or you’re suspecting there’s someone going for a free ride on your Wi-Fi, run a slower but more thorough Deep Scan.
There’s a premium variant of Zamzom that exists, and also gives you more insight and information into who’s on your network. (For example, you can choose to view the computer owner’s name.)
I like how Zamzom actually ended up presenting a way to ban users from your router. Have a look at the video!

3. Net View Command

You can also use good ol’ Command Prompt to have a look at who’s on your network. Hit your Windows key or the start menu, and search “cmd”. There are a ton of other tricks you can do with the Windows Command Prompt, such as sending other users pop-up messages.
Command Prompt Net View

By the way, if you ever get a System Error 6118 when you try Net View, it could be because you have the firewall on.
The best part of the Command Prompt is its inclusion with Windows. That means you don’t have to download anything to use it!

Here you’ve got three great, comprehensive methods of tracking who’s in your network. Stay safe and make sure you keep an eye on your network! Oh, and with great power comes great responsibility. Don’t abuse this power!

Logging

The appliance generates log messages to document such events as denied TCP connections,
translation slot depletion in the xlate table, console logins, and bytes transferred
for each connection in the conn table. The appliances can log to the following destinations:
the console, an internal buffer, an SNMP management station via SNMP traps,
e-mail messages, and an external syslog server. The default is to log information to the
console; however, Cisco highly recommends in a production network that you either log
to the internal buffer of the appliance or to an external syslog server.

Logging Configuration
Configuring and controlling logging is done with the following commands:
ciscoasa(config)# logging enable
ciscoasa(config)# logging buffered severity_level
ciscoasa(config)# logging console severity_level
ciscoasa(config)# logging monitor severity_level
ciscoasa(config)# [no] logging message message_ID
ciscoasa(config)# logging host [(logical_if_name)]
syslog_IP_address [tcp|udp[/port_#]]
ciscoasa(config)# logging facility facility_number
ciscoasa(config)# logging standby
ciscoasa(config)# logging device-id {hostname | ipaddress IP_address |
string text}
ciscoasa(config)# logging timestamp
ciscoasa(config)# logging trap severity_level

TIP To disable logging for a particular location, preface it with the no parameter; for example, to
disable logging to the appliance internal buffer, use no logging buffered.

Logging Verification
The show logging command displays the configuration of logging on your appliance:
asa1(config)# show logging

Logging Configuration Example
Here’s a simple example that will log messages from level 1 to 5 to the syslog server
shown previously in Dhcp Relay server configuration Figure :-
ciscoasa(config)# logging enable
ciscoasa(config)# logging host (campus) 192.168.1.4
ciscoasa(config)# logging device-id hostname
ciscoasa(config)# logging timestamp
ciscoasa(config)# logging trap 5

Pageviews

Followers

Powered by Blogger.

- Copyright © 2013 Selva Sharing -Selvasharing- Powered by Blogger - Designed by @ Access -