hdiutil unmount /dev/disk1s1
News for November 2009
Unmounting Disk via CLI on Mac
Modifying plist files on Mac
plutil -convert xml1 com.FiLE.plist plutil -convert binary1 com.FILE.plist
Attaching Solaris Container/Zone
Attaching Solaris Container/Zone
zonecfg -z HOST create -a /container/HOST zoneadm -z HOST attach -F zoneadm -z HOST boot
Linksys WRT54G Faint Power LED Light
Symptoms:
- Router is pingable at 192.168.1.1 for about 5 seconds
- Power LED Light is very faint
Fix:
- Transfer firmware to the router
tftp 192.168.1.1 binary trace put dd-wrt.v24_micro_generic.bin
Safari Full Screen / Maximize Window, Resize Window, Email link, Print link, Open a New Window “button” for Safari
Safari Resources (from http://www.jydesign.com/safari)
Tools for Safari: Full Screen / Maximize Window, Resize Window, Email link, Print link, Open a New Window “button” for Safari, and more.
Full Screen: How can you make your Safari Browser window quickly expand to fill your full screen? Easy, just drag and drop the link below to your bookmarks bar OR bookmarks folder. Then click on it and the simple JavaScript will expand your browser to fill all available screen real estate. Drag this link to your bookmarks bar/folder* (feel free to edit the name of the bookmark):
Resize Browser Window: Automatically resize your browser window to various standard screen resolutions in order to see how pages will appear (similar to many Firefox plugins). Drag these link to your bookmarks bar or put them in a ‘browser sizes’ folder:
Print “Button”: Want a mouse-happy way to print the page you are looking at?
Drag this link to your bookmarks bar/folder (feel free to edit the name of the bookmark):
GmailThis!: “is an easy way to make a Gmail email without visiting mail.google.com. Once you add the GmailThis! link to your browser’s toolbar, emailing will be a snap. Or rather, a click. Clicking GmailThis! creates a mini-interface to Gmail pre populated with a link to the web page you are visiting, as well as any text you have highlighted on that page. Add additional text if you wish and then email or save as draft from within GmailThis!” (Source: thanks to “From the Hall” blog for this cool link code):
digg this: “universal JavaScript Bookmarklet, which will automatically submit the URL of the page your browser is currently on, to Digg” (Source: thanks to “Skatter Tech” for this cool link code):
New Window “Button”: Want a mouse-happy way to open a new browser window?
Drag this link to your bookmarks bar/folder (feel free to edit the name of the bookmark):
Mail to / Email Page “Button”: This is a simple way to email a link to a friend and it even places the title of the current page into the subject field.*
NOTE: I’ve had this one up for a while, it’s not really necessary now that Safari has two different mailing options available via the File menu.
Drag this link to your bookmarks bar/folder (feel free to edit the name of the bookmark):
Minimal Postfix Configuration for Relay
Update the main.cf to include the minimum to point the host to a specific relayhost.
myhostname = something.SOMEDOMAIN.com relayhost = RELAYHOST - FQDN.
Code Patch
diff code.pl new-code.pl > code.patch patch code.pl < code.patch
NetApp SnapMirror for Data Migration
Data migration from filer to filer using SnapMirror.
## On source-filer wrfile -a /etc/snapmirror.allow "destination-filer" ## On destination-filer wrfile -a /etc/snapmirror.allow "source-filer" vol create DESTINATION_VOLUME aggr0 100g vol restrict DESTINATION_VOLUME snapmirror initialize -S source-filer:SOURCE_VOLUME DESTINATION_VOLUME snapmirror status -l snap delete DESTINATION_VOLUME <BASE_SNAPSHOT_FROM_SNAPMIRROR_STATUS>
Categories: netapp, storage
Tags: migration, netapp, snapmirror
Comments: No Comments.
Nintendo Wii Remote Jacket Accessory Offer
|
Nintendo is now including the Wii Remote Jacket for the Wii Remotes in all new hardware being shipped. For Wii owners who purchased their systems prior to this addition, we are offering to send free Wii Remote Jackets for their existing Wii Remotes. |
http://www.nintendo.com/consumer/jacket/jacketrequest.jsp
Disable DNS Lookups on Cisco IOS
no ip domain-lookupCategories: cisco, ios, networking, os
Tags: cisco, ios
Comments: No Comments.