Sponsored Content
Full Discussion: linux over windows
Operating Systems Linux linux over windows Post 302388111 by Corona688 on Tuesday 19th of January 2010 12:43:22 PM
Old 01-19-2010
First off let me adjust your expectations a little. Smilie You need to keep in mind Linux Is Not Windows: You'll need to climb a learning curve and find new software to do things you were proficient at before since they're just not the same. As long as that's understood:

If you want a graphical system for day-to-day use, Ubuntu is good. It's a bit of a pig as far as Linux distros go but for a modern machine that's not a problem. It's very easy to install and user-friendly, and compatible with hardware that drives other distros batty. Its fancy autoconfigurators make it difficult to really play with its internals however; you won't learn much about traditional UNIX administration from it. It's still fine for learning shell scripting and the like, which you'd probably want to learn first anyway.

Once you're comfortable with the shell you've got your choice of lots of distros. Debian's fairly traditional, and Ubuntu's actually derived from it. Gentoo's challenging to install and configure but will teach you lots of things real fast, and is the distro to pick if you're interested in the C language since it compiles nearly everything from source.

As for better modern languages, I challenge them to find a modern language that's not written in C. Smilie

Last edited by Corona688; 01-19-2010 at 01:51 PM..
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

X-WINDOWS and LINUX

:confused: Hey, I can't seem to find out where to to get LINUX or X-WINDOWS. Any help would be much appreciated! Thnx! (1 Reply)
Discussion started by: Kirkey
1 Replies

2. Linux

Linux and Windows?

Hello, In our computer lab we are windows networking.We have installed windows 2000 server on our IBM server and created a domain. All the computers are installed with windows 2000 porfessional and are a part of the domain. i have a installed Red Hat linux 9.0 on one system. I want this Linux... (1 Reply)
Discussion started by: vibhory2j
1 Replies

3. Linux

Linux on Windows network

Hey all. I want to connect my Linux box on the work network (I'm on-site support, so I'm allowed to :) ). I can login as root (or any other user) and get my IP which I want, browse the web as I've set the box up for that. But what I want to do now is authenticate myself on the network so I... (3 Replies)
Discussion started by: woofie
3 Replies

4. UNIX for Dummies Questions & Answers

windows linux handshake !!

hi i wanted to know how to read the status of RTS/CTS line using ioctl calls....i am programming using c/c++ and linux if someone can post a code snippet or suggest a book for the same...it will be very helpful.... 2. also i will like to know can a windows application and a rtos application... (1 Reply)
Discussion started by: nivea_jmd
1 Replies

5. Windows & DOS: Issues & Discussions

what is the best way to use Linux on windows

Hello all i need to install linux flavor ubunto or sentOs not GUI is needed the only problem is that in my home computer im using win2k ( don't ask my wife don't want to hear about Linux ) so i guess i stuck with installing some kind of virtual pc and install on top of it the Linux what do you... (11 Replies)
Discussion started by: umen
11 Replies

6. Linux

What's better for running Windows software in Linux, Wine or Windows VMware?

What are the differences, advantages, and disadvantages? (1 Reply)
Discussion started by: Advice Pro
1 Replies

7. UNIX for Dummies Questions & Answers

vnc over an ssh tunnel Linux to Linux to Windows

I *think* what I want to do is not only possible but easy, but as a "dummy" :) I can't figure it out. Here's what I have: Linux (Ubuntu 10.04) laptop that is not in my house, but has an Internet connection. Linux (Ubuntu 9.04) computer in my house that has unfettered access to the... (6 Replies)
Discussion started by: WesleyC
6 Replies

8. What is on Your Mind?

Linux Desktop vs Windows 8

Any comments on this Windows 8 OEM specs may block Linux booting | ITworld (16 Replies)
Discussion started by: jgt
16 Replies

9. UNIX for Beginners Questions & Answers

Seen Windows pc, having all the features of Linux, could exe, read and edit save like windows

Hi, totally new to linux base using windows when started learning and using computers. but i remember that one pc was there , look alike windows desktop, but could not do the task as windows just click and open and view edit etc. But, you could do a little differently even saving in and opening... (8 Replies)
Discussion started by: jraju
8 Replies
SETSID(1)                                                          User Commands                                                         SETSID(1)

NAME
setsid - run a program in a new session SYNOPSIS
setsid [options] program [arguments] DESCRIPTION
setsid runs a program in a new session. The command calls fork(2) if already a process group leader. Otherwise, it executes a program in the current process. OPTIONS
-c, --ctty Set the controlling terminal to the current one. -w, --wait Wait for the execution of the program to end, and return the exit value of this program as the return value of setsid. -V, --version Display version information and exit. -h, --help Display help text and exit. SEE ALSO
setsid(2) AUTHOR
Rick Sladkey <jrs@world.std.com> AVAILABILITY
The setsid command is part of the util-linux package and is available from https://www.kernel.org/pub/linux/utils/util-linux/. util-linux July 2014 SETSID(1)
All times are GMT -4. The time now is 07:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy