Professional blog


BlackBerry

Posted in Uncategorized by Yordan Georgiev on the April 22nd, 2007

, . ?

? ?

, . (, -)
, . . ,
, .

P-IMAP . . , push mail P-IMAP, , . … ( - )

Posted in Uncategorized by Yordan Georgiev on the April 11th, 2007

/ / . , , -. , !

, . . ?

. , . … … … …

: . . , .
, ! , , - :)

File System Benchmarking…

Posted in Linux by Yordan Georgiev on the March 19th, 2007

. ! , - . reiserfs, mount notail.

(, ) 4G. - ;)

Posted in Uncategorized by Yordan Georgiev on the March 18th, 2007

. . . , . , - , ?

, ? ! , - . , . 10 - .

http://www.kldn.net/?p=131

.. !

Posted in Project, Restore system DVD by Yordan Georgiev on the March 2nd, 2007

dialog, - . . :
Package: dialog
Priority: optional
Section: universe/misc
Installed-Size: 1188
Maintainer: Santiago Vila
Architecture: i386
Version: 1.0-20060221-1
Depends: libc6 (>= 2.4-1), libncursesw5 (>= 5.4-5), debianutils (>= 1.6)
Filename: pool/universe/d/dialog/dialog_1.0-20060221-1_i386.deb
Size: 208340

Posted in Project, Restore system DVD by Yordan Georgiev on the February 28th, 2007

.

1)
2) - tar.gz 800
3) - .

, USB mass storage. :
- ; - ; ; ; …

Posted in Project, Restore system DVD by Yordan Georgiev on the February 19th, 2007

- DVD. - boot’ - - . , - , .

.

:
* MBR .
* , .
* - - .
* , .
* CD/DVD

Touchpad on/off

Posted in HowTo, Linux by Yordan Georgiev on the February 12th, 2007

. , .
bash

#!/bin/bash

if [ "$(synclient -l | awk '$1=/TouchpadOff/ { print $3 }')" == "1" ] ; then    # Touchpad disabled

NEWSTATE="0"
 
MSG="Touchpad enabled"
 
else   # Touchpad enabled

NEWSTATE="1"
 
MSG="Touchpad disabled"
 
fi
 
synclient touchpadoff=${NEWSTATE}
 
[ "$(pidof dcopserver)" ] && dcop knotify default notify '' 'Touchpad' "${MSG}" '' '' 15 0

KDE. . :

[Desktop Entry]
Comment=
Comment[en_US]=
Encoding=UTF-8
Exec=’/home/dancho/bin/touch.bash’
GenericName=
GenericName[en_US]=
Icon=/usr/share/app-install/icons/ktouch.png
MimeType=
Name=touchpad on/off
Name[en_US]=touchpad on/off
Path=
StartupNotify=false
Terminal=false
TerminalOptions=
Type=Application
X-DCOP-ServiceType=none
X-KDE-SubstituteUID=false
X-KDE-Username=
X-Ubuntu-Gettext-Domain=desktop_kdebase

Posted in Uncategorized by Yordan Georgiev on the February 7th, 2007

!

« Previous Page