Find the answer to your Linux question:
Results 1 to 5 of 5
I've had Debian Etch for a while and it certainly served me well without very much problems thanks to this forums help. My question is do I need to run ...
  1. #1
    fvs
    fvs is offline
    Linux Newbie
    Join Date
    May 2005
    Location
    Scranton, Pa
    Posts
    166

    Maintenence?

    I've had Debian Etch for a while and it certainly served me well without very much problems thanks to this forums help. My question is do I need to run some commands to maintain the system?
    I previously had a G4 and ran (periodic daily weekly monthly ) also (permission) commands to keep it up. Do I need to run any commands for Etch?

  2. #2
    Linux Enthusiast
    Join Date
    Dec 2004
    Posts
    637
    Other than applying security updates using apt, you should be good to go. The beauty of Linux' file systems is that you don't have to "defrag" as compared to NTFS and FAT file systems. If it's not broken then don't fix it.

  3. #3
    Just Joined!
    Join Date
    Jul 2004
    Location
    Panama
    Posts
    20
    You can keep it clean with:

    apt-get clean
    deborphan
    debfoster
    localepurge

    get rid of all the crud.

  4. #4
    Linux User Daan's Avatar
    Join Date
    Aug 2005
    Location
    The Netherlands
    Posts
    320
    For updating the software
    Code:
    $ apt-get update && apt-get dist-upgrade
    are the right commands, I think.

  5. #5
    fvs
    fvs is offline
    Linux Newbie
    Join Date
    May 2005
    Location
    Scranton, Pa
    Posts
    166

    Smile

    Thanks Guy's for all replies, Learned a lot.
    fvs

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •