Thursday 28 July 2016

Hello guys!
Today we will discuss about installing bluestacks in your PC.
There are some important conditions. They are:

  1. You must be an Administrator on your PC. 
  2. Your PC must have 2GB of RAM/main memory. (Note that having 2GB or more disk space is not a substitute for RAM)
  3. Your PC must have 4GB  of disk space available for storing Android apps / games and their data.
  4. The drivers for your PC's graphics drivers should be updated for compatibility with BlueStacks.
Usually, Blustacks App Player s installed in the same drive where Windows is installed which is usuallu the C:\ drive. However you can select the drive of your choice while installing.
We would not suggest you to install Blustacks App Player if you have a Virtual Machine like Microsoft Virtual PC, VMWare Workstation, or Oracle Virtualbox installed in the same PC. 
Please note that BlueStacks is incompatible with BitDefender, you can install any one but not both of them on the same PC.
Bluestack Download link:
Thank you
(^_^)


Wednesday 27 July 2016

Hello guys,
VASCOSOFT here :)
In this post, we will teach you a simple and most frequently asked thing. It's Pinging.
NOTE:THIS ARTICLE WOULD SERVE MORE BENEFICIAL FOR WINDOWS OS USERS.

First of all, let's see what ping is. Ping is a utility program or tool which allows you to test whether a particular host is reachable.it is a diagnostic tests that tests whether your computer is connected to the Internet.
Now lest see how we can ping a website or a server.
1. window+r to open the run window.
2. Type cmd in that Windows in order to open command prompt.
3. Once it opens, type 'ping www.example.com'
(Excluding those inverted commas)
4. It will send data packets to the server and will show whether the server replied or not. If it shows that the server replied, then I means that the website is reachable.


You have a lot of options to configure your ping test. We will list out a few:


  • -c Count.  This means to send count packets then stop. Another way to stop is type [ctrl]-C. This is best for those who check their connection nature behavior from time to time.
  • f Flood. Send packets soonest. This is to test network performance.
  • -l Preload. This is to send preload packets then go to normal mode. This is good for finding out the number of paces the router can handle quickly.
  • -n to seek for numeric output. This is used to prevent from getting into contact with a name server.
  • -p Pattern. A number of hexadecimal digits is called a pattern. It is to pad a packet end. This is applied when data-dependent problem is suspected.
  • -R is option for IP's Record Route. This is to determine the route the packets shall take. The target host may give the information.
  • -r is to skip routing tables. This applies when you think there is a routing problem and ping cannot find its way to the target host. This is only for hosts which can be reached directly even without routers.
  • -s size of packet. Alter packet size and check large packets to have them fragmented.
  • -t ping until stopped ([ctrl]-C).
  • -v for verbose. This means show ICMP packets with detailed information.
  • -w Timeout. This is for satellite, cellular and other networks with high latency. This means ping has a longer timeout so it identifies latency problems.
Now let's see about interpreting the Ping test results.

The output or a result of running a ping test can look like this:
1. Reply from 192.168.0.8: bytes=32 time=
  • Microsoft Windows ping outputs four messages - confirmation line, size in bytes, time and Time to Live (TTL). The latter is a number from 1 to 128. It is the number of networks which the ping passed through on its way to the target. The value 128means that the device is on the local computer without other networks in between.
2. Request timed out.
  • No connection whatsoever.
3. Ping: cannot resolve mysample.com: Unknown host
  • Misspelled host name.
Using ping to troubleshoot connection problems narrows down the causes of the problem in your computer from the command prompt window. This diagnostic utility gives you an understanding how computer connection works by getting used to viewing the cornerstones of regular network.



That's all about this easy subject. 
Thank you for reading :) :)