Search:

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

Page 1 of 2 1 2

Search: Search took 0.23 seconds.

  1. Replies
    3
    Views
    4

    Re: Hardware configuration

    So intel earlier generation like 3rd , 4th 5th and 6th are not worth it. Will ubuntu not work on any of these. What about on amd ?
  2. Replies
    3
    Views
    4

    Hardware configuration

    I would like to know what, slightly future proof, reasonably priced, motherboard, processor, ram configuration is best for loading latest ubuntu, computer use largely for programming purposes. Is...
  3. Replies
    1
    Views
    2

    installing packages for programming

    I would like to install the complete C/C++, and possibly the other languages and all other development tools like info, ranlib, make , indent , gcc, g++, gdb .. with their documentation as well . ...
  4. Replies
    12
    Views
    13

    Re: Changing installed version.

    It does not perform the upgrade.It says your version is not supported. I cannot install or uninstall anything in this version and none of the packages I tried installing work on this system. And they...
  5. Replies
    16
    Views
    17

    Re: Forgot my password

    I went to grub but it did not work. It asked for root password and just enter did not work.
  6. Replies
    16
    Views
    17

    Re: Forgot my password

    Hirusite hippo
  7. Replies
    16
    Views
    17

    Re: Forgot my password

    Problem not solved
  8. Replies
    16
    Views
    17

    Forgot my password problem not solved

    Sorry. The problem is not solved. How do I change the user password.
  9. Replies
    16
    Views
    17

    Re: Forgot my password

    Problem solved.
  10. Replies
    16
    Views
    17

    Forgot my password

    I forgot my user login password. How do I change it from grub.
  11. Replies
    12
    Views
    13

    Changing installed version.

    I have installed hirusite hippo on my system, but now I came to know it is EOL , not LTS ? How do I change from this version to another which is LTS ?
  12. Replies
    5
    Views
    6

    Re: Installing info for libc

    Would ,

    $ apt install glibc-doc-reference

    do it ?
  13. Replies
    5
    Views
    6

    Installing info for libc

    info pages for libc is not installed on my ubuntu hirusite-hippo . How do I install it ?
  14. Thread: Boot problem

    by sundaresh
    Replies
    7
    Views
    8

    Re: Boot problem

    Regret comment. I have a fair idea now. Thank you.
  15. Thread: Boot problem

    by sundaresh
    Replies
    7
    Views
    8

    Re: Boot problem

    Yes, not a seasoned operator, nor a casual user. Let me get this straight, I should make a bootable pendrive of Boot-repair with ppa option, and boot with it. Is the ppa option for creating the...
  16. Thread: Boot problem

    by sundaresh
    Replies
    7
    Views
    8

    Re: Boot problem

    A nearby computer shop examined the hard disk using some software and showed me it has 8 bad sectors but otherwise the disk is 95% ok. What would you suggest ? Also the disk has only one partition...
  17. Thread: Boot problem

    by sundaresh
    Replies
    7
    Views
    8

    Boot problem

    My ubuntu installation does not boot.
    Among the errors it gives it starts off by saying it cannot find init, and fsck errors and goes to grub shell. I would like to recover a lot of my own...
  18. Replies
    2
    Views
    3

    pthread creation

    My simple test program to see if SIGTERM is raised when a pthread exits or if a SIGABRT is raised when a pthread is killed, compiles and executes but does not produce any of the printf output in the...
  19. Recording/Capturing video from laptop camera

    How do I record video from my laptop camera in Ubuntu ? What s/w is available for capturing still photograph's as well as video from the build-in camera on my laptop.
  20. Replies
    4
    Views
    5

    Re: creating a pthread

    Problem solved. I got the desired behavior I need. It is possible to implement memory locking mechanism's independent of the threading facility altogether. Thank you. SIGSEGV is a totally different...
  21. Replies
    4
    Views
    5

    Re: creating a pthread

    Just to say thank you. Sorry for the delay. Too nervous and too scared to actually try it out and see though. But the actual test program was similar but not exactly this since I wanted to see if...
  22. Replies
    4
    Views
    5

    creating a pthread

    #include<stdio.h>
    #include<pthread.h>

    void *mt(void *b) {
    printf("\nReached here\n\n");
    return b;
    }

    int main() {
    pthread_t i;
  23. Thread: struct

    by sundaresh
    Replies
    7
    Views
    8

    Re: struct

    Thanks to you all. Installed multi-verse just now, if #pragma is the fairly standard one could I avoid the gcc specific __attribute__ which I am using now. On an unrelated topic, desperately looking...
  24. Thread: struct

    by sundaresh
    Replies
    7
    Views
    8

    Re: struct

    My apologies, I was not aware struct was a keyword in programming languages other than C/C++ , and I presumed gcc to be the fairly standard C compiler on all Linux distributions including on Ubuntu...
  25. Thread: struct

    by sundaresh
    Replies
    7
    Views
    8

    struct

    Why do struct's take up a lot more memory than the sum of the actual sizes of its members, a lot lot more for larger structs ? If the compiler is using some padding and or aligning features, I would...
Results 1 to 25 of 39
Page 1 of 2 1 2