Install Ubuntu 15 10 on Windows 10 VirtualBox


Ubuntu 15.10 is now available, this video show how to install it on Windows 10 with VirtualBox.


With Addition CD Image installed, we can improve screen resolution and share folder between guest Linux and host running Windows.


This video show how to, and the screen reesolution improved.


To share folder, setup Shared Folder in VirtualBox Setting of the guest, assign a machine folder in host. Then run the command in guest Ubuntu Linux
sudo mount -t vboxsf vbShare mntShare

where:
vbShare is the shared folder in host, and assigned as Shared Folder in VirtualBox Setting of the guest.
mntShare is the folder in guest Ubuntu Linux.




Related:
- Install Ubuntu GNOME 15.10 on Windows 10/VirtualBox

Related features:
- Record screen video of VirtualBox guest OS
- Share Clipboard and DragnDrop between VirtualBox guest Linux and host Windows


Read More..

Windows 10 add Administrator account in login screen

To add Administrator account in login screen:

  • Run Command Prompt as Administrator
  • Enter the command:
    net user administrator /active:yes





Read More..

Java code to listing Network Interface Addresses run on Windows 10

One of the most useful pieces of information you can get from a network interface is the list of IP addresses that are assigned to it. You can obtain this information from a NetworkInterface instance by using one of two methods. The first method, getInetAddresses(), returns an Enumeration of InetAddress. The other method, getInterfaceAddresses(), returns a list of java.net.InterfaceAddress instances. This method is used when you need more information about an interface address beyond its IP address. For example, you might need additional information about the subnet mask and broadcast address when the address is an IPv4 address, and a network prefix length in the case of an IPv6 address. ~ https://docs.oracle.com/javase/tutorial/networking/nifs/listing.html

The following example program lists all the network interfaces and their addresses on a machine (tested on PC running Windows 10):
package javalistinetaddress;

import java.net.InetAddress;
import java.net.NetworkInterface;
import java.net.SocketException;
import java.util.Collections;
import java.util.Enumeration;

public class JavaListInetAddress {

public static void main(String[] args) throws SocketException {
Enumeration<NetworkInterface> nets = NetworkInterface.getNetworkInterfaces();
for (NetworkInterface netint : Collections.list(nets))
displayInterfaceInformation(netint);
}

static void displayInterfaceInformation(NetworkInterface netint) throws SocketException {
System.out.printf("Display name: %s ", netint.getDisplayName());
System.out.printf("Name: %s ", netint.getName());
Enumeration<InetAddress> inetAddresses = netint.getInetAddresses();
for (InetAddress inetAddress : Collections.list(inetAddresses)) {
System.out.printf("InetAddress: %s ", inetAddress);
}
System.out.printf(" ");
}

}



Related:
- Java code to listing Network Interface Addresses, run on Raspberry Pi/Raspbian Jessie

Read More..

Monitor your Windows cpu usage temperature with HWiNFO

Just tried HWiNFO to monitor Windows 10 CPU usage, temperature..., very nice:) Comprehensive Hardware Analysis, Monitoring and Reporting for Windows and DOS. FREEWARE!


In-depth Hardware Information
From a quick overview unfolding into the depth of all hardware components. Always up-to date supporting latest technologies and standards.

Real-Time System Monitoring
Accurate monitoring of all system components for actual status and failure prediction. Customizable interface with variety of options.

Extensive Reporting
Multiple types of reports, status logging and interfacing with other tools or add-ons.



~ link: http://www.hwinfo.com/


Read More..

Windows 10 Power User Menu

Power User Menu of  Windows 10 (and Windows 8) is a pop-up menu with shortcuts tosome usedful "Power User" Windows tools. You can easy access the "Old Control Panel" here.


To Open Power User Menu,

  • Right click the Start button, or 
  • WIN+X: Pressing the WIN (Windows) key and the X key together.


Read More..

Install Ubuntu GNOME 15 10 on Windows 10 VirtualBox

Ubuntu GNOME is an official flavor of Ubuntu, featuring the GNOME desktop environment. This video show how to install Ubuntu GNOME 15.10 on Windows 10 with VirtualBox. (Basically, its same as Install Ubuntu 15.10 on Windows 10/VirtualBox).


Download Ubuntu GNOME 15.10 and install on VirtualBox.


Insert Guest Additions CD Image to improve display resolution.


Create shared folder between guest Ubuntu GNOME 15.10 and host Windows 10.

To share folder, setup Shared Folder in VirtualBox Setting of the guest, assign a machine folder in host. Then run the command in guest Ubuntu Linux
$ sudo mount -t vboxsf vbShare mntShare

where:
vbShare is the shared folder in host, and assigned as Shared Folder in VirtualBox Setting of the guest.
mntShare is the folder in guest Ubuntu Linux.


remark@2015-11-14:
Starting with version 4.0, VirtualBox can mount shared folders automatically. This post show how to create share folder between host Windows (D:vbShare) and guest Ubuntu Linux (/media/sf_vbShare), and add current user to the vboxsf group.

Read More..

Connect Windows 10 to HC 06 Bluetooth

This post show how to connect Windows 10 to HC-06 Bluetooth Module.


Actually its a loopback connection:
PuTTY Serial connect to Bluetooth Outgoing port -> (Bluetooth) -> HC-06 -> FT232RL -> (USB) -> Arduino IDE Serial Monitot.


This video show how to pair HC-06 on Windows 10, and try the loopback test.




Related:
- Raspberry Pi Bluetooth Serial Terminal, using HC-06 Bluetooth Module, connect from Windows 10 with Bluetooth, using PuTTY.

Read More..

Change The Password Of Windows 7 Without Knowing The Current Password


Dear Readers Here I Am Going To Tell  You That How To Change Your Password In Windows 7 Without Knowing The Current Password.

There are many tools to bypass the windows 7 admin password but this technique will help you to change current password of windows 7. 
1. Go to control panel and double click on administrative tools.
.1
2. one window will open in that window double click on computer management 
2
3.you will see there are three options i n that double click on system tools 
3
4. Now double click on Local Users and Groups. 
4
5. now double click on Users. 
5
6.well you will see there are 3 users admin , guest and standard. (I have hide my name) 
6
7.now Right click on Administrator you will see 1st option set password…. :D now just select that option.
7
8. Now click on proceed and you will see this window.(as shown in bellow figure)
8
Now type your password (you should type same password in both box .)
then press ok
now you have changed the admin password.
Read More..

How to Stop a Virus in Windows

Having a virus infect your computer can be extremely alarming and distressing, especially if you are unsure about what to do to stop and remove it. Fortunately, the process to stop a virus in Windows isnt complicated, provided that you have the right tools and a clear direction about how to proceed. Even if you cant seem to get the virus removed from your Windows computer, there are other alternatives that you can turn to that will get your computer running again.

Instructions

Things Youll Need:

  • Internet access
  • Administrative privileges on your Windows user account
  1. Step 1

    Boot up your computer in Safe Mode. Safe Mode gives you a better chance at stopping a virus in Windows by only loading necessary drivers and programs when the operating system boots up. To get into Safe Mode, restart your computer and press the F8 key as it boots up. When you see the Windows Boot Menu appear, choose the option that says "Safe Mode with Networking."

  2. Step 2

    Run an antivirus scan on your computer. If you have an antivirus program on your computer already, use its update feature to update it with the latest virus definitions, then run a complete system scan and remove any threats that are found. If you do not have an antivirus program on your computer already, use an online virus scanner such as ESETs online scanner or Trend Micros HouseCall.

  3. Step 3

    Run an anti-malware scan of your computer with a program such as Malwarebytes, or another reputable anti-malware software program. An anti-malware program can detect malicious software that antivirus programs cant pick up, and it can help stop any malicious software thats running on your computer.

  4. Step 4

    Restart your computer and run another set of antivirus and anti-malware scans after your computer has booted normally. If any infections are found, remove them, restart your computer and perform another scan. You may have to repeat this process multiple times in order to fully stop and remove a virus infection, depending on what type of virus it is and how long it has infected your computer.

Read More..

Keeping the Windows XP Core in the RAM

If you have 512 MB or more of RAM, you can increase system performance by having the Windows XP Core kept in the RAM instead of paged on the hard disk.

Go to Start -> Run - Type regedit and press enter - On the left hand side tree, navigate to

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory Management

- On the list on the right side, look for an entry called DisablePagingExecutive
- Double click it
- Press 1 on your keyboard
- Click OK
- Exit regedit and reboot the computer

To revert to the default setting, follow the same steps as above, but this time, press 0(zero) instead of 1 on the keyboard.
Read More..

Blog Archive

Powered by Blogger.