Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

please help me to learn unix online.

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anybody suggest me any online trainning program or good tutorial to learn UNIX including it's installation?It's urgent please help me.
:roll:
 
Ranch Hand
Posts: 1923
Scala Postgres Database Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looking for a special flavor of unix, or unix systems in general?
 
Saloon Keeper
Posts: 28054
198
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If it's Linux you're interested in, consider a Live CD such as Knoppix, Ubuntu, or the Fedora 7 DVD (which just came bundled with this month's Linux Format magazine. That way you can experiment all you want and not actually have to wipe out anything off the hard disk of your computer.
 
smita mishra
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to learn unix shell scripting.
Is this book UNIX(R) Shells by Example (4th Edition)
by Ellie Quigley good one?Suggest me any other book or material or dvd
for learning UNIX from the beginning?
Please tell me how to install unix?I have windows as operating system now.
How can I install Unix on my mc and have windows as operating also?
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have a look at our Linux/Unix FAQ. You will find many of your answers there.
 
Tim Holloway
Saloon Keeper
Posts: 28054
198
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you're primarily interesting in learing shell scripting, another option is to install cygwin. Cygwin provides many Unix features within a Windows framework, so you don't even have to reboot - you can run bash scripts and most of the Unix command-line utilities direct from a cygwin console window. You can even start up a copy of X windows!

It's OK for a lot of stuff, though you have to pay attention to some of its funny handling of filename components and stuff, since "\" and ":" and "/" and ";" have somewhat different meanings under Windows and Unix, and Cygwin has to make some compromises. Also "C:\" is "/cygdrive/c/".
 
Stefan Wagner
Ranch Hand
Posts: 1923
Scala Postgres Database Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would encourage installing ubuntu, which is a very differnt feeling than cygwin with all your antivirus running.
This bash-scripting guide is pretty exhaustive:
http://tldp.org/LDP/abs/html/
but I don't know your book - perhaps it's better, perhaps not.
reply
    Bookmark Topic Watch Topic
  • New Topic