Root Install

  • Privacy Policy
  • About
  • Contact Us
  • Tutorials
    • Ubuntu
    • python
    • database
    • javascript

Tag: database

How to Install MongoDB on Ubuntu 20.04

Posted on August 17, 2020August 17, 2020 by Abdou Rockikz

MongoDB is a general purpose, document-based, distributed NoSQL Database built for modern applications and especially for the cloud era.

Unlike relational databases such as MySQL that store data within tables, MongoDB stores data in collections in BSON format, which is … Read more

Tagged database, ubuntu

How to Install Apache Cassandra on Ubuntu 20.04

Posted on August 16, 2020August 17, 2020 by Abdou Rockikz

Apache Cassandra is a free and open-source distributed NoSQL Database Management System designed to handle large amounts of data across many nodes, providing high availability, high performance, and linea scalability.

As a result, if you need high availability (zero downtime) … Read more

Tagged database, ubuntu1 Comment

How to Install MySQL on Ubuntu 20.04

Posted on August 15, 2020August 17, 2020 by Abdou Rockikz

Introduction

MySQL is an open-source relational database management system (RDBMS), it implements the relational model (hence the R in RDBMS), and uses Structured Query Language (SQL) for managing its data.

MySQL is free and widely used, it has … Read more

Tagged database, ubuntu1 Comment

Tags

c++ database ethical hacking FFmpeg javascript linux python scapy steganography system administration ubuntu windows

Recent Posts

  • How to List Users in Linux
  • Steganography using Standard Linux Commands
  • Creating Custom Wordlists using Crunch Tool
  • How to Enable/Disable IP Forwarding in Linux
  • How to Get your Public IP Address in Linux

Copyright © Root Install 2020