Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.06 seconds.

  1. [ubuntu] Re: Package installation and updates fail in Ubuntu 11.04

    good to hear it is solved.

    Nice detailed explanation ScottSanbar! :)
  2. [ubuntu] Re: Package installation and updates fail in Ubuntu 11.04

    actually, that was because there is no natty release for that specific ppa. You may disable those ppa and you won't see that error again.

    check it here: ...
  3. [ubuntu] Re: Package installation and updates fail in Ubuntu 11.04

    try

    $ sudo dpkg -i *.deb
    instead
  4. Replies
    4
    Views
    6,043

    Re: Request subforum for Malaysia loco team

    I can see some people got misguided from here...

    The correct URL for Ubuntu Malaysia LoCo Team Forum is http://forums.ubuntu.com.my/
  5. Replies
    9
    Views
    2,356

    Re: gcc provides no output file

    try this:

    $ sudo apt-get install build-essential

    if you have it already installed, try:

    $ sudo dpkg-reconfigure build-essential

    then try again
  6. Replies
    9
    Views
    2,356

    Re: gcc provides no output file

    Perhaps, I have library path.

    I haven't encounter this problem before. You can try re-install your gcc and see if there is any difference
  7. Re: Don't know how to Install Wine without an Internet Connection

    Your base distribution is the type of ubuntu you are using. For example, if you are using Ubuntu 11.04, then select Ubuntu 11.04 from the list.

    You can choose mirror server which is near to your...
  8. Replies
    28,953
    Views
    1,391,837

    Re: Ban The User Above You.

    Banned because your Tux avatar have squint eyes
  9. Replies
    28
    Views
    1,336

    [other] Re: how to install WINE?

    I bet you already follow this instructions https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper

    However, in which part of the steps did you get the error?
  10. Replies
    28
    Views
    1,336

    [other] Re: how to install WINE?

    I'm not clear how you run the command to make. Perhaps, you didn't do it right.

    You suppose to 'cd' to the directory like this:

    $ cd Documents/drivers/ndiswrapper-1.56

    then in the...
  11. Replies
    5,789
    Views
    314,441

    Re: The Off Topic Game

    Can I ask a question?

    My question is, can I ask questions?

    If you allow me, I would like to ask you could I ask another question?

    :rolleyes:
  12. Replies
    5
    Views
    117,673

    [ubuntu] Re: Select and delete all text in Nano

    To select text in nano, move the cursor to the start of the text you want to select, press the Alt-A key combination to mark the start, then move the cursor to the end of the section you want to...
  13. Replies
    5,789
    Views
    314,441

    Re: The Off Topic Game

    OMG... what is this thread is all about?
  14. Replies
    28,953
    Views
    1,391,837

    Re: Ban The User Above You.

    Banned because you also used Windows 3.1
  15. Replies
    13
    Views
    671

    [SOLVED] Re: Two Physical HDD's Two Operating Systems

    Hi Mike,

    Good to hear your experience with your newly installed Ubuntu. It seems that you have solved your "Two Physical HDD's Two Operating Systems" issue. So, please mark this post as [SOLVED]. ...
  16. Replies
    28,953
    Views
    1,391,837

    Re: Ban The User Above You.

    Banned because you have number in your username
  17. Replies
    28,953
    Views
    1,391,837

    Re: Ban The User Above You.

    You are banned because your smiley didn't eat the popcorn!
  18. Replies
    16
    Views
    1,024

    [ubuntu] Re: Shell Script Help

    Try this command...

    $ whoami
  19. Replies
    19
    Views
    838

    [SOLVED] Re: how to schdule program

    I just tested today and I can confirm that you are correct. It is not working like that. This is because you cannot simply run deluge from the cron since you didn't export the DISPLAY

    Here is...
  20. Replies
    13
    Views
    671

    [SOLVED] Re: Two Physical HDD's Two Operating Systems

    GRUB is more than just a boot loader. It is also the world's best boot manager, meaning it is best installed to the Master Boot Record of the first hard disk. That way GRUB will be the first thing...
  21. Replies
    16
    Views
    749

    Re: Web Desgin && Text Editors

    I am using:

    1. Inkscape & GIMP - for graphics
    2. Geany - for codes
    3. Firefox + firebug - for debugging



    I use Geany to write/edit C code. Then gcc to compile.
  22. Replies
    10
    Views
    3,417

    Re: Better ways to learn C++

    Go ahead... you can do it!

    Here's my tips:

    1. Start small by re-writing small games source code in C++ you can find on the internet. Search for game code which match your interest, related to...
  23. Re: How to write and run c/c++ programs on ubuntu...

    My step by step instructions.

    1. Install the 'build-essential' package.

    $ sudo apt-get install build-essential

    2. Write your first C program.

    gedit myhello.c
    paste this code into it,...
  24. Replies
    9
    Views
    2,356

    Re: gcc provides no output file

    Before anything else, please check that you have write permission on that directory (folder) you are working on.

    You may spot the differences between your output and my output.

    ...
  25. Replies
    10
    Views
    93,377

    Re: How do i run a .php file

    You don't have to compile a php script. However, if you still have to compile it for some reason, you may look for phc: http://www.phpcompiler.org/

    To run a php script, install php5

    $ sudo...
Results 1 to 25 of 71
Page 1 of 3 1 2 3