Search Results - JustLinux Forums


Search:

Type: Posts; User: tecknophreak

Page 1 of 20 1 2 3 4

Search: Search took 0.25 seconds.

  1. Replies
    4
    Views
    1,875

    Sweet, that's what I was looking for, thanks!

    Sweet, that's what I was looking for, thanks!
  2. Replies
    4
    Views
    1,875

    Add switch to every gcc/g++ call

    I was wondering if there was a way to add a switch to a gcc/g++ call everytime. I have a few libraries that I need to compile for different processors. Each has a makefile which calls gcc to...
  3. Replies
    5
    Views
    42,950

    Sweet, that worked perfectly! Surprised I...

    Sweet, that worked perfectly!

    Surprised I couldn't find that through google.
  4. Replies
    5
    Views
    42,950

    Fedora 9 - No volume groups found

    I just upgraded my motherboard and kept the same disks in the system, but when I go to boot, I get a No volume groups found.

    When I do a rescue, no problem to find them what so ever. I switched...
  5. Replies
    7
    Views
    1,602

    Discovering what OS in Bash

    I'm running MSYS and Mingw32 on a Windows PC. Is there a way in bash that I can figure out what os is running? With C/C++, etc, I have the precompiler to handle that, I just don't know what will...
  6. Replies
    3
    Views
    1,573

    Are you sending ascii 65666778 or are you sending...

    Are you sending ascii 65666778 or are you sending ABCD?

    If you are sending ascii ABCD, then when you recv, place the data into a char array. The code will take care of itself. If you place ascii...
  7. Replies
    1
    Views
    718

    Netbios/Samba Names in Browser

    I've got a few web servers on my network and I want to be able to just place the netbios name in the browser and get going. I don't want to look it up then type in the ip. I have almost everything...
  8. GIMP. Use the select by color, then either use...

    GIMP. Use the select by color, then either use the color to alpha(transparency) or just color over it. For the second option, once the color is selected, you can draw over the whole image and the...
  9. Replies
    4
    Views
    5,659

    Well, no solution, I'm taking the easy way out...

    Well, no solution, I'm taking the easy way out and getting a router which supports it. :D
  10. Replies
    4
    Views
    5,659

    I think I ran across 20+ copies of that exact...

    I think I ran across 20+ copies of that exact page when I was looking around. Guess I'll just look around some more.
  11. Replies
    4
    Views
    5,659

    IGMP Capable Linux Router

    I want to run some multicast data across my network, but my current router(netgear) doesn't support the full IGMP. Can I setup my Linux router to be able to handle the IGMP mesages, create group,...
  12. internet ---- |...

    internet ---- <public address assigned by ISP> | <router-type device> | <router-type device's private NIC and private address> ---- <eth0?> | <Linux box with 2 NICs> | <eth1?> ---- <other linux box>...
  13. Linux Router - subnet cannot see internet

    I have two machines, one(router) tied into my LAN, which can talk to the internet, the other connected to the router. The "client" PC can ping a machine on the LAN if that machine is setup to use...
  14. I'm not entirely sure how it happened. My guess...

    I'm not entirely sure how it happened. My guess is that on the installation I told it not to reformat, but I might not have check to see what the installation wanted to do with it.

    Again, I...
  15. My bad, it was actually 8e, I wasn't at the PC...

    My bad, it was actually 8e, I wasn't at the PC when I wrote that. According to fdisk it lists the LVM at 8e.

    Well, I got the files I needed off the disk, using dd and hexedit. Not fun, but it...
  16. Hotcold, I'll give these tools a try. I have...

    Hotcold, I'll give these tools a try. I have what I believe is the correct portions of the disk dded onto a separate disk, so if I have to do it the hard way, I have the data backed up.

    Thanks.
  17. I always check the partitions before I let the...

    I always check the partitions before I let the new installation begin it's work. I unchecked the old partitions, so they shouldn't have been reformatted. fdisk read the partitions as LVM 83, I...
  18. EXT3 Accidentally Mounted as SWAP - Need files

    I had an install of F7 on one disk, installed another harddrive and then installed FC5 on the second drive, making sure that the new install didn't format the drives. Apparently I forgot to check if...
  19. Replies
    278
    Views
    666,156

    Guess it doesn't really matter. C++ attached.

    Guess it doesn't really matter. C++ attached.
  20. Replies
    278
    Views
    666,156

    What format is the decimal being taken in as? ...

    What format is the decimal being taken in as? Decimal, hex?
  21. Replies
    1
    Views
    1,596

    Well, after googling a bit, I found someone who...

    Well, after googling a bit, I found someone who could only turn on the interrupts from user space. So, I'm just turning on the interrupts from userspace and keeping that sleeping until I'm done with...
  22. Replies
    1
    Views
    1,596

    Parallel Port Interrupts Intermittent

    Not sure if this is the correct location, but...

    I'm trying to do some parallel port programming, but before I get to that, I'm having an issue with the interrupts with the parport/parport_pc...
  23. Replies
    2
    Views
    1,689

    I'm checking this out, but I have another issue I...

    I'm checking this out, but I have another issue I have to deal with first. There's another thread I'm starting since it's a different topic, the parallel port interrupts.
  24. Replies
    2
    Views
    1,689

    Networking Driver(More Info Inside)

    Let's say I want to write a driver which, whenever an interrupt occurs on the parallel port(basing it off of the skeleton driver), sends a preconfigured UDP packet over the network. I want this to...
  25. Replies
    4
    Views
    2,032

    Perfect!! I have another program which outputs...

    Perfect!! I have another program which outputs three strings, none with newlines in them. So instead of outputting all on one line, they can have a line each and this'll work.

    Thank!
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4