Announcement

Collapse
No announcement yet.

HELP NEEDED!!!!

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #61
    Re: HELP NEEDED!!!!

    Originally posted by SNL888

    also since updating my system .20 things are running a little slower.... anyway i can sort this out?

    also (how many time now lol) i want to get rid of the older version of linux- eg. .14 and .19 version from my GRUB - how do i do this...

    im gona hit google in the meantime but if you know of the top off your head that would be appreciated

    CHEERS MATE (how S*** needs to check the football score )
    To see if anything is hogging resources, and slowing everything else down, you can do a couple of things:

    Hit ctrl+esc which will start the kde system monitor. that will list all the processes that are running and the resources they are using. Right clicking on a process will give you the opportunity to kill it. I'd avoid that one until you know what the process in question does.

    Another option is to open a terminal and type

    Code:
    top
    That will launch a system monitor in the terminal. As it is run at a lower level it might be more accurate. Generally one possible culprit is is a process called akonadi. Whether you need it running or not depends on the applications you are running as there are a number of apps that need it to run before the will function properly.

    Your question about grub is really more about Kernels to be honest. When by way of update you pick up a new kernel the system updates grub and you can boot into any of the kernels you have available. This can be useful because a new kernel version might not play too nicely with something on your system. You would not be the first to download a new kernel and find your machine won't boot. However because the old ones are retained, you have a failsafe, because you can choose the one to use.

    Updates to existing kernels can also cause problems (although I can't recall having one) so it's sensible to have 2 kernels installed - the latest available and an earlier one that is known to work - that one is unlikely to be further updated. You can get rid of the others. Decide the 2 you need to keep. Do it with synaptic. Type kernel in the search box and look for those with a green box that shows they are installed. Mark for removal (right click) packages for the version you want to remove then click apply. Unwanted kernels will then be removed. Grub will automatically be updated when the job is finished so in reboot the grub list will be thinned. If it isn't then you have left a stray package and will need to remove it.

    HTH

    Ian

    Comment


      #62
      Re: HELP NEEDED!!!!

      Hey Lads,

      I am currently removeing the old kernal as i am typing this.... oh thats was quick... anyway

      i have been going throu the processing checking them out, seeing what they do etc... but i have a question... does any one of a website that you can type the process name in and it will provide you with information as to what the kernal does....

      also in regards to processes etc... does any one of any software thats is good for cleaning your system etc... a bit like revolt for windows (very good big of kit might i add)

      i am also looking into this .bash_aliases and quite frakle these things are SWEET.... make life easier... i like that...

      does any one have any good aliases for me to install that i might use...

      also i am been looking around the internet for tutorials and excersise to do in the konsole for practice and i am gona start to try the networking side of things.... i love security (sad i know :P) wanna know more about this..

      does anyone have any goood references??

      Cheers lads hope things are all good and well, plus the weekend is gona b upon us

      Comment


        #63
        Re: HELP NEEDED!!!!

        Originally posted by SNL888
        i have been going throu the processing checking them out, seeing what they do etc... but i have a question... does any one of a website that you can type the process name in and it will provide you with information as to what the kernal does....
        www.google.com

        Comment


          #64
          Re: HELP NEEDED!!!!

          Hi again

          The starter pack I earlier referred to is a pretty good intro to most things Linux.

          Cleaning, well that is an interesting one. Generally the most effective bit of cleaning you can do is

          Code:
          sudo apt-get clean
          If you have been updating your system for a month or 2 that will free up a fair amount of disk space. What that deletes is all the packages downloaded via apt-get (or your package manager). For the most part, once they are installed, you don't need the packages again.

          If you are talking about file removal for a performance increase then I would tend to forget it. There is no registry to clean up, no disk defragging generally necessary. Performance suffers when the disk does start to get really full but a sudden loss of performance is usually because of a problem, rather than lack of maintenance.

          Not sure about the best place to hunt for the processes, but a glossary of kernel processes is here

          http://kernelnewbies.org/KernelGlossary#K

          HTH

          Ian

          Comment


            #65
            Re: HELP NEEDED!!!!

            Originally posted by skunk
            Originally posted by SNL888
            i have been going throu the processing checking them out, seeing what they do etc... but i have a question... does any one of a website that you can type the process name in and it will provide you with information as to what the kernal does....
            www.google.com
            I like apropos processname and man processname
            Welcome newbies!
            Verify the ISO
            Kubuntu's documentation

            Comment

            Working...
            X