I used to use Bind as dns server. The server itself is not for complex task such master or slave dns server. Only for authoritative and local dns cache (optional). As I love copy and paste I often post my experience here at least for my future reference in case I have problem. Today, my […]
Author: alamster
Install git on CentOS 5.10
New project update need to manually applied to vps server. Since the project use gitlab as source code basis then I need to clone it using git. Git is not available using yum # yum install git Loaded plugins: fastestmirror Determining fastest mirrors * base: mirror.es.its.nyu.edu * extras: mirrors.greenmountainaccess.net * updates: mirrors.rit.edu base | 1.1 […]
Git for Windows : Installation
As new standard introduced by management we start using private git using self hosted gitlab . Digitalocean give free $10 credit that allow us to use the server and feel the ‘taste’ of collaboration using git. Due to varied operating system we use I decide to write installation steps for Windows user. Get latest msysgit […]
How to install FTP Server (pureftp) on CentOS 5.10
Due to backup provider that we use is closing their service I decide to build simple ftp server for this purpose. The problem are I forgot which version of CentOS I use on the server and which ftp server that work well (easy to install). Solution for 1st problem is using cat. # cat /etc/redhat-release […]
WARNING: the tzconfig command is deprecated
Quick note for myself : # date Sat Jun 21 01:30:45 EDT 2014 # tzconfig WARNING: the tzconfig command is deprecated, please use: dpkg-reconfigure tzdata # dpkg-reconfigure tzdata perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_PAPER = “id_ID.UTF-8”, LC_ADDRESS = “id_ID.UTF-8”, LC_MONETARY = […]