}

Solved_errors Index Page 13

Ansible ec2: too long for Unix domain socke

In this article we explain hot to fix the error too long for Unix domain socket changing some configuration.

Ansible: Timeout Waiting for Privilege Prompt

Ansible 2.0 return error FAILED! => {"failed": true, "msg": "ERROR! Timeout (12s) waiting for privilege escalation prompt: "} random times on long playbook

TensorFlow: zlib_archive Download Error Fix

While installing tensorflow the error no such package '@zlib_archive//': Error downloading [http://zlib.net/zlib-1.2.8.tar.gz] was raised.

Python 3.6: ply.yacc.YaccError: Unable to build parser

When you execute setup.py install of ply it will raise "ply.yacc.YaccError: Unable to build parser". The problem is that gitsome is not compatible with python 3.6 yet. read more here.

isl3887usb Firmware Load Failed Error -2 Fix

Quick fix for using wusb54ag on raspian

Ubuntu: libxml/xpath.h Not Found Error Fix

Installing lxml for python requires system libs to install it successfully. Here we explain how to fix this issue.

Fix: Error for Wireless Request Set Mode [iwconfig Device or Resource Busy]

Fix "Error for wireless request Set Mode - Device or resource busy" when using iwconfig. 6 solutions for monitor mode issues.

SOLVED: pip: command not found

Clean ubuntu installation does not provide pip command. To install pip follow this steps

SOLVED: Error: pg_config executable not found.

Usually when installing psycopg2 the error of pg_config command not found is returned when using a clean Linux installation.

How to exit or quit vim editor

TLDR -> Press ESC key and write ":q!" without quotes. Here we explain more details about vim