Closed Thread
Results 1 to 8 of 8

Thread: Which UNIX form I should USE

  1. #1
    Shanpav is offline Learning Programmer
    Join Date
    Jul 2008
    Posts
    51
    Rep Power
    0

    Which UNIX form I should USE

    Hello,
    I have Windows XP SP3 intalled in my Core 2 Duo Pc wih 2 GB Ram,160 GB HDD. I have purchased a book called UNIX Concepts And Applications ,I Says UNIx is a very powerful OS,and the book gives knowledge about man commands ,It sas UNIX is the basis of Internet TCP/IP etc, But now I dont have UNIx installed so waht to do. I am a computer Programmer in C++ and also going through Web development,and my main focu is creating a powerful WEb APPlication I want to know that is undersatnding Unix Like systems gives a deep knowledge of NEtworking and Working of Softwares, Should I give up WIndows XP and install UNIX any variant you say, I know FreeBSD, Solaris, MINIX from wikipedia.

    Please help me out
    Thanks

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest

    Re: Which UNIX form I should USE

    You can run a dual-boot system with XP and a Unix Flavor. I like Linux and there are multiple flavors of Linux. Solaris is a good Unix system and is free to download. I've never had much luck with FreeBSD though.

  4. #3
    Shanpav is offline Learning Programmer
    Join Date
    Jul 2008
    Posts
    51
    Rep Power
    0

    Re: Which UNIX form I should USE

    Would it help me in understanding more about Internet working and also software Programmig.

  5. #4
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Which UNIX form I should USE

    How the internet works doesn't depend on an operating system. If you are familiar with C++, you are already familiar with basic programming. Unless you want to study OS design, it won't make a lot of difference. That said, I vastly prefer Linux to Windows.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  6. #5
    Shanpav is offline Learning Programmer
    Join Date
    Jul 2008
    Posts
    51
    Rep Power
    0

    Re: Which UNIX form I should USE

    Thanks man, But waht other way does Unix or linux like OS helps a PC user, and soory but another question What difference does Ubuntu Vs Slackware makes or Normal Vs Hardcore Linux Distros help you.

    Thanks

  7. #6
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Which UNIX form I should USE

    An operating system, at its core, is a mechanism for allowing programs to have access to a computer's resources. How an operating system provides access to those resources, and how it protects itself from being compromised.

    Windows is descended from MS-DOS, which provided very few protections and was designed as a single-user system. The only user of the computer would be authorized to do anything to the system. The level of control resulted in vulnerabilities as Windows superseded MS-DOS and computers became networked.

    Linux is based on UNIX, which was designed as a multi-user system. The side effect of this is that most users were provided limited access to the system. A user, by default, has the ability to run programs, but not install or modify them. A user can only modify his/her own files. Linux inherits this model. A user can run a malicious program, but such a program will only be able to destroy the user's files.

    None of this means that Linux can't be insecure. There is a distribution called D*mn Vulnerable Linux, which was designed to help teach students how to secure Linux. The fact that most programs on Linux distributions are open-source means that as vulnerabilities are discovered, they can be fixed by anyone with the skill to do it. By contrast, Windows can only be fixed by Microsoft, and many other programs can only be fixed by their respective vendors. The result is that security issues depend on the vendor to determine how quickly they will be addressed.

    None of this means open source is more or less secure than closed source, but comparing how long known vulnerabilities remain unaddressed can be a good measure. FireFox vs IE is an interesting example of this. On the other hand FireFox vs most closed source browsers appear to be on par. Severity of issues is another measure, which is also interesting.

    There are a wide range of Linux distributions. The differences will be based on the additional programs that are included, ease of configuration, default package management systems, default user interfaces, etc. Each one generally has a target audience in mind, and the programs included will target that audience. Red Hat targets the server market. Novell targets corporate environments. Ubuntu targets home users. Slackware targets "purists" or "hardcore" users... or maybe just minimalists.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  8. #7
    Shanpav is offline Learning Programmer
    Join Date
    Jul 2008
    Posts
    51
    Rep Power
    0

    Re: Which UNIX form I should USE

    Very well explained, very grateful to you, does that mean If my main works involve Playing Audio files, watching DVD's etc,Programming in C++, PHPHTML, CSS,MySql ,Storing Photos edting them etc ,Should I Prefer Ubuntu instead of Slackwae, Minix,Arch etc Bcoz theonly serve minimal works.
    By the way do you use Windows ,is it only security and not the avaliablity of good Programming tools support for wide variety of Languages that a windows User compromisies

    Very thanks for your Patience

  9. #8
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Which UNIX form I should USE

    I use both Windows and Linux. I tend to use cross-platform tools for development, and stick with cross-platform languages for my own time. That means C++, PHP, Lazarus, Java, etc. jEdit serves me well as an editor, GCC/MinGW works well as a compiler, etc.

    If you want "out-of-the-box" Audio/DVD, you may prefer Ubuntu, but any Ubuntu program can be installed on Slackware, etc.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 08-18-2011, 09:17 AM
  2. Replies: 8
    Last Post: 07-05-2011, 05:56 AM
  3. Replies: 1
    Last Post: 04-11-2010, 01:57 AM
  4. Make Parent Form stop when Child Form is loaded
    By trinhtin in forum C# Programming
    Replies: 5
    Last Post: 09-11-2009, 09:49 PM
  5. Replies: 1
    Last Post: 11-19-2007, 09:42 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts