Shammer's Philosophy

My private adversaria

Debian

Organizing Debian Install Procedure

I wrote some articles about Debian installation, such as below. Install Debian wheezy with least software - Shammerism Using NetworkManager on Debian - Shammerism Try UIM - Shammerism These articles are not all. For example, I wrote about …

Try UIM

iBus makes SKK private dictionary reset, so I look for other IME. Then, I found uim-skk. Installing UIM is easy. su - apt-get update apt-get install uim apt-get install uim-skk After installed above packages, edit ~/.xprofile. In my enviro…

iBus-SKK resets private jisyo file

I have no idea why the fact I will write below would be happened. I use Dropbox from my office Mac, private Mac, private Linux, and sync SKK private jisyo file via Dropbox.When using Mac client, there is no problem. But I use Linux, my pri…

Dropbox Debut!

I have used GoogleDrive as my personal cloud to save my own data which I would like to backup. But, GoogleDrive is NOT supported Linux, there is no Linux client. That GoogleDrive has no Linux client makes me frustrated, and I try other per…

Install JavaSDK and apache-tomcat on Debian

I install JavaSDK and apache-tomcat on my environment, each products version are below. Debian Squeeze JavaSDK 7u65 Apache Tomcat 7.0.54 JavaSDK can be downloaded from Oracle Web Site, and Apache Tomcat can be downloaded from Apache Web Si…

Using NetworkManager on Debian

Change how to manage Debian network Debian has a network management application named NetworkManager. I have ever configured my Debian's network configuration by writing /etc/network/interfaces manually. It is no problem if I would like to…

How to connect Starbucks Free Wifi on my Debian?

Starbucks provides free Wifi at stores. We can use this free Wifi at Starbucks with registering some informations from at_STARBUCKS_Wi2.But there is no explanation how to connect their wifi by Linux commands. This stands to reason because …

Install vsftpd into Debian Squeeze

Install vsftpd I use Debian Squeeze as server for test. I have no article about vsftpd so I write this article as my memo. The procedure to configure vsftpd is below. su - apt-get update apt-get install vsftpd edit /etc/vsftpd.conf comment…

Missing Power Off Icon on Debian wheezy

I have no idea why, but I faced with the fact that there is no icon about shutdown in the menu showed by click username at the right-top Desktop. I found how to show Power Off icon. apt-get install gnome-tweak-tool apt-get install gnome-sh…

Favorite aliases

Debian whezzy has $HOME/.bash_aliases. This is invoked from $HOME/.bashrc if this file exists. I write aliases which I prefer to. alias ccl='ccl -K :UTF-8' alias ccl64='ccl64 -K :UTF-8' alias tshark='tshark -t ad' alias tcpdump='tcpdump -n…

How to share skk user-dictionaries between ibus-skk and ddskk?

I installed ibus-skk a couple weeks ago and have been using ibus-skk. But I have a question about user-dictionary that ibus-skk wouldn't save my translate recordings.This reason is very simple because there is no directory where ibus-skk d…

replace ifconfig to ip

I have used ifconfig when configure network interfaces. But, my colleague recommends ip command. So I note the basic procedure how to configure ethernet by ip command. ip link set $ETHER_NAME up ip addr add $IP_ADDRESS/$SUBNET brd + dev $E…

Install and use ibus-skk on wheezy

I installed Debian wheezy with English environment. So there is no input-method, such as Anthy, ATOK. I would like to use SKK not only Emacs but other application. Then, I search and select ibus-skk which is one of the SKK implementations …

Install Wireshark on Debian Wheezy

using package tool su - apt-get install wireshark from source code(Development Release?) Get Wireshark tarball from Wireshark site su - apt-get update apt-get install bison apt-get install flex apt-get install libpcap-dev apt-get install l…

Creating wheezy VM on VirtualBox

This site introduces Guest Additions. Guest Additions is like XenServer Tools that optimizing VM guest to Virtual Environments. Installing Guest Additions into Debian wheezy procedure: Launch VM Device menu->Guest Additions のCDイメージを…

Replace Linux Terminal

I installed GNOME-Terminal at this article, but this terminal is not satisfied me. I use iTerm on my MacBookAir, and iTerm has functions to sprit window. But GNOME-Terminal has only tab function. I want to use terminal like iTerm on my Deb…

Install Debian wheezy with least software

I have installed Debian wheezy(7.4) several days ago. At that time, I select GNOME Desktop Environment so there are many applications which I will never use and I don't know how to use. Then, I re-installed Debian wheezy(7.4) again at leas…

SLIME Configuration on my Debian

Quicklisp helps us to configure SLIME. I referenced this site InstallingSlime – Clozure CL. Install Quicklisp (ql:quickload :quicklisp-slime-helper) After finished (ql:quickload :quicklisp-slime-helper), the following message are shown. To…

Install skkserver in Debian wheezy

su - apt-get install skkdic apt-get install skkdic-extra apt-get install skkdic-cdb apt-get install dbskkd-cdb add following configurations to Emacs init file (setq skk-server-host "localhost") (setq skk-server-jisyo "/usr/share/skk/SKK-JI…

Install Emacs 24.3 on Debian 7.4

I install Emacs 24.3 on Debian 7.4. I referenced my blog on 2013/03/05. In my memory, target OS was Debian Squeeze at that time. But now, current OS is Debian wheezy. I guess the procedure is almost same, though something will be different…

bash_profile aliases

I use tshark command for analyzing captured packets. But this command output has no time-format. My favorite option of tshark time-format is "-t ad", but it is boring to add this option every time. I add the alias to $HOME/.bash_profile as…

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 実行時に…

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にテンキー…

Install ClozureCL to Debian

ClozureCL can't be installed by apt-get on Debian. There is a tar.gz file of closure common lisp and using this file enables to install. The step is below. su - wget ftp://clozure.com/pub/release/1.9/ccl-1.9-linuxx86.tar.gz(Version will be…

try tcpreplay

Steps capture packet which I need to re-send check above step packet by tcpdump -r XXX.pcap -X tcpreplay -i $ETH_NAME $CAPTURED_PACKET packet capturing record open 2 terminal windows execute "tcpdump -i $ETH_NAME $FILTER" at one window exe…