Tuesday, June 21, 2005

RH9 Force Kill Running Apllication

If processes are still running, your only choice is to force kill. Be ABSOLUTELY SURE that the application is not responding, then use kill -9 [Process Number]

Try this at home :)

References

Friday, June 17, 2005

Protect your stolen phone..!!

i got this msg from my friends about cellphone.. maybe u can try this to protect your phone.. mine is: 355296001813760 :)

-------------------------------------
Mobile users - Suppose your cell phone is stolen. What will you do?

Here are some tips. Read it. Please forward it to as many people you
can.

How to disable a STOLEN mobile phone?

A bit of useful information. Just in case you happen to lose your
mobile or it gets flogged.

To check your Mobile phone's serial number, key in the following
digits on your phone:

* # 0 6 #


A 15 digit code will appear on the screen. This number is unique to
your handset. Write it down and keep it somewhere safe.

Should your phone get stolen, you can phone your service provider and
give them this code. They will then be able to block your handset so
even if the thief changes the SIM card your phone will be totally
useless.

You probably won't get your phone back, but at least you know that
whoever stole it can't use/sell it either.

If everybody did this, there would be no point in stealing mobile.

Linux scandisk problem....

duplicate/bad blocks well scanning on home dir...

here is a problem with these blocks during start up there is an error check... while it scans the home directory it saids

it has found a duplicate/bad block

Solution:

#fsck -y --this command will automatically fix any errors
and
#fcsk -f

without mounting these drives

i try fsck -y command and my problem's gone..

references:
http://www.linuxquestion....adid=222836

Thursday, June 16, 2005

Samba Connection

This will enable your linux connection to windows OS and share files under Microsoft Network (My Network Places).
1. Edit /etc/samba/smb.conf and uncomment [#] the workgroup = Mygroup
encrypt passwords = yes
smb passwd file = /etc/samba/smbpassword

Thats all
:)

Monday, June 13, 2005

SENDMAIL Server - finally

Help me! i'm stuck with this error..

sendmail failed. The error was: Starting sendmail: 451 4.0.0 /etc/mail/sendmail.cf: line 91: fileclass: cannot open '/etc/mail/local-host-names': Group writable directory
451 4.0.0 /etc/mail/sendmail.cf: line 570: fileclass: cannot open '/etc/mail/trusted-users': Group writable directory
[FAILED]

all permission is set but still get this error :(

http://www.sendmail.org/tips/DontBlameSendmail.html

------------------------------
just simple solution:

chmod go-w / /etc /etc/mail /usr /var /var/spool /var/spool/mqueue

chown root / /etc /etc/mail /usr /var /var/spool /var/spool/mqueue

i dunno wat happen but now my sendmail server works!!

Sunday, June 05, 2005

sending SMS via internet

i spend much time to set word counter under my sms web here.

Error: this.form has no properties (using firefox javascript console)

Error: Object required (using ie6 browser)
Code: 0

solution:
* forgot to place <form.... > </form> opening tags for textarea options.

finally my sms word counter working normally :)
Related Posts Plugin for WordPress, Blogger...