• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ITS ALIVE!!! ITS ALLLLIIIVVVVEEE!!!!

 
Ranch Hand
Posts: 137
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
alrite, after multiple installation attempts and banging my head against numnerous walls, i finally got RH9 working in graphical mode installed side by side with XP . Now heres what i need to do:

First how do i create User accounts with permissions and all.

Second, i have a cable modem, connected by USB to my other WindowsXP PC(this one), i need to get internet access on my Linux Machine so do i simply plug in the USB cable in the Linux Box???

Thirdly, is it possible to transfer data using USB from my XP machine to my Linux machine??? or by some other method???

Fourthly, how do i switch b/w Gnome and KDE?? i installed both and i think its running Gnome now.

ALi
[ June 23, 2004: Message edited by: ali gilani ]
 
Ranch Hand
Posts: 688
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1) adding user, this is straight forward.
adduser <username>
passwd <username>
2) does your system pick up the USB network card? if it does, then yes, just plug it in and start your dhcp_client
3) I'm not sure how to switch KDE/GNOME, since I don't use both. But on my system, I switch between x-window by changing my .xinitrc file. Maybe you can do a quick search on that.
 
Ranch Hand
Posts: 205
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try switchdesk KDE & switchdesk GNOME to switch desktop.
 
himanshu patel
Ranch Hand
Posts: 205
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also, try editing file /etc/sysconfig/desktop
 
himanshu patel
Ranch Hand
Posts: 205
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You may like to explore command "startx gnome" , "gnome-session" and "startkde".
[ June 23, 2004: Message edited by: himanshu patel ]
 
Ali Gilani
Ranch Hand
Posts: 137
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for the reply, but i am using the RH GUI not the command line interface so what do i do??

ALi
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by ali gilani:
thanks for the reply, but i am using the RH GUI not the command line interface so what do i do??ALi


You can click the "terminal" icon on the desktop and voila -- you have a command line...
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hmmm. Maybe I should break my long tradition of not owning any certs and go for the RHCE. It's only $800 and I'm sure it would help me get tons of Java jobs

OK. Here's the deal, and I'm in front of a Windows machine, not a Red Hat system, so if I get them all right, be suitably awed at my wisdom. If not, well senility's means never having to complain about watching reruns on TV.

First off, if you have the GUI and you don't plan on becoming a command-line guru, click on the (ahem) "Start" menu and look up somewhere around the item labelled "System". You should find a whole bunch of admin functions, including the GUI version of the user management programs. You can also find the GUI network config tool there.

You don't need to be logged in as root. These apps detect user logins and prompt for a root password as needed.

The command-line (xterm/gnu-terminal/whatever) window doesn't have an icon on the default desktop in any recent Red Har release I can recall, but the "terminal" item (also on the System menu) will open one. One of the first things I always do is drag the menu down to the toolbar (gnome desktop).

I don't normally switch off whatever desktop system came installed on the machine I'm working at, but the process is fairly simple. The "switchdesk" program should do it.

BTW, the gui system apps for RedHat all start with "redhat-". So at the bash command prompt, type redhat- and press TAB and you'll see a list of them. I think that Fedora 2 kept the names but changes the prefix to "fedora-".

Never tried USB-to-USB networking (except as a Windows-to-Windows app migration aid), but I'd be surprised if someone hasn't written a howto.
 
Get me the mayor's office! I need to tell him about this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic