Basics & Standards

Fundamentals, Concepts, and standards

  • 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
  • Basics of 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
  • Linux Admin Basics 2 of 3 – shell scripting

    Bash Options You can set bash option in two ways, with shopt or with set command. For example: Here is a list of options. I…

    Read
  • Linux Admin Basics 1 of 3 – Bash

    This article summarized my time-saving Linux tips, mostly with CentOS environment. Bash Shortcuts These shortcuts save a lot of arrow keystrokes. Some of them may…

    Read