Monday, January 14, 2013

How can I stop linux/ubuntu from being downloaded on my personal laptop?

Q. loaning out my laptop and don't want linux/ubuntu downloaded. How can I prevent this?

A. Don't loan your laptop to someone if you can't trust them to not download stuff you don't want on there.

Where to Download UNIX and What Version or Kind?
Q. I've tried to google some sites where to download UNIX and just can't seem to find one. Also some Yahoo answers keep showing LINUX download website links not UNIX. And if I found one there were lots of choices. I'm just starting to learn how to program so please help ^^ thanks in advance

A. Linux just the name of a free Unix. There's no one "true" Unix. There are HPUX (Hewlett Packard Unix), AIX (IBM's Unix), MacIntosh is Unix, all of the Linuxes, all of the BSD's, Solaris (Sun Microsystems's Unix), and more. Here is a Unix "Family Tree":

http://en.wikipedia.org/wiki/File:Unix_history-simple.svg

Your free choices are:

1. Any of the various Linux flavors. For beginners, or for experts wanting a nice desktop or programming platform, I recommend Ubuntu ( http://www.ubuntu.com ). After you install it, be sure to do this at the command line:

sudo apt-get install build-essential
sudo apt-get install ubuntu-restricted-extras

For servers, I recommend CentOS ( http://www.centos.org/ ).

2. Solaris is free: http://www.sun.com/software/solaris/get.jsp

3. Any of the BSD's. FreeBSD is the most popular. There's also NetBSD, but I recommend OpenBSD ( http://www.openbsd.org ) because it has the best track record of any operating system for security (only two remote exploits in over ten years).

For servers, I recommend OpenBSD over CentOS or Linux for security reasons; however, OpenBSD isn't supported by VMware; so if you're running your server in VMware, then CentOS is the way to go. If you want the best possible file system performance for a database, then Solaris is the way to go (be sure to read up on ZFS first).

Back to the point of your question: For your purposes, I recommend Ubuntu. Don't forget the following command lines (the first installs compilers and C libraries, the second installs the Adobe Flash player, Java, and some other goodies):

sudo apt-get install build-essential
sudo apt-get install ubuntu-restricted-extras

For your IDE, if you're not into Eclipse, then try Bluefish (sudo apt-get install bluefish).

What is the difference in the Linux downloads for Python and which should I get?
Q. I am currently running Ubuntu 10.10(Maverick Meerkat) and do not know which Python download is appropriate. Please help.

A. Ubuntu 10.10 uses python 2.6.6




Powered by Yahoo! Answers

No comments:

Post a Comment