Richard Stallman Visited Our School

Richard Stallman
Yesterday famous Free Software movement launcher Richard Stallman visited our school HAAGA-HELIA University of Applied Sciences and gave two speeches about Trends in Programming.

Stallman started the development of GNU operating system in 1984 which lead to the release of most used operating system on server side technology nowadays most often referred as Linux. Despite the fact that mr. Stallman in his speech made sure everybody now knows who really did all the hard work and why the operating system should be known as GNU/Linux or GNU+Linux.
Continue reading Richard Stallman Visited Our School

Puppet Resource Examples

Puppet Logo
This post starts Puppet series on Ubuntu 12.04 where we will look into Puppet in detail.

The first post will be about resources in Puppet and how they work. I will give you examples of every core resource type there is by default on Puppet.

This post will include all the core resource types found on Puppet. Notify, file, package, service, exec, cron, user and group.
Continue reading Puppet Resource Examples

Puppet Manifest Examples

Puppet Logo
This post continues Puppet series on Ubuntu 12.04 where we will look into Puppet in detail.

This post will be about manifests in Puppet and how they work.

Manifests are Puppet specific programs which is mostly based on resource declaration but there can also be made some statements and functions which will be covered on another post since this will be focused on resource declarations.
Continue reading Puppet Manifest Examples

EGit Configuration & Creating a Git Repository With Eclipse IDE

EGit
This is the second article of Eclipse IDE Plugins and it is about EGit. It is a plugin which allows to run Git commands inside Eclipse. You can do all the necessary things with this plugin regarding to the use of Git as a software developer.

There is a very large website of the things around EGit at their homepage, but I think it’s too much if you just want to use to program.

Continue reading EGit Configuration & Creating a Git Repository With Eclipse IDE

Eclipse IDE Plugin Installation

Eclipse IDE Logo This article starts a three posts long serie of Eclipse IDE Plugins where I’m going to show how to install plugins and how to use one specific. This post will be about installation of the plugins to the great Eclipse IDE. There are tons of plugins, but not so much tutorials how install them. This will be a general tutorial to all of them. Continue reading Eclipse IDE Plugin Installation

Data Encryption Standard Made With Key Sizes of 14 Bits

Cipher
Today I would like to share you the power of cryptography.

I made this software 2011 in Eindhoven, Netherlands (country of cryptography) where I was having my exchange studies at the time.

The software is about the Data Encryption Standard or DES, however you like to call it.
Continue reading Data Encryption Standard Made With Key Sizes of 14 Bits