Showing posts with label macos. Show all posts
Showing posts with label macos. Show all posts
Sunday, October 13, 2013
Friday, April 05, 2013
Wednesday, April 03, 2013
Wednesday, March 02, 2011
Wednesday, February 10, 2010
Wednesday, January 06, 2010
Friday, October 02, 2009
Mac OS Quick Look-nal a "rontgenezes" be/ki kapcsolasa
be:
defaults write com.apple.Finder QLEnableXRayFolders 1
ki:
defaults write com.apple.Finder QLEnableXRayFolders 0
Mac OS Enable native NTFS read/write support
Itt van az eredeti, de kommentek kozott vannak ketkedok
- In Terminal, type diskutil info /Volumes/volume_name, where volume_name is the name of the NTFS volume. From the output, copy the Volume UUID value to the clipboard.
- Back up /etc/fstab if you have it; it shouldn't be there in a default install.
- Type sudo nano /etc/fstab.
- In the editor, type UUID=, then paste the UUID number you copied from the clipboard. Type a Space, then type none ntfs rw. The final line should look like this: UUID=123-456-789 none ntfs rw, where 123-456-789 is the UUID you copied in the first step.
- Repeat the above steps for any other NTFS drives/partitions you have.
- Save the file and quit nano (Control-X, Y, Enter), then restart your system.
Wednesday, August 12, 2009
Mac OS setfile utility
osxdaily.com:
Make a file or folder invisible in Mac OS X Finder
setfile -a V testfile.txt
Poof! Like magic, the file or folder is no longer visible via the Finder GUI, but don’t worry your files are still there and you can find them via the command line and will show with an ls command. If you want to make your files and folders visible again, use this command:
Make a file folder visible again in Mac OS X Finder
setfile -a v testfile.txt
+++++++++++++++++++++++++++++
/Developer/Tools/SetFile is a tool to set the file attributes on files in an HFS+ directory. It attempts to be similar to the setfile command in MPW. It can apply rules to more than one file with the options applying to all files listed.
Subscribe to:
Posts (Atom)