Loading ...

Bind9 In Centos

Hello everybody, recently I've got a task to configure Bind9 on CentOS. While doing this I have found some hardly documented features of CentOS. File locations and defaults By default bind9 is has name named. It means that you can start it with command systemctl. For example you can get status of...

One More Example Of Selectors

Hello everybody, today I want to present one more example of selectors, but the one, that has multiple fields in it.  Consider following code: using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using...

Working With Dockerfile

Hello everybody, today I want to write a few words about Dockerfile.  So, as usually for developer it will not be enough just ordinary docker images. Quite often they need to add some more features to docker images. One of the useful ways to organize it can be creating Dockerfile.  Dock...