Meet Canonical’s New CEO
2 hours ago

(require 'color-theme)
(color-theme-initialize)
(color-theme-robin-hood
(setq jabber-account-list
'(("email@gmail.com"
(:network-server . "talk.google.com")
(:connection-type . ssl))))

cat /etc/bitlbee/bitlbee.conf |grep -v "#"
[settings]
RunMode = inetd
User = bitlbee
DaemonInterface = 127.0.0.1
DaemonPort = 6667
ClientInterface = 0.0.0.0
AuthMode = Open
ConfigDir = /var/lib/bitlbee/
PingInterval = 0
[defaults]
bash-4.0$ cat /etc/xinetd.d/bitlbee
# default: off
# description: bitlbee is an IRC gateway to other IM networks.
service ircd
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = bitlbee
bind = 127.0.0.1
server = /usr/sbin/bitlbee
type = UNLISTED
port = 6667
log_on_failure += USERID
}
service xinetd start
chkconfig xinetd on
M-x erc
IRC Server: 127.0.0.1
IRC Port:6667
Nick:zer0c00l
Password:
register 'password'
account add jabber email@gmail.com 'password'
account on 0
dd if=/dev/sr0 of=/media/disk-1/fedora11.iso
yum install httpd syslinux tftp-server dhcp system-config-kickstart
service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot/
per_source = 11
cps = 100 2
flags = IPv4
}
/etc/init.d/xinetd start
allow booting;
allow bootp;
ddns-update-style interim;
ignore client-updates;
authoritative;
subnet 172.16.16.0 netmask 255.255.240.0 {
option subnet-mask 255.255.240.0;
option broadcast-address 172.16.31.255;
range dynamic-bootp 172.16.28.2 172.16.28.240;
next-server 172.16.24.199 ;
filename "pxelinux.0";
}
/etc/init.d/dhcpd start
system-config-kickstart
mount -o loop /media/disk-1/fedora11.iso /var/www/html/fedora11/
service httpd start
DEFAULT pxeboot
TIMEOUT 10
LABEL pxeboot
KERNEL vmlinuz
APPEND initrd=initrd.img ksdevice=eth0 ks=http://172.16.24.199/ks.cfg lang=en_US keymap=us
ONERROR LOCALBOOT 0

sudo yum install openssh
bash-3.2$ ssh-keygen
Generating public/private rsa key pair.
Enter file in which to save the key (/home/zer0c00l/.ssh/id_rsa):/home/zer0c00l/.ssh/id_rsa_test
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in id_rsa_test.
Your public key has been saved in /home/zer0c00l/.ssh/id_rsa_test.pub.
The key fingerprint is:
fb:db:03:4d:43:ca:37:02:0f:b6:90:22:ca:71:60:15 zer0c00l@localhost
The key's randomart image is:
+--[ RSA 2048]----+
| ooE. . |
|..... o + . |
|..o. . o * o |
|.. . = = |
| S = o |
| .. . |
| . . |
| . .. |
| o... |
+-----------------+
bash-3.2$
bash-3.2$ cat /home/zer0c00l/.ssh/id_rsa_test.pub
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA0nQ56VUU7nHjBWZPUja1nsCofdYfJhAu9XZtcixKBTZp6lKgQxnOwXYszhk6W9eV/GRcht3DL7L6i1pnyc8vic1xpC9/tkMcwEkglLhWfN3SNR6MmNPTb4mM1DeLCdyd5f7Ff6kYgy2s8RmYBf2YopfbMUlyXIlKec1AHIsqvG+YixCMTOpl5io0619ac1R0xaP6E7h8hepvUEGcKmBnuxg8UhEifj+m3NG3XJvWWUx1zTvB1CXyFNx3qiFj+UxkdrmeDO/PdEPd9HcaN1jX3e1Y+jqUD8QdlEVAC9tkGIN6mG3BpVgWdsRlMtEFUPsHPFGC6tmjzuJAVOT1Hk5ROQ== zer0c00l@localhost
bash-3.2$
git clone git://gitorious.org/kalaisurabi_php_code/mainline.git