Posts Tagged ubuntu server

Linux: Install and run OpenVZ in Debian Lenny

Install OpenVZ in DebianThere is a server with Debian Lenny installed. We need to configure several VPSs on the server. That’s how to install and run OpenVZ in Debian Lenny:

  1. Install a kernel with OpenVZ
    aptitude install linux-image-openvz-amd64
  2. To make OpenVZ containers work correctly, a file /etc/sysctl.conf needs to feature these lines:
    net.ipv4.conf.all.rp_filter=1
    net.ipv4.icmp_echo_ignore_broadcasts=1
    net.ipv4.conf.default.forwarding=1
    net.ipv4.conf.default.proxy_arp = 0
    net.ipv4.ip_forward=1
    kernel.sysrq = 1
    net.ipv4.conf.default.send_redirects = 1
    net.ipv4.conf.all.send_redirects = 0
    net.ipv4.conf.eth0.proxy_arp=1 Read the rest of this entry »

, , , , , , ,

No Comments

Ubuntu Linux 9.04: VLC 1.0.0 Setup

Linux: VLC 1.0.0 setup

Linux: VLC 1.0.0 setup

After the latest release of VLC 1.0.0 happened, I decided to try it out and value its new features. The VLC version 0.9.9 is in the Ubuntu Linux 9.04 repositories. To install the latest release, I used Christopher Corn’s repository for Launchpad:

  1. Create a file with repository description:
    sudo gedit /etc/apt/sources.list.d/vlc.list

  2. Add the following lines:
    deb http://ppa.launchpad.net/c-korn/vlc/ubuntu jaunty main
    deb-src http://ppa.launchpad.net/c-korn/vlc/ubuntu jaunty main
    Save the file and close the editor.
    Read the rest of this entry »

, , , ,

No Comments

Linux: VMware Server Installation and Configuring

Each system administrator, at least once, needs to test new versions of Operating Systems. For these purposes I’ve chosen the VMware Server 2.

So, this is what we need to fulfill the task successfully:
Read the rest of this entry »

, , ,

2 Comments