Lindevs
Programming tutorials, blogs & resources
Menu
  • Home ×
  • Tutorials
    • Programming Language
      • Python
      • PHP
      • Java
      • C
      • C++
      • JavaScript
    • Machine Learning
      • TensorFlow 2
      • PyTorch
    • Computer Vision
      • OpenCV
    • Embedded System
      • Raspberry Pi
      • Arduino
      • ESP8266
      • XIAO SAMD21
    • Home Automation
      • Tasmota
    • Mobile App Development
      • Android
      • Flutter
    • Game Development
      • Unity
    • Framework
      • Laravel
      • Symfony
    • Operating System
      • Linux
        • Ubuntu
      • Windows
    • Database
      • MySQL
    • DevOps
      • Command Line
      • Web Server
      • Grafana
      • Networking
      • Security
      • Containerization
  • Code Snippets
  • Electronics
    • Circuits
  • Questions
    • PHP
  • Contact
    • Sign In

Linux

Install Neo4j Inside Docker Container in Linux

Install Neo4j Inside Docker Container in Linux

  • April 5, 2023
  • Linux
  • 0 Comments
  • 415 Views
Neo4j is a graph database that stores nodes and relationships instead of tables, or documents. Neo4j is accessible using the Cypher query language through HTTP endpoint or binary Bolt protocol...
Install Memcached Inside Docker Container in Linux

Install Memcached Inside Docker Container in Linux

  • April 4, 2023
  • Linux
  • 0 Comments
  • 1709 Views
Memcached is an in-memory key-value data store. It is often used for caching data received from a database or API endpoint. It can speed up web applications. Memcached is an...
Install Mosquitto Broker Inside Docker Container in Linux

Install Mosquitto Broker Inside Docker Container in Linux

  • April 3, 2023
  • Linux
  • 0 Comments
  • 1076 Views
Mosquitto is a message broker that implements the MQTT protocol. Mosquitto is an open-source project developed by Eclipse. MQTT protocol uses a publishing/subscribe model. A client can publish a message...
Install MeiliSearch Inside Docker Container in Linux

Install MeiliSearch Inside Docker Container in Linux

  • April 2, 2023
  • Linux
  • 0 Comments
  • 746 Views
MeiliSearch is an open-source search engine written in the Rust programming language. This search engine provides customizable search and indexing, understands typos, supports full-text search, synonyms, and offers other features...
Install Percona Server for MySQL Inside Docker Container in Linux

Install Percona Server for MySQL Inside Docker Container in Linux

  • April 1, 2023
  • Linux
  • 0 Comments
  • 682 Views
Percona Server for MySQL is a relational database that allows to access data using Structured Query Language (SQL). It is a fork of MySQL Server. Percona Server for MySQL is...
Install GitLab CE Inside Docker Container in Linux

Install GitLab CE Inside Docker Container in Linux

  • March 31, 2023
  • Linux
  • 0 Comments
  • 698 Views
GitLab is an open-source DevOps platform which provides Git repositories management, continuous integration, issue tracking, and other features. Self-managed GitLab can be installed on the own server. This tutorial explains...
Install Uptime Kuma Inside Docker Container in Linux

Install Uptime Kuma Inside Docker Container in Linux

  • March 30, 2023
  • Linux
  • 0 Comments
  • 1510 Views
Uptime Kuma is an open-source tool to monitor the uptime of hosts or servers. This tool can be used to check if a website or service is up. If the...
Install CouchDB Inside Docker Container in Linux

Install CouchDB Inside Docker Container in Linux

  • March 29, 2023
  • Linux
  • 0 Comments
  • 676 Views
CouchDB is a cross-platform document database released by the Apache Software Foundation. CouchDB is classified as a NoSQL database. So, it stores data in JSON-based document format. CouchDB is an...
Install RabbitMQ Inside Docker Container in Linux

Install RabbitMQ Inside Docker Container in Linux

  • March 28, 2023
  • Linux
  • 0 Comments
  • 781 Views
RabbitMQ is a message broker that enables applications to communicate with each other and exchange information. It implements AMQP messaging protocol. RabbitMQ is an open-source project that is written by...
Install Grafana Inside Docker Container in Linux

Install Grafana Inside Docker Container in Linux

  • March 27, 2023
  • Linux
  • 0 Comments
  • 712 Views
Grafana is a cross-platform tool for data visualization, analytics, and monitoring. Data is retrieved from various data sources such as MySQL, Prometheus and then data is presented in the form...
  • «
  • 1
  • 2
  • …
  • 19
  • 20
  • 21
  • …
  • 36
  • 37
  • »
Buy Me a Coffee

Recent Posts

  • Enable Debug Mode When Generating Build Files using CMake
  • Set Installation Prefix using CMake
  • Control Static and Shared Library Building using CMake
  • Check If Source Code Can Be Compiled and Run using CMake
  • Check If C Function Has Expected Prototype using CMake

Archives

  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
Copyright © 2020 - 2025 · lindevs.com · All Rights Reserved