Orion Hubble
  • HOME
  • CATEGORIES
  • ARCHIVES
  • HOME
  • CATEGORIES
  • ARCHIVES
  • Design Patterns and UML

    Princinples The Open Closed Princinple(OCP)A module should be open for extension but closed for modification. In other words,...
     2019-10-02
    Read more 
  • Function Calling Conventions

    Terminology Passing arguments: “passing arguments” is a way of saying that the calling function is writing data in the place ...
     2018-12-26
    Read more 
  • KVM virtualization with Qemu

    Qemu Threads main thread: main_loop()/vl.c, main_loop_wait()/main-loop.c Waits for file descriptors to become readable or wri...
     2018-12-16
    Read more 
  • Memory Layout of C Programs

    A typical memory representation of C program consists of following sections. Text segment Initialized data segment Uninitial...
     2018-11-16
    Read more 
  • ATA, SATA, SCSI and SAS

    Abbreviations Abbreviation Acronym for ATA, IDE Advanced Technology Attachment, Integrated Drive Electronics SATA Seri...
     2018-11-06
    Read more 
  • Collection of Linux Weather Forcast

    Weather Forcast Short-term Forcast Time-based packet transmission CAKE queueing discipline: offers significantly better netwo...
     2018-10-03
    Read more 
  • Google Driver for Linux

    PurposeTo share directory between windows and linux enviroment with Google Driver. The most important reason to choose google...
     2018-09-28
    Read more 
  • Learn Vim

    Vim Modes Vim modes switch Remap <Esc> key, changing the leader key123# cat ~/.vimrc inoremap jk <Esc>let maplead...
     2018-09-08
    Read more 
  • Netfilter Framework

    IP sets, ipvs all based on the Linux kernel netfilter subsystem. Key Structures, Variables and Functions net/netfilter/core.c...
     2018-09-07
    Read more 
  • Open vSwitch Conntrack

    OVS can be used with the Connection tracking system where OpenFlow flow can be used to match on the state of a TCP, UDP, ICMP...
     2018-09-02
    Read more 
Prev Next
© 2018 - 2023  Orion
Powered by Hexo | Theme Keep v3.4.3