Solved_errors Index Page 14
SOLVED: Direct firmware load for isl3887usb failed with error -2
Quick fix for using wusb54ag on raspian
SOLVED on Ubuntu: fatal error: libxml/xpath.h: No such file or directory
Installing lxml for python requires system libs to install it successfully. Here we explain how to fix this issue.
SOLVED -> iwconfig: device or resource busy
In this brief quick fix article, we explain how to fix this errror when you try to use the iwconfig.
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.
Virtualbox on Ubuntu as host does not show any USB device
This brief guide will help you to fix the problem when virtualbox is not showing any USB device when you try to add a new USB filter.
Fixing the error: Modules/LDAPObject.c:18:10: fatal error: 'sasl.h' file not found
When install python-ldap on macOS the error "'sasl.h' file not found" happens when install it with pip.