How to install Elasticsearch on CentOS 8
This article was first published in: https://www.itcoder.tech/posts/how-to-install-elasticsearch-on-centos-8/
Elasticsearch is an open source full-text search and analysis engine.It supports RESTful operations and allows you to store, search, and analyze large amounts of data in real time.Elasticsearch is one of the most popular search engines ...
Added by NiXXeD on Sat, 28 Mar 2020 11:35:17 +0200
brew installs mysql on Mac OS
I am trying to set up MySQL on Mac OS 10.6 using Homebrew through brew install mysql 5.1.52.
All went well, and MySQL install dB was also successful. However, when I try to connect to the server using the following methods:
/usr/local/Cellar/mysql/5.1.52/bin/mysqladmin -u root password 'mypass'
I get:
/usr/local/Cellar/mysql/5.1.52/ ...
Added by freakuency on Fri, 13 Mar 2020 08:04:52 +0200
Create Sphinx + GitHub + ReadtheDocs managed document
Latest blog link "Tsanfer's Blog"
Create Sphinx + GitHub + ReadtheDocs managed document
Read the docs online ebook link
π΅π΅π΅π΅πΌπΌπΌπΌπ§πΌπΌπΌπΌπ΅π΅π΅π΅
Sphinx
Github
Readthedocs
Final effect
Linux configuration
Win10 Ubuntu Subsystem path:%USERNAME%\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp ...
Added by dirkdetken on Tue, 10 Mar 2020 12:06:20 +0200
Deep in tutorial: FFmpeg, convert MP4 and other video files to gif dynamic pictures
Video files such as MP4 are transformed into gif dynamic pictures
Video files such as MP4 are transformed into gif dynamic pictures
FFmpeg installation
FFmpeg easy to use
convert installation
convert easy to use
Video files such as MP4 are transformed into gif dynamic pictures
ImageMagick image ...
Added by celsoendo on Sat, 07 Mar 2020 11:53:30 +0200
Installation process of machine from zero to K8S cluster Worker node
Recently, a single node K8S was built based on Hyper-V virtual machine, and the process was not recorded
This practice starts from scratch to build a K8S Slave node
Installation process of Slave node in K8S cluster from zero
Practice environment
Install Linux system
Linux distribution selection
Hy ...
Added by mtmosier on Fri, 06 Mar 2020 09:18:24 +0200
[SequoiaDB] Tech | in a few minutes to realize container deployment of SequoiaDB
With the increasing business load, containerization and virtualization have become the necessary capabilities for all kinds of online applications. For distributed database, containerization is also a good way to improve rapid deployment and operation and maintenance efficiency.
Β
We have re optimi ...
Added by falcons on Fri, 06 Mar 2020 06:40:05 +0200
Ali Cloud Vulnerability Upgrade
RHSA-2018:3092-Medium Risk: glibc Security and BUG Repair Update Code Execute Local Title
RHSA-2017:1481-Important: Execution of EXP code exists in glibc security updates
sudo yum update glibc
sudo yum update glibc-common
sudo yum update glibc-devel
sudo yum update glibc-headers
sudo yum update nscd ...
Added by []InTeR[] on Sun, 01 Mar 2020 05:18:03 +0200
I. Installing ROS in Ubuntu 18.04
If your Ubuntu 18.04 is newly installed and you have not configured a download source for Ubuntu yet, you need to modify the download source first.
Back up the download source first
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
Then execute the instructions to edit the download source
sudo ge ...
Added by Dujo on Sun, 01 Mar 2020 04:55:05 +0200
Cartographer installation and simulation test
Installation and configuration of cartographer
Reference Official Handbook of cartographer
According to the official Manual of cartographer, the installation of cartographer cannot be completed, mainly because the ceres library cannot be downloaded (the reason is very simple.. We all know that some fa ...
Added by neoboffins on Fri, 28 Feb 2020 13:01:30 +0200
linux(ubuntu) configuration openmesh--cmakelits
Summary
Since I am not very familiar with cmakelists, on the other hand, openmesh's cmakelists configuration results are really different from other libraries, and there are no good tutorials on the web, which took me a long time to match.
Play the result directly:
Openmesh-CMakelists
# openmesh
list (APPEND CMAKE_MODUL ...
Added by jjjamie on Thu, 27 Feb 2020 18:43:48 +0200