How to install fcitx on fedora 18

安装 fcitx 输入法及配置工具: sudo yum install fcitx fcitx-pinyin fcitx-configtool 配置以允许使用 iBus 之外的输入法:gsettings set org.gnome.settings-daemon.plugins.keyboard active false 在终端使用 $ im-chooser 或者利用输入法配置工具选择 fcit

Kernel structures

All Kinds of structs include/linux/netdevice.h /* The DEVICE structure. Actually, this whole structure is a big mistake. It mixes I/O data with strictly “high-level” data, and it has to know about almost every data structure used in the INET module. FIXME: cleanup struct net_device such that network protocol info moves out. */ struct net_device { /* * This is the first field of the "visible" part of this structure * (i.

some cmd for ipsec

Start IPsec: ipsec setup start Verify IPsec: ipsec eroute ipsec verify ipsec barf ipset auto –status Show IPsec stats ip xfrm state ip xfrm policy Set IPsec On client: #!/bin/bash ip xfrm state flush ip xfrm policy flush ip addr add 2000::1/64 dev eth0 ip xfrm state add src 2000::1 dst 2000::2 proto esp spi 0x1000 mode transport enc des3_ede enc_des3_ede_secret_key1 auth sha1 auth_sha1_secret_key1 ip xfrm state add src 2000::2 dst 2000::1 proto esp spi 0x2000 mode transport

How to add a cert key

Use the following script to generate the keys 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 #!/bin/bash #echo "[LUCIEN]clear database" #certutil -D -n "serverKey.crt" -d /etc/ipsec.d/ #certutil -D -n "clientKey.crt" -d /etc/ipsec.d/ find |grep -v test.