UNIX without GUI


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers UNIX without GUI
# 8  
Old 01-29-2013
Quote:
Originally Posted by Omar_M
i tired to install Unix Solaris on VMware but i had to give it 1024 MB RAM or it wont work... could you please walk me through the installation so that i will have the command line only.
Once you have installed the OS, you can reduce the RAM dedicated to it by your virtualization software.
Before that, disable the GUI with something like that (might be a service instead, I have no Solaris 10 around to check)
Code:
# /etc/init.d/dtlogin stop
# /usr/dt/bin/dtconfig -d

or perhaps
Code:
svcadm disable gdm

Quote:
i found in (Solaris 10 8/07 Installation Guide: Basic Installations - page 12) that for x86 the memory requirement for the text mode is 384-512 MB.
This was published five years ago and was likely already obsolete at that time. The installation process demands much more RAM than that.
Quote:
I am not sure if i know what do you mean by that.. could you explain more please?
I mean Solaris includes its own virtualization capability which is far much lighter than the one you use and might suffice to your needs.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Programming

Python gui or C++ gui or java gui?

python gui or c++ gui or java gui? and when to use etch one? (1 Reply)
Discussion started by: kaja
1 Replies

2. UNIX for Advanced & Expert Users

UNIX with GUI

Dear Experts, My application is running on linux, which makes me connect to lot of different servers manually through putty, and execute the commands. Is there a way, i can create a GUI, or something, where click on few buttons can be translated in to predefined commands at BE and i need... (2 Replies)
Discussion started by: Prateek007
2 Replies

3. Shell Programming and Scripting

GUI for Unix

Hey guys Do u guyz have any idea how to create a simple GUI for unix/awk/ scripts along with facilities of input files and output files. I'm using new Macbook 10.6 macosx. I tried Xcode3(basically c++ based aslo can use python n ruby n bash) by importing shell scripts to it and connecting... (2 Replies)
Discussion started by: repinementer
2 Replies

4. UNIX for Dummies Questions & Answers

GUI For UNIX

I have used FreeBSD for sometime now and i find it great lest its ACPI support My Question is for a recent laptop AMD TURION X2 2GHZ TL-60 Tyler 3GB RAM 8400M G Are there any other GUIs that is great with these specs I have been using GNOME lite I hate KDE because of the K What will i lose... (1 Reply)
Discussion started by: weinter
1 Replies

5. Solaris

Unix autostart in GUI mode

hi, i'm a newbie in UNIX. i have a disk crash and re-install the unix. But the new installation does not boot the server automatically. Then i set the auto-boot to true, and it's ok. But now the system is booting in text mode. Before this, when i type boot, the system is booting in GUI mode.... (2 Replies)
Discussion started by: lwll
2 Replies

6. UNIX for Dummies Questions & Answers

If a is windows gui ( client), b is a unix gui ( Server for a) and c is a shell scrip

Hello all, 1) I want to have a GUI application that will call Unix shell scripts, 2) that GUI application should be able to reside on windows ( if possible) and then call Unix shell script either directly or through a server residing on unix. That is for example. If a is windows gui (... (1 Reply)
Discussion started by: hchivukula
1 Replies

7. UNIX Desktop Questions & Answers

GUI for UNIX

Help a newbie! Just wodnering if there is an application (emulator, etc...) that will be able to read UNIX commands and bring back responses on the screen in Windows-like environment. I am looking for an app that will reside on a workstation (PC) and will querry the AIX server. If anyone can help,... (1 Reply)
Discussion started by: leok
1 Replies

8. UNIX for Advanced & Expert Users

Rp-7410 + Unix 11.0i + Gui(oracle)

I am running the above compination ..my server is HP rp7410 my operating system Unix 11.0I and my DB oracle.. my problem i cant print through GUI or any application only i can print through command line and text only ... where my problem to not print graphics is thier special config ot... (1 Reply)
Discussion started by: khalid99
1 Replies

9. UNIX Desktop Questions & Answers

Unix GUI rendering

Does anyone know why Fonts and most Graphics in KDE and Gnome are rendered rather badly. There are some text editors in KDE where the font is just horrible as far as legible. Any links or knowledge on this topic would be grealy appreciated. A Huge Unix/Linux Fan Gregg (2 Replies)
Discussion started by: gdboling
2 Replies

10. UNIX for Dummies Questions & Answers

GUI on UNIX

Dear friends; I have Hp9000 series of Unix servers with s800 11.0 range Can i make it GUI? I heard that if you have xinit installed on the servers you can make the servers Graphical User Interface. Is it possible to make this possible? Plz. help me out... Thanx in advance... (6 Replies)
Discussion started by: nileshjoshi
6 Replies
Login or Register to Ask a Question