Showing posts with label Ubuntu. Show all posts
Showing posts with label Ubuntu. Show all posts

Monday, March 3, 2014

Install Ubuntu after Osx86 Mavericks (Guide)



After successfully installing OS-X86 Mavericks I also wanted a linux distro in my notebook. I had some difficulties but at the end I managed to install Ubuntu 14.04.

The problem was that chameleon couldn't see my partiton.
The solution is to change the partition code to 0700 (ubuntu had 8300 by default)

Read bellow for instructions

Tuesday, September 17, 2013

Tic-Tac-Toe For Ubuntu Touch (Graphics Update)


I just updated the graphics of Tic-Tac-Toe for Ubuntu Touch. Above is a screenshot of the new graphics. Today I will finish the AI and maybe when I receive my new Nexus 4 I will upload it in the software center.

Monday, September 16, 2013

Tic-Tac-Toe For Ubuntu Touch



Tic Tac Toe is a simple two players game. The player who succeeds in placing three respective paws in a horizontal, vertical, or diagonal row wins the game. It's a simple nice game and a good way to learn new languages. Also it's my intro in Ubuntu Touch Development.

Wednesday, May 29, 2013

Battery Test (Script For Linux)


From the day I bought my latest Notebook I wanted to test how much time it can stay On on battery.
So I created a ruby script for linux (tested on ubuntu). 

Tuesday, May 28, 2013

CPU Fan Control For Dell 3521


Dell Inspiron 3521 has latest ivy bridge CPU and switchable graphics.
Unfortunately when I installed Ubuntu 13.04, Ati Graphics Card was always On as a result, temperatures were high and fan was spinning like crazy.

I had to do something. First I turned off VGA. Temperatures were lower then but fan speed was still high. So i created a script in Ruby ( The latest Language I added to my knowledge ) that moderates CPU fan based on CPU temperature. Maybe someone may need this so I'll provide instructions and the script bellow.