Search Results - JustLinux Forums


Search:

Type: Posts; User: kam

Page 1 of 20 1 2 3 4

Search: Search took 0.13 seconds.

  1. Replies
    3
    Views
    1,002

    The reason I copied the private key too is...

    The reason I copied the private key too is because I'm trying to deply IPSec for basically all communication on the LAN, and some of the clients are not physically secured. A determined person could...
  2. Replies
    3
    Views
    1,002

    IPsec with KAME tools and Windows 2000

    I've set up IPSec between two Windows 2000 boxes and a Debian Sarge box using X.509 certificates. I set up a ceriticate authority and signed keys, etc. Connectivity works, but here is the problem:...
  3. Replies
    114
    Views
    8,981

    No. :)

    No. :)
  4. Replies
    1
    Views
    18,222

    GNOME does not have transparent menus "and all...

    GNOME does not have transparent menus "and all that." I remember seeing a patch for drop shadows awhile back, and there may be other patches out there. But they are not in the official GNOME...
  5. Replies
    5
    Views
    7,393

    Okay, thanks bwkaz. That's very clear.

    Okay, thanks bwkaz. That's very clear.
  6. Replies
    5
    Views
    7,393

    I think I understand why. If I omit "%d" printf...

    I think I understand why. If I omit "%d" printf treats the return of strlen() as a char*, and prints until it gets to NULL and so goes over the end, hence the segfault. Thanks for the help.
  7. Replies
    5
    Views
    7,393

    printf and strlen gives a segmentation fault

    #include <string.h>
    #include <stdio.h>

    int main() {
    char buffer[] = "blah";
    printf(strlen(buffer));
    }
    #include <string.h>
    #include <stdio.h>
  8. Replies
    9
    Views
    1,059

    It should be a piece of cake. Of course, some...

    It should be a piece of cake. Of course, some distributions will be easier (like Red Hat or Mandrake). It would also be good if your motherboard can boot via USB, but most recent ones can.

    You...
  9. Replies
    4
    Views
    786

    Think of it as a 5 x 2 matrix: 1 2 2 4 3 ...

    Think of it as a 5 x 2 matrix:

    1 2
    2 4
    3 6
    4 8
    5 10 You see, int x[2][5] means you have a 2 arrays of 5 integers each. x[0] is colored in blue and x[1] is colored in red.
  10. Damn, people need to stop even suggesting that it...

    Damn, people need to stop even suggesting that it makes this community look bad! Obviously it was not a colloberated effort by the entire community. It doesn't make us look bad.

    Not to mention,...
  11. Replies
    4
    Views
    599

    It shows up on the right of the address bar when...

    It shows up on the right of the address bar when you open an image such as .jpg or .xpm in Nautilus. That's okay anyway, those links were a big help. I should've spend more time searching. It also...
  12. Replies
    4
    Views
    599

    Thanks for the info. I downloaded a bunch of...

    Thanks for the info. I downloaded a bunch of GNOME source and looked around, but I couldn't find the code for "View as Image" in Nautilus. I think it should be a gnome-vfs, right? I didn't see it...
  13. Replies
    4
    Views
    599

    Adding to the menus in Nautilus and GNOME

    I have no programming experience with GTK or GNOME, but I figure the best way to learn is to jump right in, so I want to add some options to the right-click context menus in Nautilus. But I need...
  14. You realize that software such as OpenOffice,...

    You realize that software such as OpenOffice, Evolution, and Mozilla is not GNU software? Software may be licensed under the GNU GPL, but that doesn't make it GNU software.
  15. Replies
    5
    Views
    1,210

    In GNOME 2.4, I think ~/.gnome_desktop is a...

    In GNOME 2.4, I think ~/.gnome_desktop is a symlink to ~/Desktop. Try changing that to something else, like ~/gnomedesktop. That way KDE and GNOME will have seperate desktops.
  16. Replies
    3
    Views
    786

    You don't need to remove GRUB when you reinstall....

    You don't need to remove GRUB when you reinstall.

    If you don't care about the data that's on the hard drive, Red Hat can just automatically delete and partition all available space.
  17. Replies
    2
    Views
    1,044

    No.

    No.
  18. Replies
    1
    Views
    1,258

    FYI the Linksys Wireless-G router runs Linux. :)...

    FYI the Linksys Wireless-G router runs Linux. :)

    If you want to use it as just a router and not a gateway, you can login to your router, goto Setup -> Advanced Routing and change it to Router. ...
  19. Replies
    10
    Views
    1,255

    You can check your firewall settings with...

    You can check your firewall settings with /sbin/iptables -L, although that probably isn't it.

    You should also try to connect to localhost or 127.0.0.1. Ping yourself, then ssh to yourself (or...
  20. Thread: gpl question

    by kam
    Replies
    5
    Views
    714

    Since you are not using the code itself but...

    Since you are not using the code itself but rather the algorithms represented by that code, it is a bit unclear. I guess the best thing to do would be to simply ask the author, who will probably say...
  21. Replies
    2
    Views
    689

    I am not sure specifically to Gentoo, but in Red...

    I am not sure specifically to Gentoo, but in Red Hat you would do /etc/init.d/networking restart and in Debian you would do /etc/init.d/network restart. Look in /etc/init.d/ for something similar.
  22. Replies
    109
    Views
    7,051

    That's not quite true. You cannot prohibit...

    That's not quite true. You cannot prohibit someone from using software licensed under the GPL. Even if you yourself do not distribute to certain people, others could, and you have no right to keep...
  23. Thread: Linux commands

    by kam
    Replies
    5
    Views
    824

    Since you'll probably want to format after you...

    Since you'll probably want to format after you partition:

    mkfs -t filesystem device

    Example:

    mkfs -t ext2 /dev/hda3
  24. Replies
    8
    Views
    1,755

    I don't get it. Those two commands are the same....

    I don't get it. Those two commands are the same. How come one works and one doesn't?
  25. The image must be in XPM format unless IceWM was...

    The image must be in XPM format unless IceWM was compiled with support for other image formats, such as JPG.
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4