If you encounter this error trying to install a pip module or compile a program under the console you surely miss OpenSSL development packages! pip…
Linux
Linux rules the world, right?
Ubuntu AttributeError: ‘module’ object has no attribute ‘SSL_ST_INIT’
If you install libraries with pip command you might find yourself in the following situation:
New Redis server (4.0.9) in Ubuntu 16.04 LTS
One of our critical service was under Ubuntu 16.04 LTS (and is scheduled for update, but this a another story!) and how it always happens…
apt-mark – upgrade with the exception of certain packages
If you are in a situation when you want to upgrade your system, but do not want to upgrade a certain software in it you…
ssh remote command escape special characters when using variable
You should always enclose the command given to the ssh client for remote executing! You see the difference! The second line the special character “*”…
Selinux permission denied and no log in audit.log
So you execute a script and get a “Permission denied” and you know you have enabled SELinux. OK to disable the selinux is not an…
Access Violation error when compiling packages in Gentoo – symlink
Here is another example of an Access violation error when building packages in Gentoo. This time the build process could not make a symbolic link…
ffmpeg chroot jail from Gentoo linux (ffmpeg 4.1 with gcc 8.2)
Here we build a Gentoo ssh chroot jail. You may need this because you want the bleeding edge versions of the video libraries like x264,…
Compilation failure in configure with syntax error near unexpected token -Wall,WFLAGS and AX_CHECK_COMPILE_FLAG
If you are trying to build program and in the configure stage you got something like this: You are missing autoconf-archive Check your system for…
Review of freshly installed Fedora 29 KDE Plasma Desktop (KDE GUI)
After the tutorial of Install Fedora 29 KDE Plasma Desktop this tutorial is mainly to see what to expect from a freshly installed Fedora 29…