Shammer's Philosophy

My private adversaria

2014-03-01から1ヶ月間の記事一覧

Bind Install & Configuration on Debian

Install apt-get update apt-get install bind9 apt-get install dnsutils Config At default, only localhost is managed on this DNS server. I configured to manage my domain for other steps.

Create Debian Squeeze VM on XenServer 6.2

I use XenServer after long time. I install XenServer 6.2 and create Debian VM whose version is Squeeze. I downloaded the VM installer from Internet, the procedure is below. Start VM creation wizard on XenCenter Select Debian Squeeze 6.0 te…

try tcprewrite

There is a packet re-sending tool, named tcpreplay tried at this article before. And there is a case also to modify the L2/L3 information of those packets. There is a tool to do it, it is tcprewrite. I tried to generate a Lisp script like …

apt-get でDVD要求

DVD からDebianをインストールした場合、apt-get install XXX を実行するとインストールDVDを求められてしまった。ほとんどネットインストールを使用していたからこんなこと今までなかったが、どうやらインストールソースが記憶されていて、apt-get 実行時に…

Lisp Packet Generator を作る・その2

この記事の続きでLisp Packet Generatorを作ってみる。手元の環境で、適当なローカルの宛先のパケットを取得した。その時のSYNパケットでやってみる。取得したパケットは以下のようになっている。 $ tshark -x -i en0 -Y "ip.addr eq 10.255.162.2 && tcp.fl…

Configure snmp on Debian wheezy

su - edit /etc/apt/sources.list because some packages are not located on main apt source servers. apt-get update apt-get install snmp apt-get install snmp-mibs-downloader New /etc/apt/sources.list is below. # # deb cdrom:[Debian GNU/Linux …

Modify $HOME/.bashrc

I modify $HOME/.bashrc on wheezy 7.4. remove # from the line 82, alias grep='grep --color=auto' add export PS1="\u@\h:\W \$"

Lenovo X1 Carbon へ wheezy 7.4 をインストール

Lenovo X1 Carbon というLaptop Lenovo がマウスポインタの形状を変えてきている。だんだんとMacに近づいてきているような・・・17インチモデルだと、Laptop のキーボードもテンキーがついたりと、個人的には残念な方向に。個人的には、 Laptopにテンキー…