CrossLoop is on my list of software to try out soon:
Free screen sharing software and remote access solutions. Get affordable Technical Support & Computer Help with money back guarantee.
–jeroen
Posted by jpluimers on 2013/05/20
CrossLoop is on my list of software to try out soon:
Free screen sharing software and remote access solutions. Get affordable Technical Support & Computer Help with money back guarantee.
–jeroen
Posted in Power User, Windows, Windows 7, Windows Vista, Windows XP | Leave a Comment »
Posted by jpluimers on 2013/05/17
Sometimes I get messages like the below No Disk error on virtual machines, mainly in Windows XP and lower, but sometimes in more recent Windows versions too.
---------------------------
Windows - No Disk
---------------------------
Exception Processing Message c0000013 Parameters 75b6bf7c 4 75b6bf7c 75b6bf7c
---------------------------
Cancel Try Again Continue
---------------------------
The 0xc0000013 is a No Disk Exception.
Every time the solution has been to uninstall the floppy drive device from the VM image.
I never had it on physical hardware, but for that, disabling all unused removable and USB disk devices seem to work.
Somehow, lots of software thinks it should scan ALL media, even the removable ones that might not have media inserted.
–jeroen
Posted in Power User, Windows, Windows 7, Windows 8, Windows Server 2000, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP | Leave a Comment »
Posted by jpluimers on 2013/05/16
Nobody but very wealthy research institutions could afford CRAY machines.
They were the computing workhorse of their time. Now your smartphone is faster (:
BitSavers just added a bunch of CRAY documentation of the 1980s and early 1990s.
–jeroen
Posted in Power User | Tagged: cray documentation, cray machines, technology | Leave a Comment »
Posted by jpluimers on 2013/05/13
When working with SSH private/public keys (often because of ssh-keygen), and using DSA for auhtentication, these are the relevant files:
Important:
Be sure to transfer the contents of the local $HOME/.ssh/id_dsa.pub file to the remote system in a secure way.
–jeroen
Posted in *nix, Apple, Cygwin, Endian, Linux, Mac, OS X, OS X Leopard, OS X Lion, OS X Mountain Lion, OS X Snow Leopard, OS X Tiger, Power User | Leave a Comment »
Posted by jpluimers on 2013/05/10
Finder on your Mac by default does not show hidden files, and the console has vi, which lots of people find awkward to use.
There is an easy trick to open a hidden file like ~/.bash_profile (for instance to add an alias) with a visual text editor.
Just execute this in your terminal:
open -e ~/.bash_profileopen -t ~/.bash_profileopen -b com.barebones.textwrangler ~/.bash_profileThe man open(1) page has more information on the parameters you can pass to open.
–jeroen
PS: You can teach Finder to Quickly show and hide hidden files | Finder, Terminal | Mac OS X Tips.
Posted in Power User, Apple, OS X Lion, OS X Snow Leopard, OS X Leopard, MacBook, MacBook-Pro, MacBook-Air, OS X, Mac, OS X Tiger, OS X Mountain Lion | 4 Comments »