Janquark

Differences between revisions 16 and 17
Revision 16 as of 2008-02-20 21:34:46
Size: 5476
Editor: dsdf-4db2d7df
Comment:
Revision 17 as of 2008-02-20 23:19:30
Size: 1506
Editor: dsdf-4db2d7df
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
 * Wikipage [https://help.ubuntu.com/community/Beginners/HowtoGetHelp HowtoGetHelp]
Line 29: Line 30:

= Quality of Help Enhancement =
'''some thoughts for helpers and the users seeking help'''

After reading some (quite a lot of threads) in this Absolute Beginners Section I realize there are two sorts of threads.

   1. ''Recurring Issues''
   2. ''Unique Issues''


The ''Unique Issues'' must be read as if it were your first day in the Linux World. You must forget every standard procedure and search for new ways, start being creative. Ask intelligent new questions which will guide the new user and also you as the helper to the core of the problem. The Unique Issues are the threads which will bring you knowledge to a higher level. Because when you stand still, not moving, only copy this paste that, your brain also makes a break. Sometimes this is very relaxing. But it should not become your target state.

But there are also the ''Recurring Issues''. Issues which are well known by the helpers which spent some time in this forum. This is the salient point of this thread. As the seeker of help start your thread with some input, so we can suggest a solution based on facts not on stories.

Also use a descriptive title for your new thread. "Help me, I am a new user, and hit the wall" is bad. "Wireless Broadcom 4311 Connectivity Issue" is good.

Another important point is that I do not want to write a guide how to solve every problem. I just want to stress the importance of being as exact as possible without to degenerate to a robot.
Please feel free to add your advices and suggestions, your important and recurring starting commands, your first ideas.

I hope this small thread will help to improve the great service this forums offers. I do not want to make the help unspiritual and static. But sometimes some input at the beginning would be nice...

PS: If you are interested in writing and have an idea for an essay or article dealing with Ubuntu check out my page
[http://www.laiconic.quotaless.com/ The Call]. Feel free to contribute. Just send me an email ( can be found on my page in the Impressum section ) or a private message in the [http://www.ubuntuforums.org/ Ubuntuforums].



= Help us to help you =

== Network Issues ==

Please post the output of these terminal commands to shed some light on your current network status.

 * ''iwconfig''
 * ''ifconfig''
 * ''sudo iwlist scan''
 * ''cat /etc/network/interfaces''


== Mounting Issues ==

Please post the output of these terminal commands to detect the current partition situation:

 * ''mount''
 * ''sudo fdisk -l''
 * ''cat /etc/fstab''


== Graphical Issues ==

and also other issues somehow linked with hardware. We have to know your hardware to help.
What driver do you have installed? Are you running Compiz ? Do you have installed some unusual applications in the past days? Are you dual-booting?

 * ''lspci''
 * ''lsusb''
 * ''sudo lshw''
 * ''cat /etc/X11/xorg.conf''

to test your card and show info run this

 * ''glxgears -info''

to reconfigure the Xserver automatically run this

 * ''sudo dpkg-reconfigure -phigh xserver-xorg''
 * ''startx''

Restarting GNOME

 * ''sudo /etc/init.d/gdm restart''


== Application Installation Issues ==

 * ''sudo apt-get update''
 * ''sudo apt-get upgrade''
 * ''cat /etc/apt/sources.list''

for fixing broken packages

 * ''sudo apt-get -f install''
 * ''sudo dpkg --configure -a''


== Other useful Terminal Commands ==

'''Navigating in Terminal'''

for changing the directory

 * ''cd''

for listing all files and folders in the current directory

 * ''ls''

You can use the TAB-key to automatically finish a long filename. For instance a file is named asadkjfnaskfnas.deb. Just type cd asa and press tab to auto-complete the file name.


'''List Command'''

for additional help on the list command run

 * ''ls --help''

list permissions in the current folder

 * ''ls -l''


'''Show free space in memory, cache and swap'''

 * ''free''

Show cpu usage, tasks running, memory and swap

 * ''top''

attachment:morihei.png

About

Michael Godawski aka Jan Quark

I am 22 years old. My first contact with Linux was some years ago with Linux Red Hat. But first I had to get to know Ubuntu to be all for it.

I dwell in the Ubuntu World for 4 months now, and I learned thousand times more than during the usage of other Operating Systems. If I learn something new I always try to pour this new gained knowledge into a tutorial or essay.

Because when there is a clear shape, the spirit can become clear too.

Special Projects

Janquark (last edited 2008-08-06 17:01:12 by localhost)