Search:

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

Search: Search took 0.04 seconds.

  1. Thread: Update Error

    by madhater
    Replies
    10
    Views
    1,105

    [ubuntu] Re: Update Error

    The error (I think) is to do with your system authenticating (or not, as the case may be) a secure connection with the package servers. I am afraid to say that’s all I know apt-get wise. Hope I have...
  2. Replies
    2
    Views
    723

    [ubuntu] Re: Libre Writer spell check not working

    One possible reason for this is that the ABC button located at the centre of the standard toolbar is not depressed. This button is marked ABC and has a red squiggly line line below it. The red ABC...
  3. Re: problem with compiling and header files from command line

    What happens when you manually link the opencv library?


    g++ -o test test.cpp -I/usr/include/opencv

    becomes:


    g++ -o test test.cpp -lopencv
  4. Thread: Update Error

    by madhater
    Replies
    10
    Views
    1,105

    [ubuntu] Re: Update Error

    It sounds like you have broken dependencies on your system. If your problem is what I think it is, the following command should solve your problem.


    sudo apt-get install -f

    This command will...
  5. Replies
    3
    Views
    337

    Re: Help with GTK+-3.0

    I "borrowed" the code of the gnome developer website. I am afraid I don't know where open_file is defined. As far as I know it was not dropped when gtk+ 3 was released.

    James
  6. Replies
    3
    Views
    337

    Help with GTK+-3.0

    Hi All.

    I am currently writing a basic text editor using gtk+-3.0 and C language for my Duke of Edinburgh's Silver award.

    I have set up eclipse IDE so that it will compile gtk+-3.0...
  7. Replies
    3
    Views
    275

    [SOLVED] Re: Apache2 installing problem

    The problem will be because of an incomplete /etc/apt/sources.list file. I advise you look at this article:

    http://www.mindtrickz.org/blog/default-sources-list-file-in-ubuntu-11-04/

    it shows...
  8. Replies
    1
    Views
    666

    [ubuntu] X60s CPU Temp of 80-81C

    Hi All.

    I have recently become the lucky owner of an IBM ThinkPad X60s. It currently runs Ubuntu 10.10 and Debian 6. Without the docking bay it gets very hot. A quick google search revealed this...
  9. Replies
    9
    Views
    18,839

    [all variants] Re: How run shutdown as normal user without sudo

    No. As far as I know you need root level permissions to issue the shutdown command. It is also very insecure to allow no sudo users to issue the shutdown command (or any other variants thereof,...
  10. Replies
    10
    Views
    1,622

    [SOLVED] Re: Unity bar disappeared...

    Alternately you could run unity ---reset-icons

    - madhater
  11. Replies
    0
    Views
    556

    [ubuntu] Cherokee Web Server has not market...

    Hi All.

    I have recently installed Cherokee Web Server on Ubuntu Desktop Edition 10.10 . I installed it purely to learn the basics of how web servers work. However when I login using...
  12. Replies
    3
    Views
    187

    [SOLVED] Re: Output window on the CLI.

    Thanks for replying qiuckly. I have not made any changes to my .bashrc file. Your sugested fix worked. Thanks one again.
  13. Replies
    3
    Views
    187

    [SOLVED] Output window on the CLI.

    I use the CLI for writeing and compileing my programs. I use vim and gcc. For some reason I have not yet found, when I execute my most resunt programs, the output is put before the next prompt, e.g...
  14. Replies
    1
    Views
    466

    C programing in Windows 7...

    1st of all. Sorry if I am posting this in the wrong place. This is my 1st post.

    I recently wiped my desktop and am now waiting for Dad to get me a CD-ROM so I can install 11.04 Alpha 2 onto my...
Results 1 to 14 of 14