Don’t use O2 mobile software. just use USB modem with dialup networking

What a crapy O2 software  which will spoil  all your wifi  connections home page and proxy setting etc. I like to keep things simple

so here is the setting after connecting the sim card to the modem just plug it in let windows install it as  a modem

go to network connections click create new connections give a name eg O2 PayG  select the correct usb modem O2’s case HUAWEI mobile connect 3G modem

on the number column type :-  *99#
user name put O2web
password just password

click finish,  make sure don\’t make it a default connection (unless you want that to be)

then open your browser  type https://mobilebroadbandaccess.o2.co.uk/index/products enter the phone no of the sim (which will be on the sticker of the sim card)  buy the credit and enjoy.

This setting will work with linux macs and any ver of windows (if their is driver support)

Get More Miles Out Of Your Old PC

Seen this articale on Digg. I like keep using old pcs till they die here is the link

1. Reinstall Your OS
Over the years, operating systems inevitably pick up random pieces of clutter that start hogging your limited resources and bring your system to its knees. Forget spyware and malware cleaners—they\’re often just as guilty of mucking up your machine.

No, the best way to start fresh is of course to reinstall Windows. It\’s a pain, but thankfully there are a number of tools that will make the process easier.

• nLite and vLite for XP and Vista respectively are great tools for not only automating a large chunk of the reinstall process, but also for slimming down and customizing the installation to make sure you have a version of Windows that\’s optimized for your old hardware

• Kevin from Lifehacker also has a great guide for slipstreaming XP Service Pack 3 onto a custom install disc so you can avoid hundreds of Windows Update downloads after you reinstall using the older XP disc you probably have lying around.

• There are a ton of tools to help back up your data before a reinstall, but an easy no-brainer (especially if things have gotten so bad that you can\’t boot) is to boot with a Linux live CD like Ubuntu and move your files from your Windows volume to an external drive before wiping it.

2. Buy a New Graphics Card
A huuuuge part of what we humans perceive as slowness while using a computer are delays and hang-ups in the graphical UI—something that doubling or quadrupling your available video memory and beefing up your GPU rendering muscle will go a long way in alleviating. Graphics cards are super cheap these days, so think about dropping $100 or less on a new video card for your system and see where that gets you before going full monty on the replacement. As you probably well know, Newegg is the place for cheap hardware—for $150 or less you can do very well with a variation on the solid Nvidia GeForce 9800 GT or ATI Radeon HD 4850.

3. Max Our Your RAM
Many of you may be saying \”duhhh\” here but this can\’t be more of an important point—if you haven\’t maxed out your RAM yet, do it. Now. Just like graphics cards, RAM is super cheap, especially if you\’re running a common motherboard configuration. So head to Crucial or OWC, have it scan your system, and price out some new RAM sticks for you. Remember—matched pairs (in terms of size) are always faster than unmatched, and to taste every last bit of a 4GB upgrade, you\’ll need a 64-bit OS.

4. Get a Bigger Display
This one is more of head game than an actual upgrade, but I swear, every time I hook my laptop up to the big 22\” widescreen monitor here in the office, my machine feels about a year or two faster. Something about having more screen real estate just helps. Plus, once you do finally get a brand new screamer, you can just swap it right over. Cheap LCDs are our daily Dealzmodo Roundups bread and butter, so keep an eye out there for a good bargain on a decent brand.

5. Get a Bigger, Faster Hard Drive
You can never have too much storage. So abiding by this rule, a few bucks spent on a new HD will at the very least free up more space for virtual memory on your boot volume. You could also look at a 10,000RPM drive for a desktop or a 7,200RPM drive for your laptop, which will undoubtedly be faster than your stock drive. Don\’t worry so much about your new HDD\’s cache size so long as its at least 8MB (which is common), as anything higher tends to offer diminishing returns. For everything else you\’d want to know and more about getting a new hard drive, check out yesterday\’s Giz Explains on HDDs.

6. Optimize Your Boot Time
Another psychological downer is waiting 5 minutes for your machine to boot. Again, Lifehacker to the rescue: Less than a month ago, Gina published a complete guide to streamlining your Windows startup speed—make that your first stop.

7. Clean Out Your Browser
Your web browser is where you spend most of your time—and just like Windows, Firefox can get bogged down in bloat. If you have a ton of extensions installed that you never use, disable or remove them. You can also dive into the world of about:config and follow the numerous guides to tweaking FF\’s guts for more speed. Opinions on whether these are real or placebo is mixed, but even so, there are a lot of cool things you can do.

You can also make the leap to Firefox 3.1 (still in beta) with its drastically sped-up TraceMonkey rendering engine. Here is a guide for safely playing with the Firefox 3.1 beta without touching your Firefox 3 profile.

And if you\’re using Internet Explorer, um, stop it.

8. Ditch Windows Entirely
If things are really dire (on the money or performance front, or both) you might want to think about making a switch to Linux—especially if your main PC usage entails not much more than your typical web browsing, emailing, IMing and media playing/managing. There are a million and half tutorials out there for switching to Linux (Ubuntu\’s own is pretty good), which will almost certainly run considerably faster on your hardware than Windows does.

transparent local software update server for mac like WSUS

This is a way to transparently set up a server to cache software updates on your local network. This doesn\’t require any modifications (defaults write...) on clients — it just works. And I didn\’t find any other similar solution on the internet; not even here! It does require Mac OS X Server, however. Here\’s how we did it:

  1. Build a Mac OS X Server and call it yoursus. We used a headless Mac mini to do the job.
  2. You must use external DNS servers on this server (so it won\’t check itself for updates).
  3. Add a record for your server on your internal DNS, so yoursus.yourdomain.com resolves to your SUS\’s IP.
  4. Start Software Update Server (SUS). It may take some time to cache all updates — our /usr/share/swupd/html/ folder now has almost 9GB of files in it!
  5. Start Web Service, and add following redirect (Server Admin » Web » Sites » default » Edit » Aliases » URL Aliases and Redirects » Add » Redirect):
    • Pattern: /content/catalogs/index-1.sucatalog
    • Path: http://yoursus.yourdomain.com:8088/index.sucatalog
  6. Add a zone in your internal DNS, called swscan.apple.com, and point the whole subdomain to the IP of your SUS.
  7. Flush your DNS cache on the clients: lookupd -flushcache

Now test your setup. Using Safari, following this link to Apple\’s catalog on your SUS should show Apple\’s real catalog (ApplePostURL should start with swquery.apple.com), while the same on other computers in your network should resolve and be forwarded to your SUS, http://yoursus.yourdomain.com:8088/index.sucatalog (ApplePostURL will start with yoursus.yourdomain.com:8088 this time).

Now just run Software Update on the clients, and enjoy the speed of downloads!

The only downside of this setup is the mini complaining in system.log that it has no reverse DNS entry for itself. To be honest, I didn\’t have much time to think how to set it up without extra hardware; I just happened to have a spare mini for this purpose. Maybe there\’s a way to have the DNS and SUS running on one server, perhaps via two IP addresses and tweaking of config files. I also didn\’t test it much with Panther clients; it possibly needs different redirects for that. Comments welcomed. Happy updating!

Warning: I emphasized using internal DNS so you won\’t propagate Apple\’s own zone to the outside world. I warned you and don\’t bear any responsibility for your bringing Apple\’s update servers down! I can\’t provide you with more details, as our DNS runs on Windows.

more here