Posts

Showing posts from January, 2014

[HOW TO] Easily upgrade Xubuntu 12.04 kernel to 3.8

In this article we'll learn an easy way to upgrade the kernel of Xubuntu 12.04 to version 3.8. Upgrade kernel to 3.8 Open a terminal window and run: sudo apt-get install linux-generic-lts-raring -y References What is the best way to upgrade the kernel in 12.04.3?

[SOLVED] adb no such file

Image
Symptom: When adb is run a "no such file" error occurs: Note: This is also valid for aapt . Fix Open a terminal window and run: sudo apt-get install libc6:i386 libstdc++6:i386 zlib1g:i386 -y References No such file or directory for existing executable

[HOW TO] Install Lastest Blender in Xubuntu

Image
Blender is a free and open source 3D animation suite. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing and motion tracking, even video editing and game creation. In this article we'll add a PPA so that Blender gets automatically updated to the latest version. Blender 2.69 running on Xubuntu 13.10. Install Open a terminal window and run: sudo add-apt-repository ppa:irie/blender -y && sudo apt-get update && sudo apt-get install blender -y If you are using NVidia graphic card with CUDA you might want to install Blender's CUDA support. This will allow you to render using the GPU instead of the CPU. Run the following command on a terminal window: sudo apt-get install nvidia-cuda-toolkit -y After installing the CUDA toolkit you need to enable it. Open Blender's User Preferences > System and on Compute Device , select CUDA . Enabling CUDA on Blender