My experience with Windows Vista

General, Ubuntu, Windows December 12th, 2007

Linux vs. WindowsWhen I started my new job as I mentioned earlier, I got brand new laptop - Lenovo 3000 n200. The machine is quite powerful, but unfortunately it show a defect in the beginning - halted unexpected on OS start and because I throw the wrapping box, the supplier refused to change the machine with new and they suggest to repair it /In fact this is the second reason why I was so quiet last month ;)/.

Quite strange practice - to keep the wrapping box. Imagine what we should do with other desktops, printers, servers and even a rack, if we need to keep all these boxes in the office!!!

So, I had to return it and now I am using a spare machine with Windows Vista Home Edition installed on it. Well, during these almost three weeks I decided to write about my experience with Windows after almost 2 years on Ubuntu Linux.
Read the rest of this entry »

Ubuntu 7.10 - available

Ubuntu October 18th, 2007

Today is the official release of Ubuntu - version 7.10 (code name Gutsy Gibbon).

What is Ubuntu: Ubuntu is a community developed, Linux-based operating system that is perfect for laptops, desktops and servers. It contains all the applications you need - a web browser, presentation, document and spreadsheet software, instant messaging and much more. Ubuntu is free software.

I am using Ubuntu from one year and a half /summer of 2006/ and I could say that nothing could bring me back to Microsoft Windows. It was “strange” in first 2-3 months and I had spontaneous wishes to turn it off, but after that you get used to it and become quite nice. I didn’t log-in in my Windows from at least 6-7 months.
Read the rest of this entry »

Komodo - My editor in Ubuntu

Development, Editors, Ubuntu May 4th, 2007

since I start using Ubuntu from version 6.06 I had problems finding the proper editor fitting my needs and having similar features like UltraEdit. So I tried all provided by default from standart Ubuntu installation: Ajunta, BlueFish, Screem, but no one match my requirements and I start using gEdit. not bad for simple operations, fast, but macros are applied only to file type: for example if you want to add HTML macro printing directly basic html structure of the document to a *.php file - you cant. It’s only for HTML files. Also suporting function sintax is not the first thing, which you can run on gEdit, but this was the reality - this editor suited me best.

Well a year ago I saw the Komodo Edit and I love it! it looking 99% the same as UltraEdit and also support Macros, there are Syntax Check etc.
Language integration is suported very well and there are hints about functions and their attributes.

What I miss is Code Inteligence API for CakePHP, because I am using that Flamework for building my latest projects. Let’s hope somebody will make cix file for it.

Probably in other posts I will mention about my projects. For now - that’s it

How to run Toad under Ubuntu using Wine

Oracle, Ubuntu May 4th, 2007

Original Article is located here but unfortunately is in Spanish.

So let’s translate original article and I will put additional comments on it:

Step 1.) Installing wine
Wine is application which allow you to execute windows files on Unix enviroment. Because this article is for Ubuntu (my current version is 7.04) I assume that it’s installed, but if not, run the following command:
Read the rest of this entry »