Malaysia Today Mirrors

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
 
C:\Documents and Settings\Charles>nslookup
Default Server:  cns2.tm.net.my
Address:  202.188.1.5
 
> malaysia-today.net
Server:  cns2.tm.net.my
Address:  202.188.1.5
 
*** cns2.tm.net.my can't find malaysia-today.net: Non-existent domain
> mt.harapanmalaysia.com
Server:  cns2.tm.net.my
Address:  202.188.1.5
 
Non-authoritative answer:
Name:    mt.harapanmalaysia.com
Addresses:  72.47.236.85, 202.71.97.141, 202.75.59.125
 
> exit
 
C:\Documents and Settings\Charles>

So there you go. There are currently 3 IPs available. I hope RPK has more to reveal (backup) if all three failed again (banned).

Posted on 29.08.08 | no comments | Filed Under: alert, minta puji

Copying and Deleting

Windows

xcopy <source> <destination> /E /I /C /Y /F
rmdir <dir> /S /Q

Linux

cp -Rv <source> <destination>
rm -fr <dir>

Now I can perform

<?php
if(stristr( PHP_OS, 'WIN' ))
{
  $arg = 'xcopy '. $source .' '. $destination .' /E /I /C /Y /F 1>'. $outfile .' 2>'. $errfile;
  exec ( $arg, $out, $ret );
}
 
if(stristr( PHP_OS, 'Linux' ))
{
  $arg = 'cp -Rv '. $source .' '. $destination .' 1> '. $outfile .' 2> '. $errfile;
  exec ( $arg, $out, $ret );
}
?>
Posted on 24.08.08 | no comments | Filed Under: alert, minta puji

About

My name is Charles Peter and I am Asian and my English sucks. Information Technology (I.T) is great for people who afraid getting bored. ‘Boring’ is expensive but in I.T, it’s cheap. What you know today, will be invalid tomorrow. That’s I.T.

In this web log, it’s all about snippets of unsolved or solved I.T issues either by Harold & Kumar or Google. If you think this web log is boring, fuck you!

Categories


sunsuron would like to use this space to support the following projects:

CentOS | PHP | Apache | MySQL | PhpMyAdmin | PuTTY | Invisionize | The Regex Coach | TightVNC