 |
|
10-08-2005, 01:54 AM
|
#1 (permalink)
|
|
In The Zone
Join Date: Apr 2005
Location: Hyderabad
Posts: 361
|
UNIX
Can someone please tell me where I can get the UNIX OS.
I want the base and not the GUI.
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
10-08-2005, 07:31 AM
|
#2 (permalink)
|
|
Broken In
Join Date: Sep 2004
Location: Bangalore, India
Posts: 154
|
Umm.. Its proprietary, are you sure you want this.
On last count I remember its SCO who use to sell the liscence for it.
__________________
----------------------------------------------------
Blender India forums
http://www.bestfreeforums.com/forums/blenderindia.html
|
|
|
11-08-2005, 06:17 PM
|
#3 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
Try FreeBSD , its almost same as UNIX,
Also u can contact ur college's admin for a copy of UNIX if they have one...
__________________
Harsh J
www.harshj.com
|
|
|
11-08-2005, 06:29 PM
|
#4 (permalink)
|
|
FooBar Guy
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
|
You cannot get hold of UNIX just like that. Its license is deadly costly that your college management will shake out. However if you are looking for UNIX clones then your college can order SunOS/Solaris or the ones offered by IBM/HP or others.
|
|
|
11-08-2005, 06:43 PM
|
#5 (permalink)
|
|
Wise Old Owl
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
|
Just install Linux without X-windows
|
|
|
11-08-2005, 07:51 PM
|
#6 (permalink)
|
|
Alpha Geek
Join Date: Dec 2003
Posts: 780
|
^ Eh what does X Windows have to do with this? Most unix implementations I know support X Windows for sure. Anyway linux (especially something like slackware) is a nice replacement for unix, but if you want something more unixy, get hold of FreeBSD.
__________________
Hardware - Celeron 266 MHz, 128MB RAM, Intel i740 8MB RAM
Software - Slackware Linux 10.1; Archlinux 0.7; Windows 98 SE
Humanware - GS/CS C++ L+++ w b+++ DI+ D+ e
|
|
|
11-08-2005, 10:48 PM
|
#7 (permalink)
|
|
Apprentice
Join Date: Mar 2005
Location: Cyberspace
Posts: 97
|
Free BSD typically unix like thingy. I grabbed a copy of it and am still trying to read the handbook for installation docs. Damn, tough to install unlike other linux distros. Even worse than slackware, i wud say, coz slackware was there with me for a while. But man freebsd is something that i wanted to encounter for a long long time ...... its really complicated.
I should goto LQ , for most help
__________________
Hibernating ....
|
|
|
13-08-2005, 02:38 AM
|
#8 (permalink)
|
|
Broken In
Join Date: Jul 2005
Posts: 172
|
Just don't read too much of that installation doc mate. It makes the installation look like a killer thing. It is not as tough as the installation manual makes it look like. I also made my own 20 pages installation manual and printed it out so that I could use it at the time of installation but it was not that tough at all. Just pop in the CD and start installaing...at the max you will mess up a partition...thats all
|
|
|
13-08-2005, 03:15 PM
|
#9 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
U r right bout that mr.SBA...
manuals r a worst way of learnin OSes...
Jus Install Free BSD...
__________________
Harsh J
www.harshj.com
|
|
|
15-08-2005, 05:48 PM
|
#10 (permalink)
|
|
Wise Old Owl
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
|
I installed Ubuntu4.10 in custom mode.(i.e) no gui.How do I add the build-essential package so I can compile c programs.Also hoe do I add emacs package.
|
|
|
15-08-2005, 06:04 PM
|
#11 (permalink)
|
|
Alpha Geek
Join Date: Dec 2003
Posts: 780
|
apt-get install gcc emacs
I think that should suffice, though I am not a debian/ubuntu user.
__________________
Hardware - Celeron 266 MHz, 128MB RAM, Intel i740 8MB RAM
Software - Slackware Linux 10.1; Archlinux 0.7; Windows 98 SE
Humanware - GS/CS C++ L+++ w b+++ DI+ D+ e
|
|
|
15-08-2005, 06:18 PM
|
#12 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
Well , i have this doubt for a long time, and tis foolish i spose, but HOW do u compile .c & .cpp in Linux
(FC4) ? i mean in turbo theres a opt to compile but in KDE C++ theres no opt...
__________________
Harsh J
www.harshj.com
|
|
|
15-08-2005, 06:24 PM
|
#13 (permalink)
|
|
Wise Old Owl
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
|
Use any editor say vi or emacs.Save its as .cpp or .c
To compile use
g++ or gcc fn.cpp
or
g++ or gcc fn.c
to run
./a.out
To prevent warnings use
g++or gcc -Wno -deprecated fn.cpp
|
|
|
15-08-2005, 06:28 PM
|
#14 (permalink)
|
|
Wise Old Owl
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
|
@ujjwal
I don`t have an internet connection configured so from the cd repository.
|
|
|
15-08-2005, 06:31 PM
|
#15 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
Thnx vignesh, but wht bout C ?
I have a lot of progs in them too...
__________________
Harsh J
www.harshj.com
|
|
|
15-08-2005, 06:54 PM
|
#16 (permalink)
|
|
Wise Old Owl
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
|
Same man.Just save it as c.By the way even C programs you can save it as cpp.No harm done.
g++ fn.c
./a.out
or
gcc fn.c
./a.out
|
|
|
15-08-2005, 08:18 PM
|
#17 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
K Thnx a lot...
__________________
Harsh J
www.harshj.com
|
|
|
15-08-2005, 08:21 PM
|
#18 (permalink)
|
|
Wise Old Owl
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
|
I installed Ubuntu4.10 in custom mode.(i.e) no gui.How do I add the build-essential package so I can compile c programs.Also how
do I add emacs package.
|
|
|
20-08-2005, 06:40 PM
|
#19 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
Wait ! does lnx build no exe file after compilin ?
Also wats the 'fn' ?(file name ?)
P.s. wats ./a ?
__________________
Harsh J
www.harshj.com
|
|
|
20-08-2005, 10:05 PM
|
#20 (permalink)
|
|
Alpha Geek
Join Date: Dec 2003
Posts: 780
|
The a.out file you see is the executable file. You can specify the name of that file using the -o switch.
gcc -o fn fn.c
./fn
./a.out basically is telling the shell to execute the file a.out.
__________________
Hardware - Celeron 266 MHz, 128MB RAM, Intel i740 8MB RAM
Software - Slackware Linux 10.1; Archlinux 0.7; Windows 98 SE
Humanware - GS/CS C++ L+++ w b+++ DI+ D+ e
|
|
|
21-08-2005, 06:40 AM
|
#21 (permalink)
|
|
Wise Old Owl
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
|
Its an execution file.You can also copy using -c along with gcc.
I installed Xandros linux2.0. I installed jse1.4.1.How do I compile java programs.
|
|
|
21-08-2005, 09:42 AM
|
#22 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
Go to the Bin folder of the java directory and in the shell prompt, type,
javac fn.java (to compile)
Now, type
java fn.java (to run....)
Thnx Ujjwal and Vignesh...
__________________
Harsh J
www.harshj.com
|
|
|
21-08-2005, 12:57 PM
|
#23 (permalink)
|
|
Wise Old Owl
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
|
Thats how we do it in windows.I tried that in linux its does not work.
|
|
|
21-08-2005, 02:37 PM
|
#24 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
K in the terminal/konsole typee it as it is (javac and all that...)
__________________
Harsh J
www.harshj.com
|
|
|
21-08-2005, 04:37 PM
|
#25 (permalink)
|
|
Human Spambot
Join Date: May 2005
Location: Expert Planet
Posts: 2,480
|
it works yaar try try try again
__________________
Off From Digit Forum for some months.....busy
|
|
|
22-08-2005, 02:07 PM
|
#26 (permalink)
|
|
Wise Old Owl
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
|
ok I will try and tell you.I removed xandros it doesn`t work well.So I have installed PCQ2005 .inux and installed java.so I will try and tell you.
|
|
|
25-08-2005, 08:01 PM
|
#27 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
So...
has it worked ?
__________________
Harsh J
www.harshj.com
|
|
|
25-08-2005, 08:50 PM
|
#28 (permalink)
|
|
Wise Old Owl
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
|
I have a penta boot.Today a problem crops up.I am not able to boot into pcqlinux 2005.
|
|
|
25-08-2005, 11:27 PM
|
#29 (permalink)
|
|
Apprentice
Join Date: May 2005
Posts: 87
|
Does system programming under the UNIX and LINUX mean same?
__________________
Attack ur enemy when he does not expect u, appear where u r least expected.
|
|
|
26-08-2005, 10:20 AM
|
#30 (permalink)
|
|
Wise Old Owl
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
|
ya almost the same since we use the same commands.
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|