Skip to main content

 

How To Control Mind? avoid this few things to control your mind.

1.Stop overgeneralizing. Overgeneralizing means taking a single occurrence of a negative experience and projecting it onto other experiences or to your predictions about how the future will be. For example, someone who overgeneralizes might say, “I had a difficult childhood, so my life is going to be difficult forever.” To stop overgeneralizing, you might: [4]

  • Take it upon yourself to change your own future through hard work and persistence. For example, if you had a difficult childhood and think your life is going to be difficult forever, you might identify ways in which you want your life to improve, and work to improve them.
  • Continuing the example, perhaps you want more meaningful relationships and a better job. You might research ways to obtain those things and then set goals for yourself in those domains to accomplish.

2. Re-appraise what you are struggling to control. Try changing how you look at the thing you are struggling to control. For example, if a part of your mind really wants to have wine but you are trying to stop drinking, try imagining the wine as poison. Imagine it going all through your body, infecting your cells and organs. Studies show that having individuals mentally transform (re-appraise) desirable things into less desirable things facilitates their self-control efforts to avoid the desirable thing.[3]

  • To do this, really try vividly imagining and playing along with the idea that the object you wish to avoid has changed its properties.

3. Believe in yourself and that you can change. If you don’t believe that you can change you’re not going to try nearly as hard as if you believe success is possible. So, make sure that you’re using positive thinking to face your problem. Try to keep in mind that you can change the way you think, that you can improve.

  • Renounce old habits in favor of a more effective lifestyle. Your subconscious mind where all your habits are recorded is a comfort zone that provides the feeling of familiarity, safety, and confidence. You can do the same things every day, tread the same routs, undertaking no risks. But what about your bold dreams and ambitious plans? To make some great things happen, as well as grow and develop as a person, you have to leave this comfort zone and undertake some risks in the pursuit of a better tomorrow.

Comments

Popular posts from this blog

What is Data abstraction? explain in detail ?

  What is Data abstraction? explain in detail ?  hey everyone today we will talk about what is data abstraction. Data abstraction data abstraction refers to the process of hiding irrelevant details from the user. The need of efficiency has led designed from the complex data structure to represent data in the database. here the three levels of data abstraction- 1.view level : The highest level of abstraction describe only part of the entire database. Even thought the logical level of user simple structure , complexity remains because of the variety of information stored in a large Database system do not need all this information inserts they need to access only a  part of the Database .The view level of abstraction exists to simplify their interaction with the system . The system may provide many view for the same Database.                                      2. logical level: ...

Define DBMS ? And it's applications .

  Define DBMS ? And it's applications || 2inshort Hey everyone , today we will talk about Database  management system ,this subject is very important in engineering. Define DBMS :   Data base is a collection of related data in a systematic manner. It is a system of storing and taking care of data , data can be easily accessed managed and updated. Data base can have multiple tables.Database is controlled through a software called DBMS. SO what is DBMS? -DBMS is a computer software application. -DBMS interact with user , other application and Database itself to retire and analysis the data. -accept request for data from an application and instructs OS and provide specific data. -DBMS allows users  to create their own data. example - Oracle , Microsoft , SQL ,  MySQL ,  DB2 , ORION , IMS  , Foxpro , MongoDB Applications of DBMS 1. Banking ( All transactions) :  We make thousands of transactions through banks daily and we can do this without going to ...

What Is JAVA ? Data types in java

  JAVA Designed by - james gosling released  - 1995   A java is a programming language . it is one of the most popular programming language in the world . created by james gosling at sun Microsystems. First it was named Oak then Green and finally java. currently the ownership of the programming language is with Oracle. uses of java ? create Desktop applications . create mobile application .  create web application .  create games. used in web and application servers. why learn java ? It is a fast and powerFull language . It works on many platforms like window , mac , Linux etc. Easy to learn and use .open source and free. Learning other languages will be way more easier after learning java and its OOP concept. java first program *Every java program is written inside a class. *Commands start to execute from the main method in the class. 1. save the file using the same name used for the class name with extension .java. 2. Compile (This will create the java byte co...