Articles in the system_administration category

  1. Set Mac OS X Time Zone from the Command Line

    Posted on in System Administration

    Viewing and changing the time zone in Mac OS X via the command line uses the systemsetup command:

    $ sudo systemsetup -gettimezone
    Time Zone: US/Eastern
    $ sudo systemsetup -listtimezones
    <snipped>
    $ sudo systemsetup -settimezone US/Central
    Set TimeZone: US/Central
    $ sudo systemsetup -gettimezone
    Time Zone: US/Central
    

    Set Mac OS X Time Zone from the Command LineThis command is available both …

  2. Archiving Windows Directories With 7-Zip and a FOR Loop

    Posted on in System Administration

    I recently needed to archive a bunch of old home directories on a CIFS share mounted on my Windows XP virtual machine. I wanted each home directory to be archived independently so that I would have lots of smaller zip files rather than one huge one. Additionally, maintaining the directory …

  3. Viewing NetApp A-SIS Deduplication Space Savings

    Posted on in System Administration

    Network Appliance (NetApp) advanced single-instance storage (A-SIS) deduplication is a free technology that ships with every NetApp filer. The technology works at the block level to efficiently compress volumes so that you can get more data in a limited space. All the deduplication setup and maintenance operations are controlled with …

  4. Warning: DocumentRoot does not exist

    Posted on in System Administration

    If you're using Red Hat Enterprise Linux (RHEL) or one of it's variants (CentOS, etc.), you may have noticed that using a non-standard document root for your Apache-based web site results in a DocumentRoot does not exist warning if the directory exists. The most likely cause of this problem is …

  5. Scrolling in screen

    Posted on in System Administration

    I use screen for various purposes. It's nice to be able to sit down at a different terminal and attach to my same session, for example. I also occasionally run some long-term commands that will blow up if my session is disconnected. The one thing I need to do with …

Slaptijack's Koding Kraken