|
#1
|
||||
|
||||
For those who have updated to a new kernel but have noticed that it is still visible from within the Finder, follow this small guide.
Open the terminal and type: Code:
cd / pico .hidden mach_kernel You'll need to restart the Finder to notice the effects. Either type in the Terminal: Code:
killall Finder The kernel should now be hidden. MacBook Pro 15" | Mac OS X 10.6 • 2 GHz Intel Core Duo • 2 GB DDR2-667 • ATI Radeon Mobility X1600 128 MB • 100 GB Serial-ATA Hackintosh | Mac OS X 10.5.6 • 3 GHz AMD Athlon 64 X2 6000+ • MSI K9N AM2 • 2 GB DDR2-667 • NVIDIA GeForce 8800 GT 512 MB • ALC888 Audio • 300 GB Serial-ATA iPhone 3G • 8 GB |
#2
|
||||
|
||||
Thnx for this! now i got a clean harddrive
Mac Inspiron 531 » 10.6.8 • 10.8.0 Legacy Kernel • AMD Athlon 64 X2 5000+ (2.60GHz) Dell M2N61-AX/nForce 430/MCP61 • 4GB Dual Channel DDR2 667MHz ALC888 • nVidia GeForce 8600 GT 256 MB 2 x WDC WD5000AAKS 500 GB SATA HDD |
#3
|
|||
|
|||
Awesome. Looks better now.
|
#4
|
|||
|
|||
works great thanks
got sick of looking at that file |
#5
|
|||
|
|||
Thank You..
|
#6
|
||||
|
||||
There are a lot of progs which can change the file attributes, I always use Path Finder for this.
2 Opteron systems: OSx86 10.5.8, Andy's 9.8.0 kernel, Asus A8N-SLI Premium, Opteron 185 o'clocked @ 2 x 2,95 GHz (2nd system 2.6 GHz), ATI Radeon HD2600XT 256MB Dual-Monitor 2x HP L2035, 4 GB RAM, Griffin FireWave as main audio device, Marvell + nForce LAN, Asus U3S6 USB3/SATA6 card, 5,5 TB harddisk, Firewire 800 card, Apple Remote + eHome IR receiver, 2x Wacom serial graphics tablet, Canon Pixma iP4700, Logitech Internet Navigator wireless keyboard/mouse combination. My Audio stuff: M-Audio Transit USB (default audio), M-Audio ProFire 610, M-Audio ProFire Lightbridge (34 channels) using Creamware A16 ADAT converter • MIDI: M-Audio Midiman 4x MIDI interface • Behringer Audio Mixers: Xenyx 1002, Xenyx 1002FX, Xenyx 1202FX, Eurorack UB1002FX, Eurorack MX1804FX, Eurorack MX262A • FX devices: Lexicon MPX100 DSP, Behringer DSP-1000 Virtualizer, Behringer MiniFEX 800 DSP, Behringer Multicom Pro MDX4400 compressor • RETRO: MSSIAH midi/sequencer/synthesizer cardridge for the C64 (Dual-SID), Steinberg M.S.I. MIDI Interface for C64 |
#7
|
||||
|
||||
Microsoft User Data Folder (made invisible)
I don't know if this will help someone out there so I'll post it as an add-on here...
I've been trying to get the "Microsoft User Data" folder to be hidden but still there so I get it out of my Documents folder in the Dock. (purely aesthetics for me) To toggle the invisibility bit of a single file or folder you’ll need Apple's Xcode Tools software, specifically a Unix program called SetFile. It can be found in the /Developer/Tools directory. Launch Terminal. Code:
/Developer/Tools/SetFile -a V /Users/YourHomeDirectory/Documents/Microsoft\ User\ Data After pressing Return/Enter, this immediately enables the invisibility bit although the file will not actually turn invisible until the Finder is relaunched... to make it invisible in the Dock you need to restart the dock as well. I use MainMenu for this as it allows me to do both very quickly via a few clicks. To reverse directions with SetFile, you do almost the same thing with the exception it needs to be a lower case v instead of an upper case V. This disables the invisible bit. This probably is old news but I never bothered to look into the issue until now.. I've always used the ".hidden" method for all my other needs. |
#8
|
|||
|
|||
Quote:
otherwise great tip thanks |
#9
|
||||
|
||||
weird... the method I posted above works on both my macbook and my hackintosh... the SetFile command's default install location is to where I posted. it depends on how you installed the Xcode Tools. where did you select as the install point.
|
#10
|
||||
|
||||
From my experience with SetFile, you don't need to type the full path, it works with just:
Code:
setfile -a V /path/here Mac OS X Leopard 10.5.8 (9L30) | Chameleon 2.0 RC3 | Intel Pentium 4 3Ghz 800Mhz FSB HyperThread 1MB L2 cache SSE3 1MB L2 cache works, cosmetic display of 512KB L2 cache | Asus P4V8X-MX VIA Chipset, VIA-VT8237 Southbridge | AC97 VIA8237 | Dual 1GB 333Mhz DDR SDRAM | nVidia PNY GeForce 7600GS 512MB 8x AGP DVI/TV-Out/VGA [NVinject 0.2.1; QE/CI/QuartzGL/Rotation] | Darwin Kernel Version 9.7.0: Sun Jun 14 20:48:28 IST 2009; Voodoo 2.0 Intel alpha3 :xnu-1228.12.14/BUILD/obj/RELEASE_I386 i386 Last edited by cmdshft; 12-19-2008 at 07:13 AM. |