Author Archives: Maciej Piechotka
Scripting in GNOME
Every time now and then we want to automate tasks. Sometimes it is just a repetitive task and sometimes we want to do a complex task without having to remember each particular step. If the task is not general enough … Continue reading
So the blog is on WordPress.com now
Unfortunately the previous host was unreliable to say the least. During last crash I lost two posts (one note very interesting about libgee 0.7 and one about general thought on debugging). The recent security breach caused lost of trust into it from … Continue reading
Hosting problems
I finally restored blog after my provider total RAID failure which resulted in xfs corruption of partition where the databases were located (as well as corruption of partition where the blog was). Unfortunately not all data was retrieved so there … Continue reading
I am not member of my generation
That’s not one of the promised posts but anyway I’d like to share a few thought after reading a series of articules about the internet and discovering what some people may think about the network. I am aware that the … Continue reading
Gnome and gnome-shell
Since some time I try to follow gnome 3.0 development and gnome-shell in particular. However I started to be growingly sceptical about 3.0 release (well – possibly again) and fear repeat of KDE 4.0. I hope I am wrong and … Continue reading
My blog is dead, long live my blog
I’m finishing migration of blog to the WordPress from Jogger.pl. Jogger was a good platform but I used a few benefits and it was hard to handle interface with two blogs. WordPress at this moment have larger number of advantages … Continue reading
SixXS – How to disable your own account by request to change an e-mail
I had from some time SixXS account and I was happy user. Until I tried to change e-mail
C++ – circular dependencies
Since the down of time mankind seek the solution to the circular dependencies in C++. Well – may be ot exactly since the “down of time” and definitly not the whole of the mankind – but it have been “always” … Continue reading
LVM 2 – Why do not use partitions
Traditionally if one want to use a hard drive (s)he has to partition it. “Since the dawn of time” the problem was – how. Partition cannot be easily moved around (moving 40 GiB chunk of data takes a long time), and it cannot be done while FS is mounted. What is worst repartitioning the disk while any of the partition is mounted prevents Linux from rereading the partition table – which basicly means that I have to do it from Live CD. While it is inconvenient for desktop user it is impossible for servers.
However I thought I do not need it. Well – what are my needs? 10 GiB for /usr for sure is enough, /var etc. on separate partitions with appropriate size. Rest for /home. As many times before live proved me wrong. Recently I started running of the space on /usr – and have plenty of space on /home – which was not only not-optimal but started stopping my system from working.