Skip to main content

md5 checksum on os x


#!/bin/sh
#######################################
# find the md5 checksum of some file by name
# syntax: get_md5
# by jrc 7/2002
#######################################
mypgm=$1
if [ "$1" = "" ]; then
echo "No defaults"
echo "--------------------------------------"
echo "syntax: get_md5 "
echo "--------------------------------------"

else
openssl md5 $1
fi

Comments

Popular posts from this blog

Cisco Command "Auto secure"

Cisco Command "Auto secure" In today's article, I'm going to quickly inform you about the Privileged EXEC command named "auto secure". Network administrators (like you) use the "auto secure" command to secure the management and forwarding planes of a router. Another way of saying it is, CCNAs use this command to secure a router by disabling common IP services which can be exploited by attackers to initiate network attacks. When the command is typed on a router, it takes the user (ccna) through a command line-interface (CLI) semi-interactive session (which is also known as the AutoSecure dialogue). Below is the command's syntax: auto secure [management | forwarding] [no-interact | full] [ntp | login | ssh | firewall | tcp-intercept] As you can see, the command can use several "optional" keywords: management - This (optional) keyword is used to only secure the management plane of a router. forwarding - This (optional) keyword is used to
How to install kismet on MacBook, Mac OS X 10.5.6 Leopard How to installed and run kismet. cd /tmp svn co https://www.kismetwireless.net/code/svn/trunk kismet-devel cd kismet-devel ./configure sudo make install Edit kismet config file like: sudo vim /opt/local/etc/kismet.conf and change the following two lines: a.) suiduser=Your_Username_For_Mac b.) source=darwin,en1,airport_extreme Run kismet and enjoy! sudo kismet

Cannot extract due to CRC Error in WinRar FIX

Cannot extract due to CRC Error in WinRar FIX Noticed quite a few gripes about not being able 2 extract Klowns avi's. Heres the workaround, for those who haven't figured it out yet. To extract the file which is said to be 'corrupt' by winrar when the process completes do this: 1. Hit 'extract to' option, and chose destination. 2. Check the 'keep broken files' option under miscellaneous 3. Hit ok. Even though it still gives you the 'CRC file corrupted error', it wont delete the file as a result. [/url] The file is labeled corrupt because some information about the file is lost during the downloading process. And even though u can retry the download, it may likely still be labeled corrupt. For those of you who use the VLC player, (media player that plays ANY music/video file) you can play the .avi while it is still compressed in winrar. Jus open the rar file with it, and it'll play the file flawlessly. (told u it plays EVERYTHING) Check out VLC