Archive for the ‘Linux’ Category

Install flex_sdk_4.1 the easy way mandriva Linux 2010.1

Friday, August 13th, 2010

This is an easy way to install flex for a single user, without having many parts in many places.
download flex_sdk_4.1

flex_sdk_4.1

if you do not have java installed, install it now.
If you do not already have a bin directory in your home Directory create one


mkdir ~/bin

put the zip file in the directory you just created and extract the files in the same directory.
make the files in the ~/bin/flex_sdk_4.1/bin executable

chmod -R +rx ~/bin/java_sdk_4.1/bin

after the files are extracted open the file ~/bin/java_sdk_4.1/bin/mxmlc and below the comments add this line

FLEX_HOME=`dirname "$0"`/flex_sdk_4.1

open a terminal in the ~/bin dirextory and type in

ln -s ~/bin/java_sdk_4.1/bin/mxmlc

to create a symbolic link.
now with the terminal open type

mxmlc --help

And it should work. If not leave a comment I’ll help you out. I tend to help people for free, like a fool.

The Origins of Linux – Linus Torvalds

Thursday, December 11th, 2008

[Recorded Sept 19, 2001]
Linus Torvalds, the creator of the operating system phenomenon Linux, tells the story of how he went from writing code as a graduate student in Helsinki in the early 1990s to becoming an icon for open source software by the end of the decade.