Skip to main content

Posts

Showing posts with the label start. solution

General Tips for people having computer

Sometimes there might be a situation for you when you needed a shortcut but you might have not known it at that moment. So here are my few tips for doing better with PC. You can open your PDF files in your browser . There might a situation when you want to open a PDF file in a virtual machine and it doesn't have a PDF reader. Almost all operating systems will have a built-in browser or a browser of your choice, you can simply rely on it. Editing a word document is easy online . When your virtual machine or host machine itself doesn't have a word editor or any spreadsheet editor, you can simply edit it online using  Microsoft Word 2013  or  Google docs . You have to login for that to happen and an active internet connection.You have to upload a word document to  OneDrive  for editing using Microsoft Word online. In order to have better startup time when starting the PC, you should have a check on the startup programs. To get better understanding of...

How to do good programming ?

"If computer programming is to become an important part of computer research and development, a transition of programming from an art to a disciplined science must be effected." Computer scientists are taught to program properly, just like linguists are taught how to write literary texts. However, not all computer scientists are programmers , just like not all linguists are writers, although most of us program regularly. For some reason, many programmers seem to think their role is to write code that makes things work. It’s not. Your job is to solve a problem with code in the most elegant way, such that your solution is easy to adapt, modify and reuse . Just like “the grass is green and the sky blue” is not literature, although it might perfectly describe the environment, coding something that just works is not programming. It’s fiddling. Most people do the wrong thing correctly and think that it is correct. Here is the post which illuminates such things and guide ...

Solution to "Virtual router cannot be started"

Three golden rules have to be followed. Step 1: Download and install latest drivers for your laptop computer. Step 2: Click start, enter “cmd”, press “ctrl + shift + enter”. This allows you to open DOS under admin. Copy and paste the following two commands into cmd, one by one. netsh wlan set hostednetwork mode=allow ssid=Test key=password netsh wlan start hostednetwork Remember to run it in administrator mode. Otherwise you cannot perform the task. Ssid is the network name and you can set anything you want. You need to change where there is Test in our example. Set your password greater than 8 characters. You can stop broadcasting the network by this command         netsh wlan stop hostednetwork Step 3: Start your virtual router and it should work well. Tips to troubleshoot: Share your internet connection with Test (ssid of the virtual router) connection. See in that image, I have shared the BoysHostel2014 inter...