How can I boot Windows XP Embedded from SD?
SD is connected directly to Intel US15W SCH (SDIO).
BIOS supports boot from SD (Linux boots successfully).
Thank you in advance,
Leonid.
How can I boot Windows XP Embedded from SD?
SD is connected directly to Intel US15W SCH (SDIO).
BIOS supports boot from SD (Linux boots successfully).
Thank you in advance,
Leonid.
I was thinking...
Mailto: links are handled by standalone email clients only.
Most users nowadays use webmail (like GMail).
Webmail can't handle mailto: links.
When a webmail user clicks a mailto: link, he gets either a confusing message about no email client installed, or the link opening in an email client he doesn't use.
Anyone can copy and…
BizTalk Map Editor (Mapper) is a good editor, especially in the last 2010 version of the BizTalk. But still sometimes it cannot do the tasks easily. It is time for the Xslt code, It is time to remember that the maps are executed by the Xslt engine.
Right-click the Mapper Grid (a field between the source and target schemas) and choose…
"In the beginning God made heaven and earth. Then he started to integrate." At the very start was the requirement: integrate two working systems.
Small digging up: It was one system. It was good but IT guys want to change it to the new one, much better, chipper, more flexible, and more progressive in technologies, more suitable for the…
Today I investigated one strange error working with Dynamic SMTP Port.
Event Type: Error
Event Source: BizTalk Server 2006
Event Category: BizTalk Server 2006
Event ID: 5754
Date: ********
Time: ********AM
User: N/A
Computer: ********
Description:
A message sent to adapter "SMTP" on send port "*********" with URI…
Part 1: BizTalk: Instance Subscription and Convoys: Details
This is a Part 2.
I am discussing the Suspend shape together with Convoys and going to show that using them together is undesirable.
In previous article we investigated the Instance Subscriptions and how they could create situation with dangerous zones in…
If we have to get data from the SQL database, the standard way is to use a receive port with SQL adapter.
SQL receive adapter is a solicit-response adapter. It periodically polls the SQL database with queries. That’s only way it can work. Sometimes it is undesirable. With new WCF-SQL adapter we can use the…
Partner Direct Port is one of the BizTalk hidden gems. It opens simple ways to the several messaging patterns. This article based on the Kevin Lam’s blog article. The article is pretty detailed but it still leaves several unclear pieces. So I have created a sample and will show how it works from…
The sample demonstrates using orchestration for throttling and using context routing.
Usually throttling is implemented on the host level (in BizTalk 2010 we can also using the host instance level throttling). Here is demonstrated the throttling with orchestration convoy that slows down message…
I've just acquired a USB F5D8053ed Belkin adapter and it is unreasonably slow.
Details of how I installed the firmware and device driver is described in this AU Question.
I believe there is either a problem with a driver or adapter itself that is preventing from using the full network…
It has interesting behavior and it is not always what we are waiting for.
An orchestration can be enlisted with many subscriptions. In other word it can have several Receive shapes. Usually the first Receive uses the Activation subscription but other Receives create the Instance…
Ubuntu supports a shortcut to switch windows Ctrl+Tab, but it allows you to move through apps in one direction only. Direction depends on whether initially Ctrl+Tab or Ctrl+Shift+Tab was pressed.
Ctrl+Tab will move forwards, but pressing Shift while moving forward doesn't…
Just noticed a weird behavior of Google Desktop shortcut Ctrl + Ctrl. This shortcut is supposed to bring Google Desktop search bar to the front.
If Ctrl + Ctrl is pressed the search bar appears, but once you release one of the Ctrl keys it will disappear.
If you hold one…
[See Sample: Context routing and throttling with orchestration]
Imagine the project where most of the routing happens between orchestrations. I.e. routing is mostly between the MessageBox and orchestration with direct endpoints.
Imagine also the most of the messages are…
BizTalk team did a good job hiding the .NET guts from developers. Developers are working with editors and hardly with .NET code. The Orchestration editor, the Mapper, the Schema editor, the Pipeline editor, all these editors hide what is going on with artifacts created…
I've got Oracle XE installed on Debian linux and the character set is configured to AL32UTF8. There are several client applications that connects to a database from Windows with the different locales - French etc, not English. That's ok with all the client data these…
Hello everybody. I have this question : I need to create a paradict "rightGuesses" which will get 3 arguments , each one of them is a list of letters :
1) The list of guessed letters
2) The word i have to guess
3) The letters that where guessed so far .
for…
So far I've created a separate SSH key for each server I need to login to (for each purpose, to be more accurate). I did it out of a sense of security, just like different passwords to different sites.
Does having multiple SSH keys actually improve security? All…
I have a username and an SSH key for a (hypothetical) guy and I need to give him admin access to a Linux (Ubuntu) server.
I want him to be able to log in via SSH and then set his password by himself over a secure connection, instead of passing the password…
I'm moving from one VPS to another, and I figured that the simplest way to transfer data would be rsync.
However, the data is owned by a user, www-data, which doesn't have ssh privileges, and I'd like it to be owned by the same (named) user on the target…
My custom-built 2.6.32 kernel cannot connect to any WPA-protected network.
The kernel includes (probably?) everything that should be needed for wifi, including IPv4 network support (IPv6 is disabled), the ath5k wireless driver (which is used in the…
Hi,
I run an Ubuntu server virtualbox under a Windows host for web development.
At the moment I do all editing in Vim running inside PuTTY. It runs pretty well, but lacks some useful features like native copypasting from the host.
I know about…
My custom-built 2.6.32 kernel cannot connect to any WPA-protected network.
The kernel includes (probably?) everything that should be needed for wifi, including IPv4 network support (IPv6 is disabled), the ath5k wireless driver (which is used in…
We using standard mongo setup: 2 replicas + 1 arbiter.
Both replica servers use same AWS m1.medium with RAID10 EBS.
We experiencing constantly growing replication lag on secondary replica.
I tried to do full-resync, you can see it on graph,…