Results 1 to 2 of 2

Thread: How to Clean the directory. Thumbnails on Linux

  1. #1
    Join Date
    May 2008
    Posts
    171

    How to Clean the directory. Thumbnails on Linux

    Most Linux desktops are capable of displaying thumbnails of images. They retain these thumbnails to allow a faster displays.

    The problem is that these miniatures tend to accumulate, taking more and more space. Here's how to automatically clean up the thumbnails.
    • Create the file / etc / crond.daily / clean_thumbnails: sudo gedit / etc / cron.daily / clean_thumbnails
    • Paste in:
      Code:
      #! / bin / sh 
        nice find / home / yourlogin. thumbnails-name "*. png"-mtime 15 | xargs rm-f
    • Make this file executable: chmod + x / etc / cron.daily / clean_thumbnails

  2. #2
    Join Date
    May 2008
    Posts
    171

    Re: How to Clean the directory. Thumbnails on Linux

    This cleaning is no longer necessary with Ubuntu 8.10: The system will purge itself thumbnails.
    The cache is cleared if there is an excess of the maximum age and miniatures or the maximum cache size; This configuration with gconf-editor in:
    / desktop / gnome / thumbnail_cache / max_size (maximum cache size)
    / desktop / gnome / thumbnail_cache / max_age (maximum age of a miniature)

Similar Threads

  1. Changing a Directory’s Ownership in linux
    By Abagail in forum Operating Systems
    Replies: 6
    Last Post: 29-05-2011, 08:09 PM
  2. Restoring NVIDIA directory in Linux
    By Fragman in forum Operating Systems
    Replies: 3
    Last Post: 24-02-2010, 11:48 PM
  3. Active Directory in Linux
    By Benjamin in forum Networking & Security
    Replies: 3
    Last Post: 16-07-2009, 11:54 AM
  4. How To remove directory in linux
    By Vespera in forum Operating Systems
    Replies: 3
    Last Post: 16-05-2009, 02:41 PM
  5. Want to Clean up linux disk space.
    By MARCIA in forum Operating Systems
    Replies: 3
    Last Post: 02-03-2009, 11:56 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,519,595.26139 seconds with 17 queries