Saturday, September 9, 2017

the islamic state is problem for us boolean. the more they are "given" the opportunity of striking, the more powerfull the "system" gets. the stupid good cop, shoots them down, and the secret service leaks an information about another plan, convinetly, and then bingo...another political victory! the "system" is obedient. courts, police, entiry armies. obdient. they have the "constitucion"! we don't own the media, they do. . Any email with the CIA's vice with number 2 ISIS man at Beirute, is ignored. armament dealers, do their business, Tancos robbering, one of both, or Greek confusion, or Iran target! ISIS quit Mossul, the "system" decided to go to Iran. Maybe striking Saudi Arabia computation...to get advantage over them. Russia plays along, even warns the US for litle assassination plots against american ambassadors; they do it, right here, at Lisbon. Cicada . Who are they?

How to cause kernel panic with a single command?


compile the following code into a module and insmod it, sure you should get a panic:
static int crash_module_init(void)

{
     printf("crash module starting\n");
     int *p = 0;

     printk("%d\n", *p);

     return 0;
}

static void crash_module_exit(void)
{
    printf("crash module exiting\n");
}

module_init(crash_module_init);
module_exit(crash_module_exit);

No comments: