Tag Archive: centos

Find an article
Sep 1

Install GitLab on Centos 5

Published by in with 4 Comments
Warning! There was an error loading some of the images for this post.

This article will guide you through how to install GitLab on Centos 5 from source as they do not officially provide any documentation on this.

Jun 11

Simple Dropbox daily backups

Published by in with 1 Comment
Warning! There was an error loading some of the images for this post.

One of the most annoying things about administering a system is when it fails and you have no backup. A simple but effective method of mitigating this risk is to backup to a remote storage facility. Services such as Dropbox / Google Drive ensure that your data is safe and secure. In this tutorial I cover how to set-up a... Read Arcticle

Jul 29

How to install dropbear and change the SSH port [CENTOS]

Published by in ยท Leave your thoughts
Warning! There was an error loading some of the images for this post.

So I recently purchased a new server, with the aim to run Virtualizor and OpenVZ on it which happened to mean installing Centos instead of my usual Debian. The experience was definitely an interesting one, but here’s what happened: Add the dropbear repo: rpm -Uvh http://ftp-stud.hs-esslingen.de/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm Install dropbear: yum install dropbear I was initially baffled as how to configure Dropbear... Read Arcticle