HOWTO: Colors On Mac Terminal & Hash Checking (SHA1SUM & MD5SUM)
Posted by Mr. IT Guy | Filed under Howto, Mac OSX, Operating System
Colorize
Why color? This will increase productivity and reduce eye strain. A quick look and you can get a quick overview of the content being displayed.
- Enable colorized file listing (ls) – add “alias ls=’ls -G’” to ~/.bash_profile
- Enable colorized vim
- Run “sudo vi /usr/share/vim/vimrc”
- Add the following lines to the top:
syntax on
filetype plugin on
set ruler
Hash Checking
Add the following lines to your “~/.bash_profiles”:
alias md5='md5 -r'
alias md5sum='md5 -r'
alias sha1sum='openssl sha1'
Tags: color, color vi, color vim, hash, mac, Mac OSX, md5, md5sum, sha1, sha1sum, term, terminal, vim, xterm
[SOLVED] Migrating Google Reader from GMail to Personal Domain Google Apps with Starred Setting
Posted by Mr. IT Guy | Filed under Google, Hosting in General, Howto, IT in General
I was using a mix of personal domain email and GMail for a long time. I now migrate to Google Apps and find that Email and Calendar can be transferred easily. The harder one to figure out is how to export the starred items in my Google Reader. Here’s how to migrate starred items.
- Login to your gmail (old account)
- Goto Settings -> Import/Export
- Export OPML file and save it
- Goto Settings -> Folder/Tags
- Check the box for “Your Starred Items”
- Above that, click on “Change Sharing” and choose “Public”
- Click “View public page” (preferrably on a new tab) and click on the “Atom Feed” icon
- Copy the URL to the clipboard
- Logout of your old account and login to your NEW account (works with account switching too)
- Goto Settings -> Import/Export
- Import the OPML file you downloaded earlier
- Go back to Google Reader main page
- Click on “Add a Subscriptions”
- Paste the URL from the public page atom feed
- You will now have a new feed for all your old starred items. Star each of them now.
- After you star each of them, you may remove the atom feed and also delete the other feeds from your old account.
[SOLVED] run32dll.exe Application not found
Posted by Mr. IT Guy | Filed under Howto, Microsoft, Operating System
After virus removal using your favorite AV or Anti-Malware, you may run into a problem of missing run32dll.exe. This happened to me after running BitDefender Live CD on a computer infected with MS Tool malware. Other symptoms includes instances where shortcuts to applications not running.
- Use notepad.exe (if you’re unable to launch, use another computer or any file that write a text file) and write the following:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\exefile\shell\open\command]
@="\"%1\" %*" - Save the file as fix.reg and run it.
- Reboot your computer
[SOLVED] Word 2007 Cursor Constantly Blinking Rapidly Between Busy and Arrow
Posted by Mr. IT Guy | Filed under Howto, Microsoft, Operating System
The first symptom I notice is that whenever I open MS Word 2007 is that the cursor would constantly blink rapidly between the busy and arrow. The second symptom I notice is that after a while, I’m getting “There is insufficient memory or disk space” error.
After scouring websites advising about changing the normal.dot file and still having the problem, I found another site that recommends deleting printer from the “Devices and Printers”. Before I tried that, I change the default printer to “PDFCreator” and it solves the problem. I didn’t have the time to troubleshoot it, but it maybe SNMP or network related, but documents actually prints just fine. So I’ll leave it at this for now.