Mar 20

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

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

Feb 28

RealVNC Viewer Enterprise Edition is secure, robust and easily-administered remote-control system. Main features this version of VNC program are: integrated session security, cross-platform VNC chat, desktop scaling, cross-platform interoperability, file transfer, integrated VNC address book.
Native linux build isn’t as good as MS Windows version. That why I build Debian package for Wine version of this VNC viewer software.

RealVNC Viewer Enterprise installed on Debian Sid computer with Wine 1.1:
RealVNC Viewer Enterprise on Debian Sid Continue reading »

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

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

Jul 10

Install
To install hamachi on debian or ubuntu follow steps:

sudo su
aptitude install build-essential
wget -c http://www.rafekz.one.pl/hamachi_0.9.9.9.20.deb
dpkg -i hamachi_0.9.9.9.20.deb
rm hamachi_0.9.9.9.20.deb

Whats next?
If you have hamachi installed you can:

  • Join to network
    sudo hamachi -c /etc/hamachi join <network> [<password>]
  • Create your own network
    sudo hamachi -c /etc/hamachi create <network> [<password>]
  • Log in to hamachi
    sudo hamachi -c /etc/hamachi login
  • Go online
    sudo hamachi -c /etc/hamachi go-online <network>
  • List users in your networks:
    sudo invoke-rc.d hamachi status
    (you can enter this command twice to view nicknames)

written by rzelazko