Search:

Type: Posts; User: dansofe0r; Keyword(s):

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    282

    Gnome-tweak-tool not opening

    Hello everyone. I'm having problems with the gnome-tweak-tool. When I installed it today it was able to enable a bunch of extensions from the extensions website. Then when I tried to open the GUI...
  2. Deleted mouse/%gconf.xml. Left/right movement is now slow.

    Hello. I deleted the mouse/%gconf.xml file. The mouse (I'm using a laptop) moves fine up and down, but left and right movement is very slow. Also, I no longer have the option of using the trac pad to...
  3. Replies
    2
    Views
    418

    [ubuntu] Re: Browser Spell Check Doesn't Work

    Hey thanks for the quick reply. It was checked. I tried toggling all of the options a couple of times to see if it would do anything but still no spelling error detection.

    edit: Firefox had...
  4. Replies
    2
    Views
    418

    [ubuntu] Browser Spell Check Doesn't Work

    Hey Ubuntu forums. Since I started using Ubuntu, when I spell something wrong in a browser the squiggly red line does not appear beneath it. I have checked in firefox and chrome. When searching for...
  5. Replies
    6
    Views
    562

    Re: Trouble Producing a Segmentation Fault

    I should haha. I just wanted to get into using the methods in an updated environment but for learning purposes I suppose a cd boot is okay.
  6. Replies
    6
    Views
    562

    Re: Trouble Producing a Segmentation Fault

    It is Erickson's book lol. It is from 2007 so many of the libraries that it uses have had their versions changed which has led to many issues that need fixing in order to keep going through the...
  7. Replies
    6
    Views
    562

    Trouble Producing a Segmentation Fault

    Hello everyone. Hope all is well. I am currently trying to produce a segmentation fault with the following program:

    notesearch.c


    #include <stdio.h>
    #include <string.h>
    #include <fcntl.h>...
  8. Replies
    1
    Views
    2,721

    [ubuntu] Ettercap Send L3 Error

    Hello everyone. Hope you're all doing well. I'm staying indoors while the blizzard's wrath falls upon my home. I thought, why not try out ettercap?

    It is very nifty and fun to use. It is one of...
  9. Replies
    3
    Views
    1,448

    Re: Libnet Compilation Trouble

    ~$ libnet-config --defines
    -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H



    Am I missing some defines?
  10. Replies
    3
    Views
    1,448

    Libnet Compilation Trouble

    Hello everyone. I am trying to compile a program and receive the following output. It is a program that I'm using to try to make a SYN flood on a laptop I have from another computer in the house. :
    ...
  11. Replies
    0
    Views
    523

    [ubuntu] Libnet Installation Problems

    Hello experienced ubuntu enthusiasts. I am trying to install Libnet-1.0.2a in my /usr/lib folder. I have a later version of libnet installed that I got from the ubuntu software center. So, when I try...
  12. Replies
    4
    Views
    527

    Re: Nemesis Installation is My Nemesis

    $ ls -la /usr/include/libnet.h /usr/lib/libnet.a
    -rw-r--r-- 1 root root 4281 Oct 4 20:23 /usr/include/libnet.h
    -rw-r--r-- 1 root root 159552 Oct 4 20:23 /usr/lib/libnet.a
  13. Replies
    4
    Views
    527

    Re: Nemesis Installation is My Nemesis

    I installed libnet1-dev with the Ubuntu Software Center before but I forgot to mention that. Would I need to use the terminal to install it?
  14. Replies
    10
    Views
    1,453

    Re: Error Compiling a C program

    I just tried what you suggested here and I am much more satisfied with your way. You made the quick and dirty fix I used into a nice and neat solution. Now I can use the ip_hdr struct without...
  15. Replies
    4
    Views
    527

    Nemesis Installation is My Nemesis

    Good day everyone. I'm sure you're all working on interesting and challenging projects that experienced programmers such as yourselves no doubt have.

    I've been trying for quite a while to install...
  16. Replies
    10
    Views
    1,453

    Re: Error Compiling a C program

    Good news everyone #futurama.

    After reading your posts and trying a few other things I found the solution that would allow the code to compile correctly. After including arpa/inet.h I changed the...
  17. Replies
    10
    Views
    1,453

    Re: Error Compiling a C program

    Thank you all for taking the time out to read my thread and trying to help. Here is the function that isn't allowing me to happily run my code. Compiling this function will give you the same...
  18. Replies
    10
    Views
    1,453

    Error Compiling a C program

    Hey everyone,

    I'm trying to compile a program in C. I use gcc -o aprogram aprogram.c -lpcap in the terminal. Then this comes up:

    aprogram.c: In function ‘aprogram’:
    aprogram.c:83:2: warning:...
  19. Replies
    0
    Views
    531

    [lubuntu] Installing Previous Versions of Spotify

    Hello comrades. I had installed Spotify on Ubuntu 12.10 32bit a couple of months ago. The icon was the green Spotify logo with an Ubuntu penguin sitting in front of it.

    I recently had to do a...
  20. Replies
    2
    Views
    3,289

    [ubuntu] Re: Pcap and Libpcap Installation Trouble

    Thank you very much! Problem resolved. :)
  21. Replies
    2
    Views
    3,289

    [ubuntu] Pcap and Libpcap Installation Trouble

    Hello everyone! I'm new and beginning to learn network protocol concepts.
    I am trying to compile a program written in C that has a pcap.h include. When I try to compile it I get the following...
Results 1 to 21 of 21