<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>Computer Hardware - Software Development - Web &amp; Email Hosting</description><title>Micro-Ram</title><generator>Tumblr (3.0; @micro-ram)</generator><link>http://micro-ram.com/</link><item><title>New Intel SSD 520 Series Now Available</title><description>&lt;p&gt;Intel has released their new 520 series solid state disks. These new drives feature a 6Gbp/s SATA III connection, new AES 256 bit full drive encryption, and automatic internal data-compression. Solid state drives are the ultimate in performance and reliability for your desktop or laptop computer. Talk to Micro-Ram to learn which SSD is right for you.&lt;/p&gt;</description><link>http://micro-ram.com/post/17977007810</link><guid>http://micro-ram.com/post/17977007810</guid><pubDate>Mon, 20 Feb 2012 17:49:00 -0600</pubDate></item><item><title>2012 New Years Resolution: Full Disk Encryption on Every Computer You Own</title><description>&lt;p&gt;Micro-Ram recommends that everyone follow the great advice of the Electronic Frontier Foundation and encrypt the disk on every computer you own.&lt;/p&gt;
&lt;p&gt;Windows users have built in support in &lt;a href="http://windows.microsoft.com/en-US/windows7/products/features/bitlocker"&gt;Win7&lt;/a&gt; and free options for XP &amp;amp; Vista via &lt;a href="http://truecrypt.org"&gt;TrueCrypt&lt;/a&gt;. Apple users, please upgrade to 10.7 Lion and take advantage of the great new &lt;a href="https://www.apple.com/macosx/what-is/security.html"&gt;full disk encryption&lt;/a&gt; included in Lion.&lt;/p&gt;
&lt;p&gt;This is a simple method of securing your data from lost / stolen computers. It is also ensures a worry-free exchange of drives when your disk wears out or is retired. Modern Intel (Core i5/7) processors built after 2009 include hardware based encryption routines using the &lt;a href="https://en.wikipedia.org/wiki/Advanced_Encryption_Standard"&gt;American Encryption Standard&lt;/a&gt; (AES) for a negligible performance impact.&lt;/p&gt;</description><link>http://micro-ram.com/post/17885297172</link><guid>http://micro-ram.com/post/17885297172</guid><pubDate>Sun, 01 Jan 2012 00:00:00 -0600</pubDate></item><item><title>Lion DVD restore disc tool</title><description>&lt;p&gt;Apple has released a tool for you to make a Lion DVD restore disc.&lt;/p&gt;</description><link>http://micro-ram.com/post/17889067912</link><guid>http://micro-ram.com/post/17889067912</guid><pubDate>Tue, 20 Sep 2011 00:00:00 -0500</pubDate></item><item><title>Uninstall Flash on Mac OSX</title><description>&lt;p&gt;There are too many security issues surrounding the Adobe Flash player plug-in. HTML5 now supports video playback without Adobe Flash. After you uninstall, use Safari to visit &lt;a href="http://youtube.com/html5"&gt;youtube.com/html5&lt;/a&gt; and click Join to view videos without Flash.&lt;/p&gt;
&lt;p&gt;Download &lt;a href="http://fpdownload.macromedia.com/get/flashplayer/current/uninstall_flash_player_osx.dmg"&gt;this&lt;/a&gt; file from adobe to quickly uninstall Flash from your Mac.&lt;/p&gt;</description><link>http://micro-ram.com/post/17889140927</link><guid>http://micro-ram.com/post/17889140927</guid><pubDate>Thu, 14 Apr 2011 00:00:00 -0500</pubDate></item><item><title>Batch file loop to execute all exe files</title><description>&lt;p&gt;Batch loop example to run every exe file in a folder with parameters  (-z -m). Originally adapted for running a folder full of windows update  exe files.&lt;/p&gt;
&lt;pre&gt;for %%i in (*.exe) do call %%i -z -m
&lt;/pre&gt;</description><link>http://micro-ram.com/post/17889202648</link><guid>http://micro-ram.com/post/17889202648</guid><pubDate>Tue, 12 Oct 2010 00:00:00 -0500</pubDate></item><item><title>Set Environment Variable to the Date and Time</title><description>&lt;p&gt;Set a variable to the current Date and Time in Batch file:&lt;/p&gt;
&lt;pre&gt;for /F "tokens=2,3,4 delims=/ " %%i in ('date/t') do set d=%%k%%i%%j
for /F "tokens=1,2,3 delims=:. " %%i in ('time/t') do set t=%%i%%j%%k
echo The date is %d% and the time is %t%﻿&lt;/pre&gt;</description><link>http://micro-ram.com/post/17889258632</link><guid>http://micro-ram.com/post/17889258632</guid><pubDate>Tue, 12 Oct 2010 00:00:00 -0500</pubDate></item><item><title>Calculating a file hash</title><description>&lt;p&gt;File hashing is a very important method for determining if a file is a perfect copy and also used to save upload time when checking files against virus databases like &lt;a href="http://virustotal.com"&gt;VirusTotal&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;A hash function is any well-defined procedure or mathematical function that converts a large, possibly variable-sized amount of data into a small datum, usually a single integer that may serve as an index to an array. The values returned by a hash function are called hash values, hash codes, hash sums, checksums or simply hashes. [&lt;a href="http://en.wikipedia.org/wiki/Hash_function"&gt;wikipedia&lt;/a&gt;]&lt;/p&gt;
&lt;p&gt;My favorite freeware utility is called &lt;a href="http://implbits.com/HashTab.aspx"&gt;HashTab&lt;/a&gt; for Windows. I like it because it hides nicely in a tab off of the file properties menu. Right click on a file and a tab named &amp;#8220;File Hashes&amp;#8221; will appear after General, Security and other tabs varying by system. From this tab you can choose which hashes to calculate like MD5 and SHA1 and many more.&lt;/p&gt;</description><link>http://micro-ram.com/post/17889435641</link><guid>http://micro-ram.com/post/17889435641</guid><pubDate>Mon, 11 Oct 2010 00:00:00 -0500</pubDate></item><item><title>GPG Encrypted Email Mac OSX Thunderbird</title><description>&lt;p&gt;&lt;em&gt;This document is due for an update. Expect one soon. &lt;/em&gt; This document is for quickly installing ThunderBird, MacGPG and  Enigmail for sending and receiving encrypted emails on Apple OS X 10.5.&lt;/p&gt;
&lt;h1&gt;Downloads&lt;/h1&gt;
&lt;p&gt;1. Download Mozilla Thunderbird v.2.0.0.22 [&lt;a href="http://download.mozilla.org/?product=thunderbird-2.0.0.22&amp;amp;os=osx&amp;amp;lang=en-US"&gt;Mozilla&lt;/a&gt;]  2. Download MacGPG v.1.49 [&lt;a href="http://prdownloads.sourceforge.net/macgpg/GnuPG1.4.9.dmg?download"&gt;SourceForge&lt;/a&gt;]  3. Download Enigmail v.0.96.0 [&lt;a href="https://addons.mozilla.org/en-US/thunderbird/downloads/file/59142/enigmail-0.96.0-tb+sm-macosx.xpi?type=application/octet-stream"&gt;Mozilla&lt;/a&gt;]&lt;/p&gt;
&lt;h1&gt;Installation&lt;/h1&gt;
&lt;p&gt;Install Thunderbird, then MacGPG, then Enigmail.  Note: Source  [&lt;a href="http://enigmail.mozdev.org/documentation/quickstart-ch1.php#id2532709"&gt;mozdev.org&lt;/a&gt;]&lt;/p&gt;
&lt;h2&gt;1. Install Mozilla Thunderbird&lt;/h2&gt;
&lt;p&gt;Double click on the Thunderbird2.0.0.22.DMG file. Then drag the  Thunderbird.app file into the Applications folder. Drag the Thunderbird  icon from Applications to the Dock to create a shortcut. Unmount the  Thunderbird virtual disk by clicking the Up arrow in a finder window or  by dragging the white disk on the desktop to the trash.  Start Thunderbird and setup an email account. You will need your  incoming server, outgoing server, user name and password from your email  provider.&lt;/p&gt;
&lt;h2&gt;2. Install MacGPG&lt;/h2&gt;
&lt;p&gt;Double click on the MacGPG1.4.9.DMG file. Double click on the &amp;#8220;GnuPG for Mac OSX 1.4.9.mpkg&amp;#8221;  Installer program. Click Continue (4 times) type in admin password if prompted, then click Install.&lt;/p&gt;
&lt;h2&gt;3. Install Enigmail&lt;/h2&gt;
&lt;p&gt;Start Thunderbird. In the menu bar of the main window you will see  &amp;#8220;Tools&amp;#8221;. Select this, and then &amp;#8220;Add-ons&amp;#8221;. This will bring up a new  window listing all of your Thunderbird plug-ins. In the lower left-hand  corner of this new window you&amp;#8217;ll see a button marked &amp;#8220;Install&amp;#8221;. Click  this button. Tell Thunderbird where you saved the Enigmail .XPI file.&lt;/p&gt;
&lt;h2&gt;4. Create Keys&lt;/h2&gt;
&lt;p&gt;Start Thunderbird. In the menu bar select OpenGPG.  Select &amp;#8220;Yes I would like to use the wizard&amp;#8221;.  Select &amp;#8220;No I want to create per-recipient rules&amp;#8230;&amp;#8221;  Select &amp;#8220;Yes&amp;#8221; to &amp;#8220;&amp;#8230;change a few default settings&amp;#8230;&amp;#8221;  Create a secure password to type every time you need to encrypt or  decrypt an email. (This is not seen by anyone, it is only used to access  the strong keys.)  Click Continue at the Summary screen to begin key generation.  Select Skip for &amp;#8220;&amp;#8230;create a revocation certificate&amp;#8230;&amp;#8221; as this key will have limited distribution.  NOTE: We may want to upgrade key strength from default 2048 bit and adjust expiration from 5 years based on end-user feedback.&lt;/p&gt;
&lt;h2&gt;5. Exchange PUBLIC Keys&lt;/h2&gt;
&lt;p&gt;Open Thunderbird, OpenPGP, Key Management. Check &amp;#8220;Display All Keys by  Default&amp;#8221; in the upper right. Right click on the key and select &amp;#8220;Send  Public Keys by Email&amp;#8221;. Send the email.  When you receive the email double click on the ABCDEF.ASC attachment and select &amp;#8220;Import&amp;#8221;  Note: It is safe to exchange the PUBLIC keys over unsecured email as  the PRIVATE key is required to  encrypt a message. You do NOT exchange  PRIVATE keys.&lt;/p&gt;
&lt;h2&gt;6. Final Settings&lt;/h2&gt;
&lt;p&gt;Turn off &amp;#8220;Using GnuPG with Mozilla&amp;#8221; in messages. Thunderbird /  OpenPGP / Preferences. Display Expert Settings, Advanced tab UNCHECK  &amp;#8220;Add Enigmail comment in OpenPGP signature&amp;#8221;.  Set the recipients to always encrypt. Thunderbird / OpenPGP /  Preferences. Display Expert Settings, Key Selection tab then click &amp;#8220;Edit  Rules &amp;#8230;&amp;#8221;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Click Add&lt;/li&gt;
&lt;li&gt;Set OpenPGP Rules for &amp;#8220;jeff@micro-ram.com&amp;#8221;&lt;/li&gt;
&lt;li&gt;Apple rule if recipient &amp;#8220;is exactly&amp;#8221;&lt;/li&gt;
&lt;li&gt;click &amp;#8220;Select Keys&amp;#8221;, Select both your key and Jeff&amp;#8217;s key.&lt;/li&gt;
&lt;li&gt;Change rules to &amp;#8220;Always&amp;#8221; &amp;#8220;Always&amp;#8221; &amp;#8220;Always&amp;#8221;.&lt;/li&gt;
&lt;li&gt;click OK&lt;/li&gt;
&lt;li&gt;click OK&lt;/li&gt;
&lt;/ul&gt;&lt;h1&gt;Sending Encrypted Emails&lt;/h1&gt;
&lt;p&gt;Select WRITE mail icon in Thunderbird, type in recipient and make  sure the PGP Key in the lower right corner of the new email window is  Yellow. A second verification is to click the down arrow next to OpenPGP  icon in toolbar. Make sure ENCRYPT email is checked. Click send. You  will be prompted for your passphrase if it has been less than 5 minutes  since you lasted typed it in.&lt;/p&gt;</description><link>http://micro-ram.com/post/17889321932</link><guid>http://micro-ram.com/post/17889321932</guid><pubDate>Mon, 11 Oct 2010 00:00:00 -0500</pubDate></item><item><title>S3 Backup Script for Windows</title><description>&lt;p&gt;This script is a simple batch file used to compress and encrypt a series of folders then upload them to Amazon S3. We are using the compression and AES encryption built into the commercial version of PKWare command line PKZip for Windows Desktop software. Purchase a license for PKZip for Windows (not SecureZip) and you will also be given a free license for the command line version PKZIPC.EXE. (If anyone has a freeware suggestion for replacing PKZip, please let me know.)&lt;/p&gt;
&lt;p&gt;Save this script to your C:\ drive: &lt;a href="http://www.micro-ram.com/dl/S3_Backup.cmd"&gt;S3_Backup.cmd&lt;/a&gt;. Modify the script to your needs by replacing the S3 Keys with yours. Make sure the bucket named &amp;#8220;bucket1&amp;#8221; is changed to the bucket you would like your backups saved to. Change the folder to backup from &amp;#8220;C:DATA&amp;#8221; to the folder you would like backed up. After a few test runs, use the Windows scheduler to run the script automatically at night.&lt;/p&gt;
&lt;p&gt;Requirements: &lt;a href="http://pkware.com/"&gt;PKZip&lt;/a&gt; Console from PKWare $29 &amp;amp; &lt;a href="http://download.cnet.com/S3copy-Amazon-S3-Command-Line-Copy/3000-2242_4-10915715.html?part=dl-6267541&amp;amp;subj=dl&amp;amp;tag=button"&gt;S3COPY.EXE&lt;/a&gt; from &lt;a href="http://blog.tjitjing.com/index.php/2009/04/amazon-s3-command-line-copy-for-windows.html"&gt;jtitjing.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Optional: &lt;a href="http://www.blat.net/"&gt;Blat&lt;/a&gt; - Command line email  See the code for the script below.&lt;/p&gt;
&lt;pre&gt;: Batch File to Backup a folder and upload to Amazon S3
:  Schedule this script to run daily.
:  &lt;a href="http://micro-ram.com"&gt;http://micro-ram.com&lt;/a&gt;

@ECHO OFF
: Set d to Date and t to Time
for /F "tokens=2,3,4 delims=/ " %%i in ('date/t') do set d=%%k%%i%%j
for /F "tokens=1,2,3 delims=:. " %%i in ('time/t') do set t=%%i%%j%%k

: Set your ZIP options and password
set zipoptions=-add=update -recurse -path=relative -password=12345678 -cryptalgorithm=AES -cd=encrypt

: Set your S3 key and security code
set s3key=ABCD1234
set s3sec=EFGH5678
set bucket=bucket1

: Temp working folder
set destdir=C:\S3_Backup
md %destdir%
cd /D %destdir%

: Create the ZIP File - change the zip name &amp;amp; change the folder to backup.
: Note: Multiple folders can be specified with a space. Ex ...backup.zip" "C:\data*.*" "D:\more*.*" &amp;gt;logs3.txt
PKZIPC %zipoptions% "%d%_%t%_accounting_backup.zip" "c:\data*.*" &amp;gt;log_s3.txt

: Copy to your S3 bucket
s3copy %destdir% %bucket% %d%_%t%_accounting_backup.zip %s3key% %s3sec% &amp;gt;&amp;gt;log_s3.txt

: Email yourself the log file
blat log_s3.txt -to you@domain.com -subject "%d% S3 Backup Complete"   

: Delete the temp file after uploading
del "%d%_%t%_accounting_backup.zip"

set s3key=
set s3sec=
set bucket=
cd

:done&lt;/pre&gt;</description><link>http://micro-ram.com/post/17889511658</link><guid>http://micro-ram.com/post/17889511658</guid><pubDate>Mon, 11 Oct 2010 00:00:00 -0500</pubDate></item><item><title>SMIME Certificate Installation</title><description>&lt;p&gt;Step 1.&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Register for a certificate from &lt;a href="http://www.instantssl.com/ssl-certificate-products/free-email-certificate.html"&gt;instantssl&lt;/a&gt; for free or from &lt;a href="http://www.comodogroup.com/products/certificate_services/email_certificate.html"&gt;comodogroup&lt;/a&gt; for $12/year.&lt;/li&gt;
&lt;li&gt;Wait for the validation email.&lt;/li&gt;
&lt;li&gt;Request the certificate.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Step 2.&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Export the Certificate from the Web Browser into the email programs.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Step 3.&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Load the Certificate into the Email client.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Mozilla Firefox&lt;/strong&gt; - Tools / Options / Advanced / Security tab / View Certificates  &lt;strong&gt;Mozilla Thunderbird&lt;/strong&gt; - Tools / Account Settings / Security  &lt;strong&gt;Outlook Express&lt;/strong&gt; - Tools / Accounts / (account) Properties / Security &lt;strong&gt;&lt;em&gt;Note&lt;/em&gt;&lt;/strong&gt;: Outlook Express has the  ability to export the public only key. This key needs to be given to  your friends. (Unless it can pull from the public Thawte servers.)  Reference: Mark Noble &lt;a href="http://www.marknoble.com/tutorial/smime/smime.aspx"&gt;Guide&lt;/a&gt;&lt;/p&gt;</description><link>http://micro-ram.com/post/17889374213</link><guid>http://micro-ram.com/post/17889374213</guid><pubDate>Mon, 11 Oct 2010 00:00:00 -0500</pubDate></item></channel></rss>

