Showing posts with label on. Show all posts
Showing posts with label on. Show all posts

People Central on Psychometric Testing and Recruitment

| 0 comments |
By Colin James


People Central L.T.D is a Hawkes Bay company concentrating on psychometric testing and assessment. A typical buyer will be an employer that is wanting to hire a staff member.

"The employer either brings us in at the beginning of the process or, thanks to a niggling feeling they're missing something, we come in at the end", says Steve Evans, Director and Founder of People Central. "Having a unprejudiced third party on the selection panel provides great insight for the employer, specifically when the third party is qualified in psychometric testing!".

In Evans experience, most bosses hire persons based on their capacity, and fire them on the grounds of their personality, customarily at material fiscal expense to the employer and emotional cost to the employee. Evans says "Psychometric testing falls into two main categories, personality questions measure sides of personality and talent tests measure intellectual and reasoning ability. When talking about recruitment, capacity testing is excellent for working out if an applicant has the core capabilities necessary for greatness in a job. Many companies dont realise that it is a fact that interviews and reference checks alone dont qualify when referring to determining someones ability to do the job. "

The kinds of psychometric testing People Central recommend would be peculiar to the job, but Evans asserts that a standard capacity test would cover: oral and numeric reasoning, abstract reasoning, clerical accuracy and ability to check, industrial proficiency, and technical capability. Personality tests identify applicants whose behavior aligns with behavior associated with pre-eminence in a selected business. When undertaking psychometric testing for personality, the following elements can be identified: whether a candidate is likely to worth and support a business culture, competencies and hopes; how they are likely to engage with team-mates, clients, and providers; and how they are probably to cope with the strains and strains of the job.As for that petty feeling, Evans understands that employers can feel like they are in a steamer situation, "Often there is a deadline approaching, and a large amount of work to be done, otherwise employers feel that theres a low pool of skills available in the community. "

Evans urges companies to bring in a professional to try psychometric testing, he says "The result is going to be invaluable for the employer".




About the Author:



Read More..

HOWTO OWASP Zaproxy on Ubuntu Desktop 12 04 LTS

| 0 comments |
The Zed Attack Proxy (ZAP) is an easy to use integrated penetration testing tool for finding vulnerabilities in web applications.



It is designed to be used by people with a wide range of security experience and as such is ideal for developers and functional testers who are new to penetration testing.



ZAP provides automated scanners as well as a set of tools that allow you to find security vulnerabilities manually.



Step 1 :



sudo apt-get install openjdk-7-jre-lib openjdk-7-jre-headless openjdk-7-jre icedtea-7-jre-jamvm icedtea-7-jre-cacao icedtea-7-plugin



To select version 7.



sudo update-alternatives --config java



wget http://zaproxy.googlecode.com/files/ZAP_2.1.0_Linux.tar.gz

tar -xzvf ZAP_2.1.0_Linux.tar.gz



sudo cp -Ra ZAP_2.1.0 /opt/zaproxy




Step 2 :



To run it.



sudo -sH

cd /opt/zaproxy

./zap.sh




Thats all! See you.



Read More..

HOWTO Tor on Back Track 4 R2

| 0 comments |
Step 1 :



Make sure tor and privoxy are installed.



apt-get install tor privoxy



Step 2 :



nano /etc/privoxy/config



Append the following line to the file.



forward-socks4a / localhost:9050 .



Step 3 :



/etc/init.d/privoxy start

/etc/init.d/tor start




Step 4 :



Install tor button on firefox



https://addons.mozilla.org/zh-TW/firefox/addon/torbutton/



Go to Tor Button perference and set as the following.



Select "Use custom proxy settings"



HTTP Proxy : 127.0.0.1 Port : 8118

SSL Proxy : 127.0.0.1 Port : 8118

SOCKS host : 127.0.0.1 Port : 9050




Step 5 :



Click on the "Tor enable" at the right bottom of the Firefox to enable the Tor Button.



Hints : You should repeat the Step 3 and Step 5 when you are using Tor to surf the internet next time.



Thats all! See you.
Read More..

Some Tips On Choosing The Right Digital Project Binder

| 0 comments |
By Marcie Goodman


You have been pondering the idea of getting a digital project binder. You have decided that this can be a good option for you especially considering the fact that you will be needing the extra memory and space that the software might provide. So, you have decided that this may be the perfect time for you to ensure that you get the right one this time.

If you expect to work on stuff and projects that will require you to have to save lots of documents on a regular basis, then you are going to need to have a software that you can rely on every time. You need to get something that you can depend on to hold all these stuff that you need to have. So, finding out a the possible options that are available for you is essential.

There are a number of available software that you can find around, but you would not want to end up making a random choice. You need to be sure that when the time comes, you are able to go for a choice that would really suit your needs well. Review all the options that are present for you so you are confident that you will really end up with a very good choice at the end of the day.

There are a number of factors that you will need to consider if you are really aiming towards opting for the most appropriate choice for you. You need to remember that the choice that youll be going for can be expected to meet the various requirements that you may have. Thus, youre confident that youll really get to make the most out of the presence of such a software.

You need to assess the overall capacity of the software that you are spending cash on. You have to get assurance that of youll choose to use these items for whatever purposes you have in mind youre very sure that they would be able to easily meet your expectations. Make sure too, that they are able to support the specific formats that you will saving your documents for.

Consider the costs that you are going to have to spend this time. Find out as many details as you can about the amount of cash that you are going to have to spend when paying for the products that you are interested in. This is highly necessary so you are confident that when the time comes for you to make a final decision, you are sure that it is going to work really well for you.

Always get a free trial first. You need to be sure that you get to test out these items before you go ahead and start using them. You need to ensure that they indeed meet your expectations well. Most providers will offer them for a thirty day free trial. This is is good chance for you to assess if it is indeed going to be a very suitable choice for you.

Check on the kind of technical support that you can expect to get if you will choose to buy the digital project binder. You need to be sure that there is always going to be support for you whenever you need it. These products are not always going to be functional. Making sure that you get technical assistance whenever necessary is reassuring.




About the Author:



Read More..

HOWTO Why partitioning does matter on Ubuntu

| 0 comments |
Ubuntu is one of the most user-friendly Linux distributions in the world. However, Linux distributions change a lot on every new release. Although we can upgrade to the newer release easily on Ubuntu, I suggest to have a fresh install on every new release.



In my opinion, it is a good practice to format your hard drive at least in four partitions. Such as



/boot (about 1GB)

/ (not less than 8GB)

/home (depends on your hard drive space reminded)

/swap (twice as your amount of RAM)



In this way, you can install and format /boot and / partitions and leave /home untouch on every new or re-install. All your settings at /home are reminded unchange as well as the data in that partition. Be keep in mind that you are NOT required to format /home partition.



You are also required to backup /etc/passwd and /etc/shadow when necessary if you have more than one user.



Thats all. See you!
Read More..

HOWTO Aircrack ng on Ubuntu Desktop 12 04 LTS

| 0 comments |
Aircrack-ng is an 802.11 WEP and WPA-PSK keys cracking program that can recover keys once enough data packets have been captured. It implements the standard FMS attack along with some optimizations like KoreK attacks, as well as the all-new PTW attack, thus making the attack much faster compared to other WEP cracking tools.



In fact, Aircrack-ng is a set of tools for auditing wireless networks.



Step 1 :



sudo apt-get install build-essential sqlite3 subversion ethtool



sudo -sH

cd /opt

svn co http://trac.aircrack-ng.org/svn/trunk aircrack-ng

cd /opt/aircrack-ng

make sqlite=true ext_scripts=true unstable=true

make sqlite=true ext_scripts=true unstable=true install



airodump-ng-oui-update




Step 2 :



To run it with ALFA AWUS036NH (802.11 b/g Long-Range USB Adapter), you can run the command at any directory.



sudo -sH

airmon-ng

airmon-ng start wlan1

airodump-ng mon0 -c 1




To test it if is is injectable or not.



aireplay-ng -9 mon0



Step 3 (Optional) :



For Intel Corporation PRO/Wireless 5100 AGN [Shiloh], you need the following commands :



sudo -sH

airmon-zc

airmon-ng start wlan3

airodump-ng wlan3mon -c 1




Remarks



At this writing, I cannot find a way to solve the problem in airmon-ng or airmon-zc for ALFA AWUS036NHR. However, Pentoo 2013.0 RC1.1 is working perfectly for that adapter.



Thats all! See you.



Read More..