Bench Bristle Schal coffee khaki
Artikelnummer: As2085
34,90 €
inkl. MwSt. zzgl. Versand
Schwarzer Schal von Bench in Häkeloptik. Das Bench Logo ist auf einem grauem Band am Ende des Schals aufgedruckt. Passend zu den Bristle Armwärmern und der Bristle Mütze. 30 % Wolle, 70 % Acryl.
----
word verification: nutgat
2008-12-03
worth_mentioning.myspace.businessweek
from Michael Wolff's Calm, Reasoned Analysis Of MySpace, And The "Cretins" That Flock To It
MW: I don’t think that’s true. I think it is--if you’re on MySpace now, you’re a [expletive] cretin. And you’re not only a [expletive] cretin, but you’re poor. Nobody who has beyond an 8th grade level of education is on MySpace. It is for backwards people.
MW: I don’t think that’s true. I think it is--if you’re on MySpace now, you’re a [expletive] cretin. And you’re not only a [expletive] cretin, but you’re poor. Nobody who has beyond an 8th grade level of education is on MySpace. It is for backwards people.
2008-09-11
2008-08-06
Humor: How to configure ATI R300 / Intrepid (93)
Google this: IntensivVerarmungsKurzurlaube
----
rogera@mc:~$ history 1000 | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
93 sudo
71 l
71 g
24 for
21 xx
20 0
17 vi
14 ll
12 more
10 cp
----
aliases since 1990, so some are somewhat historic....
rogera@mc:~$ cat .aliases
alias gb="git branch"
alias gci="git commit -a -m "
alias gs="git status"
alias ga.="git add ."
alias irb="irb --readline -r irb/completion $*"
# .aliases
alias a="alias"
a cls="clear"
a h="history"
# typo support
a m="less"
a mroe="less"
a moer="less"
a more="less"
a j="jobs"
a l="ls -Fa"
a lr="ls -FaR"
a ll="ls -alF"
a r="fc -s"
a t="cd *; l"
a tf="tail -f"
a xemax="xemacs -nw"
a xmx="xemacs -nw"
a xl="logout"
a xx="exit"
a g="cd $*"
a go="cd $*"
a 0="cd .."
a 1="cd 1_*; l"
a 2="cd 2_*; l"
a 3="cd 3_*; l"
a 4="cd 4_*; l"
a 5="cd 5_*; l"
a 6="cd 6_*; l"
a 7="cd 7_*; l"
a 8="cd 8_*; l"
a 9="cd 9_*; l"
#a vi="pfe32 $*"
a vi="vim $*"
a vim="vim -X $*"
# cvsshorties
a cdf=cvsdifffinder
a 777="chmod 777 "
a 775="chmod 775 "
a 664="chmod 664 "
a a_e="(cd ~;vi .aliases); a_r"
a a_r=". ~/.aliases"
# dos commands
a dir="l"
a edit="vi"
# project specific
a grogera="g //rogera//rogera; l"
a grogera="g_r"
a gcyg="g //d/bin/cygnus/cygwin-b20; l"
a gctmp="g //c/temp/"
a gtmp="gctmp"
a gdtmp="g //d/temp/"
# @home
a gs1="g //c/server001; l"
a gs2="g //c/server002; l"
a gs3="g //c/server003; l"
a gss="g //c/smlsrv; l"
# @bsd
alias gports="g /usr/ports; l"
# jrun support
a glogs="g //e/jrun/jsm-default/logs"
a vjlog="view_jrunlog.sh"
# db tool
a isa="isql -Usa -P"
a isagc="mysql dbDebisGC"
a isegc="mysql -E dbDebisGC"
# reach homebase
a ghome="ssh rogera.dyndns.org"
echo aliases loaded..
#echo ""
rogera@mc:~$
----
rogera@mc:~$ history 1000 | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
93 sudo
71 l
71 g
24 for
21 xx
20 0
17 vi
14 ll
12 more
10 cp
----
aliases since 1990, so some are somewhat historic....
rogera@mc:~$ cat .aliases
alias gb="git branch"
alias gci="git commit -a -m "
alias gs="git status"
alias ga.="git add ."
alias irb="irb --readline -r irb/completion $*"
# .aliases
alias a="alias"
a cls="clear"
a h="history"
# typo support
a m="less"
a mroe="less"
a moer="less"
a more="less"
a j="jobs"
a l="ls -Fa"
a lr="ls -FaR"
a ll="ls -alF"
a r="fc -s"
a t="cd *; l"
a tf="tail -f"
a xemax="xemacs -nw"
a xmx="xemacs -nw"
a xl="logout"
a xx="exit"
a g="cd $*"
a go="cd $*"
a 0="cd .."
a 1="cd 1_*; l"
a 2="cd 2_*; l"
a 3="cd 3_*; l"
a 4="cd 4_*; l"
a 5="cd 5_*; l"
a 6="cd 6_*; l"
a 7="cd 7_*; l"
a 8="cd 8_*; l"
a 9="cd 9_*; l"
#a vi="pfe32 $*"
a vi="vim $*"
a vim="vim -X $*"
# cvsshorties
a cdf=cvsdifffinder
a 777="chmod 777 "
a 775="chmod 775 "
a 664="chmod 664 "
a a_e="(cd ~;vi .aliases); a_r"
a a_r=". ~/.aliases"
# dos commands
a dir="l"
a edit="vi"
# project specific
a grogera="g //rogera//rogera; l"
a grogera="g_r"
a gcyg="g //d/bin/cygnus/cygwin-b20; l"
a gctmp="g //c/temp/"
a gtmp="gctmp"
a gdtmp="g //d/temp/"
# @home
a gs1="g //c/server001; l"
a gs2="g //c/server002; l"
a gs3="g //c/server003; l"
a gss="g //c/smlsrv; l"
# @bsd
alias gports="g /usr/ports; l"
# jrun support
a glogs="g //e/jrun/jsm-default/logs"
a vjlog="view_jrunlog.sh"
# db tool
a isa="isql -Usa -P"
a isagc="mysql dbDebisGC"
a isegc="mysql -E dbDebisGC"
# reach homebase
a ghome="ssh rogera.dyndns.org"
echo aliases loaded..
#echo ""
rogera@mc:~$
2008-06-25
NotaBene.r20080625
If you have something tough, give it to the Americans. If you have something difficult, give it to the Indians. If you have something impossible, give it to the Russians.
2008-03-08
2008-01-16
rtag.rtalk.tagspeak
..increase on radar.
opml mix
g-reader vs bloglines, tech vs. human
snip.here only.
rel:forth.
ha. wolf.
flt:media->miro?check.
opml mix
g-reader vs bloglines, tech vs. human
snip.here only.
rel:forth.
ha. wolf.
flt:media->miro?check.
Abonnieren
Posts (Atom)