zeldor.biz

Linux, programming and more

Copyright © 2025
Log in

MongoDB on macOS

October 23, 2019 by Igor Drobot Leave a Comment

MongoDB is a cross-platform document-oriented database. Classified as a NoSQL database. MongoDB can be used for rapid development and storing of Big Data while the database is very scalable.

[Read more…]

Filed Under: Linux Tagged With: Big Data, MongoDB, python3

Python virtual environment

October 12, 2019 by Igor Drobot 1 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

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: Docker, openSUSE

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 wireguard.
The result was performant and simple at once.

[Read more…]

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

  • « Previous Page
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • …
  • 74
  • 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