Go Back   openSUSE Forums > Forums Comments/Suggestions
Forums FAQ Members List Search Today's Posts Mark Forums Read


Forums Comments/Suggestions Comments and/or suggestions about the openSUSE forums

Reply
Page 1 of 3 1 23
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-Sep-2009, 12:32
wakou's Avatar
Busy Penguin
 
Join Date: Feb 2009
Posts: 326
wakou hasn't been rated much yet
Default Linux (!)

There seems to be no place to ask simple linux questions!
F'rinstance, I would like a cli command which would give me a brief report on what versions of Kernel, kde, nvidia driver, pulse, alsa etc, a sort of "software environment".. I am sure there is one but I don't know it, and it is (almost!) impossible to search for.........
Could we not have a sub-forum for people who are new to linux, and could place questions on cli linux commands...
.............please?
__________________

Currently trying 11.2/kde4/2.6.31.5-0.1/nvidia 190.42
11.1: kernel 2.6.27.29-0.1-pae: kde 3.5.10: nVidia driver 180.51: Compiz 0.8.2 Single core Athlon, 2Gb RAM, nVidia 6150SE
Reply With Quote
  #2 (permalink)  
Old 12-Sep-2009, 12:49
Wise Penguin
 
Join Date: Jun 2008
Location: West Yorkshire, UK
Posts: 1,181
john_hudson is on a distinguished reputation roadjohn_hudson is on a distinguished reputation road
Default Re: Linux (!)

There are plenty of forums where you can ask Linux only questions Linux Format | The #1 source for Linux to give but one example.

But to answer your question; if you select the 'My computer' icon in KDE, you will get the answers all in a single window. That is true of all distributions that use KDE, not just openSUSE.
Reply With Quote
  #3 (permalink)  
Old 12-Sep-2009, 13:10
wakou's Avatar
Busy Penguin
 
Join Date: Feb 2009
Posts: 326
wakou hasn't been rated much yet
Default Re: Linux (!)

Quote:
Originally Posted by john_hudson View Post
There are plenty of forums where you can ask Linux only questions Linux Format | The #1 source for Linux to give but one example.

But to answer your question; if you select the 'My computer' icon in KDE, you will get the answers all in a single window. That is true of all distributions that use KDE, not just openSUSE.
OK and point taken!
There is no "My Computer" icon on mine! ("My System" opens a list of directories btw)
but the example was asking for a cli command.....

I did find a system>monitor>kinfocentre in the menu tree,








TY non plus, ....
__________________

Currently trying 11.2/kde4/2.6.31.5-0.1/nvidia 190.42
11.1: kernel 2.6.27.29-0.1-pae: kde 3.5.10: nVidia driver 180.51: Compiz 0.8.2 Single core Athlon, 2Gb RAM, nVidia 6150SE
Reply With Quote
  #4 (permalink)  
Old 12-Sep-2009, 13:38
conram's Avatar
Parent Penguin
 
Join Date: Jun 2008
Posts: 996
conram hasn't been rated much yet
Default Re: Linux (!)

Open a terminal or cli
su to be root and the command is uname -r to find the kernel version. The rest it is not hard to google for answer.

Hope this helps. I want to preserve my sig.
__________________
People who do not break things first will never learn to create anything
Reply With Quote
  #5 (permalink)  
Old 12-Sep-2009, 13:40
malcolmlewis's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: Podunk
Posts: 4,640
malcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputation
Default Re: Linux (!)

Quote:
Originally Posted by wakou
There seems to be no place to ask simple linux questions!
F'rinstance, I would like a cli command which would give me a brief
report on what versions of Kernel, kde, nvidia driver, pulse, alsa etc,
a sort of "software environment".. I am sure there is one but I don't
know it, and it is (almost!) impossible to search for.........
Could we not have a sub-forum for people who are new to linux, and
could place questions on cli linux commands...
.............please?
Hi
There is always the looking for sub forum, here are some (I'm not a KDE
user though )
Code:
uname -r
lsb_release -rd
nvidia-settings -q 'NvidiaDriverVersion' |cut -f3 -d ":"
Most cli commands if your not sure run the command with --help

This is always worth a read and bookmarked as a reference;
http://rute.2038bug.com/index.html.gz

However your original question is noted and something is currently being
worked on

--
Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.29-0.1-default
up 4 days 20:36, 2 users, load average: 0.77, 0.54, 0.52
GPU GeForce 8600 GTS Silent - Driver Version: 190.18

Reply With Quote
  #6 (permalink)  
Old 12-Sep-2009, 13:42
hcvv's Avatar
Wise Penguin
 
Join Date: Jun 2008
Location: Netherlands
Posts: 1,898
hcvv 's reputation will be famous soon enoughhcvv 's reputation will be famous soon enoughhcvv 's reputation will be famous soon enough
Default Re: Linux (!)

When you would have asked this in Programming/scripting or even Lookin for something? I would have answered:
Code:
rpm -qa
__________________
Henk van Velden
Reply With Quote
  #7 (permalink)  
Old 12-Sep-2009, 13:56
wakou's Avatar
Busy Penguin
 
Join Date: Feb 2009
Posts: 326
wakou hasn't been rated much yet
Default Re: Linux (!)

Ty to Henk, John, Malcolm and Conram for kind and useful answers.

But I deliberately asked the question here, ie "Can we not have a sub -forum"
The question itself was merely an example of a question that might not have another home.
I have just been publicly spanked by a member for asking questions in the wrong place..... and am finding the forum quite a frustrating place ATM.
PM please if you have a problem with my attitude.
__________________

Currently trying 11.2/kde4/2.6.31.5-0.1/nvidia 190.42
11.1: kernel 2.6.27.29-0.1-pae: kde 3.5.10: nVidia driver 180.51: Compiz 0.8.2 Single core Athlon, 2Gb RAM, nVidia 6150SE
Reply With Quote
  #8 (permalink)  
Old 12-Sep-2009, 14:45
conram's Avatar
Parent Penguin
 
Join Date: Jun 2008
Posts: 996
conram hasn't been rated much yet
Default Re: Linux (!)

Quote:
Originally Posted by wakou View Post
Ty to Henk, John, Malcolm and Conram for kind and useful answers.

But I deliberately asked the question here, ie "Can we not have a sub -forum"
The question itself was merely an example of a question that might not have another home.
I have just been publicly spanked by a member for asking questions in the wrong place..... and am finding the forum quite a frustrating place ATM.
PM please if you have a problem with my attitude.
Not a problem for me, I understand, it really just frustrating sometimes. the only way you can do is pause for a bit relax and when ready face again the task.

Cheers,
conram
__________________
People who do not break things first will never learn to create anything
Reply With Quote
  #9 (permalink)  
Old 12-Sep-2009, 14:50
wakou's Avatar
Busy Penguin
 
Join Date: Feb 2009
Posts: 326
wakou hasn't been rated much yet
Default Re: Linux (!)

Quote:
Originally Posted by conram View Post
Not a problem for me, I understand, it really just frustrating sometimes. the only way you can do is pause for a bit relax and when ready face again the task.

Cheers,
conram
Thank-you, and your answer is the most correct of all.........


__________________

Currently trying 11.2/kde4/2.6.31.5-0.1/nvidia 190.42
11.1: kernel 2.6.27.29-0.1-pae: kde 3.5.10: nVidia driver 180.51: Compiz 0.8.2 Single core Athlon, 2Gb RAM, nVidia 6150SE
Reply With Quote
  #10 (permalink)  
Old 13-Sep-2009, 01:51
platinum
Guest
 
Posts: n/a
Default Re: Linux (!)

it is obvious that here we get tons of folks with no clue whatsoever
about linux cli..

i've thought a lot about it and haven't decided exactly how to 'solve'
that problem..

perhaps you are on the right track and a new-to-linux forum is
perfect...because folks need not to be 'spanked' for asking (for
example) "What is a 'terminal' and *how* do i 'open' one? And, tell me
why and how to become a 'root', too!"

but, i do not think it should be a sub-forum (under what?
install/boot/login?)...nope i think it ought to be a major forum,
maybe with sub-forums...and be the first, at the TOP of this page
http://forums.opensuse.org/

however, until that gets built you need to go ahead and ask....or,
maybe (i know this is a drag, but it will put you head and shoulders
above the other n00bs very quickly) begin reading this foundation book
on page one: _LINUX: Rute User's Tutorial and Exposition
(Version 1.0.0)_ at http://rute.2038bug.com/

really! begin on page one because each new page builds on past pages..

[of course, the problem with a "Linux Beginner" forum at the top of
the page is that from then on it will be FILLED with posts like "I
downloaded openSUSE, double clicked on it and nothing happened. WTF!
This @%#¤ sucks! How do you expect me to try it!?!"]

--
platinum
Reply With Quote
Reply
Page 1 of 3 1 23

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




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2