Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 10-08-2005, 01:54 AM   #1 (permalink)
In The Zone
 
ECE0105's Avatar
 
Join Date: Apr 2005
Location: Hyderabad
Posts: 361
Default UNIX


Can someone please tell me where I can get the UNIX OS.
I want the base and not the GUI.
ECE0105 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 10-08-2005, 07:31 AM   #2 (permalink)
Broken In
 
gauravnawani's Avatar
 
Join Date: Sep 2004
Location: Bangalore, India
Posts: 154
Default

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
gauravnawani is offline  
Old 11-08-2005, 06:17 PM   #3 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default

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
QwertyManiac is offline  
Old 11-08-2005, 06:29 PM   #4 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

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.
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Old 11-08-2005, 06:43 PM   #5 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

Just install Linux without X-windows
vignesh is offline  
Old 11-08-2005, 07:51 PM   #6 (permalink)
Alpha Geek
 
Join Date: Dec 2003
Posts: 780
Default

^ 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
ujjwal is offline  
Old 11-08-2005, 10:48 PM   #7 (permalink)
Apprentice
 
Join Date: Mar 2005
Location: Cyberspace
Posts: 97
Default

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 ....
banned2wise is offline  
Old 13-08-2005, 02:38 AM   #8 (permalink)
sba
Broken In
 
Join Date: Jul 2005
Posts: 172
Default

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
sba is offline  
Old 13-08-2005, 03:15 PM   #9 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default

U r right bout that mr.SBA...
manuals r a worst way of learnin OSes...

Jus Install Free BSD...
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 15-08-2005, 05:48 PM   #10 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

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.
vignesh is offline  
Old 15-08-2005, 06:04 PM   #11 (permalink)
Alpha Geek
 
Join Date: Dec 2003
Posts: 780
Default

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
ujjwal is offline  
Old 15-08-2005, 06:18 PM   #12 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default

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
QwertyManiac is offline  
Old 15-08-2005, 06:24 PM   #13 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

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
vignesh is offline  
Old 15-08-2005, 06:28 PM   #14 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

@ujjwal
I don`t have an internet connection configured so from the cd repository.
vignesh is offline  
Old 15-08-2005, 06:31 PM   #15 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default

Thnx vignesh, but wht bout C ?
I have a lot of progs in them too...
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 15-08-2005, 06:54 PM   #16 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

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
vignesh is offline  
Old 15-08-2005, 08:18 PM   #17 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default

K Thnx a lot...
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 15-08-2005, 08:21 PM   #18 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

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.
vignesh is offline  
Old 20-08-2005, 06:40 PM   #19 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default

Wait ! does lnx build no exe file after compilin ?
Also wats the 'fn' ?(file name ?)
P.s. wats ./a ?
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 20-08-2005, 10:05 PM   #20 (permalink)
Alpha Geek
 
Join Date: Dec 2003
Posts: 780
Default

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
ujjwal is offline  
Old 21-08-2005, 06:40 AM   #21 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

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.
vignesh is offline  
Old 21-08-2005, 09:42 AM   #22 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default

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
QwertyManiac is offline  
Old 21-08-2005, 12:57 PM   #23 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

Thats how we do it in windows.I tried that in linux its does not work.
vignesh is offline  
Old 21-08-2005, 02:37 PM   #24 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default

K in the terminal/konsole typee it as it is (javac and all that...)
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 21-08-2005, 04:37 PM   #25 (permalink)
Human Spambot
 
expertno.1's Avatar
 
Join Date: May 2005
Location: Expert Planet
Posts: 2,480
Default

it works yaar try try try again
__________________
Off From Digit Forum for some months.....busy
expertno.1 is offline  
Old 22-08-2005, 02:07 PM   #26 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

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.
vignesh is offline  
Old 25-08-2005, 08:01 PM   #27 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default

So...
has it worked ?
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 25-08-2005, 08:50 PM   #28 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

I have a penta boot.Today a problem crops up.I am not able to boot into pcqlinux 2005.
vignesh is offline  
Old 25-08-2005, 11:27 PM   #29 (permalink)
Apprentice
 
Join Date: May 2005
Posts: 87
Default

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.
akshar is offline  
Old 26-08-2005, 10:20 AM   #30 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

ya almost the same since we use the same commands.
vignesh is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by Charan

Advertisement




All times are GMT +5.5. The time now is 05:00 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2