Skip to main content

Blog

Ubuntu 12.04 - How to Enable Ctrl+Alt+Backspace

Starting from release 11.10, Control Alt Backspace key combination in Ubuntu doesn't work by default; it's disabled. That means you cannot kill or restart X server with Ctrl+Alt+Backspace if something goes wrong with the user interface (e.g. screen freezes from some reason).

Luckily, you can turn it on again following the steps below:

1) Go to System settings (gear icon in the top right corner) > System Settings...

2) Click Keyboard Layout icon

3) Click the Options button in the bottom right corner

SilverStripe and Google Custom Search Engine Integration

We had a request from a client to integrate Google Custom Search with SilverStripe CMS. The idea was interesting and we decided to write tutorial about it.

There are three main steps to be done:

PHP - difference between "==" (equal) and "===" (identical) operators

If you've just started to learn PHP, I'm sure that you've asked yourself what is difference between "==" (or equal operator) and "===" (or identical) operators.

Both of them are comparison operators in PHP programming language but it purpose is slightly different. Comparison operators, as their name implies, allow you to compare two values.

GIMP Tips and Tricks

Inforbiro is an Information Technology and Marketing Agency with its own Internet marketing network BlicKlik. We have a lot of experience in software development as well as in Internet marketing and advertising. We constantly try not only to develop great web sites, mobile, desktop or facebook applications but also to share our knowledge.

C# - Get First Word

We're continuing our C# tips and tricks and providing to you the snippet for getting the first word from a string.