How could I get a thumbnail, web title, description from an URL. The answer is Google Sheet can do these works. The function named IMPORTXML will help us to import data from any of various…
1. Install Python 3.7.4 or latest 2. Install Pip module Get file: https://bootstrap.pypa.io/get-pip.py Try command: python get-pip.py or py get-pip.py 3. Install instagram crawler script required modules py -3.7 -m pip install future==0.16.0 py -3.7…
Do you keep your personal information secure? Nowadays, I and my friends are all using one of social network such as: facebook, twitter, wechat, zalo, instagram… etc. Every none privated information of us is available…
Photobucket is a well-known photographs stored website for us. But It’s so hard for us to download and share your images to blog,websites. It’s time for you to download all your photos from photobucket without…
To setup a mining pool for a crypto coin, you need a strong server VPS ( 80Gb storage, 2Gb ram ), and run the Yiimp setup script at: https://github.com/xavatar/yiimp_install_scrypt
If you’re having an only 1Gb RAM , 30 Gb storage VPS on ECS AWS, how will you deploy a website? Here is my suggestion. Launch an instance using Ubuntu ( not Windows OS ,…
Today while I’m trying to deploy a new wordpress (latest version 5.2) website in the server. I met an error message: Your server is running PHP version 5.4.19 but WordPress 5.2 requires at least 5.6.20….
Redirecting traffic from one port to another Let’s issue the following command to redirect incoming traffic on port 80 to our Node.js app that is listening on port 1337: sudo iptables -A PREROUTING -t nat…
Setup a crypto coin blockchain explorer: I deployed a iquidus explorer. Remember some useful sql for Mongodb: #startup sudo service mongod start # connect console commands #mongo > show dbs; > use tempdb; > db.dropDatabase();{…