Skip to main content

Home/ Linux/ Group items tagged cache

Rss Feed Group items tagged

Zoe Rake

Intel Pentium 4 2.8 GHz SKT 478 L2 Cache 1 MB RK80546PE0721M | INTEL Processors - 0 views

  •  
    Overview * Product Type: Processor * Processor Type: Intel Pentium 4 * CPU Speed: 2.8 GHz * Bus Speed: 533 MHz * Bus/Core Ratio: 21 * Manufacturing Technology: 90 nm * Core Stepping: D0 * L2 Cache Size: 1 MB * L2 Cache Speed: 2.8 GHz * Thermal Design Power: 89W * Thermal Specification: 69.1°C * VID Voltage Range: 1.25V-1.4V * Warranty: 1 Year
anonymous

Disk IO information with a Unix / Linux background - 0 views

  • The disk's ITR rating and internal cache size can be critical when tuning maxcontig (maximum contiguous I/O size). Note: maxphys and maxcontig must be tuned at the same time. The unit of measurement for maxphys is bytes; maxcontig is in blocks. maxcontig can be changed via the mkfs, newfs or tunefs commands.
  •  
    The disk's ITR rating and internal cache size can be critical when tuning maxcontig (maximum contiguous I/O size). Note: maxphys and maxcontig must be tuned at the same time. The unit of measurement for maxphys is bytes; maxcontig is in blocks. maxcontig can be changed via the mkfs, newfs or tunefs commands.
Krizna G

How to configure DNS server in ubuntu 14.04 - 0 views

  •  
    DNS server is used to resolve domain name into IP address. There are three common DNS server configurations can be done using BIND, caching nameserver, pri
Ken Wei

Drop Caches - 0 views

shared by Ken Wei on 08 Feb 07 - Cached
Josef Jezek

How to synchronize with SSH | Chunhao's Blog - 4 views

  • #!/bin/sh sshfs -o workaround=rename username@sshserver:/path/html/wiki wiki-remote/ echo "Synchronising with sshserver" unison /var/www/dokuwiki/data ./wiki-remote/data \ -fastcheck yes \ -ignore 'Path cache' \ -ignore 'Path locks'
  • Modify it to fit your actual environment. Note that the argument of sshfs command “-o workaround=rename”, this prevents the “renaming problem“.
1 - 11 of 11
Showing 20 items per page