Sunday 27 November 2016

What Is The Difference Between RAM and ROM? What Is Their Use?

RAM (Random Access Memory) and ROM (Read-only Memory) are the two important memory types found on a computer. RAM is fast but it can’t hold data permanently. The ROM can hold data but frequent read-write operations are not possible in this case. This article is about all the differences between RAM and ROM.

Various components of a computer have memory to store some sort of data. The hard drive is the primary storage device used to store all the important data like OS files, music, videos, etc. Other than the hard drive, we have the RAM (Random Access Memory), ROM (Read-only Memory), etc.

Wednesday 23 November 2016

Best CMD commands used in hacking

Top CMD or MS-DOS prompt commands which every hacker should know

CMD is a power tool which lets you do almost anything with your PC/laptop. There are common commands like CD.. and MD etc which you probably know so we wont get into that. Here are some really useful things a hacker can do with CMD commands.

Saturday 12 November 2016

5 Common Mistakes That Fresh Hackers Make


Starting out as a beginner in hacking can be a lot of fun, but there are some common mistakes that most make. If you’re reading this, then you have the unique advantage of avoiding these mistakes when you’re still new. The following five points will tell you what not to do in your journey towards becoming a true hacker.

Sunday 6 November 2016

C and C++ Cheat Sheet

Hey guys, so I've brought a great post today for some  Programmers. Here's a cheat sheet of C & C++ that may help you during programming. This sheet contains all the information required to make a better program.