[SOLVED] Android often disconnected from connectify

I have Android on Xperia Mini Pro, when conected to Connectify, it's often disconnected and reconnecting, to solve this (I'm using windows 7):
1. stop connectify
2. open cmd/ command prompt
3. type "netsh wlan set hostednetwork mode=allow ssid=wifiname key=password keyUsage=temporary", press enter
    *wifiname: change it to a name of your wifi, up to you, for example madaHotspot,
    *password: change password to your wifi password, this script will make a new WiFi access point
4. Then type "netsh wlan start hostednetwork", press enter.
5. Open control panel, network and internet, network connections
6. Right click on your internet adapter that active for internet, click properties
7. Click sharing tab
8. Check Allow other network users to connect through this computer's Internet connection.
9. On the Home networking connection, select the new wireless network that created, microsoft virtual wifi miniport, if its name is wireless network connection 3, then choose it.

Done! Now your android won't disconnect again, hopefully :)


[SOLVED] sudo apt-get update is not working

When I try to run "sudo apt-get update" on my ubuntu 10.10 , it gives a lot of 404, this is because the link in etc/apt/sources.list has dead and not working anymore since april 2012, to solve this:

1. Open terminal
2. cd /etc/apt
3. sudo gedit sources.list
4. Erase all inside, and write/ replace with this

## EOL upgrade sources.list
# Required
deb http://old-releases.ubuntu.com/ubuntu/ maverick main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ maverick-updates main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ maverick-security main restricted universe multiverse

# Optional
#deb http://old-releases.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse
#deb http://old-releases.ubuntu.com/ubuntu/ maverick-proposed main restricted universe multiverse

5. Save, done

Now you can run "sudo apt-get update".

[SOLVED] disconnected from server unable to establish connection , DOTA 2

I always get this error when playing and disconnected and trying reconnect in dota 2, to solve this:

 - I just restart my modem, and it's done

but maybe take some time to get the internet back -_-

How to enable 5.1 sound on media player classic

Step:
1.Play any music / video with media player classic
2.double-click on the blue FFDshow icon on the taskbar
3.enable the Dolby Decoder by checking the checkbox
4.enable mixer and set output speakers configuration to 5 channel or as you wish

Done

[SOLVED] You don't have permission to save in this location

I just reinstall windows 7 and get the error

"You don't have permission to save in this location.  Contact the administrator to obtain permission.  Would you like to save in the ..........folder instead? "

This error happened when i tried to save a file from chrome to my hardisk. Even I'm an administrator, I still get this error. To solve this, here are the steps:

1. Open my computer, right click on local disk that you are trying to save the file, for example D:, right click, then properties.
2. Click on the Security tab.
3. Click on the Administrators
4. Click Edit...
5. Click Administrators again.
6. The permission already allow full control, check deny, then check again allow full control, then apply.
7. Some of folder will be denied to be full controlled, for example, folder Music and folder Pelm (You must remember all this folder).
8. After finish, click ok, ok.

9. Right click on the folder that has been denied, click properties.
10. Click on Security tab.
11. Click Everyone, then click Edit...
12. Click Everyone, then check Allow Full control, then click apply, then click ok, ok.
13. Do this to all folder that has been denied before.

If that doesn't work, try run chrome with run as administrator

[SOLVED] not recognized as an internal or external command

I'm using windows 7. When i tried to ping using cmd, it get an error 'not recognized as an internal or external command', it happend with some command too, to solve this :
1. right click my computer, click properties.
2. click advanced system settings
3. on tab advanced, click environment variables...
4. on the bottom, system variables, click variable 'Path', then click Edit...
5. give semicolon ';' on the end of the variable value, then type 'C:\Windows\System32' without quotes, click ok

Now it solved

[SOLVED] unknown filesystem type 'vboxsf'

When i try to share folder between host and guest (ubuntu) in virtual box, i install guest additions, then i open terminal, and type
 sudo mount -t vboxsf share /home/mada/share
But i get error 'uknown filesystem type vboxsf', to solve this, type in the terminal
 sudo chmod 777 /home/mada/ubuntu \
press enter twice, then
 sudo apt-get install virtualbox-ose-guest-utils
After installation complete, type the mount again, and it worked for me.
Note: my shared folder name in host is 'share', same with the guest shared folder name
/* infolinks */