visio error 106
If you are receiving this error: Microsoft Office Visio “An error (106) occurred during the action Check Out File. Bad disk failure.” OK. The issue is that you are trying to save to a folder you don’t have rights…
If you are receiving this error: Microsoft Office Visio “An error (106) occurred during the action Check Out File. Bad disk failure.” OK. The issue is that you are trying to save to a folder you don’t have rights…
Great examples of how to use cURL from 1. Download a Single File The following command will get the content of the URL and display it in the STDOUT (i.e on your terminal). $ curl To store the output…
To check if twitter acct hacked you can look at the recent pastebin posts ( page 1 | page 2 | page 3 | page 4 | page 5 ) and do a find for your username. Additionally a number of…
Let’s say you wanted to hash windows files against a known good set of hashes. Here’s how to do it! Required Tools md5deep nsrlquery You’ll also need a server to query against. Luckily Kyrus has provided a nsrlserver (beta), known…
looking for a hash windows shell extension? Hashtab is probably one of the best. HashTab provides OS extensions to calculate file hashes. HashTab supports many hash algorithms such as MD5, SHA1, SHA2, RipeMD, HAVAL and Whirlpool. HashTab is supported as a Windows shell extension…
The following packages have unmet dependencies fix details I was recently trying to install php5-curl and ran in to this error # apt-get install php5-curl Reading package lists… Done Building dependency tree Reading state information… Done You might want to…
File carving is the process of reassembling computer files from fragments in the absence of filesystem metadata. The carving process makes use of knowledge of common file structures, information contained in files, and heuristics regarding how filesystems fragment data. Fusing…
This message means rsync is not in the $PATH of the remote user on the remote system. $ rsync -av –progress Solaris_8_2004-02/ [email protected]:/export/install/OS sh: rsync: not found rsync: connection unexpectedly closed (0 bytes received so far) [sender] rsync error: error in rsync protocol data stream…
“ssh keeps disconnecting my session”. Here’s the fix! Server Side Fix As root modify /etc/ssh/sshd_config and add these lines ##Server will send “keep alive” messages every 4minute 58 seconds ClientAliveInterval 298 ##If there is no response after 4.1 hours close…
I recently ran in to an issue where I was unable to pair my BackBeat 903 bluetooth headset with my windows 7 machine. Why this is occuring The reason for this because you have already paired it with another machine…