Thursday, August 16, 2012

Info Bit Aug 16

1: Ganga Action plan was launched in 1985.

2: There are 7 National parties in india

3: National Ganga River Basin Authority (NGRBA) is a financing, planning, implementing, monitoring and coordinating authority for the Ganges River, functioning under the Ministry of Environment of India. The mission of the organization is to safeguard the drainage basin which feeds water into the Ganges by protecting it from pollution or overuse.

4:  Ministry of Minority Affairs was created on 29th January, 2006.
    5 minorities in india : Muslim , christian , sikh , parsi , buddist

Tuesday, August 14, 2012

Info Bits : Aug 2012

1: The United Nations Convention on the Law of the Sea (UNCLOS), also called the Law of the Sea Convention or the Law of the Sea treaty, is the international agreement that resulted from the third United Nations Conference on the Law of the Sea (UNCLOS III), which took place from 1973 through 1982

2: indian institute of soil sciences is located in bhopal

Wednesday, February 15, 2012

Some fav lines

" Independence was worked for by people more or less at the top ; the freedom it brought has worked its way down. People everywhere have ideas now of who they are and what they owe themselves. "

V. S Naipaul : A Million Mutinies Now " Bhakti in religion may be a road to the salvation of the soul , But in politics, Bhakti or hero-worship is a sure road to degradation and to eventual dictatorship" . B.R. Ambedkar said in a famous speech to the Constituent Assembly on November 25, 1949, just before putting the Constitution of India to vote.

Monday, October 17, 2011

SSH without password

Use ssh to move between linux/unix servers without entering password each time.

Perform dsa key exchange once and hop around in btween two unix/linux servers without entering passwd each time.

Actions to perform :
1: run the attached shell script in the local server
ex : user neeraj in server server1

2: Enter data as asked on the command line. Enter target server name and passwd when asked.

3: Message displayed : " echo dsa kay exchange successfully done"

4: Done, check the new setting by typing command from local server: ssh target_server_name.


***********************************************
#!/bin/sh

# check if the key file exists in the home location in local server

file_count=`ls -l $HOME/.ssh/ | grep id | wc -l`

if [ $file_count -eq 0 ]
then
ssh-keygen -t dsa

fi

#secure the contents of the .ssh directory by by removing read write permission from group and others.

chmod go-x $HOME
chmod go-rwx $HOME/.ssh
chmod go-rwx $HOME/.ssh/*


#copy the file to remote server
echo enter target machine hostname
read target
current_user=`whoami`

echo enter password of $target server
scp $HOME/.ssh/id_dsa.pub $whoami@$target:/tmp

echo again enter the passwd for the server $target

#append the content of public key to authorized_keys2 file

ssh $current_user@$target 'cat /tmp/id_dsa.pub >> $HOME/.ssh/authorized_keys2 '

ssh $target chmod go-w $HOME
ssh $target chmod 700 $HOME/.ssh
ssh $target chmod go-rwx $HOME/.ssh/*

ssh $target rm /tmp/id_dsa.pub


echo dsa kay exchange successfully done.


***************************************************************************

Thursday, July 14, 2011

UNFCC : Small view

This is international treaty which tries to achieve ways to reduce global warming and ways to cope up with inevitable global warming.

Its sub-part is Kyoto Protocol which is legally binding in nature. Kyoto protocol has provisions for binding targets for 37 industrialized countries.

Target decided is 5% of 1990 level in period 2008-2012. The idea is to solve the common problem in differentiated manner.

Mechanism identified :

1: Emission trading
2: CDM : clean development mechanism
3: Joint implementation

What is emission trading?

Parties of Annex B have accepted to reduce limit their emission . Allowed emissions are divided into " Assigned Amount Units " . One country can sell excess capacity to countries that are above their targets.

Other trading units :

1: Removable units : Land usage change and forestry

2: ERU : Emission Reduction Unit ( by JI )

3: CER : Certified emission reduction ( CDM )

Joint Implementation ( JI ) :
track 1 : Host fulfills all requirements
track 2: If host party meets limited set of eligibility


Clean Development Mechanism ( CDM ) : Emission reduction project in developing countries to earn CER credits.

Examples
1: Rural electrification Project using Solar panel

2: Installation of energy Efficiency boilers

IMF : Short view

Here are few points about IMF i did understand

IMF was established with objective of looking into global financial system by looking into macroeconomic policies of its member countries. Headquartered at Washington D.C . IMF tries to stabilize exchange rates.

Some reform talks are underway these days

1: 6% voting shares to major developing nations. Industrialized countries hold 57% of the vote share.

Criticism :

1: IMF is reflecting interests of western financial community

2: It works of assumption that all payment disequilibrium are caused domestically .

3: IMF advocates austerity , which can not be good option in all the economies .

4: Widely differing economic circumstances for different counties. IMF has failed over the years to see this reality as it tried to implement it policies.

Negative impact has been observed in following areas due to IMF negative policies

1: Impact on food

2: Impact on Health . IMF has prevented investment in areas of health as it forces the countries to look into short term balance. It also advocates fiscal restraint leading to neglect of Health sector.

3: Impact on environment

Wednesday, July 13, 2011

Public Admistration : My favourite lines

I was going through one book on public administration theories. I did come across some beautiful lines . There are so many lines , here i try to get at least few of them at this location . Here it goes ....

1: The accumulation of data through acceptable techniques does not alone give us adequate knowledge. Knowledge becomes critical and reliable as it increases in generality and internally consistent organization , when , in short , it is cast in the form of systematic generalised statements applicable to large number of particular cases.

2: Economists , for instance , tend to deal with how organizations allocate resources and how decisions are made under conditions of uncertainty. Industrial engineers focus on technological underpinning of organizational activities . Sociologists have have been concerned mainly with structure of organizations and ways in which organizations try to cope up with external environment. Psychologists have been interested in the behaviour of individual and group within organization . Issues of power and authority have attracted attention of political scientists .

3: When coercion is the basis of authority , compliance is alienated ; when remuneration is the basis of authority , compliance takes a calculative turn ; when authority base is normative ( expressed through persuasion ) , compliance is moral .

4: Focus of scientific management is narrow , as it essentially concentrated on the work done at lowest level in the organization .

5: Organizations grow more stupid as years roll by , since executives select subordinates who are less smart then themselves with a view to preventing their potential rivals.

6: Managers tend to be promoted until they reach to level of their incompetence.

7: POSDCORB : planning , organizing , staffing , directing , co-ordinating , reporting , budgeting