Řešil jsem úpravu konfiguraku apache na AIXu. Admin serveru přenesl konfigurák z Windows a tak při otevření editorem vi, je místo Enter ^M :-( Jak soubor převést do unixu ?
dos2unix je obecně pěkně popsáno zde.
tr -d "\015\032" < file.conf > file.conf_new
P.S. Libore díky ...
Zabbix and the Docker API, Part 1: Inspect
-
In this blog post, I will show you how to configure Zabbix to securely
gather Docker API metrics using the Zabbix HTTP agent item with certificate
authen...
před 6 dny

Žádné komentáře:
Okomentovat