Posted
on 19 October 2009, 20:27,
by berk,
under
Linux.
Hi,
My recent toy (actually 1 year old) is Asus G50vt gaming laptop. It is a perfect choice for people who need high resolutions like 1680×1050, good cpu and graphics adapter with hdmi output and tolerable weight.

Asus G50vt
Ubuntu Jaunty Jackalope and Karmic Koala runs perfect on this. Come and see:
Read the rest of this entry »
Posted
on 25 July 2009, 21:57,
by berk,
under
Linux.
I have an old Sony Vaio VGN-BX570B. I used it with Ubuntu for many years. The only missing hardware was fingerprint reader and this was definitely not a blocker.
I left this old friend alone when I got my new Asus G50Vt, until now.
Read the rest of this entry »
Posted
on 26 June 2009, 15:49,
by berk,
under
Linux.
Like most other software, there are serious number of zealots who obsessively love Linux. So far ok, the obsession is something personal and does not affect no one directly. However, these people are often considered as good users and most people judge Linux experience by looking at how they use it.
Read the rest of this entry »
Posted
on 29 April 2009, 13:14,
by berk,
under
Linux.
There are some web sites providing reports on web server software usage in the internet. One of the most populer is Netcraft with their infamous web server survey. In this post, I would like to talk more about decisions made by highest traffic sites and countries rather than cumulative results.
I’ve collected the list of the top sites from Alexa. They provide a csv file ordered by ranking. Then I used a tiny script to collect Server header from top 15000 sites. After that, I used libgeo-ipfree-perl package to guess geographic location of sites. The numbers may not be exact but enough to give very strong idea.
Read the rest of this entry »
Posted
on 8 April 2009, 16:11,
by berk,
under
Berk Ulsoy.
Prometric is the leading company for testing and certification services. There are many test centers in the world for Prometric. The exam registration is very simple. The process consists of logging in as a candidate and choose appropriate exam/city/test center/date. The problem comes after this.
Read the rest of this entry »
Posted
on 28 March 2009, 21:37,
by berk,
under
Linux.
I am getting older. Once I was jumping in to the hell of alpha packages to use a new distribution. Now I found myself waiting for the Beta at least. Jaunty Jackalope Beta has been announced a fews days ago and it is downloadable for all variants of Ubuntu. Hooraaay, so far..
I am using an Asus G50vt. It is a wonderful laptop with many features. It also includes Intel’s fake raid and I use it to stripe two internal disks.
I upgraded my Intrepid Ibex using “update-manager -d” command, the recommended way from Ubuntu. It oversimplifies the whole distribution upgrade. It activates the propoer repositories, downloads and installs packages, but with a single dirty problem.
The version of dmraid in the Jaunty Jackalope Beta is now rc15-4 and it does not recognize Intel RAIDs. Therefore, initrd is unable to activate the volume. The solution is to download the latest version (currently rc15-6) from Jaunty repositories along with dependencies and install it. Installation will update the initrd image so you do not have to do it. To boot and access the system, you can use the alternate install cd Strangely, it will recognize those volumes but not your own dmraid.
Now you have your volume again..
Posted
on 26 January 2009, 23:00,
by berk,
under
Linux.
I was trying out new VMWare Server 2.0 for some time. It really has some nice features which I really miss. Check here for the list.
However, it has one big nasty problem:
It is totally unusable.
Right. I am not exaggerating. I am not trying to smash it. I wish I could say something better but it is really hard.
Just like everybody complains, this version does not have a management console client. This would not be a problem if the proposed method was working ok. Now, vmware server users have to use web browsers to manage their guests.
During first connection attempt, VMWare tries to install a plugin to your favourite web browser to get the console. The problem is, sometimes it takes a minute to get in to the console. If you are lucky enough, you can click a couple ofthings. If you press ctrl+alt to exit, you may again wait some time.
This is totally unacceptable. I installed the software on 3 different systems and all of them behaved similar. Then I decided to return to 1.0.8.
My systems are running 64-bit Ubuntu Intrepid Ibex 8.10.
Due to the changes in 2.6.27, VMWare Server 1.0.8 does not install by itself. In order to do, followings steps should be taken:
This should be enough, normall. If the system is 32 bit, it is also possible to use the systems own pam libraries instead of VMWare’s to be able to use sha512 passwords.
I hear some of you saying “Why don’t you just use KVM and say goodbye to all those ?” If you have to share the administration of the system, it is better to use a software that everyone can easily use. It should be admitted that, even there are GUIs for KVM, it is not as easy as VMWare and VMWare makes more people happy using non-critical/non-production systems. (I do not want to be called at Sunday just because that I am the only one who can manage KVM. Yes, I am bad
)
Posted
on 30 October 2008, 21:46,
by berk,
under
Linux.
Linux and Open Source world has vast array of technologies to fit our needs. In these pages, I will define steps to build 4 node GFS cluster with LVS. Unfortunately there is not much howtos or guides to setup similar environments.
GFS is developed by Redhat and GFS configuration can be most easily done using GUI tools in Redhat Enterprise Linux. However, there are many reasons to deploy a Debian/Ubuntu instead of Redhat. (I will not discuss them here)
This setup has been tested on following hardware:
- 4x HP Compaq DL380 G5
- Intel Xeon quad core
- 16 GB RAM
- 2 x 146 GB SCSI internal disk
- 2 x Qlogic HBA
- 2 x Gigabit Ethernet
- MSA 2000 with 2x controllers
- 2x Fibre Switch
Our environment will end up having following features:
- All servers, running Ubuntu Hardy Heron 8.04 LTS 64-bit edition (Openvz enabled kernel)
- MSA2000 configured as single RAID6 drive
- GFS cluster setup with simple config, including quorum device and simple fencing
- RAID6 drive formatted as LVM volume and shared between 4 nodes using GFS
- LVS+Heartbeat to setup ip failover for web and mysql services
- Network interfaces are bonded to provide redundancy
- Two nodes will run web server and the other two nodes will use mysql
(db1, db2, web1, web2)
- Use OpenVZ for virtualization
Read the rest of this entry »