rch1231 169 Posting Shark

I would try a different converter and/or cable. Some of the converters do not pass all of the pins that VGA can use just the ones that they have to for you to get a picture. Also try updating the monitor driver from device manager.

rch1231 169 Posting Shark

I came across a python script for Windows 7 called GWX Control Panel that allows you to disable the GWX application and also disables the ability for Windows upgrade your OS as part of your routine updates. I am providing links for PC World article that discusses the changes to Microsoft's update policy and to the Control Panel:

http://ultimateoutsider.com/downloads/

http://www.pcworld.com/article/3012613/windows/microsoft-prepares-for-massive-windows-10-upgrade-strategy.html

rch1231 169 Posting Shark

Yes and you can include java in your php code.

rch1231 169 Posting Shark

There is a great tool for this called GNS3 or Graphic Network Simulator 3 which will create Virtual Cisco routers and switches that actually uses the cisco or juniper ios. It is licensed under the GNU public license and is available for Linux, Windows and OSx. Works with virtual systems (like gem and virtualbox).

http://gns3.net/

rubberman commented: What does this have to do with the minicom terminal emulator? -3
rch1231 169 Posting Shark

Hello,

Try this. open a terminal and become the root user (using su or sudo) then execute the following two commands and it should refresh the YUM distribution cache.

yum clean all
yum list

You should get a list of all applications available via YUM and your add remove packages application should now be working.

rch1231 169 Posting Shark

It means that the user you are logged in as does not have administrator privileges on the computer. In order to make changes to the OS you have to be a member of the administrators group or logged in as administrator.