Website scraping

Website Simple Crawler Using Google Sheet

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…

114 Likes Comment

Create Instagram Crawler by using python

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…

107 Likes Comment
faked-profile-scammer

Identity Who Is A Scammer Online

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…

107 Likes Comment
Google Sheet Vlookup

Vlookup data from sheets in Google sheets file

Working with data on Google Sheets. You’ll know how powerful google sheet is

101 Likes Comment
photobucket-watermark

Download photo albums from photobucket without watermark

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…

128 Likes Comment

Fixed some errors while using Yiimp mining pool

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

113 Likes Comment
Letsencrypt XAMPP

Launching an application using XAMPP on EC2 AWS Ubuntu

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 ,…

144 Likes Comment

WordPress and PHP versions matching

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….

95 Likes Comment

Iquidus Explorer – Reverse Proxy Port 3001 to 80

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…

126 Likes Comment

Learning about Blockchain explorer Mongodb

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();{…

105 Likes Comment