Search:

Type: Posts; User: piyush.neo; Keyword(s):

Page 1 of 5 1 2 3 4

Search: Search took 0.16 seconds.

  1. Replies
    3
    Views
    605

    [ubuntu] Re: Unable to inatall VirtualBox

    Thanks for quick reply. :)
  2. Replies
    3
    Views
    605

    [ubuntu] Unable to inatall VirtualBox

    When i am trying to install VirtualBox on Ubintu 10.04 either by synaptic manager or terminal, it start for some time and then stopped with message
    Media change: please insert the disc labeled ...
  3. Replies
    6
    Views
    397

    [ubuntu] Re: Problem in booting Ubuntu

    yes i have tried. It booted and landed to shell with promt something like initram>.
    i tried executing fcsk but it is showing error
    /bin/sh: can't find fcsk
    Then i checked out the location of fcsk...
  4. Replies
    6
    Views
    397

    [ubuntu] Re: Problem in booting Ubuntu

    No i cant open the terminal.i am not even getting the login screen.
  5. Replies
    6
    Views
    397

    [ubuntu] Problem in booting Ubuntu

    i am using Ubuntu 9.10 and it was working fine until now . Suddenly i am unable to boot. As soon as i select Ubuntu from Grub menu , it shows the Ubutnu symbol for some time ( while booting) and...
  6. [ubuntu] Re: Linuxdcpp (Linuxdc++) - Crash with "Bus error" when hashing

    Do you got any solution for it. One of my friends is also facing the same problem. Here is u/p from GDB


    (gdb) run
    Starting program: /usr/bin/linuxdcpp
    [Thread debugging using libthread_db...
  7. Replies
    12
    Views
    5,200

    [SOLVED] Re: Virtual Floppy Drive

    :Phew
    I have successfully run my bootloader :)....now as cticer say am going to have problem when loading kernel image...i just want to know what do he meant by
    Nevermind. I figured it out. I first...
  8. Replies
    12
    Views
    5,200

    [SOLVED] Re: Virtual Floppy Drive

    I am struggling hard to make a bootloader but i am unable to simulate it...here is my initial thread...
    http://ubuntuforums.org/showthread.php?t=1666381

    Now i have switched to Virtual Box to...
  9. how to make a bootable iso on Linux(Ubuntu)?

    i am trying to write a boot loader(hello world). i am using Bochs for simulation. But i am unable to make an bootable iso for my binary file. Though in tutorial VFD is used but it is for windows...
  10. Replies
    4
    Views
    9,272

    [ubuntu] Re: unable to install libnet

    Sorry for late reply


    yeah right file is there but still application using it was showing the file was missing....my PATH doesn't have /usr/include...may be thats why...!!!!
    But then how my C...
  11. Replies
    0
    Views
    294

    how assembly language allign memory?

    I came across this snippet on wiki to align memory. I am not able to figure out how its working. I know basic assembly language....

    #if defined(__GNUC__)
    # if defined(__i386__)
    /* Enable...
  12. Replies
    7
    Views
    1,361

    [ubuntu] Re: IP conflict problem on LAN

    Well finally for me....Ettercap is working great...:)
  13. Replies
    6
    Views
    3,512

    [ubuntu] Re: Problem solved

    I have followed your advice but still problem persist. After installing libnet by ur link


    root@piyush-laptop:~/Libnet-1.0.2a# whereis libnet-config
    libnet-config: /usr/bin/libnet-config...
  14. Replies
    6
    Views
    3,512

    [ubuntu] Re: problem in installing nemesis

    Yes, i have already installed it.
  15. Replies
    6
    Views
    3,512

    [ubuntu] problem in installing nemesis

    i am using ubuntu 10.04.

    when i as trying to install nemesis its showing error that libnet is missing


    root@piyush-laptop:~/Downloads/rawsocket/packet injector/tool/nemesis-1.4# ./configure ...
  16. Replies
    2
    Views
    440

    [SOLVED] Re: problem in configuring ssh server

    Sorry..its working..its my machine so i realized it latter that i am connecting to my machine...
  17. Replies
    2
    Views
    440

    [SOLVED] problem in configuring ssh server

    i have installed openssh-server on my ubuntu 10.04 machine.Now when i am trying to connect it i am getting the following message and the connection terminate...

    iyush@piyush-laptop:~$ ssh...
  18. difference in size of blocks by stat and ls -ls

    Why is there difference in size of file in terms of block by the two commands - ls and stat..???

    [user@linux ~]$ stat pro.c
    File: `pro.c'
    Size: 469 Blocks: 8 IO Block:...
  19. Replies
    7
    Views
    1,361

    [ubuntu] Re: IP conflict problem on LAN

    Well i am a student at college...No network manager has time for solutions that change their networks (after all they are human..).....assign static IP is not practical at this point of time as...
  20. Replies
    7
    Views
    1,361

    [ubuntu] Re: IP conflict problem on LAN

    DHCP is not supported...i have to manully enter the IP.
  21. Replies
    7
    Views
    1,361

    [ubuntu] IP conflict problem on LAN

    i am connected to LAN where i have to manually configure my IP settings. While using windows as soon as i try any IP which is already being used on LAN, "IP conflict message" is poped and if someone...
  22. Replies
    4
    Views
    381

    Re: Problem reverse lookup code

    Thanks..working fine now....:)
  23. Replies
    4
    Views
    381

    Re: Problem reverse lookup code

    piyush@piyush-laptop:~/codes/networkcode$ ./a.out
    Error: ai_family not supported

    i changed AF_INET to PF_INET but still....
    though ai_family was working fine for other codes as namelookup...
  24. Replies
    4
    Views
    381

    Problem reverse lookup code

    i have recently started socket programming.
    Can't figure out why it is not working..

    #include <stdio.h>
    #include <string.h>
    #include <sys/types.h>
    #include <sys/socket.h>
    #include ...
  25. Replies
    5
    Views
    355

    Re: Problem in C code

    Thank u all....:p
Results 1 to 25 of 109
Page 1 of 5 1 2 3 4