Root Install

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

How to Install Scapy on Ubuntu 20.04

Posted on August 16, 2020September 14, 2020 by Abdou Rockikz

Scapy is a packet manipulation tool for computer networks, it was written in Python and can forge, decode, send and capture network packets with very easy API.

Scapy runs natively on Linux, and on most Unixes with libpcap and its … Read more

Tagged python, ubuntu2 Comments

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 OpenCV Python on Ubuntu 20.04

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

OpenCV is a highly optimized library that is aimed for building real-time computer vision and machine learning applications, it was built to provide a common infrastructure among computer vision engineers and to accelerate the use of machine perception in the … Read more

Tagged python, ubuntu

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

How to Install Pip on Ubuntu 20.04

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

Pip is a package management system for Python that simplifies installing packages. With pip, you can install any Python package that is registered in the Python Package Index (PyPI) and other package indexes.

In this guide, you will … Read more

Tagged python, ubuntu1 Comment

Posts navigation

Newer posts →

Copyright © Root Install 2020