How To Merge Multiple Gmail Addresses In One Account Flickr Check all your Gmail accounts from one inbox. Google released a new feature for Gmail this week called Gmail Delegation that lets you merge multiple accounts together. While Google's pitch is that it allows busy executives to share their inbox with assistants, it's actually a perfect feature for people with more than one Gmail account. You can link your Gmail accounts to one primary account to avoid the hassle of logging in and out of Gmail every time you want to check a different inbox. The service gives you full access to the shared Gmail account. We tested Delegation out and it works very well, aside from the fact that you have to wait about 30 minutes for each account to link. But once you're up and running, you'll never want to go back.
8 Useful and Interesting Bash Prompts Many people don’t think of their command prompt as a particularly useful thing, or even pay it much attention. To me, this is a bit of a shame, as a useful prompt can change the way you use the command line. Well I’ve scoured the Interwebs looking for the best, most useful, or sometimes most amusing bash prompts. Here, in no particular order, are the ones I’d be most likely to use on my computers. Note – to use any of these prompts, you can copy & paste the “PS1=” line directly into your terminal. To make the change permanent, paste the line to the end of your ~/.bashrc file. 1. This prompt is probably the most amusing one on the list, but remains useful. Example: Code: 2.Change color on bad command Here’s one of my favorites. 3. If you’re the type who wants to pack your prompt full of information, then here’s the one for you. 4. There’s nothing particularly fancy about this prompt, other than the good use of color to separate the different pieces of information. 5. Code: 6. 7. 8.
30 Modern Free Futuristic Fonts Futuristic fonts best for those who have to have something new and ultra-modern. Everybody use serif, sans-serif, grunge and Gothic fonts in projects but futuristic fonts can add innovative sensation to your design. Today we have collected 30 free futuristic fonts for your future projects. 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. Related posts: 20 Best Free Cyrillic Fonts for Non-English Typography 15 Modern Bold Slab-Serif Fonts for Graphic Designers 20 High-Quality Free Casual Script Fonts 45 Great Free Fonts Having Commercial Use License 20 Hand Picked Tremendous Modern Gothic Fonts 25 Free Elegant Thin Sans Serif Fonts 24 Superb Free Fresh Fonts for Graphic Designers 30 Hand Picked Free Attractive Serif Fonts
Android Tools Project Site F.lux: software to make your life better Tutorial - Learn Python in 10 minutes | Stavros' Stuff NOTE: If you would like some Python development done, my company, Stochastic Technologies, is available for consulting. This tutorial is available as a short ebook. The e-book features extra content from follow-up posts on various Python best practices, all in a convenient, self-contained format. All future updates are free for people who purchase it. Preliminary fluff So, you want to learn the Python programming language but can't find a concise and yet full-featured tutorial. Properties Python is strongly typed (i.e. types are enforced), dynamically, implicitly typed (i.e. you don't have to declare variables), case sensitive (i.e. var and VAR are two different variables) and object-oriented (i.e. everything is an object). Getting help Help in Python is always available right in the interpreter. >>> help(5)Help on int object:(etc etc) >>> dir(5)['__abs__', '__add__', ...] >>> abs. Syntax Python has no mandatory statement termination characters and blocks are specified by indentation. Strings
The 50 Best Registry Hacks that Make Windows Better We’re big fans of hacking the Windows Registry around here, and we’ve got one of the biggest collections of registry hacks you’ll find. Don’t believe us? Here’s a list of the top 50 registry hacks that we’ve covered. It’s important to note that you should never hack the registry if you don’t know what you’re doing, because your computer will light on fire and some squirrels may be injured. Prevent Windows Update from Forcibly Rebooting Your Computer We’ve all been at our computer when the Windows Update dialog pops up and tells us to reboot our computer. There’s a couple of ways that we can disable this behavior, however. Prevent Windows Update from Forcibly Rebooting Your Computer How to Clean Up Your Messy Windows Context Menu One of the most irritating things about Windows is the context menu clutter that you have to deal with once you install a bunch of applications. How to Clean Up Your Messy Windows Context Menu Stop Windows Update from Hijacking the Sleep/Shutdown Button
Custom Toolbar Buttons Maker Knowing that installing a huge amount of buttons is not exactly everyone's preference, here is a simple way of making a version of it that has just what you want; thus, keeping the file size as small as possible. Just tick the check boxes, hit Submit, and you have a customized version of Toolbar Buttons for your very own. The extensions generated here no longer match the latest version of Toolbar Buttons. That will be fixed soonish. Using Toolbar Buttons version 0.6.0.8 released Aug 26th 2009. Toolbar Buttons should not be installed at the same time as an extension created here.
7 Scientific Reasons a Zombie Outbreak Would Fail (Quickly) Weapons and the People Who Use Them As we touched on briefly above, if Homo sapiens are good at one thing, it's killing other things. We're so good at it that we've made entire other species cease to exist without even trying. Add to the mix the sheer number of armed rednecks and hunters out there, and the zombies don't even stand a chance. There were over 14 million people hunting with a license in the U.S. in 2004. At a minimum, that's like an armed force the size of the great Los Angeles area. Remember, the whole reason hunting licenses exist is to limit the number of animals you're allowed to kill, because if you just declared free reign for everybody with a gun, everything in the forest would be dead by sundown. Plus, if we look at zombies as a species, they are pretty much designed for failure. Harm's way is about 4875 feet from the end of this. The zombies have no choice but to walk into bullets.
Programming Methodology - Download free content from Stanford Gabe Says Piracy Isn't About Price - Games News at IGN Here's Valve's co-founder and CEO Gabe Newell talking about piracy in the games industry. The man behind online retail service Steam tackles those who claim that lower prices for games will make piracy go away, and he takes on companies that seek to fight piracy by inconveniencing consumers. "We think there is a fundamental misconception about piracy," Newell said. "Most DRM solutions diminish the value of the product by either directly restricting a customer's use or by creating uncertainty." He adds, "Our goal is to create greater service value than pirates, and this has been successful enough for us that piracy is basically a non-issue for our company. "Our success comes from making sure that both customers and partners feel like they get a lot of value from those services. "We usually think of ourselves as customer centric rather than production centric. Thanks to The Cambridge Student Online Is Gabe right?
Linux: What are some time-saving tips that every Linux user should know