I was totally meltdown, trembled, even not able to speak for few minutes. As a whole, this shock numbed my senses.This 26/11 incident was not even comparable with 9/11 USA incident. The raging assault between terrorists and our security forces is the greatest and daring operations till now in India. Apart from news channels live now, I saw this kind of mayhem before just in some hollywood or bollywood movies only.
Terrosist-A radical who employs terror as a political weapon; usually organizes with other terrorists in small cells; often uses religion as a cover for terrorist activities.
I myself don't want to put these messages here, but I just want to picture the mind set of sick people in and around us. Mobiles/technology is meant for “connecting people” but not for “divide and rule”. Being well educated citizens of INIDA, can’t even they think? What the fun is there in centering or cornering Raj T in this greatest disaster time of our country. As they are totally sick, mad and pale. They are tired of, their brain is damaged. we all should chuck them to protect country as they are more dangerous than these terrorists. .How many of the SMS forwarders had a thought of joining any of the rescue teams who are standing all the day and nights during these 3 days to help the victims? If they don’t even have this thought at least, how dare they are to comment Raj T. Of course we are not NSG commandos, like that Raj also not, sure he will do what he can do for people. One should not be in cheap political drama mood; we should be like a brave educated Indian who can resist this kind of attacks in future.
- "Don’t know where he is when you need him. We want him to go and save amchi Mumbai. Army, NSG commandoes are not marathi manoos….why should they fight and lay down their life for Mumbaikars."[Ref]
- "Danger doesn't come on boats, it also comes from ones who give votes" [Ref]
- "Where is Raj Thackeray and his “brave Sena”? Tell him that 200 NSG commandoes from Delhi (no marathi manoos, all south and north indians) have been sent to Mumbai to fight the terrorists so that he can sleep peacefully tonight in Shivaji Park. Please forward this so it finally reaches the coward bully."[Ref]
I take this chance to thank all the media people who are in this loop for a continuous struggle to update people like me, who are watching TV's and news papers for the updates about this. I may not be NSG commando to fight against the terrorists directly, but I am always ready to do what I can do to change at least the small world around me.
P.S: This post is dedicated to all the security forces (NSG, police, rapid action etc.) that had the whole pain to give us peace back.
When I am not able to get any result to find a required packagege location by which command ...
# which bash
no bash in /usr/bin /usr/sbin /sbin
Then we should get immediate doubt as whether it is installed or not ?
If it is installed "man" command should show up. If man command it is shown it means that packge required is hidden.
Then "swlist" command osme times helps in finding the package, some times it confuses with man alternatives.
The best is to go to "/ " and do a find which should return us the required path,
# find . / -name ldd
./usr/ccs/bin/ldd
So ldd is installed in /usr/ccs/bin
To make it work
run this
# export PATH=$PATH:/usr/ccs/bin/
# ldd
usage: ldd [-d] [-r] [-s] [-v] [-y[,symbol]] files ...
[-d] check reference to data symbols
[-r] check reference to data and code symbols
[-s] display the search path used to locate the shared libraries
[-v] display all dependency relationships
[-y[,symbol]] display symbol resolutions
Hope this helps to find ldd installed path for u ..
What is ldd ?
ldd is a command that can list the dynamic dependencies of incomplete executable files or shared libraries.
ldd lists verbose information about dynamic dependencies and symbol references. If the object file is an executable file, ldd lists all shared libraries that would be loaded as a result of executing the file. If it is a shared library, ldd lists all shared libraries that would be loaded as a result of loading the library.
Examples :
If we want to know all the dependencies of a particular binary say "nco_t_tl1" we can use is this command as follows
# ldd -s nco_t_tl1
find library=/usr/lib/libdld.2; required by nco_t_tl1
/usr/lib/libdld.2 => /usr/lib/libdld.2
find library=/usr/lib/libc.2; required by implicit load
/usr/lib/libc.2 => /usr/lib/libc.2
find library=/usr/lib/libdld.2; required by /usr/lib/libc.2
/usr/lib/libdld.2 => /usr/lib/libdld.2
find library=/usr/lib/libc.2; required by nco_t_tl1
/usr/lib/libc.2 => /usr/lib/libc.2
find library=/usr/lib/libcl.2; required by nco_t_tl1
/usr/lib/libcl.2 => /usr/lib/libcl.2
find library=/usr/lib/libisamstub.1; required by /usr/lib/libcl.2
/usr/lib/libisamstub.1 => /usr/lib/libisamstub.1
find library=/usr/lib/libdld.2; required by /usr/lib/libcl.2
/usr/lib/libdld.2 => /usr/lib/libdld.2
find library=/usr/lib/libm.2; required by nco_t_tl1
/usr/lib/libm.2 => /usr/lib/libm.2
find library=/usr/lib/libCsup.2; required by nco_t_tl1
/usr/lib/libCsup.2 => /usr/lib/libCsup.2
find library=/usr/lib/libstream.2; required by nco_t_tl1
/usr/lib/libstream.2 => /usr/lib/libstream.2
find library=/usr/lib/libstd.2; required by nco_t_tl1
/usr/lib/libstd.2 => /usr/lib/libstd.2
By default ldd prints a simple dynamic path information. This consists of the dependencies recorded in the executable (or the shared library) followed by the physical location where these libraries are found.
ldd a.out
./libx.so => ./libx.so
libc.so => /usr/lib/hpux32/libc.so.1
libdl.so => /usr/lib/hpux32/libdl.so.1
The -v option causes ldd to print dependency relationship along with the dynamic path information.
ldd -v a.out
find library=./libx.so; required by a.out
./libx.so => ./libx.so
find library=libc.so; required by a.out
libc.so => /usr/lib/hpux32/libc.so.1
find library=libdl.so; required by /usr/lib/hpux32/libc.so.1
libdl.so => /usr/lib/hpux32/libdl.so..1
The -r option to ldd causes it to analyze all symbol references and print information about unsatisfied code and data symbols.
./libx.so => ./libx.so
libc.so => /usr/lib/hpux32/libc.so.1
libdl.so => /usr/lib/hpux32/libdl.so.1
symbol not found: val1 (./libx.so)
symbol not found: count (./libx.so)
symbol not found: func1 (./libx.so)
Some time after uploading some .sh (script) files from Windows to Unix environment, when we tried to run teh scripts as show nbelow we may end up in facing some errors as below ...
It is damn! easy to see the running oracle services/processes status. But the same when comes to Windows its some thing different and tricky due to architectural differences.
A very very famous ayyappa song "Harivaraasanam ..." will be more special to us, if we know the meaning properly, though I know the song from my child hood I came to know the meaning recently so a small thought to share with you all today ...here it goes like this. "My refuge, you are the rising sun"
Most of the times people working on remote terminals with a particular server really interested to know the hardware details like name of vendor and type of the processor etc.
Popular Posts
-
The best solution to know about these init levels is to understand the " man init " command output on Unix. There are basically 8...
-
How to Unlock BSNL 3G data card to use it with Airtel and Vodafone Model no : LW272 ? How to unlock BSNL 3G data card( Model no : LW272 )us...
-
How to transfer bike registration from one State to other (Karnataka to Andhra)?? Most of us having two wheelers purchased and registered in...
-
ఓం శ్రీ స్వామియే శరణం ఆయ్యప్ప!! Related posts : Trip to Sabarimala - Part 1 Trip to Sabarimala - Part 2 Ayappa Deeksha required things...
-
Following are some of interesting blogs I found till now ...please comment to add your blog here. Blogs in English : http://nitawriter.word...
Popular posts
- Airtel and vodafone GPRS settings for pocket PC phones
- Andhra 2 America
- Ayyappa Deeksha required things
- Blogs I watch !
- Captions for your bike
- DB2 FAQs
- Deepavali Vs The Goddes of sleep
- ETV - Dhee D2 D3
- Evolution of smoking in India Women
- How to make credit card payments?
- init 0, init 1, init 2 ..
- Java-J2EE interview preparation
- mCheck Application jar or jad download
- My SQL FAQs
- My Travelogues
- Old is blod - New is italic
- Online pay methids for credit cards
- Oracle FAQs
- Pilgrimages
- Smoking in Indian Women
- Technology Vs Humans
- Twitter feeds for all Telugu stars on single page.
- Unix best practices
- Unix FAQs
Buffs ...
Tags
Powered by WidgetsForFree
Archives
-
▼
2008
(132)
-
▼
November
(14)
- Mayhem in Mumbai - Nov 26, 2008 to Nov 29, 2008
- where is ldd installed in HP unix?
- Customs in work ..found in eenadu daily
- How to replace esacape(\n \t) charecters and ' cha...
- Facing error like this ? : bad interpreter: No suc...
- Educational blog Award ... For making everyone aro...
- Acts can win the hearts ...Friend
- where can I find pmon, smon ...oracle services in ...
- If love becomes marriage ?? ( ప్రెమే పెళ్ళయుతే ?? )
- Harivarasanam ... song meaning and Mp3 downlaod
- How to see hardware details like name and type of ...
- Solaris 10 Zones Vs Solaris 10 physical server
- Ayyappa Deeksha - Required things - Total ayyappa ...
- యువతా!!! బ్లాగ్ అంటె?( Youth!!! blog means? ) - In...
-
▼
November
(14)