(2) Build a L. A. M. P. Website Hosting Server (Linux, Apache2, MySQL, PHP)

Learn how to build a website server and start hosting a website from home. Install Apache2 and learn how to open port 80 & 443 in Linux Ubuntu. Forward all incoming internet traffic from your modem router to the L.A.M.P. website hosting server. What is the difference between http and https? how to use ipconfig (windows) and ifconfig (linux) in the terminal to find your local ip’s.

Recover your Encrypted Bip38 Private Key – Part 3

Downloads
Brute_force38: https://github.com/fartcoin-project/brute_force38
Node.js: https://nodejs.org/en/download/
cd ~/brute_force38/
npm install -g n
npm link
npm install –save bip38
cd ~/brute_force38/node_modules/bip38/
npm i npm@latest -g
Make a comment of line 128
// assert.deepEqual(salt, checksum)
save and exit
cd ~/brute_force38/
npm install
./start.js or node start.js