DKR Computing

                                                            

  • Increase font size
  • Default font size
  • Decrease font size
DKR Computing

Spam/Malware Report - November 21, 2009

E-mail Print PDF

Starting at 9:56 AM CST on Friday, Nov. 20th my spam traps started receiving emails that claim to be from several of my domains telling me that I need to "change the security mode on my account, from standart [sic] to secure". Here's the text of the mail with the email address masked to protect my spam trap addresses and the link deleted:

Dear owner of the [email address] mailbox,
You have to change the security mode of your account, from standart to secure. Please change the security mode by using the link below:

[LINK DELETED]

When you click the link, you are taken to a web page that tells you that you do not have Macromedia Flash installed.

 

Last Updated on Sunday, 22 November 2009 16:22
 

Tcpcheck 0.01 Released

E-mail Print PDF

Our first utility, tcpcheck, is now available for downloading!

Tcpcheck simplifies the task of checking if a remote host is listening on a specific port with out having to use telnet to connect to the port, press Ctrl-], and enter "quit". All you need to do is run "tcpcheck host port", where host is the name or IP address of the remote host, and port is the name or number of the TCP port you wish to check.

To download tcpcheck, click on the "Downloads" link on our Main Menu. It's available in the "Networking" category. It should be pretty easy to find since it's our only available download at this time. :-)

Check it out and please let us know what you think!

Last Updated on Friday, 06 November 2009 17:42
 

Apple Magic Mouse Mini-Review - Follow up

E-mail Print PDF

A quick followup to my earlier review of the Apple Magic Mouse. After I installed the Rayovac alkalines with the aluminum foil positive terminal extensions, I started having a lot of problems with signal loss and ended up not able to connect at all. I wasn't sure if it was a problem with the mouse or if my little aluminum extensions were interfering with the Bluetooth signal. I resorted to using a spare HP USB mouse I had laying around until I got around to replacing the batteries with something else. Earlier this evening I installed some Energizer alkalines and the mouse connected right away and I haven't had an issue since.



Last Updated on Saturday, 24 December 2011 20:56
 

Generate Random Hex Digits Using the Unix Shell

E-mail Print PDF

Here is a script that will randomly generate a hexadecimal digit. Please enjoy!

# randomhexdigit.sh - Version 0.01
#
# A simple Unix shell script that generates a random hexadecimal digit.
#
# Written by: Keith Rice
#
# This script is free to use but please credit me and/or link to my site.
# http://dkrcomputing.com
# You are free to modify this script to your heart's delight, but PLEASE
# DO NOT DISTRIBUTE MODIFIED VERSIONS! Please send comments and recommendationss
# for improvement to This e-mail address is being protected from spambots. You need JavaScript enabled to view it .

# Step 1: Get a random number using the $RANDOM environment variable
NUM=${RANDOM}

# Step 2: Perform modulo arithmetic using the 'let' shell command. Perform
#         MOD 15 on the random number to get a number from 0 to 15.
let "NUM %= 15"

# Step 3: Convert our decimal number from step 2 into a hexadecimal digit
#         by using the bc utility.
echo "obase=16;$NUM" | bc

# end of randomhexdigit.sh

Last Updated on Thursday, 13 October 2011 15:19
 

DOH!

E-mail Print PDF

I was just going back and looking at some of the different spam/malware emails I've gotten over the last couple of months and ran across one that said the following:

From: DHL Delivery Services
Subject: DHL Delivery Problem Number 31965
Date: 10/6/09 4:09 AM

Hello!

Unfortunately we failed to deliver postal package sent on the 8th of June in time
because the addressee's address is wrong.
Please print out the invoice copy attached and collect the package at our office.

DHL Delivery Services.

There was one slight problem though. They forgot to attach the "invoice copy." :-)

Last Updated on Sunday, 22 November 2009 20:43
 
  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  3 
  •  Next 
  •  End 
  • »


Page 1 of 3

Follow us on Twitter