Skip to main content

How to become a successful hacker


The whole world is going to transform in Internet and internet related things, & still privacy is one of the most issued topic in market till now. So basically market needs a perfect hacker.

As we all know nothing is safe on internet millions TB of data is also growing on internet day by day but along with this the efficient Cyber Security Experts (WHITE HAT HACKERS) counts are very few. So the market needs perfect Cyber Security Specialist to make company data safe from any unauthorized access and to be ready for any cyber attack, so demand are too increasing day by day.



       If we talk about Hackers then we both know that hackers are also growing in the world day by day as we all know, it does not matter here what kind of hackers because where is god, devil is also there. And if we talk clearly then we know that Black Hat & White Hat both growing day by day.

So if you want to become a successful hacker you should apply at least these points in you=====>>>


  • Try to understand things deeply, observe the each steps in any kind of processing or even in any kind of case. Because the more you think, more you will develop your mind.

 

  • Become a creative person, try to do same things, or try to solve a problem with different different methods & techniques it will  make you perfect in every methods.

 

  • Try to be more practically, as i told in 1st point, observe every steps of any processing, if you are learning or observing 30% then you need to do 70% practical, because without practical you can lose your understanding power. Along side you need to do lot of practice for practice you can go to any testing website or you can host you machines on your local-host.  
 
  • Try to solve puzzles & mathematics problems as fast as you can it will help you to stand in pressure, because pressure is a common  kind of situation in cyber security field.

 

  • You need to be more consistent on a topic.

 

  • Reading books can make your mindset awesome, i am not talking about any syllabus book i am talking about general kind of books like "The Miracle Morning" "The meaning of Life" and many more. It will change your life.

 

  • Try to talk to yourself. Generally people take it as a joke but trust me it is one of the most powerful way to built confident in yourself, because when you talk to yourself you are everything (a Listener and speaker), and nobody laughs at you

 

  • This one is my favorite "when an old person is talking to you please listen them carefully" because when  you listen them carefully you can get a point which can change your life. I know some people will say that an old person experiences are very far from our experiences and i agree with this but still believe me your time will not get wasted.

 

  • Last but not least NEVER STOP LEARNING !!, Learning is very important if you really want to become a successful person i am not talking about only a hacker i am talking about a particular person. Even you should learn from each things which is surrounding you. For example i learned patience from a lizard, when you see a lizard they just simply sitting even they can still here for hours & hours but when a insects come near them they caught them very fast.


# THANKS FOR READING THIS BLOG!!!
# FOR MORE STAY TUNED!!!

Comments

Popular Posts

Why you should start programming with C?

         You must have listened about C programming from many peoples, yes C is a mid level programming language It contains both language features HLL & LLL so it is called mid level language. So today we will talk about some history & uses of this C programming language.     C was developed at AT & T's Bell Laboratories of USA in 1972. It was designed & written by a man Dennis Ritchie & we also call him father modern programming languages. In the late seventies(70s) began to replace the more familiar languages of that time like PL/I, ALGOL, etc. No one pushed C.       Thus without any advertisements C reputation spread & its pool of users grew. Ritchie seems to have been rather surprised that so many programmers preferred C to older languages like FORTRAN or PL/I, or the newer once PASCAL & APL. But that's what happened. Possibly why C seems so popular is because it was reliable, simple & eas...

Some useful shortcuts of Libre Office Writer

Ctrl+A   Select All Ctrl+J    Justify Ctrl+D Double Underline Ctrl+E Centered Ctrl+F Find and Replace Ctrl+Shift+P Superscript Ctrl+L Align Left Ctrl+R Align Right Ctrl+Shift+B Subscript Ctrl+Y Redo last action Ctrl+0 (zero) Apply Default   paragraph style Ctrl+1 Apply Heading 1 paragraph style Ctrl+2 Apply Heading 2 paragraph style Ctrl+3 Apply Heading 3 paragraph style Ctrl+5 1.5 Line Spacing Ctrl+ Plus Key(+) Calculates the selected text and copies the result to the clipboard. Ctrl+Hyphen(-) Custom hyphens; hyphenation set by you. Ctrl+Shift+minus sign (-) Non-breaking dash (is not used for hyphenation) Ctrl+multiplication sign * (only on number pad) Run macro field Ctrl+Shift+Space Non-breaking spaces. Non-breaking spaces are not used for hyphenation and are not expanded if the text is justified. Shift+Enter Line break without paragraph change Ctrl+Enter Manual page break Ctrl+Shift+Enter Column break in multicolumnar texts Alt+Enter I...

Programing Langauges HLL vs LLL

High Level Languages:      High level languages are abbreviated as HLL, these languages are too much similar to human language. These are more programmer friendly languages easy to code, debug and maintain. Actually they don't interact with the hardware , rather they focuses more on the complex arithmetic operations, optimal program efficiency and easiness in coding.      High level language requires a compilers or an interpreters to translate source code written in high level language to machine language. We can compile the source code written in HLL to multiple languages. Thus they are machine independent language. Advantages of HLL: It provides higher level of abstraction from machine languages. It is machine independent languages. Less error prone, easy to find debug errors. They provides the better programming productivity. Disadvantages of HLL:  Its take additional time to translate its code to machine code. HLL programmer are much slower than...