EmbLogic's Blog

Author Archives: azhar

syntax of c function pointer

1.Define a Function Pointer Since a function pointer is nothing else than a variable, it must be defined as usual. In the following example we define a function pointers named pt2Function. It points to a function, which take one float … Continue reading

Posted in Uncategorized | Leave a comment

problem in telnet

[root@localhost ~]# telnet 192.168.0.13 Trying 192.168.0.13… telnet: connect to address 192.168.0.13: Connection refused

Posted in Uncategorized | Tagged | Leave a comment

problem in scp

[root@localhost ~]# scp emblogic@192.168.0.13:/home/emblogic/neeraj emblogic@192.168.0.38:/home/emblogic Address 192.168.0.13 maps to server.home, but this does not map back to the address – POSSIBLE BREAK-IN ATTEMPT! emblogic@192.168.0.13′s password: reverse mapping checking getaddrinfo for . [192.168.0.38] failed – POSSIBLE BREAK-IN ATTEMPT! emblogic@192.168.0.38′s password: scp: … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

tftp

i have problem in tftp while file transfer by using ip address….like transfer time out….

Posted in Uncategorized | Leave a comment