Wednesday, December 28, 2011

Howto Compile Source Code on Ubuntu

./configure make sudo make install The above 3 comands work for most of the softwares.  If doesn't, go for read me file. Related articles How to Hack webisites using IIS exploit (globalsoftbay.tk) Hang Someone...

Increase Maximum File Transfer size of USB in Windows 7 | Hotfix

Download Update kb2581464 from official website. Select the Windows version (32 or 64 Bit) and enter email address to request download link on email. Click Start, type regedit in the Start Search box, and...

How to crack winrar ? | Reverse Engineering

In this tutorial I will show you the attackers approach of simply hacking a software with just basic understanding of Assembly. All you need is Olly dbg(v 1.10) and Winrar(any version). Our target is...

Tuesday, December 27, 2011

MySQL : Error 1005 : Can't create table (err no:150)

How to resolve this error:Make sure your fields datatype match.They both should have exactly the same datatype and length.Eg. INT(4) Unsigned isn’t the same as INT(11) Also make sure if you have data in...

Thursday, December 22, 2011

How to reduce package size in Ubuntu while installing

Generally we use sudo apt-get install PackageName for installation. But in this way, all the recommended dependencies will be installed thereby increasing the size of installation. So, in order to download and install only required dependencies, use...

Tuesday, December 20, 2011

How to download .torrent files using IDM (Internet Download Manager)

In my older post, I have posted how to Download Torrents via HTTP Direct Links without Seedbox Here is similar but an extension which is currently working. 1. Go to the website www.torcache.net and upload...

Sunday, December 18, 2011

how to mount all drives at the start up | Ubuntu

Install using the below command. sudo apt-get install pysdm After installation, open Storage Device Manager. Once running, from the left hand side panel choose the partition you want to be mounted on startup (expand the hard...

Segmentation fault causes and solution

Well, this "SEGMENTATION FAULT" error encountered me and my friends while doing network programming in C on a Linux platform. Cause for this error : A segmentation fault occurs mainly when our code tries to...

Why main() should not have void as return type ?

Main() is actually defined in the libraries as int main() but not as void main() . This is the main reason we should use it with return type int. Even the ANSI standards suggests...

Problem in using scanf() before fgets() or gets() in C | Solution

Problem : code : #include <stdio.h> #include <string.h> int main() { int n; char buff[100]; memset(buff,0,sizeof(buff)); printf("Enter a number:"); scanf("%d",&n); printf("You entered %d \n",n); printf("\n Enter a name:"); fgets(buff,sizeof(buff),stdin); printf("\n The name entered is...

Thursday, December 15, 2011

Disable Refresh in Webpage Using Javascript (F5 & Ctrl + R)

document.onkeydown = function() {         switch (event.keyCode) {          case 116 : //F5 button             event.returnValue = false;             event.keyCode = 0;   ...

Wednesday, December 14, 2011

Search for a file from terminal in Linux

To day I just came across a situation in which I have to search for a file/ folder but i don't know the path and full name. So, in these situations geenrally we go...

Friday, December 9, 2011

COPY / EDIT TEXT FROM IMAGE FILE

IMAGE TO DOCUMENT CONVERTER : If you have software installed Microsoft One Note is bundled with Microsoft Office 2007, then you can copy text in the image file. Because this software has the facility Copy Text...

Wednesday, December 7, 2011

Top 3 smart phones and why they make it into the top 3

Mobile broadband providers have seen a spike in Internet access since smart phones started taking the world by storm. There was tough competition amongst smart phone providers. But three main smart phones made it...

Tuesday, December 6, 2011

De-fragmentation shortens or Increases the HDD's life

What is Defragmentation ? Defragmenting hard drive is nothing but a group of files to rearrange each file that is out of place in consolidated and organize files again. Then when you need a certain...

Monday, December 5, 2011

Post Text On Facebook In Blue Color And Link It To Any Page,Profile,Or Group

Now a days,people are linking some text directly to a profile page or a webpage etc etc,. I wondered how..? This is like href in html. At last i found it somewhere and posting here. :P...

Your Android may spy on you | Carrier IQ

An Android developer recently discovered a clandestine application called Carrier IQ built into most smart-phones that doesn't just track your location; it secretly records your keystrokes, and there's nothing you can do about it. What is...

Friday, December 2, 2011

How to Hack webisites using IIS exploit

Yes, Now you can actually hack some websites using IIS. Open My computer and right click any where and select add network location. Press NEXT Click on "Choose a custom network location" and hit...

WordPress Security Vulnerability Scanner v.1.1

 WPScan is a black box WordPress Security Scanner written in Ruby which attempts to find known security weaknesses within WordPress installations. Its intended use it to be for security professionals or WordPress administrators to...

Thursday, December 1, 2011

10 Little Known Tricks about VLC Media Player

Make Artistic Sketch Tools > Effects and Filters > Video Effects > Image Modification > check on Gradient Add Logo / Watermark on Video This is temporary. Tools > Effects and Filters > Video Effects...

Hang Someone PC Easily

If you have physical access to the PC you wanna hang, then this method is possible. Or else if you even mail the file with the following code, Shit happens :D Open Notepad(Start >...

Wednesday, November 30, 2011

How / Why to Completely Anonymize Your BitTorrent Traffic

If you're using BitTorrent without taking special measures to hide your activity, it's just a matter of time before your ISP throttles your connection, sends you an ominous letter, or worst case, your ISP...

Tuesday, November 22, 2011

How to get Code like @+[1234567890123:0] And make a link for your Page/Group/Profile | Facebook Tricks

Go to Your Page which have URL like this Facebook.com/<username> But here we need code. So open your Page if you are admin click on Edit Page in the URL box it will show id Paste your Code replacing red...

How to update Anti Virus Offline

Here is a list of some antiviruses and their procedures to update off line. Avast Download http://files.avast.com/iavs5x/vpsupd.exe Run this .exe file to update the antivirus Avast. This off-line update will work only if a...

Tuesday, November 15, 2011

Create launcher in Ubuntu 11.10 | How to create shortcut icon on Desktop in Ubuntu 11.10

First of all , Install Package through terminal .  sudo apt-get install --no-install-recommends gnome-panel If done , Create your first desktop icon through following command.  gnome-desktop-item-edit --create-new ~/Desktop To create one more, type above...

Saturday, November 12, 2011

Building a better Firewall with Ubuntu

The following article will teach you how to build a firewall with Intrusion Detection Prevention Capabilities built in. For more details check out this link. Building a better firewall ...

Friday, November 11, 2011

How to build a chrome extension

Check out this link for complete guide. http://lifehacker.com/5857721/how-to-build-a-chrome-extension?utm_source=Lifehacker+Newsletter&utm_campaign=c02bdaca9d-UA-142218-1&utm_medium=email If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged...

Change Key functionality in windows | Remapping

We can actually change the keys functionality of each and every key in either Windows or Linux. This is called Remapping. In this post I will discuss about the Windows Remapping.  There are 3...

How To Disable The Caps Lock Key Permanently | Windows

1) Open the Windows Registry 2)  Navigate to the following Registry key in the folder browser on the left. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout 3) Right-click on Keyboard Layout and select New > Binary from the context menu....

Thursday, November 3, 2011

How to Join Facebook Fellowship Program

Applications to join Facebook Fellowship Program are open now and this year Ph.D. students studying at international universities can also apply in addition to applications from Ph.D. students studying in the United States. Facebook accepts...

How to hide or change your mac address in Ubuntu

I've been Googling and searching everywhere on the internet for the ways to hide my mac address. Finally I got many solutions. but here is the most optimum one. First point to keep in...

Tuesday, November 1, 2011

THC-SSL-DOS | TOOL TO KILL SSH SERVERS

Specialty : average laptop computer with windows Or any LINUX operating system and a standard DSL connection. are enough. ! :D How it works : Open command prompt.Change the prompt directory to the drive in which you have...

Page 1 of 49123»