How to Install
-
2. Installing Http Toolkit
And Now to Install Http Toolkit in CentOS
Make the target Folder with:su -c "mkdir /opt/HttpToolkit"
And then simply extract the Stuff into the Target Folder:
su -c "unzip -d /opt/HttpToolkit/ ~/Downloads/HttpToolkit*.zip"
Here the “/opt” Target is choosen, but you can change it in a different one, also inside the User’s Home.
And if you are in Trouble to Find it out the Package on Terminal then See: How to Access Downloads Folder from Browser.
Then for a System-wide Setup we Fix the Ownerships with:su -c "chown -R root:root /opt/HttpToolkit"
Again we Rename the Folder for an easier Path Setup as:
su -c "mv /opt/HttpToolkit /opt/HttpToolkit"
Last, to amend the User’s PATH Variable conformly:
echo 'export PATH=$PATH:/opt/HttpToolkit' >> ~/.bashrc
To Reload it:
bash
-
3. Getting-Started Guide
Getting-Started with Http Toolkit for CentOS GNU/Linux
Launch it with:
httptoolkit
So Now I’m truly Happy if My Guide could Help You to QuickStart with Http Toolkit on CentOS Linux!
Contents