Markus Blog What's going on Internet?

19Nov/096

Ubuntu 9.04 Keyboard Mapping Problem on Tight VNC

After logged in to VNC server, I get problem with the keyboard mapping on Ubuntu 9.04. When I type "abcdefghij" I get "asdfghjkl;". After searching on Google, the problem was submitted as a bug and the work around is by adding:

export XKL_XMODMAP_DISABLE=1

In VNC’s xstartup file:  $HOME/.vnc/xstartup

You have to add the line export XKL_XMODMAP_DISABLE=1 before /etc/X11/Xsession or gnome-session (in case you use GNOME)

Tagged as: , 6 Comments
19Nov/0910

Install Tight VNC Server on Ubuntu 9.04 Jaunty Jackalope

Previously I installed TightVNC server on Ubuntu 8.10 which I posted the tutorial here. Today I setup a new Virtual Private Server (VPS) with Ubuntu 9.04 installed (still haven’t got Ubuntu9.10 Xen template, so I didn’t install the latest version).

(Note: before you install TightVNC you have to install a window manager first, I use GNOME and the tutorial I wrote before is still working on Ubuntu 9.04, you can read it here)

23Sep/091

ClamAV 95.2 error while loading shared libraries

I installed ClamAV 95.2 on a server today, the installation went OK and no error is shown but when I tried to run virus scanning I got this error message:

clamscan: error while loading shared libraries: libclamav.so.6: cannot open shared object file: No such file or directory

to fix this problem I run this command:

ldconfig

and clamscan can work fine.

Tagged as: 1 Comment
24Aug/0918

Installing Gnome and VNC Remote Desktop on Centos VPS

After writing a how-to on installing Gnome and VNC server on Ubuntu Linux, this time I blog on the same tutorial but now I use Centos 5.3 Linux.

It’s almost similar with Ubuntu, but on Centos we use YUM instead of apt-get command. Both package managers have its own fans, nevertheless both yum and apt-get deliver an easy to use package installer.

To read the how-to please go to: http://www.talk.web.id/2009/08/installing-vnc-remote-desktop-on-centos-vps/ as I write it for Talk Web ID. If you like the tutorial or have questions, please write on the comment box.

Tagged as: , , , 18 Comments
19Aug/091

Squid NT on Windows 7

I wrote an tutorial article for Talk Web Id on how to install Squid Web Cache on Windows 7. It have step-by-step tutorial beginning with downloading the Squid zip package until setting the browser to use the proxy server. You can read the article here: http://www.talk.web.id/2009/08/installing-squid-web-proxy-server-on-windows-7/

2Aug/0953

Installing VNC Remote Desktop on Ubuntu Linux VPS

I have a linux Ubuntu 8.10 VPS that I would like to have GUI and use it as remote desktop pc just like what we can do with Windows XP. Here are the steps that I run.

22Jul/090

no_pubkey apt-get update

I just installed a virtual machine using Ubuntu linux and got NO_PUBKEY error messages when tried to update my Ubuntu installation using "apt-get update" command. To fix this you'll need to install some gpg key:

gpg --keyserver wwwkeys.eu.pgp.net --recv 9AA38DCD55BE302B
gpg --export --armor 9AA38DCD55BE302B | apt-key add -
20Jan/09111

Squid Transparent Proxy Server on Windows Server 2003

In this article I’ll talk on how to setup a transparent proxy on Windows Server 2003 using Squid NT. Squid NT is a port from Linux base proxy server called Squid. I have successfully installed and configured Squid transparent proxy on Windows Server and here is how I do it.

Installing Squid NT is very easy, first you can download Squid NT here, and then you can follow my old tutorial here: http://markus.revti.com/2007/06/installing-squid-cache-for-windows/

Although installing Squid NT is easy, however configuring transparent proxy on Windows version of Squid is a bit tricky as Squid NT have its limitation. From Squid NT website it’s stated: “Transparent Proxy: missing Windows non commercial interception driver”.

Page 2 of 512345