loadYOURSELF

loadYOURSELF

Browsing Posts tagged Solution

True business-class device empowers mobile workers with information and interaction needed to act right on the spot.

SCHAUMBURG, Ill. – June 17, 2010 – The Enterprise Mobility Solutions division of Motorola, Inc. (NYSE: MOT) today announced the newest addition to its mobile computing portfolio – the ES400 global Enterprise Digital Assistant (EDA). The ES400’s integrated voice and data capabilities unleash the full potential of mobile professionals by empowering them with the information and interaction they need to transform operations, increase enterprise profitability and complete their jobs anywhere, anytime.

SCHAUMBURG, Ill. – May 3, 2010 – The Enterprise Mobility Solutions business of Motorola, Inc. (NYSE: MOT) today announced that it has deployed a wireless LAN (WLAN) solution enabling the New Orleans Hornets to support the media with reliable and secure wireless coverage during the basketball season, delivering real-time reporting on game developments. Leveraging Motorola’s consultation and implementation services, the New Orleans Hornets installed Motorola’s innovative RFS6000 wireless LAN switches and AP-5131 access points at the New Orleans Arena, providing users with superior coverage and overcoming the difficult RF environment in a sporting arena.

If your nokia n series phone asks you to connect to internet or another place frequently,
you need to delete

. tools / settings / connection / Remote Drives .. delete "New Drive" ..

this can be a solution for the problem.

hope this helps.

Buy me a beer

If you have high cpu usage problem for your vmware application which runs on linux and the virtual machine files in NTFS partition,

you have to add:



mainMem.useNamedFile= FALSE"

to your .vmx file of you virtual machine.

this will solve the high cpu usage of mount.ntfs-3g.

Buy me a beer

Owners of Ford F-150, Super Duty, E-Series and Transit Connect trucks and vans will now be able to access the full Web from the convenience of their vehicles, thanks to Opera and Ford Work Solutions. Opera will be the featured browser on Ford’s industry-first, broadband-capable, in-dash computer.

SIGPIPE signal is sent by kernel to programs whose remote end closes or shuts down the socket and your program still tries to send/write operations on closed connection. The default signal handler terminates your program at this situation because of default behavior.

Solution 1:

Ignore the signal using ‘signal(SIGPIPE, SIG_IGN)’

then catch the EPIPE error which will return from the send/write operation due to a broken pipe.

Solution 2:

Pass MSG_NOSIGNAL flag to send(). This is results as same as solution 1

if apt-get update command results with this error

you can fix this with apt-key update

or

with

gpg –keyserver wwwkeys.eu.pgp.net –recv-keys AB1233123423ada123131

# apt-key add /root/.gnupg/pubring.gpg

# apt-get update …

Buy me a beer

select start -> run

write “cmd” and press enter

write “cd \windows\microsoft.net\framework\v2.0.50727″ may be different in your system.

write “aspnet_regiis -ga [user name]” press enter

write “aspnet_regiis -i” press enter

Buy me a beer

LAS VEGAS-Seagate (NYSE: STX) announced at CES a free software upgrade that provides a secure and easy-to-use remote access service, empowering people to easily and securely retrieve content stored on their Maxtor® Shared Storage II™ network attached drive through any Internet browser. Whether at home or as part of a small business network, people are recognizing the benefits of networked storage to centralize and protect data on multiple computers and across platforms. With this latest software upgrade, those with existing Maxtor Shared Storage II products will now be able to simply access and share content on their home storage device while keeping their data safe and secure.

When on the go, you can easily log into the

Buy me a beer

Solution to this problem is to change rpl_malloc definition in config.h to malloc.

Buy me a beer