Dec 03

To convert *.ogv to *.avi file you can use (ogv2avi):

mencoder -idx input.ogv -ovc lavc -oac mp3lame -o output.avi

Offcourse there must be installed mencoder. To install it:

echo "deb http://debian-multimedia.org/ sid main" >> /etc/apt/sources.list
aptitude update
aptitude install mencoder w32codecs

Some other converts (ffmpeg required):
*.flv to *.ogv (flv2ogv):

ffmpeg -i input.flv -acodec vorbis -ac 2 -vcodec libtheora -f ogg output.ogv

*.ogv to *.flv (ogv2flv):

ffmpeg -i in.ogg -b 384000 -s 640x480 -pass 1 -passlogfile log-file out.flv

written by rzelazko \\ tags: , , , , , , , ,

Nov 28

This howto describe installation process of SVNManager od Debian, should also work on Ubuntu. Howto based on http://redimp.de/(…)SVNManager.html.

First step is installation of apache2 and php5, it won’t be describe here.
Next step is installation of necessary packages

aptitude install php-pear libapache2-svn subversion
pear install -f -o VersionControl_SVN

Continue reading »

written by rzelazko \\ tags: , , , ,

Sep 29

To install additional codecs, libraries, fonts, drivers, etc. on your wine installation download winetricks and run this wonderfull software.

Installation:

wget http://www.kegel.com/wine/winetricks
chmod a+x winetricks
sudo cp winetricks /usr/sbin
/usr/sbin/winetricks

written by rzelazko \\ tags: , , , ,

Sep 29
QTlen is linux client of Tlen.pl network. Unlike other program this type for linux, QTlen is developing on QT library.

To install QTlen you must take the following steps:

At first you must install nescessery packages:

sudo aptitude install qt3-dev-tools qt4-qmake checkinstall

Continue reading »

written by rzelazko \\ tags: , , , , , , , , ,

May 09

To install the newest package from experimental distr. you shoud take the following steps.
Installing the newest imagemagick: Continue reading »

written by rzelazko \\ tags: , ,

Mar 20

To install PgAdmin 1.8.2 on Debian testing / sid take the following steps: Continue reading »

written by rzelazko \\ tags: , , , , ,

Feb 28

To install RealVNC Viewer Enterprise - M$ Windows version with windows scaling, etc. on your Debian / Ubuntu you should type in console:

wget -c http://rafekz.one.pl/realvncviewerwine_4.3.2.deb
aptitude install wine
dpkg -i realvncviewerwine_4.3.2.deb

Now you can run VNCViewer by clicking VNCViewer (WINE) option in Accessories menu.

This version requires WINE 0.9.45 or above.

To install oryginal Linux RealVNC Viewer go to: http://rafal.zelazko.info/(…)/realvnc-viewer-enterprise/

written by rzelazko \\ tags: , , , , , ,

Feb 18

Nice tutorial I’ve found at http://www.aboutdebian.com/dns.htm

written by rzelazko

Jan 09

This howto will illustrate a way to install and configure Subversion and websvn on a Debian server: http://www.howtoforge.com/debian_subversion_websvn

written by rzelazko

Dec 19

To install Xdebug (as PECL extension) on Debian Linux you should take the following steps:
Continue reading »

written by rzelazko \\ tags: , , , , , , ,