Search Results

Search: Posts Made By: bhakti
Forum: IP Networking 01-30-2007
11,466
Posted By bhakti
Write permisson in NFS mounting
Hi all
i have done set up for nfs.
at server
<dir> <client IP>/<netmask>(rw,sync)

at client
mount -o rw -nfs <server IP>:<dir1><dir2>

with this i am successful in mounting the directory...
Forum: Programming 10-24-2006
1,778
Posted By bhakti
help required for linux MPI
hi
I am starting with MPI programming, can anyone suggest me some books for MPI or some good online tutorials which will cover both theory and programming.

thanks
Forum: Programming 08-23-2006
5,163
Posted By bhakti
How to create constantly running process
Ther are two process in my program and i want both to constantly running. So i have written the following code. But one of this process which is calling function wsJobCheck() is getting terminated...
Forum: Programming 08-18-2006
2,116
Posted By bhakti
the problem is due to Endianess. as one of the...
the problem is due to Endianess.
as one of the machine is linux therefore little-endian and other is AIX therefore big-endian.

can you please explain ntohs function or suggest some sites.
...
Forum: Programming 08-16-2006
2,116
Posted By bhakti
Socket values getting currupted
hi
I am using socket programming to transfer my header object form linux machine to unix machine.
when i transfer the object at unix machine the long and int values are getting currupted . So i am...
Forum: Programming 07-31-2006
4,025
Posted By bhakti
how to compile a program statically
how can i do static compilation in cc and -lldap
i have system defined and user defined header file.
Can any one suggest any site where from i can get some information about static and dynamic...
Forum: Programming 07-24-2006
144,567
Posted By bhakti
how to solve error : Bind: Address Already in Use
hi
i have created socket program with proper IP address and port no
client side port no 1085[listen] and 1086[send]
gateway side port no 1086[listen_to_client] and 1085[send_to_client]
...
10,070
Posted By bhakti
In linux if wanted to access some remote computer...
In linux if wanted to access some remote computer i type this list of commands
1) ssh <username>@<remote machine IP>
2) export DISPLAY=<local machine ip >:0.0
3) xhost +...
10,070
Posted By bhakti
export display of directories of remote machine
hi
I wanted to export the display of all directories of home with their respective subdirectories and files if any on my local pc.
this home directory is of some remote machine .

using ssh...
Forum: Programming 07-14-2006
15,902
Posted By bhakti
thanks it works
thanks it works
6,368
Posted By bhakti
doubt
as u said i have written the code as
------------------------------------------------------------------------------------------------------------------------------
int main()
{
int a;
char...
6,368
Posted By bhakti
How to access the C program variables in shell script
hi

I wanted to access the C program variables in shell script.
This script is called from the same C program.

What are the ways in which i can access variables

thankx
Forum: Programming 09-16-2005
1,792
Posted By bhakti
sending and updating a file over network
If a file resides in a perticular cilents computer and he wants to transfer the file to intermidiate server through which the file will be transfered to other server where
that file will processed. ...
Showing results 1 to 13 of 13

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