文章目錄 The architecture of AsteriskLessons from the architecture of AsteriskReference: The architecture of AsteriskLessons from the architecture of Asteriskconcepts of channelTelephony endpoints are represented as channels,
You should always dedicate fixed amount of RAM for Xen dom0.This can be done by specifying "dom0_mem=512M" option for Xen hypervisor (usually xen.gz) in grub.conf/menu.lst. This makes sure the initial size of memory allocated for dom0 is 512 MB
文章目錄 The architecture of AudacityLessons from the architecture of Audacityreferences The architecture of AudacityLessons from the architecture of Audacityuser interface should be discoverable: people should be able to sit
在xen4.1之前,通過設定/etc/xen/xend-config.sxp中的(network-script network-bridge)可以讓xend來自動化佈建橋接器。但是xen4.1之後不建議這麼做:When using the xl toolstack the host networking configuration is not configured by the toolstack but rather administrators are required to setup
https://blueprints.launchpad.net/nova/+spec/lvm-disk-imagesRecently, we have implemented LVM disk support functionality (based on our work for Diablo) and successfully delivered it to upstream.New LVM image backend can be enabled by
ping通過ICMP回應要求和應答實現一些不錯ping的樣本:轉自http://www.thegeekstuff.com/2009/11/ping-tutorial-13-effective-ping-command-examples/Ping Example 1. Increase or Decrease the Time Interval Between PacketsBy default ping waits for 1 second before sending the next
1. ICMP協議格式ICMP報文是在IP資料報內部傳輸的: | IP頭部 | ICMP報文 |ICMP報文格式: Bits 0–7 8–15 16–23 24–31 0 Type Code Checksum 32 Rest of HeaderType – ICMP type as specified below.Code – Subtype to the given type.Checksum – Error
This article is written to address sometimes incorrect usage of the “dd” program to measure disk write performance on a VPS by some visitors of the lowendbox.com website, and is originally based on this question and my answer to it.Initially