Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Thread: DNS acting odd

    by chuuk
    Replies
    10
    Views
    1,043

    [ubuntu] Re: DNS acting odd

    grep dnsmasq /etc/NetworkManager/NetworkManager.conf

    returns nothing

    cat /var/run/nm-dns-dnsmasq.conf

    returns 'No such file or directory'

    As I mentioned earlier, I am on 11.10 and I think...
  2. Thread: DNS acting odd

    by chuuk
    Replies
    10
    Views
    1,043

    [ubuntu] Re: DNS acting odd

    When /etc/resolv.conf is set and /etc/init.d/networking restart is run, the result of nslookup is (as expected):

    Server: 8.8.8.8
    Address: 8.8.8.8#53

    A few minutes later (not having touched...
  3. Thread: DNS acting odd

    by chuuk
    Replies
    10
    Views
    1,043

    [ubuntu] Re: DNS acting odd

    Unfortunately, no dice. I suspect there *may* be something in my router's software preventing me from using Google's DNS.

    Could this be done? How would I check if this was happening if I did want...
  4. Thread: DNS acting odd

    by chuuk
    Replies
    10
    Views
    1,043

    [ubuntu] Re: DNS acting odd

    I am currently on 11.10 (this issue has been with me since 10.04).

    I have been checking, and as far as I can see /etc/resolv.conf does not get overwritten. Just in case, I added "supersede...
  5. Thread: DNS acting odd

    by chuuk
    Replies
    10
    Views
    1,043

    [ubuntu] DNS acting odd

    Hi,

    I've been having some fairly major problems with my DNS for the last two years or so. I previously solved them by simply connecting my Ubuntu machine to an ethernet port, which worked fine,...
  6. 32bit guest running 32bit specific code on 64bit host

    Hey guys,

    I don't know very much about virtualization and need some help with a question that I haven't been able to find a satisfactory answer on Google for (possibly because it's so trivial).
    ...
  7. Replies
    17
    Views
    812

    Re: Basic bash script help

    Ok, me again. So I'm trying out if statements:



    1 for X in *
    2 do
    3 if [ -f $X]
    4 then echo "hello"
    5 fi
    6 done
  8. Replies
    17
    Views
    812

    Basic bash script help

    Hi,

    I want a script that can output all the .s, .o and executable files in the current directory. So far, I've got this far:



    1 for X in *.s *.o
    2 do
    3 echo $X
    4 done
  9. Replies
    1
    Views
    640

    [ubuntu] ATI Radeon graphics card problems

    My friend has a computer with an ATI Radeon x1950 Pro graphics card installed. A few months ago, (he was using Windows XP) his display stopped working. All we could tell was the boot was successful...
  10. Thread: wmii help

    by chuuk
    Replies
    0
    Views
    262

    [ubuntu] wmii help

    Decided today to try out a tiling WM, so I installed wmii.

    Long story short, I load wmii and open up a terminal or two, but it doesn't tile them properly. Firstly, it uses only the top half of the...
  11. Replies
    3
    Views
    355

    [ubuntu] Re: No sound? in Skype

    Open up your system monitor, find 'pulseaudio' in the list of running processes and kill it (right click, select Kill). pulseaudio and Skype do not work well.

    Should solve all your problems.
  12. [all variants] Re: Intel graphics with dual monitor...will it work?

    Cheers :)
  13. [all variants] Intel graphics with dual monitor...will it work?

    I'm a college student who spends long hours (~6-10) in front of a monitor every day. After a first year in which I spent the large part of the third term seeing double, I'm seriously considering a...
  14. Replies
    5
    Views
    504

    [ubuntu] Re: browsers (firefox and epiphany) freeze

    What he said. I'm running an Intel card, and if I open more than a few tabs in Firefox I suffer from dramatically worse performance. Most Compiz effects are sluggish and tend to freeze the screen as...
  15. Replies
    4
    Views
    634

    [all variants] Re: HP 4280 Photosmart printer problems

    "Incompatible print cartridge".

    I know it's compatible because the HP 4280 is sold with the 350 cartridges here.
  16. Replies
    4
    Views
    634

    [all variants] Re: HP 4280 Photosmart printer problems

    cups = yes.

    Basically, every HP printer cartridge comes with a number. The HP 4280 is sold in America and the UK. It uses the same cartridge in both countries. However, the cartridge is numbered...
  17. Replies
    4
    Views
    634

    [all variants] HP 4280 Photosmart printer problems

    I recently bought a HP 4280 printer from a friend. I live in the UK, she bought the printer in the US. In the US, the number of the cartridge that the 4280 uses is the 74/75. In the UK, it's the 350....
  18. Replies
    12
    Views
    10,642

    Re: cc/gcc and why is there a difference?

    Meh. I'm feeling stupid now. One of those "but it wasn't working five minutes ago!!" sort of problems.
    Thanks for the help though.
  19. Replies
    12
    Views
    10,642

    Re: cc/gcc and why is there a difference?

    cc doesn't need the return line.
  20. Replies
    12
    Views
    10,642

    Re: cc/gcc and why is there a difference?

    Cheers guys, that was great, I think I've understood now.
  21. Replies
    12
    Views
    10,642

    Re: cc/gcc and why is there a difference?

    I thought I could use them interchangeably until I tried compiling this in gcc:

    #include <stdio.h>
    main() {
    printf("Hello World");
    }

    It compiled fine in cc. But not in gcc.
    Why is this?...
  22. Replies
    12
    Views
    10,642

    Re: cc/gcc and why is there a difference?

    Yes, you've hit it on the spot.
    Very very puzzling.
  23. Replies
    12
    Views
    10,642

    cc/gcc and why is there a difference?

    I just began learning C today (5 minutes ago) and have a question already.
    My notes use gcc, and the reference book I'm using (The C Programming Language by Kernighan and Ritchie) uses cc.

    I...
  24. Replies
    12
    Views
    822

    [ubuntu] Re: Weird change in Firefox 3.0.8

    Lots of users here having that problem, I see one new thread every day about it. Seems like a bug that just isn't being fixed.
  25. Replies
    0
    Views
    281

    [ubuntu] Sound card diagnostics

    I installed Ubuntu on a friend's desktop a few months ago, and everything was going well. Last week, he went on a trip and when he returned yesterday, he booted to find that sound wasn't working. I...
Results 1 to 25 of 51
Page 1 of 3 1 2 3