You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Udemy Learn Linux Administration Through Practical Examples - notes
Notes - Learn Linux Administration Through Practical Examples
Given by teacher carmen balan. These notes are from the course from Udemy. They might contain errors as they are notes. I will update the notes from time to time.
Section 1: System startup
Init vs Systemd
Now new versions of Debian and Debian OS, like Ubuntu, are also using systemd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am using virtualenv, but noticed that python 2.7 gave an error on pyopenssl outside virtualenv. My company uses an intermediate ssl certificate. My solution of the ssl error was to add that certificate to all pip.conf, outside and inside virtualenv.
File "/usr/local/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module>
from OpenSSL import rand, crypto, SSL
File "/usr/local/lib/python2.7/site-packages/OpenSSL/SSL.py", line 118, in <module>
SSL_ST_INIT = _lib.SSL_ST_INIT
AttributeError: 'module' object has no attribute 'SSL_ST_INIT'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WARN [plugin]: Error during loading "karma-phantomjs-launcher" plugin:
Path must be a string. Received null
...
WARN [launcher]: Can not load "PhantomJS", it is not registered!
Perhaps you are missing some plugin?