Read Prerequisites page.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 VyOS開発あれこれ | |
1.1 ツールやサイト | |
1.1.1 OS | |
1.1.1.1 Debian6 | |
1.1.2 言語 | |
1.1.2.1 Perl | |
1.1.2.2 C | |
1.1.3 ツール | |
1.1.3.1 git | |
1.1.3.2 github |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a |
apt-get install dh-make
$ cat >>~/.bashrc <<EOF
DEBEMAIL="[email protected]"
DEBFULLNAME="Firstname Lastname"
export DEBEMAIL DEBFULLNAME
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'celluloid' | |
require 'pp' | |
class Sample | |
include Celluloid | |
include Celluloid::Logger | |
finalizer :shutdown | |
def send_message |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vyos@vyos:~$ show version | |
Version: VyOS 1.0.4 | |
Description: VyOS 1.0.4 (hydrogen) | |
Copyright: 2014 SO3 Group | |
Built by: [email protected] | |
Built on: Mon Jun 16 15:58:49 UTC 2014 | |
Build ID: 1406161558-32e5690 | |
System type: x86 64-bit | |
Boot via: livecd | |
Hypervisor: VMware |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a config file for the Zabbix agent daemon (Unix) | |
# To get more information about Zabbix, visit http://www.zabbix.com | |
############ GENERAL PARAMETERS ################# | |
### Option: PidFile | |
# Name of PID file. | |
# | |
# Mandatory: no | |
# Default: |
http://sources.debian.net/src/zabbix/1:2.2.5%2Bdfsg-1
ちなみに過去のあらゆるバージョンのソースとバイナリら取得可能です。