Solved_errors Index Page 2
tar xf error: Directory renamed before its status could be extracted
If you get th error Directory renamed before its status could be extracted when using tar, execute: apt install -y bsdtar && ln -sf $(which bsdtar) $(which tar)
OSX Catalina: ld: library not found for -lssl SOLUTION
When you compile something that requires ssl you need to set the export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/opt/openssl/lib/, check here for more details
Gitlab-CI Runner: sudo: no tty present and no askpass program specified
When you execute sudo on a gitlab-ci job you can get the folllowing error:
Python 3: ValueError: bad marshal data (unknown type code)
If you try to execute python project using python 2 and then switched to python 3, it's common to see the error ValueError: bad marshal data (unknown type code). Delete pycs recursively, check here for the command.
Raspberry pi and Python 3.7 : zipimport.ZipImportError: can't decompress data; zlib not available
Install the package zlib1g-dev using the command: sudo apt-get install zlib1g-dev to fix the error zipimport.ZipImportError: while installing python 3.7 from sources
Hugo How to ignore watch files on the server
You can use watchIgnoreFiles = [
Docker: how to delete all containers or images
Check here how to remove all containes with one line command :docker rm $(docker ps -aq). This is useful when you use docker in dev environments and you forgot to delete non-used containers.
Apt-get install prompts for restart services when installing packages (SOLVED)
When you update with
SOLUTION: ValueError: bad marshal data (unknown type code)
If while doing a python setup.py install you got the error