Navigation Commands ls this is the list command, it will list the content of the current directory ls -alh this lists all files and folders + permissions and sizes in a readable format cd this is the change directory command used in conjunection … [Continue reading]
UNIX Command for Unpacking a Tar file to Different Directory
1. Open Terminal 2. Type this command: tar -xvzf /path/to/tar/file.tar.gz -C /path/to/dir/you/want/files/expanded the -C in essence changes the file path for the unpacked files. … [Continue reading]
UNIX Command for Unpacking a Tar file
1. Open Terminal 2. Type: tar -xvzf /path/to/file.tar.gz ( x= extract v=verbose z=(un)compress f=file ) This command will unpack the files to the root directory, replacing any old file that is within its packed structure. … [Continue reading]
How To Prevent .DS_Store Creation in OS X
One of my favorite applications is Jungle Disk I use it as part of my backup strategy. Since I am on a Mac and the Mac OS X generates a ton of those pesky little .DS_Store files everywhere. These files are small but do take up space and time when … [Continue reading]
GrandCentral is Now Google Voice

It's been a long time coming... GrandCentral the voice communications company Google bought awhile ago (July 2007) has been Googleized. It's now called Google Voice. The new site was rolled out last night. Currently, Google Voice is in closed beta. … [Continue reading]
- « Previous Page
- 1
- …
- 42
- 43
- 44
- 45
- 46
- …
- 65
- Next Page »
