LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   What is perferred GUI or Term? (https://www.linuxquestions.org/questions/linux-software-2/what-is-perferred-gui-or-term-304170/)

Bill Johns 03-21-2005 01:15 AM

What is perferred GUI or Term?
 
Just curious what others prefer to use in Linux.

I've been away from it for a long time and forgot some of the files to change, like to knock out the KDE at start up, and to add the colors when using ls. So looking for some help on these.

I think etc/inittab is one place that needs some changes and etc/lilo.conf

Does anyone use aliases to mimic some of the Dos commands, like cls etc.?

Linux is sure a powerful OP system, I just wonder how many OP system outfits like microsoft have copied the UNIX system?

This is sure a nice website lots of good info.
Glad I found it.

mpetrov 03-21-2005 01:23 AM

to kill KDE(or any other window manager) you could try ctr-alt-backspace. As for adding color to the shell - define the environment variable:
TERM=xterm-color
- add that line to your ~/.bashrc file then restart any shell.

Best Regards,
mpetrov

mjjzf 03-21-2005 01:38 AM

I am a ui man, basically, but I do all file task from the command line. I use rXVT for that. I start it up with
Code:

rxvt -font 10x20 -bg "#336699" -fg "white"
- pale blue background, large white text. In my .bashrc I created an alias ls="ls -F". that way, the folders won't say folder, but folder/. I have a shot of ot here, where it contrasts to the basic black/white Gnome-terminal.

mpetrov 03-21-2005 01:43 AM

Yes OSourceDiplomat, that is what I meant as well. Set that environment variable and run any shell inside a GUI.
The TERM environment variable helps tremendously when using vim for example. Its syntax highlighting refused to work without that variable. If I'm not mistaken the term variable sets the style for the bash shell itself and not the terminal emulator that runs it.

Best Regards,
mpetrov

reddazz 03-21-2005 04:42 AM

To start in console mode, i.e. without a GUI, you need to edit the default runlevel on /etc/inittab from 5 or 4 to 3.

Bill Johns 03-26-2005 05:51 PM

I did the default level thing and just locked my self out of the PC till I made a boot disk.
And if I do the ctl alt backspace thing it. Just jumps back to the log in gui.
My other pc boots to the command line, and I forgot all I did many years ago to do that.


All times are GMT -5. The time now is 12:06 PM.