ClickHouse is a powerful column-oriented database written in C, which generates analytical and statistical reports in real-time using SQL statements! It supports on-the-fly compression of…
QEMU full virtualization – CPU emulations (enable/disable CPU flags/instruction sets) of QEMU 6.2.0
This article is an updated version of the old QEMU article about CPU flags available for version 2.0.0 – QEMU full virtualization – CPU emulations…
Minimal network installation of Fedora 35 Server
This tutorial will show you the simple steps of installing a modern Linux Distribution Fedora 35 Server edition. Fedora line offers many bleeding-edge Linux technologies…
Change found sources for kernel version when packages need the kernel sources to compile
Multiple Gentoo packages may need kernel sources to compile. There are packages, which are external modules such as virtualbox-modules or video drivers or wifi drivers…
Virtualbox machine boots from usb drive
First, at present, booting from USB is impossible with VirtualBox! But there is a really easy workaround to use VMDK, which is just a container…
Install and deploy MySQL 8 InnoDB Cluster with 3 nodes under CentOS 8 and MySQL Router for HA
This article is going to show how to install a MySQL server and deploy a MySQL 8 InnoDB Cluster with three nodes behind a MySQL…
conda command-line search and install a package in a new environment – tensorflow
Using conda from Anaconda is really easy to install complex environments even like TensorFlow on many different Linux distributions and Windows. conda utility and its…
conda export environment and conda import environment
conda export and import feature is ideal functionality to build a predefined environment from a list in a text file. Here are some caveats (or…
Installing conda command line in various systems with miniconda and create a simple python environment
Conda is yet another package, dependency and environment management for multiple languages like Python, C/C++, JavaScript, Java, Scala and many more For example, with Conda…
Update conda command-line – miniconda3 and the base environment with defaults
Update the conda installed by miniconda3 is simple: And here is the update process.