Hide Your IP Address

Hide your IP address and Protect your Identity Online




On-demand Remote Support Software becomes Easier

Support your customers remotely on demand – new remote support software runs in just one click! No need to receive IP addresses or send executable files to your users – just generate a link and send it to them by email, ICQ, MSN Messenger, or over the phone – no installation necessary! What can be easier than clicking a link to establish a remote support session instantly?

Have a customer waiting for help, but can’t pass through the corporate firewall? Forget about it with new remote support software! Received a help request from a client behind a router having no thought about their IP address or how to forward ports correctly ? Traditional remote support software such as Microsoft RDP are less than ideal when it comes to providing customer support to those having no idea about their network configurations or how to modify them.

Today Anyplace Control Software (http://www.anyplace-control.com/) brings in just a ideal solution for these types of support demands. Anyplace Control, the company’s signature remote support software, gets updated with a brand-new technology making IP and port-based connections obsolete. With new Anyplace Control, you just send the customers an exact link. After they click the link, you are able to access and control their PC immediately – no need to set up anything on their computers, know their IP address, configure their router or combat firewall rules. the recent remote support software is the simplest ever – for your customers and for you!

the Host Module program, a customized module that all Anyplace Control users obtain from Anyplace Control Software, turns giving remote support to your clients into the one click on a Web link for them and a no-brainer for you. No installation or configuration needed! Even if you are just trying Anyplace Control in the free trial mode, you are still eligible to receive and to use your custom-built Host Module.

you can generate as many remote support links to give out to your clients as you like. Just visit http://www.anyplace-control.com/download-host.shtml to create a custom link. After your users click the link, you can see their PC appear in the list of available computers in your Admin Module. Use your account data (login and password) to remotely control all computers with your customized Host Module.

Feel like doing things in the traditional way? the new Host Module can be invoked by the IP address and port number, exactly as in the early days of remote desktop applications. the connection is just as secure as in the case of using the login and password, as the connection can only be established with a password known only to you. when your client closes the Host Module program, their computer becomes inaccessible for remote control.

Anyplace Control beats classical remote support software by offering your clients a truly easy way to request and receive support on the spot. While analogous remote support software are employed by big computer manufacturers such as Dell, Anyplace Control is available for much less than the price of such products. Anyplace Control Software has prices and plans for everyone from single IT administrators to large helpdesks with countless number of concurrent remote control sessions. Visit http://www.anyplace-control.com/buy.shtml to learn more about the product, the technologies and any special offers.


By Jennifer Valentino-DeVries

If you use Microsoft’s Internet Explorer and go to change your privacy settings, you’ll be faced with a sliding scale with different rules.

Microsoft’s privacy settings

But it might not be immediately clear just what those rules mean — or that they rely on a system that researchers describe as ineffective.

The settings include things like “blocks third-party cookies that do not have a compact privacy policy” — not necessarily intuitive to the average user. they refer to something called P3P — the Platform for Privacy Preferences Project — which is a computer protocol that allows websites to share their privacy policies with the Web browser, rather than forcing the user to read each policy.

P3P was introduced in 2002, as browser engineers and privacy advocates were growing concerned about the “cookie problem,” said Lorrie Faith Cranor, an associate professor of computer science at Carnegie Mellon University who helped develop P3P and has researched its use.

“You had the choice of saying we’re going to allow all cookies, or bombard users with prompts, or make some sort of arbitrary decision,” she said of the decision to develop P3P. “So we said, well, we’ll use P3P, so people can maybe make a better decision.”

Ideally, the majority of websites would use P3P to accurately describe their privacy policies in computer code, and browsers would allow users to block or allow certain sites based on those policies. That’s what Microsoft tried to do when it introduced P3P to its privacy settings in Internet Explorer 6. Specifically, it used something called a P3P “compact privacy policy,” which describes policies that apply to cookies, rather than other aspects of Web pages, like forms.

But the reality of P3P doesn’t match up to that ideal.

Dr. Cranor and other researchers have found that most sites don’t use P3P; 10% to 20% of sites in search results use it, and it’s more common on popular sites than on smaller ones. On top of that, many sites have a P3P that doesn’t actually align with their privacy policy.

Many of them “wrote their P3P policy eight years ago and have since updated the English version of the policy but never went back and fixed the P3P,” Dr. Cranor said.

Other website developers, after finding that their cookies were blocked by some IE users, added a generic P3P policy to avoid blocking.

“They’re just trying to get something up quick and dirty so they wouldn’t get their cookies blocked,” Dr. Cranor said.

For more information about web privacy:

Related Articles


I always remember the security officer giving us free copies of two different anti-virus programs and it was not the cheap version (trial) it was the full version with the access code. Anybody remember or know the website? Mcafee I think was one of the programs.

Avira.com has free personal that good for antivirus/antispyware or try Microsoft's free Microsoft's Security Essisentials@Msn.com or Pandasecurity.com free in the could…thank you for your service!


When Microsoft first announced its Azure cloud computing platform, I wasn’t sure what to make of it. Was Microsoft just trying to jump on a buzzword bandwagon, or is the cloud computing paradigm really enterprise ready?

Once Azure was released in a ready-to-use form, I read some information about it, but very little of it was aimed at someone like me who did not know the fundamentals. and unfortunately, Microsoft has formed a really bad habit of putting useful information into online videos… as if anyone who works for a living has time to sit through three or four hour-long videos without even being sure if the video really contains the information that they need.

All the same, I was able to wade through enough of the available information to find out what Windows Azure is and the basic concepts behind developing for it.

Azure is a platform The first thing to understand is that Azure is not a product name per se, but rather it encompasses a variety of services that form a platform. The services that have been announced so far include the following:

  • Windows Azure is a service that allows you to deploy code on Microsoft’s servers. This code has access to local storage resources (blobs, queues, and tables).
  • SQL Azure is a cloud-located database offering. while it uses T-SQL like SQL Server, it is not a full SQL Server instance (for example, not all of the SQL Server built-in stored procedures are available). It can integrate with SQL Server, though.
  • Azure AppFabric is a service bus that allows applications within your LAN to communicate with Azure clouds; it handles things like authentication, security, etc.
  • “Dallas” is a marketplace for applications and services deployed on Windows Azure.

Windows Azure and SQL Azure are billed on a metered, usage basis, and Azure AppFabric is billed per connection. All three have additional charges for data transfer (full billing information here).

Also, there is an SLA, but to be blunt, the SLA is unacceptable for mission-critical applications (99.9 percent uptime guarantee). yes, “five nines” is expensive, but the promised “three nines” comes out to about 40 minutes of downtime a month. Can your business afford for the application to be down for that period of time? If not, you may very well want to pass on the Azure platform.

Windows Azure Writing code for Windows Azure uses the .NET environment; however, the code runs in Full Trust, so you can work with unmanaged code if needed. Instead of writing an application, you put your code in a Web Role or a Worker Role.

  • A Web Role provides a single HTTP and HTTPS endpoint to your code, and it is very similar to an ASP.NET application. like working in ASP.NET, you can hook into global event handlers.
  • A Worker Role is a piece of code that can run in the background, and can expose a wide variety of networking endpoints as needed, much like a WCF Service can. your code communicates with the Windows Azure system using either .NET libraries or a REST interface. This allows you to run non-.NET code on Windows Azure, as well as access resources on Windows Azure from non-.NET applications. When you deploy your code, you need to package it up and upload it to Windows Azure. You can also deploy it internally for testing purposes.

SQL Azure With SQL Azure, you can put your database in the cloud. This will require careful architectural considerations on your part; an application that is very “chatty” with the database will suffer greatly with the latency imposed (unless the application is also running on Azure). You can communicate with SQL Azure through an ODBC connection or ADO.NET, and there is a connector for PHP as well. You can work with your existing tools to connect to SQL Azure, and the expected capabilities like stored procedures, views, transactions, and so on are available.

Azure AppFabric Azure AppFabric acts as a gateway and a router between items on the Azure platform and items within your LAN, while also dealing with things like Active Directory federation, authentication, certificates and so on. Azure AppFabric can expose HTTP and REST endpoints, so non-.NET applications can work with it as needed. It can also allow anonymous users to access the applications it protects. It supports a variety of networking architectures including unicast and multicast one-way communications, and full-duplex bi-directional connections.

AppFabric feels more like a wrapper that requires a bit of configuration than a service where you will need to significantly rewrite code to work with.

“Dallas” “Dallas” is currently a CTP and is subject to change. It is a marketplace to buy and sell access to services running on the Windows Azure platform. You can provide .NET proxy classes to the customers, so they don’t have to deal with XML. in some regards, that feels like a step backwards. I think the idea is solid, but in all honestly, similar service marketplaces have not done well in the past (remember UDDI?).

Summary The Azure platform looks like an interesting choice if you’re a .NET developer, although I don’t know how the pricing stacks up compared to other services. I think that Azure would definitely be a good choice for things like batch processing (say, running reports, unit tests, integration tests, etc.) where it can be put under a heavy load and scaled down, and the SLA concerns are not a major issue.

Before considering Azure, you’ll definitely need to ensure that your application’s architecture works well with the cloud model and that means things like security, latency, network “chattiness”, and more. and anything mission critical that must function even if external connectivity is down is a no-go. It looks like moving to SQL Azure does not require a tricky migration or code rewrite, while putting existing code onto Azure will require some amount of effort to do so.

For more on this topic, read the TechRepublic column 10 reasons to use Azure for your cloud apps.

Justin James is an employee of Levit & James, inc. in a multidisciplinary role that combines programming, network management and systems administration. He has been blogging at TechRepublic since 2005.


Erase Computer History

Many PC users believe that if they delete their computer history and close their browser, the traces of whatever sites they have surfed will vanish forever. However, this is not always accurate. in fact, a lot of such information stays back on the hard-drives of the computer.

Unless we know the precise location where such information is hidden, they could stay in the system and may act as a possible threat to our privacy by revealing the browsing habits. just visualize what will happen if your spouse, kids, boss, colleague or a friend becomes curious to know which websites you have been visiting online, the music that you have listened to or the movies that you have watched. it will not be hard for all these people to employ some software or dig out the necessary information manually from your computer.

To protect your online browsing habits from getting into the wrong hands or to stop your privacy from being compromised, you should erase computer history. if you use Microsoft Internet Explorer, you can see your browsing history by selecting “Tools” menu followed by opting for the tab marked “Internet Options”. then, click the button labeled “Settings”. after that, click the “View Files” button.

Web surfers who use Microsoft Internet Explorer can erase computer history by following these steps:

* To delete their history files, IE 6 and 7 users can choose the “Tools” menu, “Internet Options”, and then select the “Delete” or “Delete Files” button. Web surfers can also click the “Advanced” tab, go to the “Security” section and check the tab labeled “Empty Temporary Internet Files folder when browser is closed” to erase their computer history.

* Web surfers using IE 4 on an Apple Macintosh can erase computer history by clicking these tabs in succession-”Hard Drive” icon, “System”, “Preferences” and “Explorer”. in the final stages, they should move the history file into the trash folder.

* Web surfers using IE 3 can delete their browsing history by selecting the “View” menu, going to “Options” from there, open the tab labeled “Advanced”, click the “Settings” tab, and then finally choose the “Empty Folder” button.

Mozilla Firefox users can erase computer history by clicking in succession the following: “Tools” menu, “Options” tab, the “Privacy” button, and then click the button marked “Clear Now” or “Clear” which is listed under “History” tab. Instead of this step, these users can also press three keys marked Ctrl, Shift and Delete so that the Clear Data Window opens. from there, they can check the relevant boxes to erase browsing history.

For Netscape users, history files can be erased by clicking the menu labeled “Edit” followed by the selection of “Preferences” and “History”. Lastly, the user should click the “Clear History” button.

Opera users can erase computer history by clicking the “File” menu at first and next selecting “Preferences” and “History.”

Related Articles


My friend is freaking out that her comp’s internet won’t connect because of Microsoft antispyware 2010.A couple of sites recommend Malware Bytes, but how do I get that on her computer without the internet working. Is there anyway I can put it on a flashdrive or a disk?Or are there any other ways to get it off without the internet?

Related Articles


I’ve never understood why Microsoft Windows takes so long to change an IP address. Changing it to/from DHCP or static (or even just changing a static address) almost always takes 10s or more.Compared to my Macs (more or less instant), Linux (instant) or the Cisco routers I use at work, I simply don’t understand what Windows is doing for it to be so slow!Any ideas?

Related Articles


Don’t really feel that secure with Vista since it seems to always go back to Microsoft for everything & virus updates are hard to get.


I am having trouble getting google earth pro to work. Now the google support (or lack of support) team, suggest that we need to a user agent into our proxy server. But no one in a team of 20 IT staff have heard of using “user agents” with regards to proxy server. We are using a standard Microsoft proxy, behind a check point firewall and we know that the firewall is definatly not causing the problem.

Related Articles


Explorer.exe has been the face of Windows since the Windows 95 release. It has evolved over time, but helping you manage your files remains its core purpose. Windows Explorer is responsible for the task bar at the bottom of the screen and displaying your programs in the Start menu.

One of the most important things Explorer does is match up a file with the program it works with. Matching a file to a program allows Explorer to draw an icon showing you the type of file, and also provides the connection that allows Explorer to open the appropriate program when you double-click on a file.

Sometimes the matching process breaks down. The program you need might get deleted, for example, or the registry – where the matches are stored – might get corrupted. Sometimes you may just want to associate the file with a different program. In any case, it’s pretty easy to change the file association so that the file opens with the program you expect.

Identify File Extensions

The first thing to do is to display the file extensions. File extensions are the (usually) three characters after the period in a file name. A file extension tells Explorer the type of file. Microsoft Word files use the DOC extension, for example. File extensions are hidden by default, but you’ll need to see them in order to set the file association.

1. In Windows XP, open your Documents folder (or any other file folder), then select Folder Options from the Tools menu. In Vista, open the Folder Options control panel.2. Select the View tab.3. In the Advanced Settings box uncheck the Hide Extensions for Known File Types box and click the OK button.

Now you can see the extension for each file. You can go through the same steps to turn the extensions off later if you like.

Set the Association

Now navigate to the file for which you want to change the association.

1. Right click on the file, click on the Open With menu item, then select Choose Program or Choose Default Program.2. At the bottom of the dialog window, make sure you check the box next to Always Use the Program to Open This Kind of File.3. Now select the program you want to use to open files with this extension. If the program you want to use isn’t listed, you can click the Browse button and navigate to the file you want.4. Click OK

Now every time you double-click on a file with that extension, it will open up with the program you selected.


Hot Products

StatPress

Visits today: 170

Calendar

September 2010
M T W T F S S
« Aug    
 12345
6789101112
13141516171819
20212223242526
27282930  
Powered by Yahoo! Answers