User Profile

Collapse

Profile Sidebar

Collapse
mostafijur
mostafijur
Last Activity: Sep 4 '08, 05:33 AM
Joined: May 15 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanking you for help.
    See more | Go to post

    Leave a comment:


  • Transfer database table from one PC to another PC on Linux

    Hello

    I want to transfer database table from one pc to another pc.

    1. How it possible? Pls can u tell me step by step?

    2. Where the table and database store in my PC?


    OS: Linux 2.6 Kernel
    Mysql : 4
    Database Name: ABC
    Table name: Table1 , Table2.
    See more | Go to post

  • mostafijur
    started a topic Problem in auto_increment

    Problem in auto_increment

    Hello,

    My database table containing a column name P_ID

    Field Extra = P_ID,
    Type = int(11),
    Null = NO,
    Key = PRI,
    Default = NULL,
    Extra = auto_increment

    1. If I delete any row from my table (eg. P_ID = 2) I dont get that P_ID even I insert any new data. Is it for auto_increment?

    2. If I want to remove auto_increment from that attribute,...
    See more | Go to post

  • mostafijur
    started a topic Some questions on MySQL

    Some questions on MySQL

    hello

    I have some questions. Pls help me

    1. How can I repeace the column name ?

    Eg. Column names: Std_Id, Std_Name, Phone etc...

    I want to replace column name "Phone" by "Roll" .Both are INT type.

    2. Can I change Primary Key column name and how?


    3. Is it possible to make Date and time value as an integer value and...
    See more | Go to post

  • Is Libcap library is capable to capture all types of packet from switch?

    Hello

    Q1. Please Can anybody tell me libpcap library can/cann't capture packets from switch?
    Packets type may be TCP or UDP or ICMP ... If u confirm pls can u

    Q2. If cannot then How can I capture all types(TCP,UDP,I CMP...) of packets from switch?


    thx
    See more | Go to post

  • mostafijur
    started a topic Convert database attributes into record using PHP
    in PHP

    Convert database attributes into record using PHP

    Hello

    I need to convert database attributes into Records using PHP. For example

    My database attributes are like :
    [Name varchar(25), Roll integer, Number integer, Percentage real]

    C like structure:
    [code=c]struct Info
    {
    char Name[25];
    int Roll;
    int Number;
    float Percentage;
    }

    Struct info Information[100];[/code]
    ...
    See more | Go to post
    Last edited by pbmods; Dec 24 '07, 01:07 AM. Reason: Added CODE tags.

  • Is it possible to show continuous graph in Gnu plot [Linux] and save previous graph?

    Hello

    I want to show continuous graph using Gnu plot. That means after 1 hour I want to see previous every 10 mins[Lets] graph.

    Gnu Plot Version: 4.0,
    Linux kernel: 2.6, UBUNTU

    I can access Gnu plot using C language in Linux.

    Is it possible to show scroll bar in Gnu plot graph window to see previous graph?

    If possible please can you tell me how? Or, If u have any...
    See more | Go to post
    Last edited by mostafijur; Dec 12 '07, 03:29 AM. Reason: want to use C language and share Idea

  • Thanks ARNE for yr help.This book is helpful for my work....
    See more | Go to post

    Leave a comment:


  • Transfer an Array/File from one PC to another PC using ethernet port.

    Hello

    My PC[Linux] has 2 ethernet card.I am using 1 port for internet.The 2nd port is connected with another PC[Linux] and same network address.I want to send data by the 2nd port to that PC on time interval.

    Can u give me any sugession on to transfer an array or a file from 1 PC to Another PC in a LAN using C programming language ?

    What types of information I need to learn to write this program?...
    See more | Go to post

  • Every 5 seconds data reads from a file and write to another file

    Hello

    1. A program writing some data line by line in a file every 1 second. Data is writing like:

    1 30 [ 1 sec]
    2 44 [ 2 sec]
    3 45 [ 3 sec]
    4 89 .........
    ...

    2. I want to write a program that can read last 5 seconds data from that file and print into another file .
    ...
    See more | Go to post

  • mostafijur
    replied to Network Packet analyzer C/C++ code in Linux
    in C
    Network Packet analyzer C/C++ code in Linux

    Hi
    I need a C/C++ program by which I can show the following parameters:
    1. How much traffic is transferred within a LAN.
    2. What types of traffic is transferred within a LAN.
    3. How much traffic is generated within a LAN and from which system.
    4. How much traffic and which system or application is causing bottleneck.
    5. How high is peak traffic and...
    See more | Go to post

    Leave a comment:


  • mostafijur
    started a topic Network Packet analyzer C/C++ code in Linux
    in C

    Network Packet analyzer C/C++ code in Linux

    Hi,

    I need Source code in C/C++ to capture packets from a LAN using Linux (Mandriva) OS.Packets are like TCP,UDP,HTTP.

    Thanks
    See more | Go to post
No activity results to display
Show More
Working...