Show Hidden Files on your Mac


How to Show Hidden Files on your mac? If you find yourself needing to access hidden files on your Mac (say an .htaccess file you downloaded), run the below command from the terminal.
For those who don’t know, files that are hidden in Mac OS are determined so by preceding the filename with a single period symbol (.), you can actually make any file hidden by doing this.

Show Hidden Files on your Mac

Launch the Terminal and enter these commands exactly as shown. The first command activates the ability to see the hidden files:
defaults write com.apple.Finder AppleShowAllFiles TRUE
Now you must relaunch the Finder by killing it, this is how the changes take effect:
killall Finder
If you want to hide hidden files again (those preceded with a .) and go back to the default Mac settings, you can just type the following:
defaults write com.apple.Finder AppleShowAllFiles FALSE
Again you will need to kill the Finder so that it can relaunch for changes to take effect:
killall Finder
That’s all there is to it!

Show Hidden Files in a Mac Save Dialogue

You can quickly show all hidden files in any Mac OS X save dialogue box by hitting Command+Shift+Period

Show Hidden Files on your Mac through the Terminal

Another way to quickly see hidden files is by using the ls command within the Terminal, at the command line type the following:
ls -a
The -a flag tells the ls (list) command to show all contents, including hidden files. You then just have to specify a directory if you want to see the hidden files in it:
ls -a ~/Sites/betasite
This method does not effect the Finder or the visibility of hidden files outside of using the -a flag.

Source : http://osxdaily.com/2009/02/25/show-hidden-files-in-os-x/
 

How to Login More Than One Skype Account





How to login more than one skype account? yeeah sometimes people have more than one account on skype, so the problem is how to login with that account at the same time? To use more than one Skype account on the same computer at the same time you need to start a new instance of Skype. so this is a simple way.







How To Login More Than One Skype Account For Windows User :

  1. Login as usual for first account
  2. From the Windows taskbar, click Start > Run (or press the Windows and R keys on your keyboard at the same time)
  3. In the Run window, enter the following command (include the quotes) and press OK:
    "C:\Program Files\Skype\Phone\Skype.exe" /secondary

  1. Login as usual for first account
  2. Open Terminal,goto spotlight (cmd+space) and type terminal then enter.
  3. In the Terminal window, enter the following command  and press OK:
    sudo /Applications/Skype.app/Contents/MacOS/Skype /secondary

If you get an error message, copy and paste the exact command from this page and try again.
Be aware that if you have changed the installation path for Skype then you will need to enter the correct path for the Skype file.



 
 
Copyright © 2011. GixBox Log - All Rights Reserved
Proudly powered by Blogger