Browsing articles from "October, 2007"
Oct
19

Apache modules, sites

By rzelazko  //  Apache, Lamp, Linux  //  1 Comment

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 your.domain.name

Where your.domain.name is file saved in /etc/apache2/sites-available.

Oct
10

Wine Encoding problems

By rzelazko  //  Linux, Wine  //  1 Comment

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
Oct
8

SmartSVN on Debian

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
Oct
8

RealVNC Viewer Enterprise

By rzelazko  //  Linux, My *.deb, VNC  //  No Comments

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/