All posts by Ridhima

Witticism | Blogging | Philosophy | Spirituality | Online Junkie | Art Enthusiast | Gratification of senses | Technophile | Bibliophile |Totally Unleased… @Rhydemz on Twitter

Meditation

revised-chakra-chartMeditation is frequently confused with various forms of concentration. The purpose of concentration exercises is to focus our full undivided attention on a specific aspect of functioning of our mind and/or the body in order to accomplish a certain goal or develop a certain skill. Exercises such as yoga, tai-chi, breathing exercises, visualization are all forms of concentration.

In contrast, meditation is an exercise, aiming to prevent thoughts in a natural way, by deeply relaxing the physical body and then trying to keep the mind completely “blank” with no thoughts whatsoever. This state may be maintained for a few seconds or a few hours, depending on your skill. Purity of the mind achieved during meditation is essential to gain access to Higher Self. It seems that our Higher Self does not admit any impurities

To reach the Higher Self it is best to concentrate on the source of the “inner sound”, leading to the “inner light” – a nucleus of the Higher Self, which initially seems infinitely far “at the other side of a long dark tunnel”. When we get sufficiently close to our Higher Self, the inner light becomes much brighter than the Sun, and when we are allowed to join it, the bliss cannot be described in any human language. To get that far, we have to achieve a complete purity of the mind during meditation, have pure intentions, and then intensively concentrate for some time on the “inner sound” and “inner light”.

The most important role of a spiritual teacher is to show everyone his/her individual way to the Higher Self. Then, it is up to the individual to practice and reach the Higher Self.

From the above, meditation seems to be an essential skill to attain the ultimate enlightenment. There are quite a few techniques for meditation. Most of them use so-called “mantra” composed from a few words or sounds. Mantra is repeated mentally to help us achieve and maintain a “blank” state of mind.

Contrary to popular belief, promoted by people who attract followers and/or charge money to teach meditation, mantra has no sacred “meaning” and no mantra is essentially better than any other. However, regardless of its content, mantra has two important functions, which may greatly assist us in achieving and maintaining a meditative state of a blank mind.

1. mantra is a very simple thought. It becomes very familiar to us when we repeat it in our mind. This thought is used to replace any thought that may come to our mind. Every time a thought comes during meditation, we use mantra to replace it.

2. When we practice meditation regularly using the same mantra (whatever it is), soon we train our mind to associate the mantra with a calm meditative state. This association is called an “anchor” by Neuro Linguistic Programming (NLP) practitioners. After such self-training, even if we are agitated, a thought of mantra usually brings an immediate calm of the mind. This makes our mantra a very powerful tool to deal with stressful situations in our life, a tool which we can develop ourselves as a result of a regular meditation practice.

When we understand the above two functions of the mantra, it becomes clear that changing mantras may be not a very good idea. Changing mantras may be considered useful only in special situations, for example when we want to eliminate an undesirable meditation habit, preventing us from achieving a deep meditative state, and the existing mantra is identified as related to that habit.

Also it becomes logical that whatever mantra we use, we should keep it private and not tell it to other people. Otherwise we give others a way to control our subconscious mind by telepathically transmitting to us our own mantra. The best teachers will take time to give people individual mantras rather than teach everyone the same mantra.

Mantras are usually composed from alternative vowel and nasal sounds and may contain several words. The most widely known mantra is “ooohmmm” or “aaaaummm”, but any other similar word will do when we extend vowel and nasal sounds (home, room, zoom, moon, zen, boom etc..). It is best if mantra is an exotic word or a series of words (syllables) not encountered in everyday conversation.

The posture during meditation is also important. The easiest posture is a comfortable sitting position, with your spine straight and erect. If you lay down you will most likely fall asleep. Joining your hands and crossing your legs is desirable, because you make the bio-energy field around you more compact and therefore more intensive. Sitting cross legged is another good position, but requires some fitness and training. Yet another good position, although rarely used today is a squatting position with your arms crossed over you knees, resembling position of a foetus in a womb.

If you have never tried any meditation, try to find a quiet place and try the following technique:
1. take a comfortable meditation posture, one of the postures described above
2. close your eyes and relax all muscles in your body, including the face. A few alternate nostril yoga breaths is very helpful at the beginning of this stage – breathing in through one nostril and breathing out through another, closing nostrils with fingers and altering closed nostril with each breath.
3. disregard any thought as it comes – do not continue a kaleidoscope of thoughts – continue this for 20 minutes or so, maintaining your mind blank. You can use a mental sound “ooooohhmmm” (a mantra) every time you have a thought. Alternatively you may keep counting thoughts, discarding each one as it comes, without analysing it. When you go down to 2 or 3 thoughts in 5 minutes, you meditate successfully.

With practice you should be able to attain a blank mind anytime and anywhere, even in a crowd of people or a stressful situation with the help of your mantra. But do not use the mantra when stressed, until you are positive that you practice meditation long enough and the thought of mantra is firmly associated with your state of a calm mind.

One of many benefits of meditation is that it opens your mind to new ideas. When the bowl is full, trying to pour more water into it just causes an overflow. The same happens with our mind. When it is full of thoughts, there is no room for new ideas.

Meditation is a very effective technique for improving your creativity and problem solving capacity. “Talented” people do it naturally. Artists and poets call it “inspiration”. Many famous people such as Albert Einstein and Thomas Edison were known to have practised various forms of meditation.

Meditation is sometimes described as “listening to the silence between thoughts”. Our effort in meditation is directed towards consciously increasing the periods of such silence.

The ability to meditate is also a necessary condition to receive telepathic transmissions, including those from Higher Self and other people who may try to assist us. Without a true silence in your own thoughts, you cannot listen to thoughts of others.

Before meditation you may wish to define clearly what do you want to learn, what do you want to ask your Higher Self. During the meditation, do not expect an answer (although it is likely that it will come when your mind will be pure) – this is also a thought!

People who practice meditation on the regular basis look and feel typically 10 or even 15 years younger than other people at their age. Giving the mind a regular “break” and allowing our Nature to perform self-repairs everyday makes all the difference. Self-healing and rejuvenation seems to be within reach of everyone who is prepared to learn meditation and meditate regularly everyday

Debug Memory Dumps

When you get a stop error (Blue Screen of Death), your system writes a small file called a minidump. This is a small write up on how to debug memory dumps. This becomes extremely useful when you are trying to figure out what caused a particular stop error, and no filename was mentioned and/or it is undocumented.

You could always let Microsoft do it for you, but there is no gurantee they will answer, and it takes a very long time (over a month in my case).

Your first step is to make certain your computer is setup to record memory dumps. The small dumps are most desirable, because they aren’t the size of your amount of ram!

Right click My Computer, choose properties. Click on the advanced tab, and then choose startup and recovery ‘settings.’ From the screenshot attached at the bottom you will see the settings you want. By default, this is largely how it is already setup; I only unchecked automatically restart for XP. For Vista, there is an extra step involved, you must click start, right click computer. Then from the next screen, click Advanced system settings. Then, its in the same location as XP. I have attached a Vista screenshot, as the options are a little different.

Note: Make certain that your pagefile still resides on the system partition, otherwise WIndows will not be able to save the debug files.

Your second step is to download and install the Microsoft Debugging Tools found here: http://www.microsoft.com/whdc/devtoo…nstallx86.mspx

Once you have downloaded and installed these tools, go to start, all programs, Debugging Tools For Windows, Windbg. Once you open Windbg, you will presented with a blank screen. Click on File, Symbol File Path. Here you will enter the symbols path. Symbols are needed to effectively debug.

The path will be:

SRV*c:\symbols*http://msdl.microsoft.com/download/symbols

Enter in this path and click OK. Now, go to File, Save Workspace so that your symbols path is saved for future use. Now what you want to do is locate your memory dumps. They are usually located in %systemroot%/minidump (in my case C:/windows/minidump).

If you notice, they are usually named the date, and then a -*number* to indicate the order of minidumps that day. My example is called Mini061904-01.dmp (it happened today).

Inside of Windbg, go to File, Open Crash Dump and load the file. You will get a message to save base workspace information. Choose no.

Now you will get a debugging screen. Now it takes a little bit to run it, as the symbols have to be downloaded as they are needed. Then you will see information such as:

Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols

Microsoft (R) Windows Debugger Version 6.3.0017.0
Copyright (c) Microsoft Corporation. All rights reserved.

Loading Dump File [C:\WINDOWS\Minidump\Mini061904-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows XP Kernel Version 2600 (Service Pack 1) UP Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 2600.xpsp2.030422-1633
Kernel base = 0x804d4000 PsLoadedModuleList = 0x80543530
Debug session time: Sat Jun 19 19:06:57 2004
System Uptime: 0 days 1:03:36.951
Loading Kernel Symbols
……………………………………………………………………………………………………………………
Loading unloaded module list
……….
Loading User Symbols
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 86427532, {1db, 2, 3, b} <–This is your stop code

Unable to load image pavdrv51.sys, Win32 error 2
*** WARNING: Unable to verify timestamp for pavdrv51.sys
*** ERROR: Module load completed but symbols could not be loaded for pavdrv51.sys
Probably caused by : pavdrv51.sys ( pavdrv51+7fc0 )

Followup: MachineOwner
———

Now, we can already see what it was most likely caused by, in my case it was pavdrv51.sys, which is a Panda AV file.

If we want to get further in depth, we can use the command, !analyze -v at the kd> prompt to delve more info about the error:

kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

Unknown bugcheck code (86427532)
Unknown bugcheck description <–Its unknown, and not listed on the MS KB at all.
Arguments:
Arg1: 000001db
Arg2: 00000002
Arg3: 00000003
Arg4: 0000000b

Debugging Details:
——————

CUSTOMER_CRASH_COUNT: 1

DEFAULT_BUCKET_ID: DRIVER_FAULT

BUGCHECK_STR: 0x86427532

LAST_CONTROL_TRANSFER: from f4198fc0 to 804f4103

STACK_TEXT:
f41f0964 f4198fc0 86427532 000001db 00000002 nt!KeBugCheckEx+0x19
WARNING: Stack unwind information not available. Following frames may be wrong.
f41f0ba0 f419920b 864db520 f419ccf0 00000000 pavdrv51+0x7fc0
f41f0c34 804ea221 865b8910 864a52c0 806ad190 pavdrv51+0x820b
f41f0c44 8055d0fe 864a5330 86305028 864a52c0 nt!IopfCallDriver+0x31
f41f0c58 8055de46 865b8910 864a52c0 86305028 nt!IopSynchronousServiceTail+0x5e
f41f0d00 80556cea 000000a4 00000000 00000000 nt!IopXxxControlFile+0x5c2
f41f0d34 8052d571 000000a4 00000000 00000000 nt!NtDeviceIoControlFile+0x28
f41f0d34 7ffe0304 000000a4 00000000 00000000 nt!KiSystemService+0xc4
00cdff70 00000000 00000000 00000000 00000000 SharedUserData!SystemCallStub+0x4

FOLLOWUP_IP:
pavdrv51+7fc0
f4198fc0 ?? ???

SYMBOL_STACK_INDEX: 1

FOLLOWUP_NAME: MachineOwner

SYMBOL_NAME: pavdrv51+7fc0

MODULE_NAME: pavdrv51

IMAGE_NAME: pavdrv51.sys

DEBUG_FLR_IMAGE_TIMESTAMP: 3e8c072b

STACK_COMMAND: kb

BUCKET_ID: 0x86427532_pavdrv51+7fc0

Followup: MachineOwner

Laptop running slow ?


Laptop running , slower than normal? Don’t quite know what’s wrong?

OK, let’s see if we can help. Most people immediately think “Malware” at this point. But that’s not always the case. Yes, some malware does indeed slow down your system and use up precious resources. But there are other possible causes as well, so let’s explore some of these, and look at some ideas to help.

Is your PC clean?

And by that I mean – is it free from dust and dirt? Dust and dirt builds up inside a computer and this can affect your cooling fans, reducing the amount of airflow. Reduced airflow can cause your processor to overheat resulting in slow operation or even unexpected shutdowns. Many of today’s processors have the ability to “throttle back” (slow down) if the core temperature reaches a certain threshold. Cleaning the inside of your system is relatively easy – you just need to take some sensible precautions.

Clear out your Temp files.

Why? Well temp files can build up over time and eat into your precious disk space. When you install programmes, the installer uses temp (temporary) files as part of the set up process. Some programmes also use temp files when in use. These temp files should be removed when the installer or programme is finished, but this does not always happen. And, of course, your browser will collect temp files as well. A build up of temp files could leave Windows struggling to find room for its swap file (see below) – so everything slows down.

How do you clean out temp files? There are two easy ways – manually or by using a proprietary cleaning programme. Note that the cleaning programmes will often offer the option to clear out Temporary files created by your browser.

Manually (XP & Vista) – Firstly, exit all programmes, including browsers and AVs. Go to Start > Run and type %Temp% in the Run box and click OK. A folder will appear – it will contain temp files and temp folders. If you want to delete everything, press Ctrl+A (to select all) and then press the delete key. If you want to keep any files then hold down the Ctrl key and left click the file or folder. Then press the delete key. Click OK to confirm deletion. Once done, remember to go to your Recycle Bin and empty the bin.

 

don’t forget XP does have it’s own utility for cleaning – it can be found via Start > All Programs > Accessories > System Tools > Disk Cleanup.

Any old programmes?

Do you still have some old programmes installed? When did you last use them? Remember that ‘trial’ software you installed? Has the trial period expired? Could you perhaps uninstall it (assuming you have the original installation disks)? Uninstalling such programmes will help free vital disk space. Oh, always re-boot after uninstalling – it helps to clear away the final remnants of an uninstalled programme.

Are you using unnecessary programmes?

By this I mean some of the numerous “enhancement” programmes available, that, while they may make your desktop look terribly exciting, are actually eating up precious resources. Things like third party screensavers and fancy wallpapers, Windows Taskbar replacements, WindowBlinds, Actual Transparent Window, XP Visual Styles, Stardock Theme Manager and so on. Nothing wrong with using them – they are all respected legitimate applications – but they may be contributing towards the slow down of your system.

Reduce the number of programmes loading at start up

Many applications insist on starting either the complete programme or a component of the programme whenever Windows starts. Many of these start ups are unnecessary and can be stopped. A good way to review the number of start up programmes is by using a start up manager utility, such as Spybot Search & Destroy, StartUpLite or Autoruns. In Spybot, you’ll need to click Mode > Advanced to ensure you have access to the Tools section, then select System Startup in the left pane. A list of programmes that start when you boot up will be displayed in the right pane. You simply uncheck the ones you don’t need.

StartUpLite is very easy – just download the small file and double click StartUpLite.exe. A box appears showing programmes that don’t need to startup at boot. Choose whichever options you prefer and click Continue.

Autoruns gives you similar information, although presented in a slightly different way, and with more detail. Again, you simply uncheck a box beside the entry you wish to disable.

Remember to research a start up if you are not sure what it is – some of the entries that may appear and which can safely be disabled are things like Update Schedule entries for Adobe Acrobat, Sun Java, QuickTime and so on. If in doubt, post in our Forums, choosing the Forum that’s relevant to your Operating System.

Note: You should NOT use MSConfig to permanently disable programmes from automatically starting at boot up. This utility is meant as a trouble-shooter – not a long term solution. If you uninstall a programme that has already been disabled using MSConfig, then it’s likely there will be orphaned Registry entries left behind. These could cause potential problems when trying to start your system. Use one of the start up managers mentioned above.

Do you have enough RAM?

Lack of memory can be a real issue, especially with today’s high performance machines and Operating Systems (OS). If you’re using Windows (and let’s face it, most of us are) then you need to ensure you have the appropriate amount of RAM for your system. Microsoft list “minimum requirements” with each OS – but they are in the business of selling software. That’s why their “minimum requirements” are always at the lower end of the scale. There are numerous sites around that will advise you need “x” amount for XP and “y” amount for Vista. As a general rule, Vista works well with 2GB and XP with 1GB. You can use more, of course, but as a minimum these figures are accurate.

If you don’t have very much RAM, what happens? Well, Windows loads programmes into memory to allow fast access. When it has no more memory left, it will start using your hard disk. This is much slower than using RAM, so your programmes will appear to run more slowly. The part of the hard disk used by Windows is called a swap file. So, a lack of RAM can also eat into your hard disk space as well.

RAM is not terribly expensive at the moment, so it makes sense to upgrade. You can find out what type of RAM you need by downloading PCWizard – a system analyser (it’s free!) or going to one of the manufacturer’s sites such as Crucial and using their memory advisor tool. Once you know the type of RAM you need, there are plenty of online stores to choose from.

Defrag your hard disk

Over a period of time, data written to your hard disk becomes fragmented or scattered all over the disk. This makes it harder for the system to find the data it needs. By defragging your disk, or putting the data in a more logical sequence, your system performance will improve. NOTE: Windows will not let you defrag a drive if there is less than 15% free space available. Keep an eye on your free space!

You could use a defragging utility such as Sysinternals PageDefrag – this is free and easy to use.

What about my swap file?

You can change the settings on your swap file to allow Windows to have more disk space to play with. This disk space is also known as Virtual Memory. For a 32 bit Operating System (which most users will have) set any amount up to a maximum of 4Gb. Try and at least match the amount of RAM in your system. Of course, you will need to have enough free disk space for this swap file.

Something else to consider is that the swap file should not be fragmented in order to obtain the best results. This can be done by selecting ‘No swap file’, rebooting (you have to do this, to apply the changes), defragging the drive and then resetting the swap file to a size of your choosing. The swap file will now be an area of the maximum contiguous (uninterrupted) free space – and therefore optimum performance.

Note: When choosing a value it is often suggested to set a static size swap file – set the Initial and Maximum amounts to the same value. This saves Windows from using resources to manage a dynamic swap file.

Does your hard disk contain errors?

A hard disk will not last forever. Even a new hard disk can have problems. However, many problems can be fixed, simply by running a Windows utility called ChkDsk. This will scan your hard disk and repair any file system errors while verifying the integrity of the drive. Guides from Microsoft on using ChkDsk can be found

Do your System Files contain errors?

Sometimes critical system files may become damaged or corrupt. This will obviously affect your computer’s performance. However, Windows has the ability to replace any damaged files on its own – this facility is called Windows File Protection. It can be started manually by typing a simple command into the Run box – sfc /scannow. This command immediately starts the Windows File Protection utility and it then checks and scans all system files to ensure their integrity.

For users with a pre-installed version of XP, sfc may ask you for your Windows CD in order to copy the relevant files. If you don’t have a Windows CD or if sfc cannot find the files it needs, please refer to Marc Liron’s article below.

For users who installed Service Pack 2 for XP by downloading from the internet, sfc may ask you for an XP SP2 CD – which you won’t have. You may need to create a slipstreamed CD to ensure sfc works correctly. Slipstreaming is simply a way of incorporating SP2 into your Windows installation – you create a new disk with Windows and SP2 all in one.

Liron.

Note that Windows File Protection in Vista is now called Windows Resource Protection which, as well as protecting critical files, also protects the Registry. However, the basic principles are the same. To run the sfc command in Vista, you must be logged in as an Administrator.
 

Stopping unnecessary services

Windows generally comes with a raft of running services, many of which are not really required. You can safely stop some of these services and improve the boot time and speed of your system. Many installed programmes make themselves start up as soon as you boot the PC. They just run in the background, even although you don’t actually use them. Usually these programmes can be stopped from automatically loading – if you need to start them, you can do this manually.

One service that often causes a system to slow down is the Indexing Service – this can be turned off

Driver/Device Conflicts

Are all your hardware drivers up to date? Using an out of date driver could cause hardware conflicts and crash your system.

Internet Explorer

IE 7 includes a phishing filter – very useful indeed. But it can slow down your browsing as the filter checks each web page.

Anti Virus Programmes

Never use more than one Anti Virus. Although it might sound like a great idea to run two or more, in reality it’s not. AVs usually have a ‘real time’ monitor that helps protect your system. This monitor will want to have a look at any file that changes or has been added to the system. If you have 2 AVs then every time one looks at a file, the other AV will think that file has changed so it will want to take a look as well. Now the second AV thinks that file has changed so it wants another look. So, of course, the first AV thinks that file has changed….you get the idea. You could end up with an unstable system, a really slow system or unexplained crashes.

And finally…

Having done all your tweaks and clean ups, create a new System Restore point – this gives you a ‘fall back’ position with all your new changes.

Aura

Are auras representations of bioelectric fields that can be seen, felt, and controlled? Or are they merely fanciful illusions?

The aura is an electromagnetic field surrounding the human form. People with enhanced psychic ability are able to see the movement and varied colors of the aura. Kirlian photography is a technique that captures the light from the auras of humans and plant life. The aura is also commonly referred to as the eighth chakra.

Auras are like magnets picking up vibrational energies that are floating around everywhere we go. It is important to cleanse your aura frequently to free it of foreign vibrations and negative energies.

he Aura around humans is partly composed from EM (electromagnetic) radiation, spanning from microwave, infrared (IR) to UV light. The low frequency microwave and infrared part of the spectrum (body heat) seems to be related to the low levels of the functioning of our body (DNA structure, metabolism, circulation etc.) whereas high frequency (UV part) is more related to our conscious activity such as thinking, creativity, intentions, sense of humor and emotions. Russian scientists, who seem to be about 3 decades ahead of everyone else in Aura research, make experiments suggesting that our DNA can be altered, by influencing its microwave Aura. The high frequency UV part is very important and most interesting but largely unexplored. And this part can be seen with naked eyes

What’s that? You didn’t even know you had one? That’s not surprising since they are invisible to most people… if they exist at all. Those who do believe in auras say they are electro-magnetic or bio-electric fields that surround all living things. The color or strength of one’s aura, they say, can reflect the person’s personality, mood, or state of health. There’s no scientific proof that auras exist and, by the same token, no proof that they don’t. But belief in them seems to be spreading. The proof most often cited for the existence of auras is Kirlian and aura photography, but the effects, results, and conclusions of these kinds of photography are open to question.

Why do we need to see auras ?
Colors and intensity of the aura, especially around and above the head have VERY special meanings. Watching someone’s aura you can actually see the other person’s thoughts before you hear them expressed verbally. If they do not agree with what this person is saying, you effectively see a lie every time. No one can lie in front of you undetected. We cannot fake the Aura. It shows our True Nature and intentions for everyone to see.

Also, aura is our spiritual signature. When you see a person with a bright, clean aura, you can be SURE that such person is good and spiritually advanced, even if he/she is modest and not aware of it. When you see a person with a gray or dark aura, you may be almost SURE, that such person has unclear intentions, regardless how impressive, eloquent, educated, “good looking” or “well dressed” he/she seems to appear.

It is ESPECIALLY important to check the aura of any religious leader, “spiritual teacher”, “master” or a “guru”. Such a person should have a clearly defined yellow-golden halo around the head. If he/she does not have it, you are MUCH better on your own.

Joining a sect or a religion that is led by incompetent people without good Auras is very dangerous for your consciousness. Where is the danger ? When the time comes to really use the information stored in your consciousness from this lifetime, there may be almost nothing useful there, if you focus your life on following rituals and the flock of other people. In such case it is necessary to re-learn everything from the beginning. Most sect, religion and political leaders have only two things in mind: money and power to control people. And you can SEE it in their Aura for yourself. Imagine changes on Earth if many people can see Auras of their leaders and start choosing them on the basis of their Auras.

By reading Aura it seems possible to diagnose malfunctions in the body (diseases) long before physical symptoms become evident. By consciously controlling your Aura you can actually heal yourself.

However, healing of the physical body is nothing in comparison to what seeing and reading auras can do for our consciousness, spiritual development and our awareness of Nature.

Everyone has an Aura. But most people on Earth have VERY WEAK and dull Auras. This seems to be a direct consequence of their life long materialistic attitude negating and suppressing the development of consciousness, cultivating fear, envy, jealousy and other similar emotions. Such attitude suppresses their True Nature, and their Auras seem to become suppressed too.

When you learn to see Auras, be prepared for a REALLY HARD question: “Can you tell me what my Aura is ?” and the situation when you don’t see any Aura or you see something you don’t want to talk about. One of the best answers I found is “why don’t you learn to see it for yourself ? “. And this is one of the main reasons why I teach people to see auras.

When people realize that their Aura is on display and many people are able to see it, they will watch what they think. And they will try to see and improve their own Aura. In the process they will become better and wiser, being able to recognize intentions of other people. Surely, the entire world will become much better if all people can see and read Auras.

How to see Aura: developing auric sight
In an effort to see the Aura we need to:

  •  Increase the sensitivity of our eyes AND
  •  Extend the range of perceived vibration beyond the visible light.

It seems that we can accomplish the above by:

 

  •  Using and training our peripheral vision
  •  Increasing exposure
  •  Enhance visual sensation processing in the brain – enhance the communication between left and right hemispheres of the brain

To help you make up your own mind, here are some aura-related websites that can provide you with an abundance of information:

  • At How To See and Read the Aura, Dr. Tom J. Chalko has a fairly large website in which he explains that you can learn to gain conscious control of the human bioenergy field, or aura, through meditation and concentration exercises. And by controlling it, he says, you can then influence the healing processes within your body. In another section, Chalko shows some examples of bioelectrography (which looks a lot like Kirlian photography), which he says records the “intelligent and coherent exchange of electronic information” of which life is made.
  • There are several sites by small companies offering, for a fee, to take a photo of your aura – aura-imaging they call it – with an aura camera. Aura Imaging [link no longer works] is one of them. They say their camera picks up at the Chakra level, and that you should update your photo two or three times a year. That may be because they have to pay for that expensive aura camera, which they also sell for just under $10,000US. These are not Kirlian photographs, however, but produce portraits of the customer surrounded by a rainbow-like cloud. (Real Kirlian photos are made without cameras.) But even Dr. Chalko, in Technology, Tricks, and the Truth, doesn’t put any faith in these cameras, saying that they produce auras even without any person in the photo.
  • Auras and Energy provides a color analysis of an aura, explaining what each color signifies. Then it explains how you can feel an aura by sensitizing your hands, and then cleanse your energy using salt, water, baking soda, and Epsom salt.
  • Why go through all that trouble? Dr. Dee explains why in The Importance of a Healthy Aura, saying that “the easiest way to collect and store power for the use of the individual is through the aura.” This site has information on healing the aura through nutrition or some kind of crystal laser treatment.
  • At SpiritWeb, Robert Bruce provides a lot of detailed information on Auras. He says that the aura “is both an energy field and a reflection of the subtle life energies within the body.” He then explains why most people fail to see the aura, and the steps for enabling yourself to see it.
  • Exercises to See Auras [link no longer working] provides two very detailed steps for detecting the “human energy field,” which consists of seven layers. They say it will take a bit of practice, but that you can do it.
  • For the skeptical point of view, read The Skeptic’s Dictionary entry on auras. It not only provides good background material, but also calls into question the claims that auras reflect health, remarking that there seems to be no consensus, even among believers, as to what colors relate to what state of health. Another site is Human Auras and Energy Fields, which challenges the validity of Kirlian and other forms of aura photography, as well as the claims of those who say they can see or feel auras.

So what do you think? Is the aura merely imaginary? Or is it a real bioelectric field that can be seen, felt, and controlled?

Swipe Your Credit Card on a Cell Phone

square

By plugging a small piece of hardware into a phone’s audio jack, users can swipe credit cards and transfer money without the need for an additional machine.

With a small card reader that attaches to a cell phone, a new company is making it easier for small businesses and even individuals to accept credit card payments. The San Francisco start-up, called Square, which opened just last week, is headed by Twitter cofounder Jack Dorsey.

Currently, in order to accept credit cards, a business usually has a stationary machine attached to a computerized cash register. For most medium and large businesses, the set-up works fine. But smaller businesses, such as street vendors, farmers markets, and even individuals having garage sales, often don’t accept credit cards. Square hopes that these types of sellers may find its new system to be simple enough to incorporate in their micro businesses.

Square’s system consists of a small card reader that plugs into a phone’s audio jack. The reader is currently compatible only with the , but the company plans to make versions for and , as well. To make a payment, a buyer swipes a credit card through the reader, provides a signature on the touchscreen, and has the option of receiving a receipt via email.

Only the person receiving the payment needs to have an account with Square. The company hasn’t yet set account prices, but says there will be different levels for individuals who rarely use the system and for small businesses that use it more frequently. If the person paying with their credit card has a Square account, they can also enjoy extra features such as receiving a when their card is swiped, and customizing their swipe with an image that displays to the seller.

As for security, the system uses encrypted protocols to send transaction information to credit card companies, and the device is subject to the same regulations as other payment systems. Credit card information is not stored on the seller’s phone.

As noted in a recent article in MIT’s Technology Review, some people question how useful Square’s system will be. Issues such as fraud protection, robustness of the , widespread ATMs, and a small potential market for the device could pose challenges for the new company.

Nevertheless, Square is currently conducting pilot tests in major cities including San Francisco, Los Angeles, New York, and St. Louis. The company plans to release a commercialized system in early 2010.

Japanese researcher unveils ‘hummingbird robot’

Professor Hiroshi Ryu of Japan’s Chiba University displays his flying robot, which flaps its wings 30 times per second like a hummingbird, at his laboratory in Chiba city, suburban Tokyo, December 28. The robot, whose development cost has topped 200 million yen (2.1 million dollars), may be used to help rescue people trapped in destroyed buildings or search for criminals.

Japanese researchers said Monday they had developed a “hummingbird robot” that can flutter around freely in mid-air with rapid wing movements.

 therobotmayb

Priorities in life…

 Lets imagine this little incidence. A 8 year old going out with his dad for an evening walk. Suddenly the kid gets a glimpse of a blue color car , he asked his dad,” I want to purchase this car”. Dad said , “ No, you already have so many cars, I wont buy you another”. Kid tried to force again , but nothing happened. But the father did not agree. They moved ahead. As they moved further the father saw a CD stall and moved towards it. Purchased 2 audio cd’s and moved on.

Now lets give a little thought on this Impulsive purchase/want. The kid cant say his dad that dad u also have soo many cd’s why do you wanna purchase more.. but indeed he cant say the same. Every age has it’s priorities , with each passing phase , these priority changes … and the past priority minimizes or one can say loses its charm.

For eg. If one wants to take a Cycle in class 6th cant can’t purchase it, be it for any reason, then the need for the want diminishes. Here the Economics Diminishing marginal Utility does not fall in place… Human behavior in too intricate to be understood that easily as the variety of emotions it shows are plethora…

At times you want something , maybe a small desire that is very high in that particular moment, or for a particular time period.. In the above incidence , for the kid the priority became the car , for the father the priority became the CD…

Both ages different and with different priority .. for each of us the priority has the same level of willingness to be fulfilled. Be it for a kid or it for the father.. Want backed with desire and ability to fulfill … Each priority changes as life moves on ..

How to Enable Tools – Folder Options and Registry Editor in Windows

Many times Windows users face a common problem. The “Folder Options” in “Tools” menu is not visible. Even It can’t be accessed from Control Panel. Also “Registry Editor” is disabled.

If you are also facing this problem, then you have come to right place. Follow the simple steps mentioned in this tutorial and your problem will be solved:

1. If Folder Options is disabled but Registry Editor is still working in your system, then you can enable Folder Options by editing Windows Registry. Type regedit in RUN dialog box and press Enter. it’ll open Registry Editor, now go to following keys:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Current Version\Policies\Explorer

In right-side pane, check whether a DWORD value named NoFolderOptions exists or not? If it exists, delete it.

2. If you are not familiar with editing the registry, then you can simply download following file, extract it and then run the .REG file:

folder_options.zip

3. But sometimes Registry Editor is also disabled. Whenever you try to open regedit, Windows will show following error message:

Registry Editor has been disabled by administrator.

Its a symptom of “RONTOKBRO” Trojan. To remove this trojan, follow the instructions given in following topic:

Is Your System Infected with a Virus / Spyware / Adware / Trojan?

4. If its not a trojan problem and someone intentionally has disabled it in your system, then you can enable it again by following any of these methods:

a. Type gpedit.msc in RUN dialog box and goto:

User Configuration -> Administrative Templates -> System

in right-side pane, set “Prevent access to Registry editing tools” to either Not Configured or Disabled.

b. Just type following in RUN dialog box and press <ENTER>:

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

Now after enabling Registry Editor, you can re-enable Folder Options by following methods mentioned in 1st or 2nd steps.

All Restrictions for Windows 2000, XP, 2003, Vista, 2008 and 7

Following is a list of some important restrictions, which can be made in Windows 2000, XP, Server 2003, Vista, Server 2008 and 7. For example, you can restrict Display properties, Taskbar properties, folder options, etc.

All tricks are based on Registry editing, you just need to open Registry Editor by providing regedit command in RUN and then create the mentioned key and set its value as given below:

NOTE: If you want to remove the restriction, simply delete the DWORD value or set its value to 0

1.) Restrict Display Properties:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\System

create DWORD value NoDispCPL and set its value to 1

2.) Restrict Taskbar Properties:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

create DWORD value NoSetTaskbar and set its value to 1

3.) Restrict Folder Options:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

create DWORD value NoFolderOptions and set its value to 1

4.) Restrict Locking/Unlocking the taskbar:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

create DWORD value LockTaskbar and set its value to 1

5.) Restrict Active Desktop:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

create DWORD value NoActiveDesktop and set its value to 1

6.) Restrict adding/deleting items from Toolbars:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

create DWORD value NoToolbarCustomize and set its value to 1

7.) Restrict adding/deleting toolbars:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

create DWORD value NoBandCustomize and set its value to 1

8.) Restrict right-click in Start Menu:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

create DWORD value NoChangeStartMenu and set its value to 1

9.) Restrict Desktop Cleanup Wizard:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

create DWORD value NoDesktopCleanupWizard and set its value to 1

10.) Restrict notification at low disk space:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

create DWORD value NoLowDiskSpaceChecks and set its value to 1

11.) Restrict Taskbar Context Menu:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

create DWORD value NoTrayContextMenu and set its value to 1

12.) Restrict Programs to run:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer\DisallowRun

create String value with any name, like 1 and set its value to the program’s EXE file.

e.g., If you want to restrict msconfig, then create a String value 1 and set its value to msconfig.exe. If you want to restrict more programs, then simply create more String values with names 2, 3 and so on and set their values to the program’s exe.

13.) Restrict Registry Editor:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\System

create DWORD value DisableRegistryTools and set its value to 1

14.) Restrict Task Manager:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\System

create DWORD value DisableTaskMgr and set its value to 1

15.) Restrict Writing to USB Drives:

HKEY_LOCAL_MACHINE\SYSTEM\Current Control Set\Control\StorageDevicePolicies

Create DWORD value WriteProtect and set its value to 1

16.) Restrict New option in context menu:

HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenu Handlers\New

And delete the value of Default, e.g., empty it.

17.) Restrict Send To in context menu:

HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenu Handlers\Send To

And delete the value of Default, e.g., empty it.

18.) Restrict Balloon Tips:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Explorer\Advanced

Create DWORD value EnableBalloonTips and set its value to 0

19.) Restrict Users to enable New XP StartMenu:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create DWORD value NoSimpleStartMenu and set its value to 1

20.) Restrict Command Prompt:

HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System

Create DWORD value DisableCMD and set its value to 2

21.) Restrict Drives in My Computer:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

In right-side pane, create a new DWORD value NoViewOnDrive and change its value as following:

3 : To Restrict A and B drives only.
4 : To Restrict C drive only.
7 : To Restrict A, B, and C drives only.
8 : To Restrict D drive only.
F : To Restrict A, B, C, and D drives only.
03FFFFFF : To Restrict all drives.

And if you want more specific restrictions, like you want to restrict a combination of other drives, then you can use decimal no. instead of hexadecimal no. Following is a list for all drives decimal no.:

A: 1
B: 2
C: 4
D: 8
E: 16
F: 32
G: 64
H: 128
I: 256
J: 512
K: 1024
L: 2048
M: 4096
N: 8192
O: 16384
P: 32768
Q: 65536
R: 131072
S: 262144
T: 524288
U: 1048576
V: 2097152
W: 4194304
X: 8388608
Y: 16777216
Z: 33554432
ALL: 67108863

So if you want to disable a combination of drives, just sum their numbers and give the same value to NoViewOnDrive. e.g., for restricting C, D, E and F drives, give the value: 4+8+16+32 = 60

NOTE: You can also hide the drives using NoDrives DWORD value. The location and its value remain same as the above trick.

22.) Restrict RUN in New XP StartMenu:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create DWORD value NoRun and set its value to 1

23.) Restrict Control Panel:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create DWORD value NoControlPanel and set its value to 1

Microsoft issues Word patch

Microsoft issued a patch for its Word software to comply with a court ruling that it infringed on patents relating to the use of XML or extensible markup language in its flagship word processing software.

 

The US Court of Appeals for the Federal Circuit had ordered Microsoft to stop selling Word programmes containing the infringing code from Jan 11, 2010. It also upheld jury-imposed damages of $290 million.

The ruling came in an appeal by Microsoft against a Texas jury verdict last August that found Microsoft had violated patents owned by Canadian software company i4i Inc.

“A small company was practicing its patent, only to suffer a loss of market share, brand recognition and customer goodwill as the result of the defendant’s infringing acts,” the three-judge panel said in court documents.

“The district court found that Microsoft captured 80 percent of the custom XML market with its infringing Word products, forcing i4i to change its business strategy.”

The patch was made available to computer makers to install on new machines preloaded with the Word software and strips Word and other Office programs of custom XML editing capabilities which is used by companies to link their data to Word documents.

Microsoft Office, which includes Word, PowerPoint, and Excel is used by millions of businesses and consumers and accounted for more than $3 billion in worldwide sales in Microsoft’s most recent fiscal year.