I never felt nothing in the world like this before
Now I'm missing you and I'm wishing you would come back through my door
Why did you have to go?
You could have let me know; so now I'm all alone
Girl you could have stayed but you wouldn't give me a chance
With you not around it's a little bit more than I can stand
And all my tears they keep runnin' down my face
Why did you turn away?
So why does your pride make you run and hide
Are you that afraid of me?
But I know it's a lie what you keep inside
This is not how you want it to be
So baby I will wait for you
Cause I don't know what else I can do
Don't tell me I ran out of time
If it takes the rest of my life
Baby I will wait for you
If you think I find it just ain't true
I really need you in my life
No matter what I have to do
I'll wait for you
Been a long time since you called me
(How could you forget about me)
You gotta be feeling crazy
How can you walk away
(When) Everything stays the same
I just can't do it baby
What will it take to make you come back
Girl I told you what it is and it just ain't like that
Why can't you look at me?
You're still in love with me
Don't leave me crying
Baby why can't we just start all over again
Get it back to the way it was
If you give me a chance I can love you right
But you're telling me it won't be enough
So baby I will wait for you
Cause I don't know what else I can do
Don't tell me I ran out of time
If it takes the rest of my life
Baby I will wait for you
If you think I find it just ain't true
I really need you in my life
No matter what I have to do
I'll wait for you
So why does your pride make you run and hide
Are you that afraid of me?
But I know it's a lie what you're keeping inside
That is not how you want it to be
Baby I will wait for you
Baby I will wait for you
If it's the last thing I do
Baby I will wait for you
Cause I don't know what else I can do
Don't tell me I ran out of time
If it takes the rest of my life
Baby I will wait for you
If you think I find it just ain't true
I really need you in my life
No matter what I have to do
I'll wait for you
I'll be waiting …
mellow mode "on" :)
Monday, March 23, 2009
Thursday, March 19, 2009
Ubuntu Server 8.04
1. Merubah IP
Secara Default Ubuntu server mengunakan DHCP dalam proses instalasi. so tidak mungkin lah server memakai DHCP. IP server mesti wajib static. (dengan IP static yang kita berikan ini nanti nya kita bisa me remotenya tanpa harus berdingin ria di ruang server :) )
untuk menganti IP nya akan membuka file /etc/network/interfaces denganperintah punyutingan text nano (lebih suka nano dari pada Vi)
$sudo nano /etc/network/interfaces
maka akan nampak sebagai berikut
auto eth0
iface eth0 inet dhcp
ganti "dhcp" dengan "static"
tambahkan line berikut di bawah nya
address 192.168.0.254
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
sesuaikan ip address dan gateway dengan punya anda sendiri.
simpan dan lakukan restart service nertwok
$sudo /etc/init.d/networking restart
dan IP yang baru sudah aktif.
2. Update packages
#apt-get update
3. Install SSH server
#apt-get install ssh openssh-server
Secara Default Ubuntu server mengunakan DHCP dalam proses instalasi. so tidak mungkin lah server memakai DHCP. IP server mesti wajib static. (dengan IP static yang kita berikan ini nanti nya kita bisa me remotenya tanpa harus berdingin ria di ruang server :) )
untuk menganti IP nya akan membuka file /etc/network/interfaces denganperintah punyutingan text nano (lebih suka nano dari pada Vi)
$sudo nano /etc/network/interfaces
maka akan nampak sebagai berikut
auto eth0
iface eth0 inet dhcp
ganti "dhcp" dengan "static"
tambahkan line berikut di bawah nya
address 192.168.0.254
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
sesuaikan ip address dan gateway dengan punya anda sendiri.
simpan dan lakukan restart service nertwok
$sudo /etc/init.d/networking restart
dan IP yang baru sudah aktif.
2. Update packages
#apt-get update
3. Install SSH server
#apt-get install ssh openssh-server
Subscribe to:
Posts (Atom)