How to learn UNIX?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers How to learn UNIX?
# 8  
Old 02-04-2009
Then you've probably installed the server variant of Ubuntu, which is rather like Debian than the desktop variant (and I prefer it over a pure Debian install myself). But I don't think that a new user has the server installed instead of the desktop version, which is the one I'm referring to here.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Fedora

How to learn UNIX

First question is how do you learn UNIX on a home lab. I understand that HP-UX isn't free and neither is SCO Unix and they don't run on x86 based systems anyways. The choices I believe are going to be OpenSolaris and FreeBSD. My question is UNIX commands the same across the board so if I learn... (11 Replies)
Discussion started by: michael78
11 Replies

2. UNIX for Dummies Questions & Answers

Best way to learn UNIX

Hi, I am the ultimate noob when it comes to UNIX. Apart from a few basic thing like ls -l and mkdir (and that really is about as good as it gets) I know absolutely nothing about UNIX and I want to learn it and get better! I'm sure like with most things, just getting stuck in and trying... (3 Replies)
Discussion started by: thebdj
3 Replies

3. UNIX Desktop Questions & Answers

Best way to learn Unix....

Hello- I talked to a friend the other day....he said learning Linux is a boon to my Windows Server Support career. I know linux comes from Unix so I am wondering if I should start by learning Unix. I have a MAC with OSX on it that I can use. Will this work for learning line command? My goal is... (1 Reply)
Discussion started by: digitalayon
1 Replies

4. UNIX for Dummies Questions & Answers

Want to learn unix

Hello everyone, I would like to learn and administrate unix operation system. For training purposes, i would to install at home an unix system on my windows machine (using vmware player or virtual box.) I would like you to advise me on which exactly operation system can i install for learning... (2 Replies)
Discussion started by: stunaz
2 Replies

5. UNIX for Dummies Questions & Answers

Where 2 learn unix ??????

HI . my friends am very ewager to learn unix and its operations can any experts can say wher can i easily learn unix through net and give me some links to learn unix through also tutorials.plz help me am very interested also i want ot learn AIX so only am asking this help my... (1 Reply)
Discussion started by: harsath24330
1 Replies

6. UNIX for Dummies Questions & Answers

want to learn unix

Hey guys, I would like to learn unix but first i need to start to load unix OS into my computer but i dont know where to start or get the CD to load...help appreciated...thanks (2 Replies)
Discussion started by: rxsonny
2 Replies

7. SCO

want to Learn Unix

:confused: Hello everybody, i am totally new to unix, i want to learn unix. i have a server with pIII, 256 mb RAM, two SCSI disk w/o RAID controller.and one IDE CD-ROM Drive. i heard SCO installs on intel platform. what steps should i take for installing SCO on this machine? can anybody help me... (1 Reply)
Discussion started by: tataiermail
1 Replies

8. OS X (Apple)

Want to learn Unix on PB

I've got a 15" PB running Panther and I truly want to delve into the Unix base. I want to learn what is going on under my system and I want to learn how to be able to work in the Unix environment. I've had some experience with Redhat and Mandrake Linux, so I'm not afraid of the shell prompt. I'd... (2 Replies)
Discussion started by: MortonM33
2 Replies

9. Programming

What to learn in Unix

Hi I've landed an entry level job in a s/w company.I've not yet started working.But they told me it would be good if i know unix very well.I don't have any idea abt unix.and now i realise it is very vast.It would be nice if somebody can tell me what i should be learning in unix.I don't think i'll... (5 Replies)
Discussion started by: liiza
5 Replies
Login or Register to Ask a Question
mono-asp-apps(1)						   User Commands						  mono-asp-apps(1)

NAME
mono-asp-apps - utility to manage ASP.NET 2.0 applications installed from RPMs SYNOPSIS
mono-asp-apps command [options] DESCRIPTION
The 'mono-asp-apps' command is useful on systems which install applications from RPM packages and when the RPM packages have been created according to the Mono RPM packaging guidelines for ASP.NET applications. The utility allows one to initialize, enable, disable and start installed applications. Note that you do not use this utility to manage applications hosted and managed by the Apache (or other) web server, only by xsp. Note that this utility is useful only on systems where at least one application packaged according to the Mono ASP.NET 2.0 RPM packaging guidelines has been installed. COMMANDS
The commands which take an application name, require the it to be one of the registered names. See the `list` command below. init APPLICATION_NAME Initializes the application named APPLICATION_NAME, if it hasn't been done already. Initialization actions performed are applica- tion specific, but may include creating databases and populating them, creating directories, downloading files etc. enable APPLICATION_NAME Enables APPLICATION_NAME for automatic start when XSP is started as part of the system bootup process. disable APPLICATION_NAME Disables APPLICATION_NAME, so that it is not started automatically when XSP is started as part of the system bootup process. start APPLICATION_NAME [server_options] Manually starts the xsp2 process passing the configuration of APPLICATION_NAME to the xsp2 process. Applications may ship with a bundled start script which will be used instead of xsp2 if present. server_options are passed verbatim to the server process. list Lists all the applications known to the utility. AUTHORS
Marek Habersack <mhabersack@novell.com> SEE ALSO
xsp(1) MORE INFORMATION
The Mono project (http://www.go-mono.com) is a collaborative effort led by Novell (http://www.novell.com) to implement an open source ver- sion of the .NET Framework. MAILING LISTS
Mailing lists are listed at the http://www.mono-project.com/Mailing_Lists mono-asp-apps 2.6.4 31 Oct 2007 mono-asp-apps(1)