Let’s assume you want to find all IP address of Facebook with all of their subnets. Let’s see how you can get it easily. In you Linux machine install ‘whois’ package first with the following command: sudo apt-get install whois After installing, you can just find lots of network identification information for a specific company with it’s any IP address, AS (Autonomous System) Numbers. In your terminal just type the following command with AS23956 number (Facebook’s AS number) whois -h …
Blog Posts
Since I started to planning international tour, it was little bit hard to get foreign country visa in your blank passport. So I planned to go to India first to kick the pain of blank passport. And here it is how I achieved and explored Kolkata, India. I had a very good relationship with United Consultancy & Tours who arrange your India Visa Application with e-Token and prepare papers for other country visa as well. Recent days it takes a …
I guess, you want to make your Ubuntu server UP & running within few minutes with one click that will install all the essential packages for your web server. I created the following script that you can run right after installing your Ubuntu OS in your machine. I tested this script over Ubuntu 14.04 LTS and nGinx as web server. I created the following shell script for (a) Installing Common packages, (b) Configuring Virtual Host You just need to run …
Today is my first day in my machine to work in Windows 10. And my machine has Windows 10 installed alongside Ubuntu 14.04 LTS. But I faced my very first problem with Windows 10 today that was related to NTFS drive mounting from Linux. At last I figured out the problem. If you use Windows 10 and Linux in same machine then when you will use Windows 10, by default Windows 10 has Fast startup turned on and that will …
Lots of folks out there about to make your website Mobile-friendly. It’s obvious that there will be significant impact on your website if your site is not mobile-friendly or what we regularly call ‘responsive’. Mobile friendly sites will get higher rank in search results in Google. And Google already started to rolling out this algorithms. After searching on internet, I didn’t get any quick solution to check mobile-friendliness website in PHP. Although Google published it’s official Mobile-friendliness Test Tools. When …