Thursday 24 January 2008

In Memorium: Heath Ledger

Една звезда угасна преди да достигнала най-големия си блясък!
Heath Ledger почина. Това как е станало не е от толкова голямо значение, колкото факта, че няма повече да ни радва с таланта си от екрана. Защото той беше наистина един много обещаващ актьор. Това личеше дори и в забавните му роли от "10 неща, които мразя в теб" и "Като рицарите". Дори противоречивия Холивуд забеляза наистина сериозното му превъплъщение за "Планианта Броукбек".
Аз да си призная съм голям BATMAN почитател и страшно се зарадвах, когато разбрах, кой ще играе ролята на Джокера в "The Dark Night" (отново на интересния Кристофър Нолан), бях много силно заинтригуван - определено очаквам вълнуващо изпълнение.
Това за съжаление е последния филм нa Heath.
А още нямаше 30.
Почивай в мир Heath и дано поне Господ се радва на играта ти там горе!

Tuesday 22 January 2008

Lets speak some Linux: How to make an alias of a command

The first thing to mention is that almost all of my Linux experience comes from the realm of Ubuntu. This is very nice system. It appeared little strange to me the first time, because my first Linux was SuSE 9.3 ... but I'm gettin' off the topic (it's gonna be chaos I told you). About distributions I'll talk later.

So. Ubuntu. No root password, still nifty super-user access.
Now the aliases. Simply put the alias is just a Linux command. It is a way to define a replacement for other Linux command. Generally one uses it to ease their lives by replacing a more complex command (with usually a big set of parameters) with a much shorter representation.

If you google for the 'alias linux' a lots of nice and detailed resources will come up.
Nevertheless in a nutshell my comprehension of the subject - there are two basic ways for defining an alias:

* In a file. When logged in Ubuntu as a regular user in your environment (e.g. your user's home directory) there is a hidden file called .bashrc. This is a configuration file for your bash shell, so everything defined here applies to the terminal window you use with your account (if you sudo
for example, the scope will change, and different configuration is applied). If you scroll down the file to line around 60-70 you will stumble upon lines which define some quick aliases. These are just simple examples but you can get the point. The syntax is:
$ alias alias_name='regular_linux_commad -with -options'
or just
$ alias ecl='/home/user/eclipse/eclipse'
if I want to run my eclipse IDE from the command line the fast way.

* On the console or inline. That's the quicker way - you just issue the command and the shell remembers it. Quicker but dirtier because the shell remembers your alias only for the current session. So if you want your alias to last for good (or at least for the lifetime of your Linux distribution or /home partition) after being defined only once, you'd better use the first way.
A thing about the above example - in aliases where you specify a path on a partition might appear traitorous, especially if you write relative paths in your alias - they become dependent on where you are at the moment. So if you ever use path in an alias, just make it absolute. Avoid the relative ones.
To summarize - the alias command defines aliases to complex commands and it's purpose is to simplify your experience with the shell. Put in other way the alias might be thought of as one-line shell script. That's a funny approach :D

That's for now. See you ;)

Thursday 17 January 2008

Честит Рожден Ден!

Днес баща ми има рожден ден (61). Честито, тате! Да си ми жив и много здрав още по две!

Може би тук е момента да ти кажа, колко много те обичам и че осъзнавам какво ти е било през последните шантави години. Всички преминахме през трудни периоди, но малко неща могат да се сравнят с това света ти внезапно да се преобърне с главата надолу.

За сега толкова. Темата ще е с продължение...
Here we are! or Здавейте! (A word in my native language)

What is Internet if not a Reign of Structured Chaos.
Likewise this my blog will tend to be an initial spot, a starting point for massive display of topic shifting. Not only that but in time (if I'm safe and sound) it'll become a multilingual (for now just bilingual) one.
So what's the story? A blog is supposed to be a place where you can write anything and everything, and where you can save an escaping thought. For good! So I will. I intend to. Let's see what happens. Re-check after one year. Would it really be a genuine hotchpotch of topics? Would it have a substantial feedback if ever any?
Time will show.

И сега малко завръщане към родния език.
Не знам какво точно ще се получи от този дневник с времето и дали въобще, ще го поддържам, но ако даде Господ, тук ще има споделени мисли по много различни теми, като започнем от компютрите, като преминем през киното и стигнем до човешките взаимоотношения. Предвид, че това не са теми, а цели Вселени и факта, че не само темите, а и патоса ще варира
много - от сериозен и делови, до крайно шеговит, значи наистина се очертава един съвсем нормален, човешки миш-маш от мисли.

Хайде сполай ти и сполука johnniepop и дъъълги години да го списваш ;p

А на вас, които четете, дано намерите нещо и за себе си.
And to all of you who read this stuff, I hope you'll find something for your own.

Good luck!