Updates from markus RSS

  • HyperVM Xen Installation

    Markus 1:26 am on 9 August 2010 | 0 Permalink

    HyperVM installation consists of downloading either the hypervm-install-master.sh or hypervm-install-slave.sh from download.lxlabs.com and executing them as root. They will download all the required files and do the complete installation on their own. You will need to disable selinux. edit /etc/sysconfig/selinux and then run setenforce 0. Before you start to install there are several things need [...]
     
  • Registering 32-bit DLL on Windows Server SBS 2008 64-bit

    Markus 7:06 pm on 1 April 2010 | 0 Permalink

    Recently I'm installing a 32-bit application on a fresh installed Windows Server SBS 2008 which only comes in 64-bit version. This application that I'm installing is requiring a DLL file to be registered on the registry using the regsvr32 command. Here comes the problem with registering 32-bit DLL since 32-bit application see different "system32" in [...]
     
  • Installing suPHP on Centos 5

    Markus 10:31 pm on 11 March 2010 | 0 Permalink

    suPHP is a tool that allows PHP scripts to be executed with the permissions of their owners. By not running PHP script using web server’s user rights, suPHP increase the server security. First install httpd-devel and compiler tools: yum install httpd-devel gcc gcc-c++ make Download suPHP source code and extract it wget http://www.suphp.org/download/suphp-0.7.1.tar.gz tar -xvzf [...]
     
  • Disabling Zimbra View Mail Button on Administrator Console

    Markus 5:10 pm on 23 February 2010 | 0 Permalink

    I've been searching for a solution to disable the "View Mail" button in Zimbra's Administrator control panel. I think this "View Mail" button is not necessary and further more it is privacy breach as administrator can see all emails inside an email account. The new version 6.0 Network Edition seems to be able to do [...]
     
  • Install rTorrent Using CURL in Different Path on Centos Linux

    Markus 4:09 am on 15 December 2009 | 0 Permalink

    After I posted an article titled "Installing libTorrent and rTorrent on Linux Centos" one of my reader have a concern about dependencies as Centos already have older Curl installed by default. One way to avoid dependencies problem with Curl is by compiling the newest version to another directory and then compile rTorrent to use that [...]
     
  • Installing libTorrent and rTorrent on Linux Centos

    Markus 2:48 am on 29 November 2009 | 0 Permalink

    As requested by one of my blog reader, I write this libTorrent and rTorrent installation tutorial I’m installing libTorrent and rTorrent on a Xen based VPS with Linux Centos 5.4 From the project’s website: LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library [...]
     
  • Installing Squid NT on Windows 7

    Markus 6:33 am on 28 November 2009 | 0 Permalink

    Squid is a caching proxy server that can help reduce internet bandwidth usage and improving response time of loading a website by caching and re-using frequently opened web page. Squid reduce the bandwidth usage and accelerate the website loading by caching static website objects such as images, flash objects and text files, with some modification [...]
     
  • Ubuntu 9.04 Keyboard Mapping Problem on Tight VNC

    Markus 4:39 am on 19 November 2009 | 0 Permalink

    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 [...]
     
  • Install Tight VNC Server on Ubuntu 9.04 Jaunty Jackalope

    Markus 4:22 am on 19 November 2009 | 0 Permalink

    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 [...]
     
  • Installing TinyProxy as Squid Proxy Server Alternative

    Markus 1:38 am on 9 October 2009 | 0 Permalink

    Tinyproxy is a light-weight HTTP proxy daemon for POSIX operating systems. It is distributed using the GNU GPL license version 2 or above, so we can download it and install it on our Linux server freely. Tinyproxy is a light-weight alternative for the well known Squid proxy server. It’s really memory efficient so it will run [...]
     
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
esc
cancel