Search Results

Search: Posts Made By: f.ben.isaac
3,050
Posted By f.ben.isaac
What Does Happen During Boot Process? - BIOS and MBR
I'm talking about boot process in multi-boot Linux perceptive.

Please tell me whether my explanation is right or wrong? If wrong, please explain.

"The BIOS checks the system and loads this...
3,649
Posted By f.ben.isaac
Why BackTrack3 Stored in USB Can Not Save Changes? What is the Theory Behind it?
I have a 16 GB Flash Drive. I changed the settings & set it as local disk, so my Vista recognizes it as a local disk, not removable disk.

After that, i deleted the whole partition & then i made...
Forum: Programming 11-19-2008
3,121
Posted By f.ben.isaac
alright....thanks! i got it
alright....thanks! i got it
Forum: Programming 11-19-2008
3,121
Posted By f.ben.isaac
I see... I made my assumption based on this...
I see...

I made my assumption based on this quote:

"Every process has one parent process. Parent process always has many child processes. and every child process can create another new child...
Forum: Programming 11-19-2008
3,121
Posted By f.ben.isaac
ha ok, i see. orphan child signal will end up to...
ha ok, i see. orphan child signal will end up to init....

so it goes like

init()
X
y
Z

X is parent of Y. X is child of init().....

So lets say i opened a browser in *nix. This browser...
Forum: Programming 11-19-2008
3,121
Posted By f.ben.isaac
Question About Multi-Processed Applications... fork()
Assume we have an application built on *nix that uses fork()...then the processes procedure is going to act as follow:

X is considered a parent process (first click on application)
Y is...
Forum: Programming 11-13-2008
7,429
Posted By f.ben.isaac
Ok...I see. I have some misunderstandings. Your...
Ok...I see. I have some misunderstandings. Your answer clarified it...
Forum: Programming 11-13-2008
7,429
Posted By f.ben.isaac
Can you give an example of instruction set of the...
Can you give an example of instruction set of the mpu? Does it look like:
ADD, JMP, etc? If yes, then ADD need to be translated too unless if it inserted directly as 110010 101001 (ADD #), something...
Forum: Programming 11-13-2008
7,429
Posted By f.ben.isaac
I will be reading more about the various terms...
I will be reading more about the various terms (bootstrapping, etc) you have posted here...
Forum: Programming 11-13-2008
7,429
Posted By f.ben.isaac
>>You can write a binary executable directly in...
>>You can write a binary executable directly in hex,

And HEX, so what translates these hexes to binaries for the compiler?
If a agree with you, writing in binary 1 & 0 will make machine...
Forum: Programming 11-12-2008
7,429
Posted By f.ben.isaac
I still don't get it.....A compiler is binary, so...
I still don't get it.....A compiler is binary, so its been executed, so what compiled the compiler! And the compiler compiler's in what language was written?

It is not a big deal, but i just find...
Forum: Programming 11-12-2008
7,429
Posted By f.ben.isaac
How Can a Machine Reads a Compiler Since A Compiler is Written in Text! Not Binaries?
To make a programming language you need a compiler, so what was the first programming language and how was is created if you need the compiler first?

The compiler itself is considered as a high...
Forum: Programming 11-04-2008
3,811
Posted By f.ben.isaac
Thanks!!!
Thanks!!!
Forum: Programming 11-03-2008
3,811
Posted By f.ben.isaac
Question about NULL Character & fgets()
Assume client send the message " Hello ", i get output such as

Sent mesg: hello
Bytes Sent to Client: 6



bytes_received = recv(clientSockD, data, MAX_DATA, 0);
if(bytes_received)
{
...
Forum: Programming 11-01-2008
2,583
Posted By f.ben.isaac
use g++ compiler for C++ syntax use gcc...
use g++ compiler for C++ syntax
use gcc compiler for C syntax

g++ & gcc included in Linux too...

g++ youCode.cpp -o compiledCode

-o the name of the compiled code.
compiledCode = any name...
Forum: Programming 10-31-2008
12,575
Posted By f.ben.isaac
I got it....Its too simple :-), i don't know how...
I got it....Its too simple :-), i don't know how i did not get it from the first time! Being blank is not a good thing...

Here it is:

short get_client_port(struct sockaddr *clientInformation)...
Forum: Programming 10-31-2008
12,575
Posted By f.ben.isaac
Can't I Cast sockaddr to sockaddr_in?!
I'm trying to grab client's port number, by doing the following code:


//get client's port number - here we are not dealing with pointers
//because the returned value will be passed as a...
Forum: Programming 10-28-2008
10,288
Posted By f.ben.isaac
You are right. This port scanner is made so...
You are right. This port scanner is made so simple, not stealthy & does not pass any firewall. Otherwise, it should scan normally.

It works best if you use it in your network internally, or use...
Forum: Programming 10-28-2008
10,288
Posted By f.ben.isaac
Oh i already solved them.... Thanks anyway
Oh i already solved them....

Thanks anyway
Forum: Programming 10-25-2008
10,288
Posted By f.ben.isaac
Socket Programming - Port Scanner. I Get Connection Timed Out, Why?
When i put the target IP as 127.0.1.1, the program is working fine, can catch blocked & open ports. But when i try to scan remotely, i get connection timed out! Can you tell me why? :(

Here is my...
Forum: Solaris 10-25-2008
6,483
Posted By f.ben.isaac
I did this g++ fileName -lsocket -lnsl ...
I did this g++ fileName -lsocket -lnsl

Worked!

Thanks
Forum: Solaris 10-25-2008
6,483
Posted By f.ben.isaac
no i didn't....I have never used them, i'm a...
no i didn't....I have never used them, i'm a newbie can you please guide me more?
Forum: Solaris 10-25-2008
6,483
Posted By f.ben.isaac
Yes its there, i included the libraries, its...
Yes its there, i included the libraries, its still does not work:


cc [flag ...] file ... -lsocket -lnsl [library ...]
#include <sys/socket.h>
#include <netdb.h>
Forum: Solaris 10-25-2008
6,483
Posted By f.ben.isaac
Are these C++ functions Available in SUN Solaris?
I tried to compile a socket programming code under SUN Solaris by using g++, i get the following errors:

Undefined first referenced
symbol in...
Forum: Programming 10-22-2008
4,669
Posted By f.ben.isaac
lol...its alright! i realized it anyway. Your...
lol...its alright! i realized it anyway. Your help is appreciated m8! :b:
Showing results 1 to 25 of 33

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