Saturday, November 7, 2015

Resize a VirtualBox guest Linux VDI Disk under Windows Host

  • Shut down VirtualBox again.
  • Make a copy of the VDI file – just in case (“MyLinux.vdi” -> “MyLinuxCopy.vdi“)
  • Go into the Windows command prompt (Start->type “cmd” into the box)
  • cd to the location of the VDI file that you wish to resize, e.g., “D:\MyLinux.vdi
  • At the Windows command prompt, type:
C:\>VBoxmanage modifyhd MyLinux.vdi --resize 100000
this will re-size the drive to 100 GB. Pick a value that suits you. Note, your vdi file will not change in size at this point. The output should look like:
C:\>VBoxmanage modifyhd MyLinux.vdi --resize 100000
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
C:\>
Read More

Monday, August 17, 2015

Thursday, May 28, 2015

Google Announces Project Brillo and Weave for IoT

As part of today's announcements at I/O 2015, Google announced a new operating system and API targeted at the Internet-of-Things (IoT) space.
Starting off with the new OS, under the codename of Project Brillo, Google promises a very stripped down Android-derivative operating system. Google explains that it keeps the lower-level components of Android such as the specific Linux kernel modifications and hardware abstraction layers. Device, and most importantly SoC manufacturers can reuse and continue basing their software stacks on the Android frameworks that have been standardized in the mobile space. Project Brillo is meant to offer a versatile OS with minimal system requirements for IoT devices such as for example your thermostat or light switch.
To make use and interconnect the IoT ecosystem, Google also announces WEAVE, which is an API framework meant to standardize communications between all these devices. We still don't have much technical information yet, but from code-snippets given in the presentation it looks like a straightforward simple and descriptive syntax standard in JSON format. WEAVE is a platform-agnostic API that can be implemented by any vendor and developer if they wish to do so.
Google plans to release the developer preview of Project Brillo in Q3 while the WEAVE API standard is supposed to see its publication in Q4 later in the year.

Source:anandtech
Read More

Google I/O 2015 Live stream

Read More

Friday, January 23, 2015

“aapt” IOException error=2, No such file or directory"

When i run my android project, i got the following error:
:app:mergeDebugResources FAILED
/home/subbu/Projects/ShoppySpot/app/src/main/res/drawable-hdpi/ic_launcher.png
Error:Error: Cannot run program "/home/subbu/Android/Sdk/build-tools/21.1.2/aapt": error=2, No such file or directory
Error:Execution failed for task ':app:mergeDebugResources'.
> /home/subbu/Projects/ShoppySpot/app/src/main/res/drawable-hdpi/ic_launcher.png: Error: Cannot run program "/home/subbu/Android/Sdk/build-tools/21.1.2/aapt": error=2, No such file or directory

Problem:
The problem was my 64bit OS , I missed some 32 bit libs ;)


Solution:
Just install the following packages in ububtu fro the terminal
sudo apt-get install lib32stdc++6 lib32z1
Read More

Indicator Netspeed Displays Network Speed On The Unity Panel

sudo add-apt-repository ppa:nilarimogard/webupd8

sudo apt-get update 

sudo apt-get install indicator-netspeed
Read More

Popular Posts

Designed By Seo Blogger Templates