source command not found: ^M – bash.rc / zshrc config files
The error message: command not found: ^M Happened to me due to my file having the wrong type of carriage returns in my zshrc.config file. Once I changed my line…
The error message: command not found: ^M Happened to me due to my file having the wrong type of carriage returns in my zshrc.config file. Once I changed my line…
If you ever come across the need to make any LDAP calls from a Python script you'll probably need Python's LDAP module. To do this you'll need pip3 installed, to…
Installing Pip3 for Ubuntu All too often I find myself just looking for the simple instruction on what's needed to install pip3 on Ubuntu. Well here it is: sudo apt…