January 9, 2013

I am running on Windows 7 64bit on a Samsung S3511. My MS Bluetooth Notebook Mouse 5000 v1.0 always stop working after hours of use. I simply could not get my laptop to pair with the device this time. When I try to add it again, everything seems to work, but then no response from the pointer, and after few seconds the device disappear from the list of bluetooth devices.
Here's what finally solved it for me:
1. Disable "Power Management". Click on Bluetooth icon, select Open Settings. Go to Hardware tab, and select Broadcom BCM2070 Bluetooth 3.0 +HS USB Device. Click Properties. Go to Power Mangement Tab and unselect "Allow computer to turn off this device". Reboot!!!
2. Go to Start, type services.msc, then double click on Bluetooth Support Service, select Automatic. Go to Log On tab and select "This account" and type in Local Service. Delete both passwords. Reboot when done!!!
4. Go back to Bluetooth Setting and ensure that you select "Allow Bluetooth device to find this computer" in the Options tab.
5. Add the mouse device again, this will load device drivers and install.
Hope it works for you too!!!
Posted by Rena Borges. Posted In : Windows 7
January 8, 2013
After the suspense generated with the counter available on the official website of Ubuntu until yesterday, finally announced the long-awaited news: the Ubuntu operating system for mobile phones.
Canonical sought to provide a better experience leveraging the edges of the screen. On the right edge you can switch between open applications with a simple drag. On the left you see the application launcher, which remains hidden until it is invoked by the user.
At the top a bar similar to that in o...
Continue reading...
Posted by Rena Borges. Posted In : smartphone
September 24, 2012
If you have got back problems switching back and forth between keyboards and mice on your desk you need Synergy.
Synergy is an easy to set up open source application that allows you to share the keyboard and mouse of your main PC between multiple networked computers in your desk that are different platform like Mac, Windows and Linux.
The transition between the computers using the shared mouse and keyboard occur without any problems or complications, just move your mouse off the edge of on...
Continue reading...
Posted by Rena Borges. Posted In : Open-Source Apps
September 11, 2012
Ultrabook! You have probably heard that name somewhere. So what is the difference between a conventional laptop and an ultrabook?
The ultrabook is a proposal developed by Intel that aims to offer laptops thinner and lighter than traditional laptops, but with a processing capacity greater than the current netbooks. The idea is that ultrabook can offer portability that tablets have, but with a greater range of possibilities.
According to Intel, for a notebook to carry the ultrabook name it must... Continue reading...
Posted by Rena Borges. Posted In : Ultrabooks
September 11, 2011
Hubs, switches, and routers are all devices that let you connect one or more computers to other computers, networked devices, or to other networks. Each has two or more connectors called ports into which you plug in the cables to make the connection.
A hub is typically the least expensive, least intelligent, and least complicated of the three. Its job is very simple: anything that comes in one port is sent out to the others. That's it. Every computer connected to the hub "sees" everything t...
Continue reading...
Posted by Rena Borges. Posted In : Computer Network
August 23, 2011
Hey everyone, I have found a great website explaining everything about virtualization with videos, tutorials, forums and news. Check it out http://www.virtualization.net/
If you have any question, please let me know. Continue reading...
Posted by Rena Borges. Posted In : Virtualization
August 11, 2011
Virtualization isn't a new concept. Computer scientists have been creating virtual machines on supercomputers for decades. In the last few years virtualization has become more practical for small, medium and large organisations. In the world of information technology (IT), server virtualization is a hot topic. It's still a young technology and several companies offer different approaches. Virtualization is a method of running multiple independent virtual operating systems on a single physica...
Continue reading...
Posted by Rena Borges. Posted In : Virtualization
August 3, 2011
If you are wondering where the "Show desktop" button is in the Windows 7 finish reading this. Although the Show Desktop icon which located inside the Quick Launch Bar have been made obsolete and removed from Windows 7, the Show Desktop function is still been retained in different location and can still be used, and does exactly what Show Desktop does. In order to quickly show desktop in Windows 7, just click on the Show Desktop bar at the right end of the Windows Taskbar and notification are...
Continue reading...
Posted by Rena Borges. Posted In : Windows 7
July 22, 2011

Binary is a number system used by digital devices like computers, cd players, etc.
In Binary you can write just zeroes and ones; In other words, Binary has only 2 different numerals (0 and 1) to denote a value, unlike Decimal which has 10 numerals (0,1,2,3,4,5,6,7,8 and 9).
Here is an example of a binary number: 10011100
If you separate the binary in columns like this, you will have your zeros and ones for our known normal numbers called decimal.

If we would continue wi... Continue reading...
Posted by Rena Borges. Posted In : Binary
July 5, 2011
COPYING FILES
cp (copy)
cp file1 file2 is the command which makes a copy of file1 in the current working directory and calls it file2
MOVING FILES
mv (move)
mv file1 file2 moves (or renames) file1 to file2
To move a file from one place to another, use the mv command. This has the effect of moving rather than copying the file, so you end up with only one file rather than two. It can also be used to rename a file, by moving the file to the same directory, but giving it a different name.
...
Continue reading...
Posted by Rena Borges. Posted In : Unix