Root Install

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

Category: tutorial

How to List Users in Linux

Posted on January 19, 2021January 19, 2021 by Abdou Rockikz

Because of its multi-user features, Linux stands as the most liked operating system among people especially for those who love to run commands. Like its other exceptional characteristics, configuration and managing of users and groups is also a significant part … Read more

Tagged linux, system administration

Steganography using Standard Linux Commands

Posted on January 17, 2021January 19, 2021 by Abdou Rockikz

What is Steganography ?

Steganography is the practice of hiding information within a non-secret information. Early examples are writing secret messages on letters with invisible ink.

A more modern usage of Steganography in the information era is hiding data in … Read more

Tagged linux, steganography, ubuntu

Creating Custom Wordlists using Crunch Tool

Posted on December 13, 2020December 13, 2020 by Abdou Rockikz

Ethical hackers and penetration testers often tries to break into a system, and one of the main techniques is to crack the password of the system.

Attackers always need wordlists for different purposes, if he/she gathers enough information about the … Read more

Tagged ethical hacking, linux

How to Enable/Disable IP Forwarding in Linux

Posted on November 9, 2020November 9, 2020 by Abdou Rockikz

IP forwarding is about sending a network packet from one network interface to another, it is a synonym of routing.

If your Linux machine has multiple network interfaces, and if traffic comes in one interface that matches a subnet of … Read more

Tagged linux, ubuntu

How to Get your Public IP Address in Linux

Posted on November 5, 2020November 9, 2020 by Abdou Rockikz

There are a lot of ways to find out your public IP address on a Linux or Unix-like systems.

In this guide, you’ll be introduced to some of the fastest ways to get your public IP address via your terminal.… Read more

Tagged linux, ubuntu

How to Install FFmpeg on Windows 10

Posted on October 29, 2020October 29, 2020 by Abdou Rockikz

If you have ever performed any audio/video conversions, you’ll surely encountered FFmpeg framework.

FFmpeg is a multimedia framework that is able to decode, encode, transcode, stream, filter and play audio or video files. It has many features and it supports … Read more

Tagged FFmpeg, windows

How to Install Scapy on Windows

Posted on September 14, 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.

It is a very powerful interactive packet manipulation program, as it can replaces … Read more

Tagged scapy, windows1 Comment

How to Install C++ Compiler on Windows 10

Posted on September 9, 2020September 14, 2020 by Abdou Rockikz

Have you ever wanted to develop your C++ applications on Windows 10 without Microsoft Visual Studio IDE ? If that’s the case, then you’re in the right place.

In this tutorial, you will learn how to install a C++ compiler … Read more

Tagged c++, windows

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 Node.js on Ubuntu 20.04

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

Node.js is an open-source, cross-platform, Javascript runtime environment that executes Javascript outside the browser, which lets developers create scalable backend functionality using Javascript.

Since it runs on almost all platforms (including Windows, Linux, Unix, Mac OS X, etc.), Node.js allows … Read more

Tagged javascript, ubuntu

Posts navigation

← Older posts

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