By bad Sabtu, 23 Desember 2017 Server Anti-Virus Server Backups Server Maintenance Server Passwords Server Updates Tips for Server Health and Maintenance Maintenance is an important part of server management. By making sure that your server's software is up-to-date and free of security...
By bad Senin, 18 Desember 2017 centos enable EPEL repository Centos EPEL repository How to enable EPEL repository? What’s an ‘EPEL repository’? The EPEL repository is an additional package repository that provides easy to install packages for comm...
By bad 04.40 centos centos tutorial php upgrade php How to Update PHP Version on Centos 6.7 THIS IS HOW TO UPDATE PHP on CENTOS 6.7 1: yum install epel* 2: yum update / yum upgrade 3: CentOS and Red Hat Enterprise Lin...
By dy Minggu, 03 September 2017 Golang Golang basics Golang basics - Writing Unit Tests Golang Testing Tutorial tutorials Golang basics - Writing Unit Tests (Part 3) Generating an HTML coverage report Generating an HTML coverage report If you use the following two commands you can visualise which parts of your program have been covered by...
By dy 08.22 Golang basics - Writing Unit Tests (Part 2) Launching tests Launching tests: There are two ways to launch tests for a package. These methods work for unit tests and integration tests alike. 1) Within ...
By dy 08.06 Golang Golang basics Golang Testing Tutorial tutorials Golang basics - Writing Unit Tests (Part 1) 1. Testing in Go Go has a built-in testing command called go test and a package testing which combine to give a minimal but complete tes...