June 18th, 2007
Have you ever spoken to someone who knew what you were trying to say before you could finish your sentences? Or, a person who knew what you were going to do before you did it? These are characteristics of someone who possesses psychic intuition. This gift or ability is the most future-oriented of the psychic senses. Psychic Intuition does not come in the form of a vision, voice, or feeling. Have you ever been in a conversation with someone and you couldn’t think of a name, then when the other person mentions the name it comes together. That is what it’s like when you have the gift or ability of Psychic Intuition. Although, in a case where you’re using it, you have never heard or known the person, place, or thing.
The Psychic Reception Area for Psychic Intuition is located at the top of the head, imagine a funnel right side up on your head. To use this ability, is as simple as thinking up.
- Relax, sitting comfortably, and close your eyes.
- Picture a funnel on top of your head.
- Gently guide your awareness upward and focus all your attention out through that funnel and be open to whatever is experienced.
- Make sure that you do not force your concentration.
Psychic Intuition is the fastest of the psychic senses so holding on to an impression may be difficult. It’s important to hold on to the first impressions and don’t second guess yourself. The following steps will help put this ability to use on a location:
- Select a remote location.
- Determine what you want to sense about the locations.
- With your eyes closed, hold the location in your mind.
- After shifting awareness upward to the top of your head, note the first impression that you get and write it down.
- Follow up to see if you were successful or not.
This ability can also be used on people as well. Follow the five steps above, but instead of a location, think of a person. When you get to #5, try implementing what you received.
Advantages
- Quickest of the psychic senses.
- Best psychic sense for early warning.
- Best for psychically sensing the future.
- Best psychic sense for remote scanning.
- Most unlimited of the psychic senses.
Disadvantages
- Impression are fleeting and sometimes hard to capture.
- Impressions frequently come with no other supporting information
- Hardest psychic sense to trust initially.
Strengths
- Excellent anticipators of problems or difficulties.
- Quick-minded and can adjust rapidly to changing circumstances.
- Naturally sense how to be at the right place at the right time.
- Do not waste time worrying needlessly
- Are innovators with limitless creativity and are seldom restricted by convention.
- Instinctively know the needs of family members and loved ones.
Weaknesses
- Can be scattered by the volume of thoughts and ideas they receive.
- Pick up information far in advance and sometimes too soon.
- Are easily bored and frequently don’t complete a project.
- Can speak too quickly, blurting out what comes to mind without thinking it over first.
Personal notes taken from “You are Psychic” by Pete A. Sanders Jr.
Posted in ESP, Unexplained | No Comments »
June 16th, 2007
Psychic feeling is the easiest to access and interpret. You know that feeling when you’re about to do something, and it doesn’t feel right? When you feel that something wonderful is going to happen and eventually it does? These are examples of psychic feelings.
People who have a natural psychic feeling gift may have these in the personality profile:
- You trust your feelings implicitly
- You can usually sense when something is wrong with someone, and are ready to help.
- You are concerned for and about other people.
- You want others to be emotionally at ease and expect them to be as caring towards you as you are for them.
Read the rest of this entry »
Posted in ESP, Unexplained | No Comments »
June 16th, 2007
In Windows CD burning is taken for granted. You can either burn a CD by using the Windows CD burning engine or by popping the software that came with the CD burner in the computer, install it and then burn. In Linux you have to build some features into the kernel in order for this wonder feature to work, followed by the actual burning software.
Device Drivers —>
SCSI device drivers —>
< * > SCSI CD-ROM Support
[ * ] Enable vendor-specific extensions (for SCSI CD-ROM)
ATA/ATAPI/MFM/RLL Support —>
< * > ATA/ATAPI/MFM/RLL
< * > Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support
< * > Include IDE/ATAPI CD-ROM support
Recompile the kernel and boot the system with it.emerge the basic tool for burning, which is cdrtools:
# emerge cdrtools
cdrtools is a command line program for burning CDs. To make things easier, you can also install a GUI program that will take care of the work for you:
- xcdroast
- gcombust
- gnomebaker
- k3b
Set the permissions for the programs:
# chmod 750 /usr/bin/cdrdao
# chmod 750 /usr/bin/cdrecord
# chown root:cdrw /usr/bin/cdrdao
# chown root:cdrw /usr/bin/cdrecord
To enable burning for users:
# gpasswd -a $username cdrom
# gpasswd -a $username cdrw
To find out what device id your burner is:
# cdrecord dev=ATAPI -scanbus
If you have an ISO and you want to burn it to a CD:
# cdrecord -v dev=ATA:0,0,0 speed=52 -data -eject file.iso
I’ve seen ATAPI used instead of ATA. I’ve always had problems with that not working.
Posted in Gentoo, Linux | No Comments »
May 29th, 2007
Introduction
Querying a database is just half of the battle. The other half is making the data that is pulled out of the table look pretty. Reports are used for those non-techie, higher ups that like it when things look pretty.
Read the rest of this entry »
Posted in Oracle, School | No Comments »
May 21st, 2007
Using a debugger to help find errors will save you a consider amount of time. Eclipse is a great IDE because not only is it platform independent, but you can use it to program in many different languages. The features and plugins seem endless which is an added bonus.
The main reason why I like it is that it works on Linux.
Read the rest of this entry »
Posted in Gentoo, Linux, PHP, Programming | No Comments »
May 16th, 2007
Views have two purposes:
- Simplify issuing complex SQL queries
- Restrict users’ access to sensitive data.
Views are Database objects and are treated like tables. Unlike tables, views do not store any data. Views simply store a query.
Read the rest of this entry »
Posted in Oracle, School | No Comments »
May 6th, 2007
Introduction
Linux is great in the respect that you have COMPLETE control over everything you do on the system. You can even control the mounting of drives. However, sometimes you may just want the system to mount it itself. I’ve read that many people were having problems with supermount and it is no longer mainstream.
This is where IVMan comes into play. Submount was removed from the Gentoo Portage as of 2nd of Janurary, 2007. As long as my system mounts a USB stick at when I plug it in, I’m a happy camper.
In order to use ivman, the system must have the following installed for it to work correctly:
This is a quick and dirty way of how I set up ivman to work on my system. I use Gnome, so if you use Gnome as well, you may want to make sure that coldplug and gnome-volume-manager is installed.
Code
# emerge -av ivman
# emerge –oneshot glibc linux-headers
# emerge coldplug gnome-volume-manager
# rc-update add ivman default
# rc-update add hald default
# rc-update add dbus default
# /etc/init.d/ivman start
Configuration
Make sure that the users that need the ability to mount devices automatically are added to the plugdev group.
Chances are that if you plug in a USB flash drive, it’s going to tell you that you do not have permission to view the contents of the drive. Since whenever I plugged in a UFD, it would always get assigned /dev/sdd1, I just added the following line to my /etc/fstab file:
/dev/sdd1 /media/sdd1 auto users,rw 0 0
Posted in Gentoo, Linux | No Comments »
May 5th, 2007
Introduction
At work we have a Core 2 demo running Windows Vista. This demo is not connected to the network because we don’t want people coming in and changing the background image to display something obscene or pornographic. There is a neat little trick that I found one day while trying to figure out how I could reset the time until the user had to activate Windows Vista.
Read the rest of this entry »
Posted in Operating Systems, Vista | No Comments »
May 4th, 2007
HTML Source EditorWord wrap Sub queries come in handy when you want to find a record but need to know what exactly to look for. For example, if you want to find all the items that are more expensive than a specific item. Instead of issuing two SELECT statements, you can use sub queries to find the answer in just one query.
When designing Sub queries, the first query that is designed is the sub query. In order to execute sub queries correctly, you must determine what it is that you are looking for. After successfully testing the sub query, it is this that will be passed as input to the parent query or the outer query.
Read the rest of this entry »
Posted in Oracle, School | No Comments »
April 18th, 2007
A function is a block of predefined code. Single-row functions return only a single row for each record processed. These functions include functions that deal with characters to dates.
| Type of Functions |
Functions |
| Case conversion |
UPPER, LOWER, INITCAP |
| Character manipulation |
SUBSTR, INSTR, LENGTH, LPAD/RPAD, RTRIM/LTRIM, REPLACE, TRANSLATE, CONCAT |
| Numeric |
ROUND, TRUNC, MOD, ABS |
| Date |
MONTHS_BETWEEN, ADD_MONTHS, NEXT_DAY, TO_DATE, ROUND, CURRENT_DATE |
| Regular expressions |
REGEXP_LIKE, REGEXP_SUBSTR |
| Other |
NVL, NVL2, TO_CHAR, DECODE, SOUNDEX, TO_NUMBER |
When using a function in a SELECT the output will be modified accordingly but the data will not change in the database unless the function is used in an INSERT statement. Read the rest of this entry »
Posted in Oracle, School | No Comments »