loadYOURSELF

loadYOURSELF

Browsing Posts in Solution

If you get an error like this in an installation this solution can help you.

“Fatal Error installation ended prematurely because of an error”.

clean %temp% folder. You can go there with “run->open” write there %temp% clean there. (do this in your responsibility)

Find your installation file which has .msi extension.

go to command prompt with “cmd” command from run->open.

goto temp folder with “cd %temp%” command

write there “msiexec /i /qn+” <- filename.msi is the installation file.

About iTunes 9.2 (Download Page Is Shown Below)

iTunes 9.2 comes with several new features and improvements, including:

* Sync with iPhone 4 to enjoy your favorite music, movies, TV shows, books and more on-the-go
* Sync and read books with iPhone or iPod touch with iOS 4 and iBooks 1.1
* Organize and sync PDF documents as books. Read PDFs with iBooks 1.1 on iPad and any iPhone or iPod touch with iOS 4
* Organize your apps on your iOS 4 home screens into folders using iTunes
* Faster back-ups while syncing an iPhone or iPod touch with iOS 4
* Album artwork improvements make artwork appear more quickly when exploring your library

Download Page

World’s Thinnest System Frame Width of 6.5 mm Creates New Possibilities in Presentation Spaces
Sharp Corporation has developed a new multi-screen display system that achieves the world’s thinnest System Frame Width of 6.5 mm. This new display system will be introduced into the Japanese market in August of this year.

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.

HAMILTON, ON and MARKHAM, ON, – 14 May 2010: Embedding a “super” microprocessor from video games into cars will provide drivers with traffic management information McMaster and IBM (IBM) have launched a research project to investigate how the automotive industry can connect a vehicle’s multiple microprocessors, which currently work in isolation, to create a “cognitive car” that can predict vehicle failures before they happen, redirect drivers to less congested routes and help reduce traffic accidents.

Microsoft Image Composite Editor is an advanced panoramic image stitcher. Given a set of overlapping photographs of a scene shot from a single camera location, the application creates a high-resolution panorama that seamlessly combines the original images. The stitched panorama can be shared with friends and viewed in 3D by uploading it to the Photosynth web site. Or the panorama can be saved in a wide variety of image formats, from common formats like JPEG and TIFF to the multiresolution tiled format used by Silverlight’s Deep Zoom and by the HD View and HD View SL panorama viewers.

Some domain’s serve under multiple ip addresses for example google.com

if you want to query this ip addresses then you can use this code block

#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <stdlib.h>
#include <stdio.h>

int main(int argc, char **argv) {
 if (argc < 2) {
   fprintf(stderr,"Usage: ./app www.google.com\n");
   exit(1);
 }

 struct hostent *hp = gethostbyname(argv[1]);

 if (hp == NULL) {
   fprintf(stderr,"query failed\n");
   exit(1);
 } else {
   unsigned int i=0;
   while ( hp -> h_addr_list[i] != NULL) {
     printf( "%d -> %s ",i, inet_ntoa( *( struct in_addr*)( hp -> h_addr_list[i])));
     i++;
   }
   exit(0);
 }
}

Buy me a beer

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.