Архів автора: reverse
Ansible. nmcli module. Failed to import the required Python library
In new version of Ubuntu/Centos need to use new name of imported module. When using old nmcli.py i had this error: Failed to import the required Python library (NetworkManager glib API) on node’s Python /usr/bin/python3. Please read module documentation and install in the appropriate location. If the required library is installed, but Ansible is using… Читати далі »
Golang: replace module by own
When you need to do fast fix for some module without to push it use option replace in go.mod For example, i want to check – my application will be work with changes in branch ? and add replace for that repo
Make simple Kubernetes cluster and deploy own Golang application
Main goal to create simple cluster with one master node and two worker-nodes . All procedures we will do on 3 VPS with Ubuntu 20.04 Server installation. First step is to create separate user on all VPS, for the test environment let it be ‘kubuntu’. For orchestration we will use Ansible Lets create directory for… Читати далі »
dial unix /var/run/docker.sock: connect: permission denied
First, add your user to group docker And restart Docker daemon If this not help, change acl for file access:
Howto detele archive in AWS Glacier Vault
Post writed only as note for me. All information fount on docs https://docs.aws.amazon.com/cli/latest/reference/glacier/delete-archive.html and from github https://gist.github.com/veuncent/ac21ae8131f24d3971a621fac0d95be5 First step: create job for retrieve information in Vault
Lihgthouse on Debian
Install latest Chrome install NodeJS and NPM Install Lighthouse Run test
WireGuard on Kernel 5.6. Quick start
Install all downloaded deb’s Reboot server/PC by command reboot After startup check the kernel version^ Test Wireguard on server Add repository for ubuntu 18.04 Make some changes to Firewall on server Simple script for generating key pairs and base cofigs for server and client Or download here: Put wg0.server as /etc/wireguard/wg0.conf on Server side and… Читати далі »
Scripts for streaming desktop
Source – https://gitlab.com/guoyunhe/plasma-cast/blob/master/stream.sh After you can use – https://github.com/balloob/pychromecast/
Zookeeper RPM for Centos 7
You can download rpm for version 3.4.14 from url zookeeper-3.4.14-1.x86_64.rpm It created from original binary from Apache Org Used: https://github.com/id/zookeeper-el7-rpm