Network setup for KVM-QEMU
Qemu is a virtualization tool to virtualize IO including disk, network adapters. Typically, it supports
Qemu is a virtualization tool to virtualize IO including disk, network adapters. Typically, it supports
Pritunl is an open source enterprise VPN platform which is used to easily build free
1. Donload jdk package from Oracle: wget –header “Cookie: oraclelicense=accept-securebackup-cookie” http://download.oracle.com/otn-pub/java/jdk/8u40-b26/jdk-8u40-linux-x64.tar.gz 2. Setop JDK Environmentsudo
根據http://jasonpowell42.wordpress.com/2013/04/05/install-apache-2-4-4-on-centos-6-4/ ,但是安裝時要注意configure cd /usr/src/ wget http://ftp.tc.edu.tw/pub/Apache//httpd/httpd-2.4.9.tar.gz tar xzvf httpd-2.4.9.tar.gz cd httpd-2.4.9
Recently, the PHP’s crypt function crashed in my designed new system. In fact, in my
While I am installing the Intel Ethernet I210 adaptor, I find it can not be
I-List is a very helpful links share platform to share your collected links. It provides
[筆記一下自己學Autoconf, Automake這一類的GNU Build Tool。][2013/07/14 更新:把linker 引用libraries的順序寫得更清楚一些。] 身為常常用Linux的程式設計師兼MIS人員來說,在Linux系統上面要編譯程式是很家常便飯的事情。最常用的指令是./configure; make; make install ,筆者稱之為「大三元」。只是如果今天角色互換,變成我們來開發程式,並且把程式以開放原始碼的方式發送出去,該怎麼做呢?其實上述說的大三元指令,是由GNU Build System提供的aclocal, autoconf, automake幫你產生configure
This post is to note some materials for Linux ioctl function: ioctl: hdio Linux kernel
I’ve translated my old post into English version with Italic font type. 這是一個簡單的範例程式,用來備份mysql用的。 This is