Colleagues with psychopathic “dark side” can create toxic workplaces

Hi Guys!

Just come across an interesting article, go through it and take it very seriously! You may find such people at your work place…

People with a psychopathic “dark side” could create toxic workplaces “and could seriously traumatise workers to the point of suicide”, warns a new study.

Around one in ten New Zealand workplaces “harbour a psychopathically-oriented worker” capable of functioning within normal society but who victimises workmates with their “dark side,” according to Dr Giles Burch, a psychologist and senior lecturer in management from the University of Auckland Business School.

As per the study, such people often function fine in normal society and even excel at work, but victimise co-workers

Burch said most people with psychopathic tendencies were not obvious criminals. “However, psychopaths are generally highly destructive and manipulative individuals with dark sides who have no remorse for their actions, which can result in a range of serious issues for organisation and the people within them,”

“They are typically only interested in power, control, domination and subjugation, and it is believed that female psychopaths are more dangerous than males as they are more socially skilful in their manipulation,” Read More »

Python Script - Submit url and save response file using post method


Python Script - This script is an example for url submission + method POST

>>>
import urllib, urllib2, time
targeturl = ‘http://www.yourdomain.com/url’
values = {’variable1′ : ‘value1′,
‘variable2′ : ‘value2′,
‘variable3′ : ‘value3′,
‘variable4′ : ‘value4′,
Read More »

ASP.Net on Apache Web Server

Mount your ASP.Net on Apache Web Server:

It’s pretty easy to mount asp.net module on Apache web server. Check out the below configuration settings to enable it

1. Install asp.net module. Download Here

2. Make changes in the httpd.config file in your Apache folder. (c:\apache2\conf\httpd.conf)

3. Modify as follows.,

______________________________________

#### Start-ASP.Net Module####
#myasp is a sample folder name. Change it according to your asp folder
LoadModule aspdotnet_module “modules/mod_aspdotnet.so”
AddHandler asp.net asax ascx ashx asmx aspx axd config cs csproj licx rem resources resx soap vb vbproj vsdisco webinfo
<IfModule mod_aspdotnet.cpp>
# Mount youe ASP.NET /myasp application
AspNetMount /myasp “C:\Apache2\myasp” Read More »

Top SQL Server Questions - Relax !


1. What is SQL Server Clustering?
Clustering can be best described as a technology that automatically allows one physical server to take over the tasks and responsibilities of another physical server that has failed.

2. What are the system databases in SQL Server
Master, Model, Tempdb and Msdb

3. What is lock escalation?
Lock escalation is the process of converting a lot of low level locks (like row locks, page locks) into higher level locks (like table locks). Every lock is a memory structure too many locks would mean, more memory being occupied by locks. To prevent this from happening, SQL Server escalates the many fine-grain locks to fewer coarse-grain locks. Lock escalation threshold was definable in SQL Server 6.5, but from SQL Server 7.0 onwards it’s dynamically managed by SQL Server.

4. What is DDL Triggers?

DDL Triggers are written at the database level or Server level. DDL triggers are used when you want a certain action to be performed when a schema change occurs. Read More »

Why Green Tea?

Green Tea – A natural beverage which is capable enough to keep you and your family away from health problems, it has got anti-oxidants which fight against many health related problems.

Green Tea has been widely used in India, China, Japan and Thailand for thousand of years now and over time it has become very popular to the West also. The claims for green tea include reducing the risk of cancer, preventing or alleviating rheumatoid arthritis and eliminating heartburn.

Green teas have become an integral part of home remedies everywhere, from skin and teeth care to general preventative measures. In traditional Chinese and Indian medicine, Read More »

Sign up for PayPal and start accepting credit card payments instantly.