ISP Config 2 – Step by step – #3 additional PHP version
In this tutorial I will show you how to add additional PHP version to ISP Config. Don’t worrry it is really easy!
In this tutorial I will show you how to add additional PHP version to ISP Config. Don’t worrry it is really easy!
Ok you got Debian installed. (if not see my previeous tutorial). Now is time to install ISP config so let’s get started.
Ok this is really first tutorial in this series. Let’s start with install Debian linux. And prepare enviroment to install ISP Config.
Basic setup If you need setup entry and exit nodes for TOR it is quite easy. It is really useful when you developing websites or make penetration testing network firewall. navigate to your tor browser install directory open Browser folder open TorBrowser folder open Data folder open Tor folder open torrc file in your favorite text editor in torrc file insert these …
Hi, sometimes you need download whole database from remote site. For example for automated backups. You will need remote access to database, you can try command to make sure you got access (replace username and remote.com with your user and host) mysql -u username -p -h remote.com If you are successfully logged to MySQL server you are …