RCS |
# RCS wrapper to help make all files versioned
vim() {
if [ ! -e `dirname $1`/RCS ] ; then
mkdir -v `dirname $1`/RCS
fi
if [ -e `dirname $1`/RCS/$1.v ] ; then
co -l $1
/usr/bin/vim $1
ci -u $i
else
ci -u $1
co -l $1
/usr/bin/vim $1
ci -u $1
fi
}
: rcs unix admin |
Linux 7 :) |
|
: linux |
SeaTools for DOS |
: seatools iso syslinux flash boot |
|
|
: |
CFLAGS, CXXFLAGS ? |
- " ?" - " ?".
? FireFox5, , , , 20%, . , , ( ) . , . (, , ), /, - , SQL , http- , , proxy, mail , 20 %.
|
: gentoo cflags optimization |
OutOfMemoryException Java |
|
: java oome |
Clojure |
|
: clojure muddle |
|
|
|
: magic |
|
|
echo some text | perl -Mbigint -pe 'map{($s<<=8)|=$_}unpack"C*";$_="dc -e ${s}P\n"'
: jokes fun |
rlwrap - readline , |
$ rlwrap netcat localhost 25
|
: rlwrap readline |
XPRA - "screen" X- |
xpra start :1
DISPLAY=:1 someguiapp
ssh -X username@hostname
xpra attach
: xpra persistence gui linux |