Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~311 People Reached
Favorite Tags
Member Avatar for c-work

Hi, I hope someone can help me with a problem that I am currently stuck on, basically I am trying to create a file archive utility which can archive 1 or more file each specified in a command line into a file. My problem which I am currently stuck on …

Member Avatar for krsna90
0
145
Member Avatar for leedsfanatic

Hi Wondering how I would go about creating a firewall script, for a machine that has multiple NICs. eth0 - intranet eth1 - internet eth2 - webserver-DMZ

Member Avatar for maba001
0
52
Member Avatar for leedsfanatic

I'v written the program below, but I'v been told its too "intense" Any ideas on how I can get the same results but with a simpler program? [CODE]#define MAX_SIZE 10000 char buf[MAX_SIZE], name[1000]; int min(int a, int b) { return a<b?a:b; } int main(int argc, char** argv) { FILE *out, …

Member Avatar for peter_budo
0
114