Oct 19

How to enable apache module (ex. mod_rewrite)?

You must type in console:

a2enmod rewrite

If you want to enable new virtual host you must type:

a2ensite blog.ns.wtc.pl

Where blog.ns.wtc.pl is file saved in /etc/apache2/sites-available.

written by rzelazko

Oct 10

If you’ve problems with encoding in Wine you must:

  1. Install packages: msttcorefonts and xfs
  2. Copy fonts from /usr/share/fonts/msttcorefonts to ~/.wine/drive_c/windows

written by rzelazko

Oct 08

To install SmartSVN on Debian / Ubuntu type in console:

wget -c http://rafekz.one.pl/smartsvn_3.0.2.deb
aptitude install sun-java6-jre
dpkg -i smartsvn_3.0.2.deb

written by rzelazko

Oct 08

To install RealVNC Viewer Enterprise 4.3.1 on Debian / Ubuntu type in console:

wget -c http://rafekz.one.pl/realvncviewer_4.3.1.deb
dpkg -i realvncviewer_4.3.1.deb

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

To install windows version of RealVNC Enterprise on linux go to: http://rafal.zelazko.info/(…)realvnc-viewer-on-linux/

written by rzelazko