Journey of an IT Architect

  • DICOM data encoding

    DICOM is a standard for medical imaging exchanges, originally in radiology, but later expanded into other departments where mass imaging data are acquired, such as…

    Read
  • Linux Admin Basics 3 of 3 – text processing, regex, sed & awk

    Most of the text processing can be processed by awk and sed. Sed is non-interactive stream editor that allows you to specify all editing instructions…

    Read
  • cron and anacron in RedHat Linux (How logrotate works)

    Cron and anacron We all know cron is a job scheduler. Many admin uses crontab to manage scheduled task. It is also important to know…

    Read
  • Basics Terms in Linux OS

    These are the things quite confusing or abstract while I was at school but now makes lots of sense after many years working with different…

    Read
  • CentOS – Remove Swap safely

    If the default installation has swap on, you will see it from block device list: Many installations require swap to be off for performance reasons…

    Read
  • Cassandra Architecture

    Excerpts from Cassandra The Definitive Guide Gossip and Failure Detection Cassandra uses a gossip protocol that allows each node to keep track of state information…

    Read