Як перевірити забудовника
http://tvoemisto.tv/blogs/yak_pereviryty_zabudovnyka_88044.html
http://tvoemisto.tv/blogs/yak_pereviryty_zabudovnyka_88044.html
Rancher https://www.kontena.io/platform http://datapulley.com http://panamax.io https://portainer.io https://kitematic.com https://shipyard-project.com https://vmware.github.io/admiral/ https://dockstation.io https://github.com/felixgborrego/simple-docker-ui
1. Try to clear cache When the upgrade failed in the last step, it’s possible that only the cache is outdated. Try to clear it manually. php app/console cache:clear If this command throws a PHP error, you can try to nuke the cache folder like this: rm -rf app/cache If clearing cache didn’t help, continue […]
https://courses.edx.org/courses/course-v1:LinuxFoundationX+LFS158x+2T2017/info
On 64bit systen path to DLL’s must be entered differently.. SysWOW64 section of the WINDOWS directory. e.g. Net stop vss Net stop swprv regsvr32.exe /i %windir%\system32\eventcls.dll regsvr32.exe /i %windir%\system32\swprv.dll regsvr32.exe %windir%\SysWOW64\ole32.dll regsvr32.exe %windir%\SysWOW64\oleaut32.dll regsvr32.exe %windir%\SysWOW64\es.dll regsvr32.exe %windir%\SysWOW64\comsvcs.dll regsvr32.exe %windir%\system32\vssui.dll regsvr32.exe %windir%\SysWOW64\vss_ps.dll regsvr32.exe %windir%\SysWOW64\msxml.dll regsvr32.exe %windir%\SysWOW64\msxml2.dll regsvr32.exe %windir%\SysWOW64\msxml3.dll regsvr32.exe %windir%\SysWOW64\msxml4.dll vssvc /register
Kube-applier is a service that enables continuous deployment of Kubernetes objects by applying declarative configuration files from a Git repository to a Kubernetes cluster. Kubetop is a top(1)-like tool for Kubernetes. Chaos Monkey for Kubernetes clusters Kubediff: a tool for Kubernetes to show differences between running state and version controlled configuration. Kubectx switch between Kubernetes contexts/namespaces […]
It’s 2017 and you are still looking for good python tutorial, right? Meet Guru 99’s Python Tutorial for Beginners: Learn in 7 Days What is covered Python Environment Setup: Install Aptana Studio IDE Creating Your First Python Program Learn Python Main Function with Examples: Understand __main__ Variables in Python Learning Python Strings: Replace, Join, Split, […]
https://github.com/ansible-semaphore/semaphore
https://habrahabr.ru/company/badoo/blog/320558/
rescam scsi echo “- – -” > /sys/class/scsi_host/host#/scan echo ‘1’ > /sys/class/scsi_disk/0\:0\:0\:0/device/rescan fdisk /dev/sda create new voulme ‘n’ set as primary ‘p’ ‘t’ + ‘partiton id’ + ‘8e’ – to change ‘w’ – write changes Use ‘partprobe’ to resync disk pvcreate /dev/sda3 vgextend VOL /dev/sda3 lvextend -l +100%FREE /dev/mapper/VOL-root resize2fs /dev/VOL/root