Minix3: ?
 



# easypack links_0.99



---------------------------------------



Symbian- GNU/Linux
 



# emerge bluez-utils kdebluetooth


# HCId options
options {
	autoinit yes;
	security auto;
	pairing multi;
	pin_helper /usr/lib/kdebluetooth/kbluepin;
}



# RFCOMM configuration file.

rfcomm0 {
	bind yes;
	device 00:02:EE:98:7E:AC;
	channel	1;
	comment "Symbian";
}


# rc-update add bluetooth default


# USE="X bluetooth sms" emerge gnokii


# nano w /root/.gnokiirc


[global]
#  Bluetooth-  
port = 00:02:EE:98:7E:AC
#  Ch#,        
rfcomm_channel = 14

model = series60
initlength = default
connection = bluetooth
use_locking = yes
smsc_timeout = 10

[gnokiid]
bindir = /usr/sbin/

[connect_script]
TELEPHONE = 12345678
[disconnect_script]

[logging]

debug = off
rlpdebug = off
xdebug = off


# emerge bemused


#     
mp3dir=/home/danielw/mp3
# ,    (, xmms  mplayer)
xmmsdir=xmms


# bemusedlinuxserver


# transcode i test.avi o test_nokia.avi -C 1 -y xvid4 -Q 5,5 -Z 208x176 --export_fps 24.000,3 -E 16000 -b 32,0,3,2 -R 0 -w 192,25,100



---------------------------------------



  VIM
 



#!/bin/sh
xterm -fn -*-console-*-*-normal-*-16-*-*-*-*-*-*-* -fg white -bg black -geom 117x42 "$@"


# wrapper-xterm -e vim


set keymap=russian-jcukenwin


noremap  <S-Tab> :let &iminsert = ! &iminsert<CR>
inoremap <S-Tab> <C-^>
noremap! <S-Tab> <C-^>


"    n   
set scrolloff=2
set sidescrolloff=2


"    
set listchars=tab:>-,trail:_,precedes:<,extends:>


"    
set mouse=a


"  n 
set textwidth=78
"  
set linebreak


" 
map <F11> :let &number = ! &number<CR>
" 
map <S-F11> :let &wrap =! &wrap<CR>


"       
autocmd VimLeavePre * silent mksession! ~/.vim/lastSession.vim


" /  
set ignorecase
"   
set smartcase


" 
set tabstop=4
set softtabstop=4
" 
set shiftwidth=4
" 
set smarttab


" -- -
highlight Comment ctermfg=darkgreen


"   
set title
"   
set showmatch
"  ""  "* 
set clipboard=unnamed


"  Page Up/Down,        (   / ,    PgUp/PgDown)
nmap <PageUp> <C-S-U><C-S-U>
imap <PageUp> <C-O><C-S-U><C-O><C-S-U>
nmap <PageDown> <C-S-D><C-S-D>
imap <PageDown> <C-O><C-S-D><C-O><C-S-D>

