Search:

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

Page 1 of 9 1 2 3 4

Search: Search took 0.13 seconds.

  1. Replies
    0
    Views
    375

    troubleshooting help

    I was happily using my 16.04 lts; sshed into it and tried to debug a simple program I wrote in C and Java. I was trying to used GDB; ran into a new security feature and tried to update ptrace_scope...
  2. Replies
    0
    Views
    438

    xrdp and remote desktop

    I have an Ubuntu version 16.04 at my house, and am able to ssh into it form my Windows 7 machine. But remote desktop does not work. I love to fix it myself except there are so many different...
  3. Replies
    10
    Views
    758

    Re: c relational operator question

    I really appreciate your feedback. I feel I got the understanding that I needed to move on. Thank you all for your patience and complete comments.

    Can I ask one final question please? Do you...
  4. Replies
    10
    Views
    758

    Re: c relational operator question

    @ jpjackson-You are absolutely right. Thank you so much. I got it now. At least, I can know when I am using code which is undefined and may result in different outputs.
  5. Replies
    10
    Views
    758

    Re: c relational operator question

    Thank you everyone. I read the FAQ references, and the gcc man page. So it is my understanding that I see the output I do due to an ambiguity in C's evaluation order? But you see, this code is from...
  6. Replies
    10
    Views
    758

    Re: c relational operator question

    Thanks. I got this question from a C book, and the chapter covers the hierarchy of logical operators. However, I just do not see the order in which would give me the output I get. The book says the...
  7. Replies
    10
    Views
    758

    c relational operator question

    Request: Please let me know if this question is too basic, and perhaps out of scope of this forum, and I won't post again

    I am brushing up on my C, and can not understand why I get the following...
  8. Re: How can I find out if Ubuntu 15.04 comes with TPM enabled?

    My bad; I meant 15.10. Thanks for catching that.
  9. How can I find out if Ubuntu 15.10 comes with TPM enabled?

    I want to interface with a TPM card connected to my Ubuntu 15.10 via USB. How can I know if the kernel supports TPM? And if not, how can I get a version which does? How can I activate the Trusted...
  10. How to activate TPM and interface with it on Ubuntu

    I have am trying to interface with an external board connected to my Ubuntu box via USB. I found some procedures on how to interface with a trusted platform module. My board is a development board...
  11. Replies
    0
    Views
    210

    Ubuntu 15.10 machine will not resume

    I don't know what state my machine goes into once I leave it for a while, but when I come back it is unresponsive. After doing some search I see this is an issue, which many others have faced and the...
  12. Replies
    1
    Views
    246

    Re: How to see syslog from another device

    I found the fix Here
  13. Replies
    1
    Views
    246

    How to see syslog from another device

    I am trying to get syslog from my router, and seems it is sending the messages to my Ubuntu 15.10. I have restarted the syslog but I don't see any logs. I believe I need to configure the file...
  14. [ubuntu] syslog facility and required configuration in rsyslog.d

    I am trying to get syslog from my router, and seems it is sending the messages to my Ubuntu 15.10. I have restarted the syslog but I don't see any logs. I believe I need to configure the file...
  15. Re: what is the safest way to install the virtual instance of Ubuntu on my laptop?

    Thanks. I wonder if anyone has put together a sticky on how to transfer a VM image as thoroughly as possible? I mean something like:
    1- run the command ... to get a list of all the installed...
  16. what is the safest way to install the virtual instance of Ubuntu on my laptop?

    Greetings-
    I have a Ubuntu Virtual Machine, which I have installed software and configured, but I am tired of the memory overhead associated with running the VM on my Windows machine. If there was a...
  17. Replies
    2
    Views
    724

    Re: How to apply a patch

    Thank you so much. It turned out that once I cleaned my build environment, and ran make again, the error went away. I certainly appreciate the git patch tutorial. I need a refresher.
  18. Replies
    2
    Views
    724

    How to apply a patch

    Hi
    I ran into an issue when I tried to compile an instance of the Linux kernel. I actually tried to do cross compilation. The errors I saw were:


    sansari@ubuntu:~/WORKING_DIRECTORY$ make...
  19. How do I find potential performance issues with my Ubuntu VM?

    I have version 14.01 running in VMware workstation. Every time I ran Android Studio, which is a development environment tool, and a browser such as Chrome the VM slows down immensely. My question is...
  20. Is it possible to convert .crt to pem format and how?

    I have a .crt file, which is the certificate. I also have a private key. I understand for them to be the format used by microsoft machines. I need to load them in a nix application. Is there some way...
  21. can not resolve problem with missing c header files

    This seems to be an old issue, and the fix is to install 32 bit C library, and gcc multilibrary. I have done everything suggested in different posts online, but I still have the issue. I run 64 bit...
  22. Replies
    2
    Views
    468

    Re: vmware workstation 11

    I would be curious to know the fix please. I am running into the same issue.
  23. How do I run an older version of make in 14.10 ubuntu?

    What is the best way for me to run make 3.81 or 3.82 please? I am trying to build an Android image and they don't like make 4.0:-(
  24. How to address section mismatch error properly

    I am doing some cross compiling; Linux -> armeabi-android platform, and get a section mismatch error as follows:

    ERROR: modpost: Found 2 section mismatch(es).
    To see full details build your...
  25. Re: make can not find lzop while it is installed

    @ Schrage - Thanks
Results 1 to 25 of 216
Page 1 of 9 1 2 3 4