From 9135e6a355a85808ab713d7b4ea360ba6639663a Mon Sep 17 00:00:00 2001 From: arrow_zhang Date: Sun, 24 Aug 2008 15:16:52 -0700 Subject: [PATCH] [UP] store, use 40G disk. --- archlinux_conf/etc/ion3/cfg_statusbar.lua | 1 + archlinux_conf/etc/rc.local | 1 + archlinux_conf/home/.bashrc | 1 - archlinux_conf/home/.bin/shell/arrow-git-init | 18 +-- archlinux_conf/home/.fetchmailrc | 25 ++-- .../home/.ion3/default-session--0/cfg_statusd.lua | 1 + .../home/.ion3/default-session--0/saved_layout.lua | 140 ++++++++---------- .../.ion3/default-session--0/saved_queryhist.lua | 158 +++++++++++---------- archlinux_conf/home/.mutt/mailcap | 9 ++ archlinux_conf/home/.mutt/mutt_alias | 7 + archlinux_conf/home/.muttrc | 67 +++++++-- archlinux_conf/home/.vimrc | 1 + archlinux_conf/home/.xsession | 1 + resource | 8 +- viki/misc/about.viki | 2 +- 15 files changed, 247 insertions(+), 193 deletions(-) rewrite archlinux_conf/home/.fetchmailrc (85%) rewrite archlinux_conf/home/.ion3/default-session--0/saved_queryhist.lua (91%) create mode 100755 archlinux_conf/home/.mutt/mailcap create mode 100755 archlinux_conf/home/.mutt/mutt_alias mode change 100644 => 100755 archlinux_conf/home/.muttrc diff --git a/archlinux_conf/etc/ion3/cfg_statusbar.lua b/archlinux_conf/etc/ion3/cfg_statusbar.lua index 9d6fc14..4540046 100644 --- a/archlinux_conf/etc/ion3/cfg_statusbar.lua +++ b/archlinux_conf/etc/ion3/cfg_statusbar.lua @@ -84,6 +84,7 @@ mod_statusbar.launch_statusd{ -- Don't use the keyword 'spool' as it's reserved for mbox. mail={ --update_interval=60*1000, + update_interval=180*1000, --mbox=os.getenv("MAIL"), --files={}, --update_interval=60*1000, diff --git a/archlinux_conf/etc/rc.local b/archlinux_conf/etc/rc.local index 2c84cac..6877711 100755 --- a/archlinux_conf/etc/rc.local +++ b/archlinux_conf/etc/rc.local @@ -3,5 +3,6 @@ # /etc/rc.local: Local multi-user startup script. # +modprobe loop ln -s /work/tmp/cu /tmp/ ln -s /work/tmp/cu/arrowup/ /work/arrowup/tmp diff --git a/archlinux_conf/home/.bashrc b/archlinux_conf/home/.bashrc index 8d3a0f7..f67554c 100644 --- a/archlinux_conf/home/.bashrc +++ b/archlinux_conf/home/.bashrc @@ -83,7 +83,6 @@ export SVNLINUX="https://linuxsys.googlecode.com/svn/trunk" export SIP_DOMAIN=localhost export XTERM=rxvt export XTERMCMD=rxvt -export MAIL=/var/mail/arrow export PS1="\u@\H:\W> " #export PS1="\015\033[1m\u@\H:\W> \033[0m" diff --git a/archlinux_conf/home/.bin/shell/arrow-git-init b/archlinux_conf/home/.bin/shell/arrow-git-init index aad45d7..845b458 100755 --- a/archlinux_conf/home/.bin/shell/arrow-git-init +++ b/archlinux_conf/home/.bin/shell/arrow-git-init @@ -2,19 +2,19 @@ set -x echo "wait a moment ..." -git-init-db -git-add . +git init-db +git add . grep "arrow_zhang" .git/config > /dev/null if [ "$?" != 0 ]; then # echo "[user]" >> .git/config # echo " name=arrow_zhang" >> .git/config # echo " email=arrow_zhang@sdc.sercomm.com" >> .git/config - git-repo-config --add user.name arrow_zhang - git-repo-config --add user.email arrow_zhang@sdc.sercomm.com - git-repo-config --add hooks.mailinglist arrow_zhang@sdc.sercomm.com - git-repo-config --add hooks.announcelist - git-repo-config --add hooks.envelopesender + git repo-config --add user.name arrow_zhang + git repo-config --add user.email arrow_zhang@sdc.sercomm.com + git repo-config --add hooks.mailinglist arrow_zhang@sdc.sercomm.com + git repo-config --add hooks.announcelist + git repo-config --add hooks.envelopesender rm -f .git/hooks/post-receive ln -sf /git/git/script/post-receive-email .git/hooks/post-receive else @@ -23,8 +23,8 @@ fi if [ "$1" = "" ]; then # open editor if no comments - git-commit + git commit else - git-commit -m "$1" + git commit -m "$1" fi echo "done success [arrow]" diff --git a/archlinux_conf/home/.fetchmailrc b/archlinux_conf/home/.fetchmailrc dissimilarity index 85% index 5015a65..f5077cb 100755 --- a/archlinux_conf/home/.fetchmailrc +++ b/archlinux_conf/home/.fetchmailrc @@ -1,12 +1,13 @@ -# Configuration created Thu Aug 30 13:37:02 2007 by fetchmailconf 1.52 $Revision: 4740 $ -set logfile "/home/arrow/.fetchmail.log" -set postmaster "arrow" -set bouncemail -set no spambounce -set properties "" -set daemon 120 -poll pop.gmail.com with proto POP3 auth password and options uidl - user 'arrowworld@gmail.com' there with is 'arrow' here options keep ssl sslkey '59:51:61:89:CD:DD:B2:35:94:BB:44:97:A0:39:D5:B4' sslcert '/etc/ssl/certs' - -poll pop.gmail.com with proto POP3 auth password and options uidl - user 'arrow.ebd@gmail.com' there with is 'arrow' here options keep ssl sslkey '59:51:61:89:CD:DD:B2:35:94:BB:44:97:A0:39:D5:B4' sslcert '/etc/ssl/certs' +# Configuration created Fri Aug 22 21:58:24 2008 by fetchmailconf 1.52 $Revision: 4740 $ +set logfile "/home/arrow/.log.fetchmail" +set postmaster "arrow" +set bouncemail +set no spambounce +set properties "" +set daemon 320 +poll imap.gmail.com with proto IMAP auth password and options uidl + user 'arrowworld@gmail.com' there is 'arrow' here options fetchall ssl sslkey '/home/arrow/59:51:61:89:CD:DD:B2:35:94:BB:44:97:A0:39:D5:B4' sslcert '/etc/ssl/certs' + +poll imap.gmail.com with proto IMAP auth password and options uidl + user 'arrow.ebd@gmail.com' there is 'arrow' here options fetchall ssl sslkey '/home/arrow/59:51:61:89:CD:DD:B2:35:94:BB:44:97:A0:39:D5:B4' sslcert '/etc/ssl/certs' + diff --git a/archlinux_conf/home/.ion3/default-session--0/cfg_statusd.lua b/archlinux_conf/home/.ion3/default-session--0/cfg_statusd.lua index 53b34ca..3125846 100644 --- a/archlinux_conf/home/.ion3/default-session--0/cfg_statusd.lua +++ b/archlinux_conf/home/.ion3/default-session--0/cfg_statusd.lua @@ -6,6 +6,7 @@ return { ["load"] = { }, ["mail"] = { + ["update_interval"] = 180000, }, } diff --git a/archlinux_conf/home/.ion3/default-session--0/saved_layout.lua b/archlinux_conf/home/.ion3/default-session--0/saved_layout.lua index 3ed3b15..b8f4081 100644 --- a/archlinux_conf/home/.ion3/default-session--0/saved_layout.lua +++ b/archlinux_conf/home/.ion3/default-session--0/saved_layout.lua @@ -111,34 +111,6 @@ return { ["type"] = "WFrame", ["name"] = "WFrame<8>", ["managed"] = { - [1] = { - ["type"] = "WGroupCW", - ["name"] = "WGroupCW<4>", - ["geom"] = { - ["y"] = 23, - ["x"] = 1, - ["w"] = 1022, - ["h"] = 725, - }, - ["switchto"] = true, - ["sizepolicy"] = "full", - ["managed"] = { - [1] = { - ["type"] = "WClientWin", - ["windowid"] = 18874374, - ["checkcode"] = 2, - ["level"] = 1, - ["geom"] = { - ["y"] = 0, - ["x"] = 0, - ["w"] = 1022, - ["h"] = 725, - }, - ["bottom"] = true, - }, - }, - ["level"] = 0, - }, }, }, ["type"] = "WSplitRegion", @@ -226,14 +198,23 @@ return { ["h"] = 768, }, ["split_tree"] = { - ["regparams"] = { - ["mode"] = 1, - ["type"] = "WFrame", - ["name"] = "WFrame<7>", - ["managed"] = { + ["tls"] = 749, + ["tl"] = { + ["regparams"] = { + ["mode"] = 1, + ["type"] = "WFrame", + ["name"] = "WFrame<1>", + ["managed"] = { + }, }, + ["type"] = "WSplitRegion", }, - ["type"] = "WSplitRegion", + ["dir"] = "vertical", + ["brs"] = 19, + ["br"] = { + ["type"] = "WSplitST", + }, + ["type"] = "WSplitSplit", }, }, }, @@ -264,14 +245,23 @@ return { ["h"] = 768, }, ["split_tree"] = { - ["regparams"] = { - ["mode"] = 1, - ["type"] = "WFrame", - ["name"] = "WFrame<9>", - ["managed"] = { + ["tls"] = 749, + ["tl"] = { + ["regparams"] = { + ["mode"] = 1, + ["type"] = "WFrame", + ["name"] = "WFrame<9>", + ["managed"] = { + }, }, + ["type"] = "WSplitRegion", }, - ["type"] = "WSplitRegion", + ["dir"] = "vertical", + ["brs"] = 19, + ["br"] = { + ["type"] = "WSplitST", + }, + ["type"] = "WSplitSplit", }, }, }, @@ -302,14 +292,23 @@ return { ["h"] = 768, }, ["split_tree"] = { - ["regparams"] = { - ["mode"] = 1, - ["type"] = "WFrame", - ["name"] = "WFrame<11>", - ["managed"] = { + ["tls"] = 749, + ["tl"] = { + ["regparams"] = { + ["mode"] = 1, + ["type"] = "WFrame", + ["name"] = "WFrame<11>", + ["managed"] = { + }, }, + ["type"] = "WSplitRegion", }, - ["type"] = "WSplitRegion", + ["dir"] = "vertical", + ["brs"] = 19, + ["br"] = { + ["type"] = "WSplitST", + }, + ["type"] = "WSplitSplit", }, }, }, @@ -347,34 +346,6 @@ return { ["type"] = "WFrame", ["name"] = "WFrame<13>", ["managed"] = { - [1] = { - ["type"] = "WGroupCW", - ["name"] = "WGroupCW<3>", - ["geom"] = { - ["y"] = 23, - ["x"] = 1, - ["w"] = 1022, - ["h"] = 725, - }, - ["switchto"] = true, - ["sizepolicy"] = "full", - ["managed"] = { - [1] = { - ["type"] = "WClientWin", - ["windowid"] = 14680070, - ["checkcode"] = 3, - ["level"] = 1, - ["geom"] = { - ["y"] = 0, - ["x"] = 0, - ["w"] = 1022, - ["h"] = 725, - }, - ["bottom"] = true, - }, - }, - ["level"] = 0, - }, }, }, ["type"] = "WSplitRegion", @@ -509,14 +480,23 @@ return { ["h"] = 768, }, ["split_tree"] = { - ["regparams"] = { - ["mode"] = 1, - ["type"] = "WFrame", - ["name"] = "WFrame<2>", - ["managed"] = { + ["tls"] = 749, + ["tl"] = { + ["regparams"] = { + ["mode"] = 1, + ["type"] = "WFrame", + ["name"] = "WFrame<2>", + ["managed"] = { + }, }, + ["type"] = "WSplitRegion", }, - ["type"] = "WSplitRegion", + ["dir"] = "vertical", + ["brs"] = 19, + ["br"] = { + ["type"] = "WSplitST", + }, + ["type"] = "WSplitSplit", }, }, }, diff --git a/archlinux_conf/home/.ion3/default-session--0/saved_queryhist.lua b/archlinux_conf/home/.ion3/default-session--0/saved_queryhist.lua dissimilarity index 91% index 2c69bc0..197e0c7 100644 --- a/archlinux_conf/home/.ion3/default-session--0/saved_queryhist.lua +++ b/archlinux_conf/home/.ion3/default-session--0/saved_queryhist.lua @@ -1,76 +1,82 @@ --- This file has been generated by Ion. Do not edit. -return { - [1] = "run:ge top", - [2] = "workspacename:play", - [3] = "run:firefox", - [4] = "workspacename:firefox", - [5] = "workspacename:ge(top)", - [6] = "menu.mainmenu:session/restart", - [7] = "run:xpdf /work/ebooks/linux_device_driver/ldd3_pdf/ch18.pdf", - [8] = "menu.ctxmenu:", - [9] = "run:stardict", - [10] = "workspacename:stardict", - [11] = "menu.mainmenu:session/exit", - [12] = "ssh:arrow", - [13] = "menu.mainmenu:session/save", - [14] = "framename:play", - [15] = "framename:unassign", - [16] = "framename:wine", - [17] = "workspacename:stock", - [18] = "workspacename:notes", - [19] = "run:stock", - [20] = "run:xpdf /work/ebooks/linux_device_driver/ldd3_pdf/ch17.pdf", - [21] = "workspacename:xpdf", - [22] = "framename:stock", - [23] = "workspacename:noassign", - [24] = "workspacename:*scratchws*", - [25] = "workspacename:WGroupWS<8>", - [26] = "framename:screen", - [27] = "framename:notes", - [28] = "framename:stardict", - [29] = "framename:noassign", - [30] = "framename:tuxcmd", - [31] = "framename:xpdf", - [32] = "framename:firefox", - [33] = "framename:ge(top)", - [34] = "framename:cmd_2", - [35] = "framename:cmd_1", - [36] = "workspacename:first", - [37] = "windowname:/work/music /-/arrow@arrowup", - [38] = "windowname:/work/ebooks/linux_device_driver/ldd3_pdf /-/arrow@arrowup", - [39] = "windowname:Arch Linux - Vimperator", - [40] = "windowname:Xpdf: /work/ebooks/linux_device_driver/ldd3_pdf/ch17.pdf", - [41] = "run:xpdf /work/ebooks/linux_device_driver/ldd3_pdf/ch16.pdf", - [42] = "man:", - [43] = "windowname:Xpdf: /work/ebooks/linux_device_driver/ldd3_pdf/ch16.pdf", - [44] = "run:", - [45] = "ssh:", - [46] = "man:xpdf", - [47] = "ssh:s203", - [48] = "workspacelayout:", - [49] = "workspacename:", - [50] = "run:arxvt", - [51] = "lua:", - [52] = "windowname:zzasdf (/tmp/zz中å\155½) - GVIM", - [53] = "windowname:/tmp/zz中å\155½ /-/arrow@arrowup", - [54] = "windowname:X_HAVE_UTF8_STRING xmb - Google æ\144\156ç´¢ - Vimperator", - [55] = "run:rxvt", - [56] = "windowname:~ /-/arrow@arrowup", - [57] = "windowname:/work/.opt/xfonts /-/arrow@arrowup", - [58] = "windowname:/usr/local/etc/ion3 /-/arrow@arrowup", - [59] = "lua:help", - [60] = "windowname:", - [61] = "lua:ioncore.snapshot();", - [62] = "framename:third", - [63] = "framename:second", - [64] = "framename:first", - [65] = "workspacename:WGroupWS", - [66] = "workspacename:WGroupWS<1>", - [67] = "man:strcpy", - [68] = "run:sudo halt", - [69] = "lua:ioncore.restart();", - [70] = "lua:ioncore.shutdown();", - [71] = "workspacename:fourth", - [72] = "framename:fourth", -} - +-- This file has been generated by Ion. Do not edit. +return { + [1] = "windowname:~ /-/arrow@arrowup", + [2] = "run:stardict", + [3] = "workspacename:stardict", + [4] = "run:firefox", + [5] = "menu.mainmenu:session/restart", + [6] = "man:", + [7] = "run:xpdf /work/ebooks/linux_device_driver/ldd3_pdf/ch18.pdf", + [8] = "workspacename:star", + [9] = "workspacename:firefox", + [10] = "run:", + [11] = "run:echo $MAIL", + [12] = "windowname:deplate.ini (/work/git.arrow/archlinux_conf/home/.deplate) - VIM", + [13] = "windowname:How to do web-based presentation with deplate -- The Environment - Vimperator", + [14] = "windowname:Deplate â\128\147 create latex, docbook, html documents or web-pages from wiki-like markup -- Embedded Code - Vimperator", + [15] = "menu.ctxmenu:window-info", + [16] = "run:ge top", + [17] = "workspacename:play", + [18] = "workspacename:ge(top)", + [19] = "menu.ctxmenu:", + [20] = "menu.mainmenu:session/exit", + [21] = "ssh:arrow", + [22] = "menu.mainmenu:session/save", + [23] = "framename:play", + [24] = "framename:unassign", + [25] = "framename:wine", + [26] = "workspacename:stock", + [27] = "workspacename:notes", + [28] = "run:stock", + [29] = "run:xpdf /work/ebooks/linux_device_driver/ldd3_pdf/ch17.pdf", + [30] = "workspacename:xpdf", + [31] = "framename:stock", + [32] = "workspacename:noassign", + [33] = "workspacename:*scratchws*", + [34] = "workspacename:WGroupWS<8>", + [35] = "framename:screen", + [36] = "framename:notes", + [37] = "framename:stardict", + [38] = "framename:noassign", + [39] = "framename:tuxcmd", + [40] = "framename:xpdf", + [41] = "framename:firefox", + [42] = "framename:ge(top)", + [43] = "framename:cmd_2", + [44] = "framename:cmd_1", + [45] = "workspacename:first", + [46] = "windowname:/work/music /-/arrow@arrowup", + [47] = "windowname:/work/ebooks/linux_device_driver/ldd3_pdf /-/arrow@arrowup", + [48] = "windowname:Arch Linux - Vimperator", + [49] = "windowname:Xpdf: /work/ebooks/linux_device_driver/ldd3_pdf/ch17.pdf", + [50] = "run:xpdf /work/ebooks/linux_device_driver/ldd3_pdf/ch16.pdf", + [51] = "windowname:Xpdf: /work/ebooks/linux_device_driver/ldd3_pdf/ch16.pdf", + [52] = "ssh:", + [53] = "man:xpdf", + [54] = "ssh:s203", + [55] = "workspacelayout:", + [56] = "workspacename:", + [57] = "run:arxvt", + [58] = "lua:", + [59] = "windowname:zzasdf (/tmp/zz中å\155½) - GVIM", + [60] = "windowname:/tmp/zz中å\155½ /-/arrow@arrowup", + [61] = "windowname:X_HAVE_UTF8_STRING xmb - Google æ\144\156ç´¢ - Vimperator", + [62] = "run:rxvt", + [63] = "windowname:/work/.opt/xfonts /-/arrow@arrowup", + [64] = "windowname:/usr/local/etc/ion3 /-/arrow@arrowup", + [65] = "lua:help", + [66] = "windowname:", + [67] = "lua:ioncore.snapshot();", + [68] = "framename:third", + [69] = "framename:second", + [70] = "framename:first", + [71] = "workspacename:WGroupWS", + [72] = "workspacename:WGroupWS<1>", + [73] = "man:strcpy", + [74] = "run:sudo halt", + [75] = "lua:ioncore.restart();", + [76] = "lua:ioncore.shutdown();", + [77] = "workspacename:fourth", + [78] = "framename:fourth", +} + diff --git a/archlinux_conf/home/.mutt/mailcap b/archlinux_conf/home/.mutt/mailcap new file mode 100755 index 0000000..845f1cd --- /dev/null +++ b/archlinux_conf/home/.mutt/mailcap @@ -0,0 +1,9 @@ +#text/html; lynx -dump %s; copiousoutput; nametemplate=%s.html + +# text/html; lynx -dump %s; copiousoutput; nametemplate=%s.html +# text/html; w3m %s; copiousoutput; nametemplate=%s.html +text/html; w3m %s; nametemplate=%s.html; copiousoutput +# text/html; lynx --dump %s; nametemplate=%s.html; copiousoutput +# application/msword; wvHtml --charset=gb2312 %s - | lynx --dump -stdin; nametemplate=%s.html; copiousoutput +application/msword; wvHtml --charset=UTF-8 %s - | w3m %s; nametemplate=%s.html; copiousoutput + diff --git a/archlinux_conf/home/.mutt/mutt_alias b/archlinux_conf/home/.mutt/mutt_alias new file mode 100755 index 0000000..8158387 --- /dev/null +++ b/archlinux_conf/home/.mutt/mutt_alias @@ -0,0 +1,7 @@ +# alias wy Wang Yin + +alias kernel linux_kernel +alias travial linux_travial +alias arrowworld arrowworld +alias arrow.ebd arrow.ebd +alias sercomm arrow.sercomm diff --git a/archlinux_conf/home/.muttrc b/archlinux_conf/home/.muttrc old mode 100644 new mode 100755 index 2e262ca..18e353a --- a/archlinux_conf/home/.muttrc +++ b/archlinux_conf/home/.muttrc @@ -1,36 +1,72 @@ set header=no auto_view text/html +# auto_view text/html application/msword + # set move=yes set ascii_chars=yes -set noinclude -set indent_str=">>" +# include received mail +set include +# do not ask for reply mail addr +set fast_reply=yes +set indent_str="> " my_hdr From:arrowworld@gmail.com my_hdr Reply-To:arrowworld@gmail.com +set from=arrowworld@gmail.com +set envelope_from_address="arrowworld@gmail.com" +set from="arrowworld@gmail.com" +# alternates * arrowworld@gmail.com set pager_stop -set record="~/.mailsended" set charset="UTF-8" set send_charset="us-ascii:utf-8" set wait_key=yes - set editor="vim" -set mbox="~/.mutt_mbox -set sendmail="/usr/sbin/ssmtp" set use_from=yes -set from=arrowworld@gmail.com set envelope_from=yes -# alternates * arrowworld@gmail.com # set imap_force_ssl=yes -set locale=C -set message_cachedir="~/.tmp/" +set locale=en_US.UTF-8 # set certificate_file="~/.mutt_certificates" # set status_format="-%r-Mutt:%f[Msgs:%?M?%M/?%m%?n?New:%n?%?o?Old:%o?%?d?Del:%d?%?F?Flag:%F?%?t?Tag:%t?%?p?Post:%p?%?b?Inc:%b?%?l?%l?]---(%s/%S)-%>-(%P)---" +set message_cachedir="~/.tmp/" set tmpdir="~/.tmp/" -set envelope_from_address="arrowworld@gmail.com" -set from="arrowworld@gmail.com" set use_envelope_from=yes set use_from=yes +set sendmail="/usr/sbin/ssmtp" +set mailcap_path= ~/.mutt/mailcap +source ~/.mutt/mutt_alias +set alias_file=~/.mutt/mutt_alias +set mbox="~/.mutt/rcv-mbox-`LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 date +%Y-%m`" +set record="~/.mutt/sent-mail-`LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 date +%Y-%m`" +# set mbox="~/.mutt/rcv_mbox +# set record="~/.mutt/mail_sended" # use prev date file +set sort=reverse-date +# set sort=score +set sort_aux=reverse-date +set to_chars="+TCFL" +set resolve=yes +set noconfirmappend +set pager_index_lines=4 +# charset-hook ^us-ascii$ UTF-8 +# charset-hook ^gbk gb2312 +# charset-hook ^iso-8859-1$ gb2312 +# charset-hook !utf-8 gb2312 +# charset-hook .* gb2312 + +# folder-hook . 'macro index d "~/.mutt/trash\r"' +# folder-hook ~/.mutt/trash 'bind index d delete-message' +folder-hook . "ignore *; unignore from X-mailer date subject " +folder-hook sent.* "ignore *; unignore to date subject " +hdr_order X-mailer from to date subject + + +score "~N" +4 +score "~f KERNEL" +2 +score "~s PATCH" +3 +score "~D" -5 +score "~O" +1 +score "~s believe" -10 + # attachment,body, bold, header, hdrdefault, index, indicator, markers, message, normal, quoted, # quotedN, search, signature, status, tilde, tree, underline @@ -39,7 +75,8 @@ set use_from=yes ## status/menu color color status white blue -color attachment white cyan +# color attachment white cyan +color attachment cyan black color normal white black color bold white black color hdrdefault white black @@ -59,3 +96,7 @@ color body white black "*" color header white black "*" color index white black "*" # color quotedN white black + +subscribe linux-kernel@vger.kernel.org # subscribe mail, will do not reply to private mail addr + +# refer: http://www.kreny.com/docs/mutt.htm diff --git a/archlinux_conf/home/.vimrc b/archlinux_conf/home/.vimrc index 875df1c..2ad3f35 100644 --- a/archlinux_conf/home/.vimrc +++ b/archlinux_conf/home/.vimrc @@ -130,3 +130,4 @@ set wildmenu set wildmode=list:full let g:vimwiki_home = "~/wiki/" set paste +set backupcopy=auto,breakhardlink diff --git a/archlinux_conf/home/.xsession b/archlinux_conf/home/.xsession index 451c95d..a1c930f 100755 --- a/archlinux_conf/home/.xsession +++ b/archlinux_conf/home/.xsession @@ -23,6 +23,7 @@ A_TOOL_PATH=/work/.opt/mv_tools/bin #A_TOOL_PATH=$TOOL_PATH:/work/.opt/utils_work #A_TOOL_PATH=$TOOL_PATH:/work/.opt/iad6358/bin/ export PATH=$ARROW_PATH:$A_TOOL_PATH$XDM_PATH +export MAIL=/var/mail/arrow userresources=$HOME/.Xresources usermodmap=$HOME/.Xmodmap diff --git a/resource b/resource index c30efd7..6bbdc4b 100644 --- a/resource +++ b/resource @@ -10,7 +10,7 @@ ftp.cn.kernel.org:/pub/linux/kernel (kernel ftp at china) ftp.us.kernel.org:/pub/linux/kernel - - kernel web tec site + - kernel web technical site http://kernelnewbies.org/ http://kerneltrap.org http://sosdg.org/~coywolf/lxr/ (much refreshed kernel source repo) @@ -37,6 +37,12 @@ - Documentation/kernel-docs.txt - Documentation/applying-patches.txt +* work resource + - http://172.31.2.251:8001 (dot project) + - http://bpmap1.sercomm.com/eprocess/ (bpm, only IE) + - http://172.21.1.238/ (mantis) + + * tips - pivot_root (change the root file system, initrd) diff --git a/viki/misc/about.viki b/viki/misc/about.viki index 5d34a10..628d094 100644 --- a/viki/misc/about.viki +++ b/viki/misc/about.viki @@ -8,6 +8,6 @@ | | Jiangsu, China. Zip:215021 | | | Tel: 0086-512-6761-2332-1307 | | | Fax: 0086-512-6762-2332 | -| [[http://arrow.myhosting246.com][web]] | Arrow_zhang@sdc.sercomm.com | +| [[http://arrow.myhosting247.com][web]] | Arrow_zhang@sdc.sercomm.com | [[http://repo.or.cz/w/arrow.git][git web]] -- 2.11.4.GIT