Terminal/unix has been around for decades so there is lore stretching back to the beginnings of computer science. It's sort of like asking if anyone has any favorite recipes. There are millions of ways to combine the same ingredients. Best things to ask is how to solve a specific problem. For example, I was just reading about using netcat which allows you to pipe data between two commands over a network. So on one machine somebody was doing tar of a huge file archive and sending that output to netcat and on another machine they were taking that data in from the network using netcat and then un-tarring it. Turned out to be multiples faster than just copying files the regular way and avoids having to temporarily store a huge archive file before transferring. Another recent item was my attempt to archive a web site so I could access it locally. I came up with

wget -mcrpk -o process.log http://www.sitetoarchive.com

which crawls the whole thing and stores it in the current directory. Then there is the whole thing of MacPorts giving simple installation on OSX for piles of open source packages. Right now I'm fiddling with bootpd to get my osx box to respond to bootp requests to try and get the web interface on my APC UPS to pick up a network address. Anyone do this before?

CB

On 11/7/12 1:10 PM, Brandon Olivares wrote:
It really depends on what you want to know. I don't have any ersources, but 
know a lot about using terminal, so ask whatever questions you might have.

Brandon

Azavia Technologies


On Nov 7, 2012, at 12:24 PM, Mike M <[email protected]> wrote:

Calling all geeks!
        I have been digging around and trying to heather resources to teach 
myself how to use Terminal.
        I have learned some basics but wanted to put out some feelers and see 
if you guys had some resources that you could recommend.
        I appreciate any tips and I am off to search archives

Mike

--
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.


--
Ż\_(?)_/Ż

--
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.

Reply via email to