Nothing

Minggu lalu gw ada tugas ke daerah sulawesi Selatan
tepatnya di daerah makasar ..
pergi ke sana naik pesawat lion air
setelah lama gw ngak keluar daerah (red ; tugas)
ternyata masih sama ..
orang indonesia cenderung untuk mebawa bagasinya ke dalam pesawat
padahal maskapai penerbangan menyediakan tempat untuk bagasi mereka
entah karena alasan lebih cepat jika tidak perlu ambil bagasi di tempat pengambilan bagasi .
atau mungkin mereka sekalian olahraga bawa2 bagasi bersama mereka

kemarin gw lihat 1 keluarga (suami istri dan 1 anak)
bawa 2 koper yang lumayan besar + 1 kardus oleh oleh ..
bisa di bayangkan kalo untuk di taruh di tempat bagasi di atas kepala kita
dan anehnya mereka kekeh untuk mebawa dan menaruh koper dan 1 kardus tersebut di atas mereka
*ngebayangin kalo terjadi apa2 dengan pesawat
mungkin mereka tidak akan bisa keluar kalo memang terjadi apa2 ..
*karena tertimpa bagasi mereka

dan pas turun dari pesawat ..
sang bapak dengan gagahnya membawa koper yang lebih besar
dan sang ibu membawa koper agak kecil serta si anak membawa kardus oleh2
pas keluar dari pintu pesawat ..
*teeettttt….
ternyata cuma ada tangga turun biasa,  dan tidak langsung masuk ke bandara…
* bisa bayangin mereka harus angkat2 koper turun tangga
gw cuma bisa geleng2 kepala ..
merasa kasihan tapi juga tergelitik tertawa kecil di dalam hati
(ngak ada maksud mentertawakan orng yg lebih tua )
cuma yah buat apa ada bagasi kalo mereka harus bawa2 seperti itu
lagipula mereka harusnya tau bagasi yang bisa di bawa ke atas beratnya berapa dan ukuranya berapa

mudah2an kita bisa lebih bijak supaya lebih teratur dan tidak dapat membahayakan keselamatan diri sendiri ataupun penumpang lain dengan membawa koper yang besar dan berat kedalan bagasi di atas kepala kita pada maskapai penerbangan.

svc: warning: unable to control supervise not running

I found this error when i install qmailadmin from inter7 ..

even i follow the instruction step by step but still this error came up

i read in other web it’s said it’s not compatible for fedora 9 – up

if u ever found this error trys this command then

# svscanboot &

i have try it , and it run well

hope it can help

11 1 2011

Tanggal 11 bulan 1 tahun 2011 jam 11

Iseng iseng

seru juga ketemu tanggal2 cantik seperti ini ..
coba kalo nomor telepon
pasti dah mahal harganya
wakakakakakak

Chek this out my Blog 2010 in review

The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here’s a high level summary of its overall blog health:

Healthy blog!

The Blog-Health-o-Meter™ reads Fresher than ever.

Crunchy numbers

Featured image

A Boeing 747-400 passenger jet can hold 416 passengers. This blog was viewed about 3,200 times in 2010. That’s about 8 full 747s.

 

In 2010, there were 9 new posts, growing the total archive of this blog to 57 posts. There were 4 pictures uploaded, taking up a total of 3mb.

The busiest day of the year was September 8th with 68 views. The most popular post that day was Selamat Hari Raya Idul Fitri 1430 H.

Where did they come from?

The top referring sites in 2010 were google.co.id, en.wordpress.com, mynameisfatika.wordpress.com, bigextracash.com, and facebook.com.

Some visitors came searching, mostly for transfer pulsa esia, cara transfer pulsa esia, transfer pulsa m3, kirim pulsa esia, and idul fitri.

Attractions in 2010

These are the posts and pages that got the most views in 2010.

1

Selamat Hari Raya Idul Fitri 1430 H September 2009

2

Transfer Pulsa Esia dan M3 August 2008
17 comments

3

How to reset Qmailadmin password May 2009
2 comments

4

Revisi Cara Transfer Pulsa Indosat M3 October 2009
6 comments

5

Esia gogo November 2008
2 comments

500 OOPS: cannot change directory:/home/user

habis install server baru lagi dengan menggunakan fedora 13
ada kesulitan ketika selesai menginstal vsftpd -> deamon untuk server ftp
untuk instal bisa dengan menggunakan yum install dari root
seperti berikut
# yum install vsftpd   << untuk menginstal dgn yum
# /etc/init.d/vsftpd start << untuk memulai deamon vsftpd

setelah itu di config vsftp ada beberapa line yang harus di ganti
yaitu pada file
/etc/vsftpd.ftpusers dan
/etc/vsftpd.user_list

pada 2 file config tersebut di hilangkan akses root atau di remark

kemudian restart deamon vsftpd

setelah itu gw coba masuk ke server dgn menggunakan ftp dan muncul error seperti ini

the command was not understood by the server
issue the raw ftp comman “HELP” to identify all commands supported by the server

500 OOPS: cannot change directory:/home/user
Login failed.

setelah gw googling ternyata ada masalah dgn selinux
jadi harus di rubah setinganya
setingan asli bawaan adalah sebagai berikut

[root@localhost vsftpd]# getsebool -a | grep ftp
allow_ftpd_anon_write –> off
allow_ftpd_full_access –> off
allow_ftpd_use_cifs –> off
allow_ftpd_use_nfs –> off
ftp_home_dir –> off  << ini yang harus di rubah
ftpd_connect_db –> off
httpd_enable_ftp_server –> off
sftpd_anon_write –> off
sftpd_enable_homedirs –> off
sftpd_full_access –> off
sftpd_write_ssh_home –> off
tftp_anon_write –> off

lakukan perintah berikut
setsebool -P ftp_home_dir on

kemudia chek kembali maka hasilnya adalah sebagai berikut

getsebool -a | grep ftp
allow_ftpd_anon_write –> off
allow_ftpd_full_access –> off
allow_ftpd_use_cifs –> off
allow_ftpd_use_nfs –> off
ftp_home_dir –> on  <, sudah berubah menjadi on
ftpd_connect_db –> off
httpd_enable_ftp_server –> off
sftpd_anon_write –> off
sftpd_enable_homedirs –> off
sftpd_full_access –> off
sftpd_write_ssh_home –> off
tftp_anon_write –> off

Howto Backup Mysql Database

it’s been a while i haven’t write here ..
well i try to write her about mysql
how to dump ur database that using mysql through ssh or telnet
as ussual it was from personal problem when i had to backup databse that had a lot of database in one server
so i googling and found it how

How to create mySQL dump file (export database to sql file)?

The easiest way to export is use next syntax in command prompt (cmd):

mysqldump -u USER -p PASSWORD DATABASE > filename.sql

syntax above are used to backing up ur database each one of it acoring to database name
you can save it to ur own hardrive and burn it monthly or whatever u want *for backing up

if u planing to change ur server
maybe change Os or change ur hardware
*like i had to face it
don’t forget to backup the latest one before u change ur server
or maybe  server crashes and you got mysql dump file stored on your hard drive.

after u had install ur new server and setting all of u need for new server
then u can upload it again ur backup database
and import it again to ur database

then use next command line:

mysql -u username -p password database_name < filename.sql

sytnax bove to import again through ssh accoring to database name

there u go it’s all ready run and go

*hope it can remind me if i need it again*

Failed to start apache : make_sock: could not bind to address [::]:80

Failed to start apache :

Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
[FAILED]

 

When i am adding new domain in to my box
i found this error
i look for it on google
there’s a lot of explanation how it happen and how to fixed id
this is the simple one

go to root and type :
fuser -k -n tcp 80
and start ur apache server again

hope it can help

 

Follow

Get every new post delivered to your Inbox.