Michael 的个人资料En IT nørd bekendelser.....日志列表网络 工具 帮助

Iversen Michael

En IT nørd bekendelser...

10月11日

Google Epic

Image representing Google as depicted in Crunc...

Image via CrunchBase

Faldt lige over denne video, som bare skal ses…

Google Epic er en god historie, som ALLE bør se, hører og tænke over:-)

 

 

 

 

Related articles

 

 

 

3月3日

i'm Home

i'm is a new initiative from Windows Live™ Messenger. Every time you start a conversation using i'm, Microsoft shares a portion of the program's advertising revenue with some of the world's most effective organizations dedicated to social causes. We've set no cap on the amount we'll donate to each organization. The sky's the limit.

So any time you have an i'm™ conversation using Windows Live Messenger, you help address the issues you feel most passionate about, including poverty, child protection, disease, and environmental degradation. It's simple. All you have to do is join and start an instant messaging conversation. We'll handle the donation.

There's no charge, so join now and put our money where your mouth is.

i'm Home:


Technorati : , ,
Del.icio.us : , ,
Ice Rocket : , ,
Flickr : , ,
Zooomr : , ,
Buzznet : , ,
Riya : , ,
43 Things : , ,

2月28日

Creating A Bootable WinPE 2.0 USB Key

Windows Preinstallation Environment (PE) 2.0 is a slimed down version of Windows (hence all the MiniNT references) that used to be the exclusive domain of OEM's providers. Microsoft has wisely chosen to offer this to the masses as part of the Windows AIK. USB keys can be found just about anywhere these days for next to nothing. Combine the capabilities of WinPE with the portability of a USB key and you just made a very powerful troubleshooting, imaging, and data recovery tool. Here is a quick step by step on how to do just that:

Step 1. ) Get USB Key

You probably already have a few and if not you can purchase these just about anywhere, so I won't tell you where to get one. You should get a USB 2.0 device of at least 512mb in size, but if you plan on putting a lot into a custom PE install or plan on using it to transfer data too then you are better served getting a larger size (2.0-4.0GB)

Step 2.) Download and Install the Windows Automated Installation Kit (Windows AIK)

This deployment oriented tool set contains Windows PE 2.0.

Step 3.) Format the USB key

Note: This must be done from Windows Vista

Start a command prompt and run the following. This set of commands assumes your USB key is detected as disk 1, you should double check that by doing a list of the disks before cleaning it. If you have multiple hard drives you could end up wiping your second drive using this command. You have been warned.

  • Diskpart
  • select disk 1
  • clean
  • create partition primary
  • select partition 1
  • active
  • format fs=fat32
  • assign
  • exit

Step 4.) Setup Windows PE

  • In this step you will create and customize WinPE for your disk. From the machine that you installed the Windows AIK go to the start menu and select "Windows PE Tools Command Prompt" from under the Windows AIK program folder.
  • Run Copype.cmd x86 c:\winpe_x86
    • you can create an 64-bit version by changing the architecture from x86 to amd64
  • Add customizations to WinPE
    • copy any tools you want available to the C:\winpe_x86\iso folder such as imaging tools if you want to use this for capturing images (imagex, wimscript.ini)

Step 5 .) Copy Windows PE to USB Key

Insert the USB key into the machine that you have WinPE on and run the following command to copy the contents to the USB Key

xcopy c:\winpe_x86\iso\*.* /s /e /f e:\

change c: to reflect the drive your files on and e: to be your USB key.

There you have it...a quick way to make a handy USB version of WinPE that you can take with you anywhere. These can be used in almost any modern computer that supports USB booting.

Source: Creating A Bootable WinPE 2.0 USB Key:



Technorati : , , ,
Del.icio.us : , , ,
Ice Rocket : , , ,
Flickr : , , ,
Zooomr : , , ,
Buzznet : , , ,
Riya : , , ,
43 Things : , , ,

2月20日

Komodo Edit 4.0 Free

Focus on what your code can do; let your editor sweat the details. Komodo Edit 4.0 is a free, multi-language editor that makes it easy to write quality code.

Write great code

Award-winning editing for dynamic languages including Perl, PHP, Python, Ruby and Tcl; plus support for browser-side code including JavaScript, CSS, HTML and XML.

Background syntax checking and syntax coloring catch errors immediately, while autocomplete and calltips guide you as you write. Available on Linux, Mac OS X and Windows.

Features

ActiveState Komodo IDE: Perl editor.

Multi-language editor

Multi-language support

Advanced support for:

  • Browser-side languages: CSS, HTML, JavaScript and XML
  • Server-side languages: Perl, PHP, Python, Ruby and Tcl
  • Web template languages: RHTML, Template-Toolkit, HTML-Smarty and Django
Autocomplete and calltips
  • Write code faster and shorten the learning curve with code completion that guides you as you work
  • CSS, HTML, JavaScript, Perl, PHP, Python, Ruby, Tcl, XML and XSLT.
  • Schema-based XML/HTML completion
  • Multiple-language file support, such as CSS and JavaScript completion in HTML
  • Support for adding third-party libraries
  • Interpreter version differentiation of built-in and standard library information
Multi-language file support

Correct syntax coloring of multi-language files and templated files, common in many web programming frameworks. Add custom language support (User-Defined Languages or UDL, used to provide support for RHTML, Template-Toolkit, HTML-Mason, Smarty and Django).

Standard editing features

Code commenting, auto-indent and outdent, block selection, incremental search, reflow paragraph, join lines, enter next character as raw literal, repeat next keystroke and clean line endings on "save".

Syntax checking

Instant feedback for all fully-supported languages.

Syntax coloring

Spot errors easily and improve readability and context, even in multi-language files (unique to Komodo!).

Vi emulation

Modal Vi keybindings emulate navigation, text insertion and command behavior. Custom commands can be implemented by adding Komodo macros to a Vi Commands Toolbox folder.

Emacs keybindings

Emacs-like keybinding scheme supports new editor features modeled on Emacs, such as transient marks (similar to the Emacs "mark ring"), repeat next command and reflow paragraph.

HTML preview

Check HTML, XML and CSS files side-by-side or in a browser, using arbitrary files or URLs.

Multilingual Input Method Editor (IME) support

Use your standard keyboard to enter multi-byte characters, such as Simplified Chinese, Japanese and Korean.

Code snippets

Store any piece of code for reuse.

Code folding

Work quickly and efficiently with large sections of code.

Multi-document editing

Easily work on multiple documents simultaneously using multiple tab groups, split view, and cross-document search.

Tutorials

Easily master editing features.

ActiveState Komodo: Ruby IDE IDE.

Project manager

Convenient, flexible organization of all project elements.

Live Folders

Project view displays the current contents of corresponding file system directory.

Virtual Folders

Explicitly maintained multi-purpose containers for any project or Toolbox component, containing pointers to selected components from different file system locations.

ActiveState Komodo: Python IDE toolbox.

Toolbox

Store it

Store virtually anything, including configurable "Run" commands, macros, code snippets, URLs, Live and Virtual Folders, templates, menus, toolbars and remote files.

Share it

Share a Toolbox with networked team members or distribute valuable Toolbox items to other Komodo users with the import/export function.

ActiveState Komodo professional IDE for dynamic languages.

Extensibility

XPI Extensions

Create your own plug-ins. XPI extension support provides the same capability as Firefox, with all standard Mozilla APIs based on XUL, XBL, and XPCOM, plus our own for Python and JavaScript. We're even using this in Komodo development; for example, when adding UDL-based languages and defining custom language syntax-coloring. Other new features, such as the DOM Viewer, are also extensions. If you've written an extension for Firefox, you'll be comfortable writing one for Komodo.

Download via Pando or visit website

 

Pando Package

Virtual PC 2007

Virtual PC 2007 is now ready for final download.

Save time and money as Virtual PC allows you to maintain the compatibility of legacy and custom applications during migration to new operating systems and increases the efficiency of support, development, and training staffs.
With Microsoft® Virtual PC 2007, you can create and run one or more virtual machines, each with its own operating system, on a single computer. This provides you with the flexibility to use different operating systems on one physical computer.
For more information about the ways you can use virtual machines, see Virtual PC at http://go.microsoft.com/fwlink/?LinkId=78095.

System Requirements

  • Supported Operating Systems: Windows Server 2003, Standard Edition (32-bit x86); Windows Server 2003, Standard x64 Edition; Windows Vista Business; Windows Vista Business 64-bit edition; Windows Vista Enterprise; Windows Vista Enterprise 64-bit edition; Windows Vista Ultimate; Windows Vista Ultimate 64-bit edition; Windows XP Professional Edition ; Windows XP Professional x64 Edition ; Windows XP Tablet PC Edition

An x64-based or an x86-based computer with a 400 MHz or faster (1 GHz recommended) processor with L2 cache
Processor: AMD Athlon/Duron, Intel Celeron, Intel Pentium II, Intel Pentium III, Intel Pentium 4, Intel Core Duo, and Intel Core2 Duo
RAM: Add the RAM requirement for the host operating system that you will be using to the requirement for the guest operating system that you will be using. If you will be using multiple guest operating systems simultaneously, total the requirements for all the guest operating systems that you need to run simultaneously.
Available disk space: To determine the hard disk space required, add the requirement for each guest operating system that will be installed.
Virtual PC 2007 runs on: Windows Vista™ Business; Windows Vista™ Enterprise; Windows Vista™ Ultimate; Windows Server 2003, Standard Edition; Windows Server 2003, Standard x64 Edition; Windows XP Professional; Windows XP Professional x64 Edition; or Windows XP Tablet PC Edition.

Virtual PC 2007 can be downloaded with fast with Pando or direcly from Microsoft here

Pando Package

 

Pando Package

2月14日

Why use Slash My Search?

Slash My Search is a brand new search engine that is designed to get you the best results out there on the Internet quickly and effectively. Using our proprietary algorithms, we are able to "slash" through more of the junk and find you the most relevant results. We filter results from Yahoo, AltaVista, Excite, the Google search engine, our databases and several other sources. We also track what results are visited the most and refine our database with that information.

Also, when visiting results, we load them into a frame with tools at the top to help you easily return to the search results, try different search terms or close the frame and surf the result in a full window. If you are using Internet Explorer, these results are also initially loaded with a restricted security setting better shielding you from spyware, adware, trojans, viruses, popups and other javascript actions. However, if the frame is broken or a page loads in a different window, security will revert to your browser's default setting.


The best thing is the opportunity to create money when you use this new search engine.

Signup for a free account and start searching for money:-)


Technorati : , ,
Del.icio.us : , ,
Ice Rocket : , ,
Flickr : , ,
Zooomr : , ,
Buzznet : , ,
Riya : , ,
43 Things : , ,