How to enable colors on GRUB

May 28, 2008

Most linux distros usually only offers grub as white text on black background. But you can hack it to make it colorfull. Want to know more?

Check this link from Ubuntuforums


ISO image disc creation

There are many disc image creation tool available on the market. One of it that can be utilized to create iso image file is infrarecorder, You could click the Actions > Copy Disc > to a Disc Image menu to create a disc image.

Image

Image: how to create iso file from a cd/dvd

Source: http://computer.learnsimply.net/2008/05/28/how-to-copy-cddvd-content-into-disc-image-iso/


Paint.NET, a simple yet powerful image manipulation program.

May 24, 2008

paint net, replacement for mspaint, ms paint extensionThere are tons of picture manipulation programs.

Some of it were free and some of it were commercial softwares.

One of many free and open source image manipulation softwares is paint net. Try it by clicking the download page of paintnet.

Sources: Computer Tutorial’s blog.


First tutorial on Lazarus

May 18, 2008

Lazarus is a superb programming tool right now, created based on Free Pascal, this software seems to be already battle proven. There are many commercial softwares created by lazarus.

I will show the first tutorial for Lazarus. First enter a button into Form1. Click 2X on the button so you’ll enter the coding window. Enter this code.

procedure TForm1.Button1Click(Sender: TObject);
begin
showmessage(’Hellow’);
end;

Execute the program, click the button:

lazarus hello world, lazarus message box, delphi message box, how to create message box on delphi, how to create message box on Lazarus

Although lazarus is great, but it has no syntax autocomplete (intellisense) yet. But i bet this great tool will be great in the future..


Adobe Flash Beta 10 is released for Linux

May 15, 2008

linux is now a rich platform. Flash animation that is used ubiquitously right now is fully supported on Linux. Adobe as the developer of flash technology and softwares releases the latest adobe flash 10 for LInux. You might download it from here.

Tags: , ,


How to record desktop movement (screencast) on lInux

May 9, 2008

Ubuntu Linux and other linux distros can use recordmydesktop and gtk-recordmydesktop to record and screencast the software. To enable this, you have to install recordmydesktop and gtk-recordmydesktop.

It is easy as 1 2 3, try it and you will find Linux is interesting….


Pregnancy signs and symptoms

May 8, 2008

 

Pregnancy, most of the time, is a blithe and cheerfull condition. Most women will think they are real women when they are pregnant. Although pregnancy is pervasive (i bet everyone knows what pregnancy is), but some women are not sure when they are on a pregnancy condition since they don’t really know what are the signs and symptoms of pregnancy.

To say that someone is pregnant, one’s condition should be examined, both subjectively and objectively. The Subjective data is the conditions felt by the woman itself (or we may call it pregnancy symptoms felt by the woman). while the objective data is the pregnant woman’s symptoms that can be seen by anyone else (or we may call it pregnancy signs).

The signs and symptoms of pregnancy can be devided into two categories, the signs and symptoms that MUST BE present during pregnancy and the signs and symptoms that MAY NOT be present during pregnancy.

Pregnancy symptoms and signs that may not be present during pregnancy is:

* No menstruation. This is the first sign and one of pregnancy signs most people know. From this sign, you can estimate embryo’s day of birth. The forumulas to calculate baby’s birth are:

(Last menstrution’s day + 7) = estimated date of birth

(last menstruation’s month-3) = estimated month of birth

* Bellyful, followed by puking. This happens especially during the early months of pregnancy.
* Uncomfortable during excretion, this is caused by hormonal changes.
* Frequent urination, especially on the last months of pregnancy.
* No appetite.

Pregnancy signs that may not be present are:

* Skin color darkens. Especially after 12th week
* Itch, especially on genital areas.
* Gum is bloating, especially on early months of pregnancy.
* Chest is bloating and less flexible.
* The belly is bloating too.
* The pregnancy test produce positive result.

Pregnancy signs that MUST be present are :

* When the belly groped, the embryo’s movement will be detected.
* Baby’s heart can be heared using Doppler tool.
* The baby can be seen using USG (ultrasonography)
* The skeleton of the baby can be seen using rontgen tool.

Tags: ,


Encryption, a method to make your data safe.

May 7, 2008

Encryption is a technique to manipulate data so that people that have no access to a data will be deceived. One software to encrypt is Truecrypt. This software is a free and open source software so you dont have to buy it.

Is a multiplatform and available on many platforms. Try it…

Related article:

  1. How to encrypt using truecrypt

Open solaris, open version from solaris

Open solaris 8 already avaliable. It’s provided as an ISO. Download it from open solaris download page. To test it, you could burn the iso to cd and make your computer boots from it. If you are not willing to burn it, you can still use the iso file directly by using virtual machine. One of virtual machines that can be used to boots from iso is qemu. to use qemu for ISO for LInux or open solaris, click this link.