A head's up on a recommendation I've submitted to improve information accuracy in these Forums
http://forums.opensuse.org/showthrea...ne-description
Basically. basic information about the machine should be included so any help is relevant to the machine.
The following command can be executed on the machine and the results prepend the forum post, provides the following information:
- OS
- OS version
- Desktop
- Kernel
Although my suggested command isn't a certainty, that should not prevent anyone from executing on the subject machine if they wish
(copy and paste into a root console and run)
TSU
http://forums.opensuse.org/showthrea...ne-description
Basically. basic information about the machine should be included so any help is relevant to the machine.
The following command can be executed on the machine and the results prepend the forum post, provides the following information:
- OS
- OS version
- Desktop
- Kernel
Although my suggested command isn't a certainty, that should not prevent anyone from executing on the subject machine if they wish
(copy and paste into a root console and run)
Code:
cat /etc/*release | grep PRETTY_NAME= && uname -a