Search Results

Search: Posts Made By: Raom
Forum: Programming 03-10-2009
9,668
Posted By Raom
AES encryption
Hi,
Any body can please point me to source code for implementing AES encryption in CTR mode i.e RFC 3686 (AES-CTR).I did googling but no good results.
2,151
Posted By Raom
commands do not finish
Hi,
I have strange problem executing some command on solaris 5.9
ps command does not finish(hangs) and runs forever without any result.
same with cc command too.Please suggest
2,597
Posted By Raom
length = *((long *)Len&0xffffffffffffffff)...
length = *((long *)Len&0xffffffffffffffff) ,should give you correct length (on n/w endian machine)
Forum: Programming 01-05-2008
6,930
Posted By Raom
subtract/add to the current time. i.e 2 before...
subtract/add to the current time.
i.e 2 before current time is preTime = currTime - 2*60*60;
Forum: Programming 05-29-2007
3,002
Posted By Raom
can you please help me gettin details of this...
can you please help me gettin details of this "fixups"


Cheers
Forum: Programming 05-28-2007
3,002
Posted By Raom
again !!! I did this ..... i used...
again !!!

I did this .....

i used dlopen to find the Link_map and lib handle of particular library loaded by ld.

this closed this lib using dlclose.

pointed the link_map to new library...
Forum: Programming 05-28-2007
3,002
Posted By Raom
overriding the dynamic library
Hi,

I wonder how can we override the dynamic library loaded by ld on start up.(dynamic linked application). so that linker uses the new library to find symbols.

Is it possible to do.

Cheers.
Forum: Programming 05-23-2007
5,205
Posted By Raom
unfortunately i am allowed to change...
unfortunately i am allowed to change LD_LIBRARY_PATH outside my application. i was trying to replace this library inside the application.
Forum: Programming 05-23-2007
5,205
Posted By Raom
dynamic linking
Hi,

Could any one tell me solution for this.

i have a library in my /usr/lib and latest in /myhome/lib/ (thay differ functionality symbols my application uses symbols from latest lib).


...
1,442
Posted By Raom
cat file.txt | while read line do ...
cat file.txt | while read line
do
date=`echo $line | cut -f2 -d","`
ent=`grep $date file.txt| wc -l|xargs echo`
echo "$date,$ent" >> tmp
done
sort -nu tmp
rm -rf tmp
4,319
Posted By Raom
well u have .sh_history file.
well u have .sh_history file.
28,008
Posted By Raom
sqlplus -s user/pwd@host<<eof>urfile set...
sqlplus -s user/pwd@host<<eof>urfile
set serveroutput on feedback off linesize 1000 pagesize 0;
select * from table where rownum<5;
EXIT;
eof
2,236
Posted By Raom
Make ur question more clear.
Make ur question more clear.
5,536
Posted By Raom
[QUOTE=blowtorch]What's wrong with jim's answer?...
[QUOTE=blowtorch]What's wrong with jim's answer? Did you try to do it and did it fail?

No wrong with Jims answer . i know it ll work.
i am working on a server where in i have functions ,they are...
5,536
Posted By Raom
thanks Jim. but writing all the function in...
thanks Jim.

but writing all the function in .profile looks no good i think.
i am lookin for a sophisticated way of writing functions probably the ENV file.

but not much aware of ENV file , if...
5,536
Posted By Raom
i am using kshell
i am using kshell
5,536
Posted By Raom
functions in
hi
could anybody please suggest me how to put a function memory for particular user.
say i am a user rao. want have a function foo in memory .

i have done this .typed the function function in...
Forum: Programming 07-12-2006
15,034
Posted By Raom
i think ur pro*c code has to be precompiled to...
i think ur pro*c code has to be precompiled to C/C++ before making executable.

then you can use dbx as usual.
for tracing variables in dbx u should say
trace varname
for breakpoints say
stop...
2,396
Posted By Raom
have u tried using paste command paste f1 f2
have u tried using paste command
paste f1 f2
3,707
Posted By Raom
without execute permission
how can a script run without execute permissions.

when i run myscript as :
sh a.sh

it was working but when i say simple a.sh its not working since it has no x permission.but how about fist...
36,284
Posted By Raom
length=$(echo $1|fold -1|wc -l) ...
length=$(echo $1|fold -1|wc -l)
((length=length-1))
str=$(echo $1 | fold -1|tail -$length | xargs echo|tr -d ' ')
echo $str
5,450
Posted By Raom
run it through .profile
run it through .profile
Forum: Programming 05-30-2006
2,430
Posted By Raom
u can do it by making object file separately for...
u can do it by making object file separately for each function and bind them with main program.

say :

make a foo.so for function foo()

while building your application use foo.so
13,442
Posted By Raom
Simple.you need to have a idl compiler. idl...
Simple.you need to have a idl compiler.
idl options sourec.idl

for ur reference
http://www2.linuxjournal.com/article/3201
13,377
Posted By Raom
They are not encrypted. they are object files. ...
They are not encrypted. they are object files.
if u r interested do this

cd /bin

strings command | more

can have fun as if u have decoded.
Showing results 1 to 25 of 79

 
All times are GMT -4. The time now is 05:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy