All that we are is the result of what we have thought. The mind is everything. - Buddha
вторник, 21 июля 2009 г.
subversion problem
'db/transactions/3-1.txn': Permission denied
if u see this when u working with svn:
1. check permissions and ownership for svn directory
2. check SElinux/Apparmor
3. dunno
Ярлыки:
svn
суббота, 13 июня 2009 г.
.Xdefaults
My .Xdefaults
Slackware 12.2
urxvt*font: xft:monospace:pixelsize=12:antialias=false
URxvt*termName: xterm
URxvt*geometry: 115x33
URxvt*transparent: true
URxvt*tintColor: grey
URxvt*highlightColor: white
URxvt*shading: 30
URxvt*fading: 20
Slackware 12.2
urxvt*font: xft:monospace:pixelsize=12:antialias=false
URxvt*termName: xterm
URxvt*geometry: 115x33
URxvt*transparent: true
URxvt*tintColor: grey
URxvt*highlightColor: white
URxvt*shading: 30
URxvt*fading: 20
суббота, 30 мая 2009 г.
another way to make iso
dd if=/dev/cdrom of=/home/omi/file.iso bs=65535 conv=noerror
cat /dev/cdrom > /home/omi/file.iso
суббота, 23 мая 2009 г.
mplayer trash tip
mplayer -zoom -x 1680 -y 1050 -subcp cp1251 /path/to/video/file
With this mplayer run in 1680x1050 resolutions and use cp1251 for subbtitle encoding...
Ярлыки:
mplayer
tar split and unsplit archives
tar zcf /dev/stdout /home/omi | split -d -b 4000m - /home/home.tar.gz
in home dir: home.tar.gz00 home.tar.gz01 … etc.
cat /home/home.tar.gz0* > home.tar.gz or cat /home/home.tar.gz* | tar xz
Ярлыки:
tar
moc keys
I use moc instead mpd.
There is some usefull keys for control moc.
#----------------------------------------------------------------------
enter -- starts playing
s -- stops playing
n -- plays next item from the playlist
b -- plays previous item from the playlist
space -- pause
p -- pause
Подписаться на:
Сообщения (Atom)