I was given the Ipod nano 6th generation for Christmas 2011. I was starting to take up running and needed something to track my run. since I just started I was only using my Ipod roughly 3 times...
I have had the iPad Verizon 4G LTE for a month now, and over all I couldn't be happier with the machine. The only issue I have found so far is when on wifi it has a slower speed in processing...
I have owned at least a dozen different Mac laptops over the years, starting with a Powerbook 1400 back in the day. The 13-inch Air is my absolute favorite of the bunch. It's the first laptop...
I spent quite a bit of time reading the setup manuals and various Apple articles about manually setting up this device since I have an unusual setup, and the setup manuals indicated I would have...
Can anyone very briefly explain the terminal to me. And even better provide a link or two that will show me commands and anything else i could learn about it. thanks
The Terminal app provides you a console or terminal emulator window to enable access to the unix sub system.
Basically most generic unix command will work at this level.
Most basic unix tutorials will cover the commands you can use here and Apple has man (Manual) pages on most of the commands. Just type
$ man what_ever_command_you_want_to_know_about <Return>
Some of the more generic commands include
ls to do see the directory
cd to change directory
cat to view a file
ps to see process details
df to see disk usage
rm to remove files
exit to logout
You probably won't need to use the terminal app unless you want to get into the more nitty gritty of the OS.
My recomendation is to purchase a book titled Sams teach your self unix in 24 hours. 2nd edition.
Brief tutorials will get you into trouble in unix they are a unix newbies worst nightmare. They tell you a few commands - some of which can do you more harm than good., Also, they don't give you a true understanding of what your dealing with.
The Sams book I suggested is a fine place to start your quest for unix knowlege