Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Main Repository

What is a shell?

A shell is a program used to execute other programs through text commands. Windows operating systems use shells like Command Prompt or PowerShell. Linux and macOS use Bash, Zsh, or Dash. Each shell has its own syntax and features, although they generally provide similar functionality for interacting with the operating system.

Prerequisites

Most operating systems come with at least one shell pre-installed by default. You can install a different shell if you prefer a different interface or a set of features.

You should also have a Decodo account with access to the dashboard to get your credentials and endpoint information.

Installation

To use the shell script file, follow these steps:

  1. Open the Command Prompt/Terminal.
  2. Create your project directory using the mkdir shell_example command.
  3. Navigate to your project folder using the cd shell_example command.
  4. Execute the following command to download the example file:

curl https://raw.githubusercontent.com/Decodo/Decodo/master/shell/shell.sh > shell.sh

image
  1. You should see a new file named shell.sh in your project folder. Open it using an editor of your choice.

  2. Set your username, password, and endpoint information you'd like to use and enter them in the script:

curl -x gate.decodo.com:7000 -U "username:password" https://ip.decodo.com/json

Usage

To execute the shell example, simply copy it and run it in your shell. You should see the IP details from the target website in the console window if everything was set up correctly.

Need help?

Email - [email protected]

Live chat 24/7