Install OpenSearchServer on Ubuntu *Checking your Java version* In a shell, enter the command line java -version Check whether your Java version is 7 or newer: If your version is not ... Nginx Ubuntu Mar 5, 2021 0 2145
Install OpenKM 6.3 on Ubuntu 14.04 Trusty This is not a complete guide, but rather a short note on how /I/ did it. **1. Installing OpenKM** Step #1.1: Of course I did it in LXC container: ... LXC Ubuntu Mar 5, 2021 0 12182
Install a GitLab CE Omnibus package on ubuntu 14.04 (trusty) 1. Install and configure the necessary dependencies If you install Postfix to send email please select ‘Internet Site’ during setup. Instead of using... Ubuntu Mar 5, 2021 0 1891
A Samba Active Directory Server FileserverFileThis post shows one way to set up an Active Directory server using Samba [1] . This example creates a virtual server in a Linux Contain... LXC Ubuntu Mar 5, 2021 0 2543
DNS resolution for LXC in Ubuntu 14.04 Working with LXC [1] (Linux containers) in Ubuntu is very easy but by default you need to know the IP address of new containers to connect to service... LXC Ubuntu Mar 5, 2021 0 2275
Run Node.JS forever **Run Node.JS forever** $> forever start -c "npm start" ./ The above is for an npm Express server. For more information on *forever* check it’s homep... Mar 5, 2021 0 1993
Automatically start your LXC containers **Automatically start your containers** To automatically start your containers at boot, all you have to do is to put symlinks to your containers conf... LXC Mar 5, 2021 0 2142
mount into LXC container Yes but before I go that far, couldn’t you just symlink? ln -s /media/tc1/folder ~/home This link is just a file that is interpreted. It is automatic... LXC Mar 5, 2021 0 1919
Exposing a directory on the host machine to an LXC container Log into the container and create an empty directory, this will be the mount point Log out and stop the container. Open to your container’s config fi... LXC Mar 5, 2021 0 2135
LXC Horizon TV silverlight setup ifconfig sudo apt-get install openssh-server wget curl nano mc lubuntu-desktop lxde sudo add-apt-repository ppa:pipelight/stable sudo apt-get update ... LXC Ubuntu Mar 5, 2021 0 2082
Backing Up tar Archives over ssh Backing Up tar Archives over ssh** OpenSSH ( www.openssh.org [1] ) provides tools to securely do remote login, remote execution, and remote file copy... Mar 5, 2021 0 1999
Converting eth0 to br0 and getting all your LXC or LXD onto your LAN One thing which I’ve done which has made all LXC and LXD instances more valuable to me, in my home development environment, is to use a bridge to put... LXC Ubuntu Mar 5, 2021 0 2228