hdiutil unmount /dev/disk1s1
November 2009 Archives
plutil -convert xml1 com.FiLE.plist plutil -convert binary1 com.FILE.plist
zonecfg -z HOST create -a /container/HOST zoneadm -z HOST attach -F zoneadm -z HOST boot
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 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):
myhostname = something.SOMEDOMAIN.com relayhost = RELAYHOST - FQDN.
diff code.pl new-code.pl > code.patch patch code.pl < code.patch
## 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
|
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
no ip domain-lookup
From http://support.apple.com/kb/HT1379
- This has been known to clear up Macbook Pro Airport WiFi issues.
---
Resetting PRAM and NVRAM
- Shut down the computer.
- Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
- Turn on the computer.
- Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
- Hold the keys down until the computer restarts and you hear the startup sound for the second time.
- Release the keys.
Your computer's PRAM and the NVRAM are reset to the default values. The clock settings may be reset to a default date on some models.
To mount the Synology NFS export from MacOS X. Use the following options on from the command line:
mount_nfs -P/volume1/
cd /System/Library/LaunchDaemons sudo launchctl load -w com.apple.metadata.mds.plist sudo mdutil -E /
Removing the .DS_Store files already created on your network drive. In the example below, specifically only list the smbfs based mount points.
#!/bin/bash
FS=smbfs
for mountpoint in `mount | grep ${FS} | awk '{print $3}'`
do
for mp_file in `find ${mountpoint} -name .DS_Store -fstype ${FS} -exec ls {} \;`
do
ls -lh "${mp_file}"
rm -fv "${mp_file}"
done
done
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
---
Summary
This is an advanced article that contains information about preventing .DS_Store file creation over network connections.
Products Affected
Mac OS X Server 10.4, Mac OS X 10.4, Mac OS X Server 10.5, Mac OS X 10.5
To configure a Mac OS X user account so that .DS_Store files are not created when interacting with a remote file server using the Finder, follow the steps below:
Note: This will affect the user's interactions with SMB/CIFS, AFP, NFS, and WebDAV servers.
- Open Terminal.
-
Execute this command:
defaults write com.apple.desktopservices DSDontWriteNetworkStores true - Either restart the computer or log out and back in to the user account.
If you want to prevent .DS_Store file creation for other users on the same computer, log in to each user account and perform the steps above—or distribute a copy of the newly modified com.apple.desktopservices.plist file to the ~/Library/Preferences folder of other user accounts.
Additional Information
These steps do not prevent the Finder from creating .DS_Store files on the local volume, and these steps do not prevent previously existing .DS_Store files from being copied to the remote file server.
Disabling the creation of .DS_Store files on remote file servers can cause unexpected behavior in the Finder (click here for one example).
Server: ldap.nyu.edu
Search Base: o=New York University, st=New York, c=US
Port: 389
Scope: Subtree
mkfile 100m 100m
http://docs.sun.com/source/816-6698-10/indexing.html
http://docs.sun.com/source/816-6697-10/indexing.html
http://docs.sun.com/source/816-6698-10/replicat.html
#!/bin/sh [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources #xsetroot -solid grey #xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & #twm & gnome-session
Recent Comments