}

Solved_errors Index Page 15

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.

Error wireless request "Set Mode" (8B06): Device Busy — Fix

Fix "error for wireless request Set Mode (8B06): SET failed on device wlan0; Device or resource busy". Kill wpa_supplicant and NetworkManager before enabling monitor mode in Kali Linux.

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

chsh error PAM: Authentication failure

Here we explain some solutions to solve the problem of PAM: Authentication failure when using chsh. This is usually raised when installing Oh! my zsh. We require to change /etc/pam.d/chsh or /etc/shells files.