zeldor.biz

Linux, programming and more

Copyright © 2019 · Wintersong Pro Theme on Genesis Framework · WordPress · Log in

Python virtual environment

October 12, 2019 by Igor Drobot Leave a Comment

python logo

Python virtualenv or venv are the short forms of virtual environment.
Virtualenv is useful for different projects with unique requirements for each of them, like versions of python or at least different versions of Python libraries.

So they run parallel on a same system in separated from each other environments without any conflicts between them.
[Read more…]

Filed Under: Linux Tagged With: .py, Python, venv, virtualenv

Docker on openSUSE

October 2, 2019 by Igor Drobot Leave a Comment

Docker Logo

The official Docker documentation is more than enough for the installation and configuration.

For the quick jump into the docker world I wrote some references from the official documentation down.
So the most important steps from the requirements and the main guideline for the installation:
– Docker requires a 64-bit installation
– Kernel must be 3.10 at minimum

[Read more…]

Filed Under: Linux Tagged With: Debian, Docker, openSUSE, virtualization

git diff side-by-side

September 30, 2019 by Igor Drobot Leave a Comment

During committing of larger feature over GIT, I recognised a need to perform a side by side diffs instead the typical line-in-line diffs which are default by running git diff or the same line-by-line diff which is provided by the Fork.app

However you can do side-by-side diffs with git!

[Read more…]

Filed Under: Linux Tagged With: developer, GIT

WireGuard site2site VPN

September 29, 2019 by Igor Drobot Leave a Comment

WireGuard(WG) aims to provide a VPN that is both simple and highly effective.
Also to make a really good alternative technology to the existing like IPsec or OpenVPN.
WG is a free and open-source software application and communication protocol that implements virtual private network (VPN) techniques to create secure point-to-point connections in routed or bridged configurations.

I tried WG in a complex high availability datacenter setup and replaced a couple of existing OpenVPN connections with WG.
The result was performant and simple at once.

[Read more…]

Filed Under: Linux Tagged With: IPsec alternative, OpeVPN alternative, security, VPN, WireGuard

Bootstrapping EC2 instances

August 17, 2019 by Igor Drobot Leave a Comment

You are using for sure agile methods to manage your infrastructure or deploy code on your application-systems and maybe running automatically patch-management on them.
AWS EC2-instances can be also automated and this can happen at the creation point of each single instance.

[Read more…]

Filed Under: Linux Tagged With: Amazon, AWS, Bootstrapping, EC2

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • …
  • 71
  • Next Page »
Yeaaah Cookie! We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok