Ubuntu Linux
Upgrade GitLab from Version 10.7.3 to 11.4.7
Today I finally found a bit of time to migrate my GitLab instance from one cloud provider to another. Following my own guide on how to migrate to a new instance, I began by installing […]
Ubuntu Linux
Today I finally found a bit of time to migrate my GitLab instance from one cloud provider to another. Following my own guide on how to migrate to a new instance, I began by installing […]
Here I migrate a GitLab installation from one server to another. The hostname and IP addresses will be different. Both were installed from the Omnibus version. However, currently the exact version numbers differ. In order […]
Dependencies Run to the below command to install the GitLab dependencies. sudo apt-get update sudo apt-get install ca-certificates curl openssh-server postfix When prompted, select Internet Site when configuring Postfix. Enter the FQDN. Installing GitLab GitLab […]
Incapsula is a great resource to help protect your web site from unwanted traffic and attacks. It is a cloud-based application delivery platform, providing among other things: Content Delivery Network (CDN) Distributed Denial of Service […]
Take a look at the official installation guide. The simplest way to install Ansible on Ubuntu is add the PPA repository and install via apt-get. If not already installed, you will need the software-properties-common package. […]
In a previous post, I talked about my experience using X2Go with XFCE4 and Lubuntu. Here is how it was achieved….. Contents1 On the Server1.1 Create a User Account1.2 Configure SSH1.3 Install Lightweight Desktop Environment1.3.1 […]
So I wanted to install a Java desktop application and have it publicly available on a server somewhere. Using a light weight desktop environment on one of my cloud servers made sense – provided that […]
The Rackspace cloud monitoring agent allows you to monitor CPU, memory, filesystem usage and system processes. It does this by collecting information about the system and pushing it out to Rackspace Cloud Monitoring web services, […]
You will need to run the following as the root user. To install Java 7… add-apt-repository ppa:webupd8team/java apt-get update apt-get install oracle-java7-installer …and for Java 8… add-apt-repository ppa:webupd8team/java apt-get update apt-get install oracle-java8-installer You will […]
Contents1 Create a Private Cloud Network2 Create a Proxy Server and Attach to the Private Network2.1 Proxy Bastion Configuration2.1.1 CentOS 6.62.1.1.1 Enable IP Forwarding2.1.1.2 Configure Static NAT and Forwarding Rules2.1.2 CentOS 72.1.2.1 Method 12.1.2.1.1 Define […]
Copyright 2018 © | Pikedom