Ask a Question related to Debian, Design and Development.
-
GLS-Ausmines #1
Linux commands
I am new to Linux, just installed Debian 3.0r1 to and including the basic setup. The OS appears in text mode, and I could not get further than logging in, having no clue of OS commands.
Questions:-
1. Is there any Internet access to Linux commands? (I have not found any at Debian and Redhat sites.)
2. Gnome, KDE, X interfaces do not appear - How to invoke them?
As it is, the installed Linux is a dead page.
Thanks.
G.L. Seymour
GLS-Ausmines Guest
-
IBM switching to Linux destops in Germany according to a Linux Forum 2006
Dear all, IBM switching to Linux destops in Germany according to a Linux Forum 2006. How do you think about this? It means IBM is not upgrade to... -
exec() launched from Linux for Win commands
Hi everybody, this is my environment : Apache is installed on a Linux server (RedHat9A) and I launch the browser on a PC running WindowsXP to... -
How to start Linux on Win2K/Linux system?
I installed RH8.0 first, and Win2K second. Everytime when I boot machine, I always get Win2K. I can only enter Linux using reboot disk. Someone... -
Question on which Linux Binaries to d/l for Linux Redhat 7.0 ?
At ftp://ftp.xfree86.org/pub/XFree86/4.3.0/binaries/ I see Linux-axp-glibc22, Linux-ix86-glibc21, Linux-ix86-glibc22, Linux-ix86-glibc23 Which... -
Linux Event + 2 Workshops on Debian GNU/Linux
Dear Debian GNU/Linux Users. IIT Mumbai, India, is conducting a workshop on GNU/Linux there will be 2 Workshops on Debian GNU/Linux. The... -
Roberto Sanchez #2
Re: Linux commands
--- GLS-Ausmines <ausmines@bigpond.com> escribió:
G.L.,> I am new to Linux, just installed Debian 3.0r1 to and including the basic
> setup. The OS appears in text mode, and I could not get further than logging
> in, having no clue of OS commands.
>
> Questions:-
>
> 1. Is there any Internet access to Linux commands? (I have not found any at
> Debian and Redhat sites.)
>
> 2. Gnome, KDE, X interfaces do not appear - How to invoke them?
>
> As it is, the installed Linux is a dead page.
>
> Thanks.
>
> G.L. Seymour
>
First of all, welcome to the wonderful world of Debian. Please make sure to
turn off html for your mail messages to the list. Many folks here use
text based mail readers, and it makes the messages unnecessarily large.
1. Are you using Cable/DSL, dial-up, local network? It is difficult to help
you diagnose network connectivity issues without knowing how you are trying
to connect. Please provide plenty of detail.
2. Once you are logged in, you can execute 'startx' to bring up Xwindows if
you have it installed. If it is not yet installed, you can run 'apt-get
install
kde' or 'apt-get install gnome' to get a basic graphical system installed.
Since you are having trouble getting out to the net I assume you are using
the installation CDROM, so you will need to simply insert it when prompted.
Regards,
-Roberto Sanchez
__________________________________________________ _
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
[url]http://messenger.yahoo.es[/url]
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Roberto Sanchez Guest
-
Salman Haq #3
Re: Linux commands
On Sun, 20 Jul 2003, GLS-Ausmines wrote:
1. try: [url]http://www.er.uqam.ca/nobel/r10735/unixcomm.html[/url]> I am new to Linux, just installed Debian 3.0r1 to and including the basic setup. The OS appears in text mode, and I could not get further than logging in, having no clue of OS commands.
>
> Questions:-
>
> 1. Is there any Internet access to Linux commands? (I have not found any at Debian and Redhat sites.)
>
> 2. Gnome, KDE, X interfaces do not appear - How to invoke them?
>
> As it is, the installed Linux is a dead page.
>
> Thanks.
>
> G.L. Seymour
>
Google will be a useful resource here. Also try snooping around in the
Debian documentation pages.
2. Assuming you have installed and configured X11, type 'startx' at the
prompt.
... salman
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Salman Haq Guest
-
Kent West #4
Re: Linux commands
GLS-Ausmines wrote:
Assuming you have networking installed/configured, you can use "lynx" or> I am new to Linux, just installed Debian 3.0r1 to and including the
> basic setup. The OS appears in text mode, and I could not get further
> than logging in, having no clue of OS commands.
>
> Questions:-
>
> 1. Is there any Internet access to Linux commands? (I have not found
> any at Debian and Redhat sites.)
>
"links" or other apps or text-mode web browsing; you can use ftp and
sftp and telnet and ssh; you can use exim+mutt for mail, etc etc etc.
Try something like "lynx www.google.com" to go to Google. If you get
something like "lynx: command not found", try "apt-get install lynx" and
then try the web.
You probably don't have enough of the X-related packages installed. Try> 2. Gnome, KDE, X interfaces do not appear - How to invoke them?
>
installing the following:
xbase-fonts
xbase-clients
xserver-xfree86
kde
and see how far along that gets you.
> As it is, the installed Linux is a dead page.
>
> Thanks.
>
> G.L. Seymour
--
Kent West (westk@acu.edu)
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Kent West Guest
-
ajlewis2@intac.com #5
Re: Linux commands
In linux.debian.user, you wrote:
When using google for a linux question, it is helpful to use>
> 1. try: [url]http://www.er.uqam.ca/nobel/r10735/unixcomm.html[/url]
> Google will be a useful resource here. Also try snooping around in the
> Debian documentation pages.
>
> 2. Assuming you have installed and configured X11, type 'startx' at the
> prompt.
>
> ... salman
[url]http://www.google.com/linux[/url]
Anita
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
ajlewis2@intac.com Guest
-
Anthony Rowe #6
Re: Linux commands
On Mon, Jul 21, 2003 at 04:49:06AM +0000, Alan Connor wrote:
Yes indeed. Nice document. It's thorough and well written.> On Sun, 20 Jul 2003 05:50:07 +0200, GLS-Ausmines <ausmines@bigpond.com> wrote:>> > 1. Is there any Internet access to Linux commands? (I have not found any =
> > at Debian and Redhat sites.)
> >
> [url]http://rute.sourceforge.net[/url]
>
> can be very helpful
Thank-you for the pointer.
Alan, I think you posted this to the newsfeed only, so people on the> Alan
debian-user mailing list would never see it (at least it isn't showing
up in the archives). I notice
User-Agent: slrn/0.9.7.3 (Linux)
in your headers. linux.debian.user is only a newsfeed from the list
and not a newsgroup on Usenet as such. You need to use a mailer to
post to [email]debian-user@lists.debian.org[/email].
Tony
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Anthony Rowe Guest
-
Alan Connor #7
Re: Linux Commands
In response to:
From: [email]ajlewis2@intac.com[/email]
Newsgroups: linux.debian.user
Subject: Re: Linux commands
Reply-To: [email]ajlewis2SPAMFREE@intac.com[/email]
In linux.debian.user, you wrote:>>>
>> Alan, I think you posted this to the newsfeed only, so people on the
>> debian-user mailing list would never see it (at least it isn't showing
>> up in the archives). I notice
>>
>> User-Agent: slrn/0.9.7.3 (Linux)
>>
>> in your headers. linux.debian.user is only a newsfeed from the list
>> and not a newsgroup on Usenet as such. You need to use a mailer to
>> post to [email]debian-user@lists.debian.org[/email].
>>
>> Tony
>>
>>
> Thanks Tony. I guess I'll just finally have to figure out how to get slrn to
> send the post as an email......:-) "The crafte so long, the lyfe so short."I'm doing just that. I just hit 'r' for reply instead of 'f'. That puts me> (Chet Ramey's great sig. From Chaucer, I believe.)
>
> Alan
into my editor. I change the address at the top from the poster's address
to [email]debian-user@lists.debian.org[/email]. Then I write and send.
Anita
end original article___________________________________________ ________________
Thanks much, Anita. I wrote a function in my .bashrc thats working pretty
well, but will try that. (gotta run it through sed to prepend the >)
ldu () {
echo "Enter Subject:" ;
read NN ;
mutt -F ~/.2muttrc [email]debian-user@lists.debian.org[/email] -s "$NN" -i draft ;
}
Tried to pipe the articles, with |, to mutt but it hasn't worked so far.
Alan
--
For Linux/Bash users: Eliminate spam from your life
with Password-Protected-Mailboxes. See the post
PPM1.b on comp.mail.misc.
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Alan Connor Guest



Reply With Quote

