Search Results

Search: Posts Made By: htabesh
Forum: Programming 06-23-2009
14,009
Posted By htabesh
Is it possible for you to test and compile that 2...
Is it possible for you to test and compile that 2 program?
Thanks for your kindness. :)
Forum: Programming 06-23-2009
14,009
Posted By htabesh
No! I don't use 64 bit architecture! I try...
No! I don't use 64 bit architecture! I try strlen() instead of sizeof()! there is problem JUST in receiving File Name (recv(Communication_Socket, CH, sizeof(CH), 0);
I don't know why! :(
Forum: Programming 06-23-2009
14,009
Posted By htabesh
Socket Programming Send File
Hello my friends;

Look at this 2 program:

Client:


#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>...
Forum: Programming 10-31-2008
15,816
Posted By htabesh
I want to write a Socket Program, receive a...
I want to write a Socket Program, receive a message as a password (Plain text) and check that. Is that true or not.
How can checked out the source code to login from my Linux distribution?
Forum: Programming 10-31-2008
15,816
Posted By htabesh
which string?
which string?
Forum: Programming 10-31-2008
15,816
Posted By htabesh
Now how can I verify that with root password? and...
Now how can I verify that with root password? and authentication?
Forum: Programming 10-31-2008
15,816
Posted By htabesh
check Linux password from /etc/shadow and C language
Hi.
I want to write a C Program that get a user name and password , then compare it with encrypted password in /etc/shadow.
I start with below program:

#define _XOPEN_SOURCE
#include <stdio.h>...
7,811
Posted By htabesh
ssh and here document
Hi :)
how can I use here doc to use ssh?
I am facing a problem with the below script:

#!/bin/bash
ssh hosein@localhost << *
123456
*

"123456" is my password
Thanks
Showing results 1 to 8 of 8

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