Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    6
    Views
    7

    [ubuntu] Re: Installation on new hardware

    Thank you for the reply. The device isn't dual boot, only Ubuntu. It was only a simple BIOS when I last installed 16.04 which I'm still using today. I'll have to dissect and digest these UEFI details...
  2. Replies
    6
    Views
    7

    [ubuntu] Re: Installation on new hardware

    I do realize that. It's the how that I'm not sure about.
  3. Replies
    6
    Views
    7

    [ubuntu] Installation on new hardware

    I have a new Dell PC with a 1 TB normal hard disk and a 500 GB M2 SSD. I've always installed Ubuntu on a single normal SATA hard drive but this new configuration is not as straightforward. I'd like...
  4. Replies
    19
    Views
    6,813

    [ubuntu] Re: No sound from speakers 16.04

    There's a bug report on Launchpad.
    https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1606078
    It might help if you log in and click on "Does this bug effect you?". I guess the more people...
  5. Replies
    19
    Views
    6,813

    [ubuntu] Re: No sound from speakers 16.04

    Same issue here with Ubuntu and Ubuntu Mate (both 16.04). The Laptop I'm using had no sound issues with 14.04 or any other Ubuntu release since 2005.
  6. Replies
    5
    Views
    506

    [SOLVED] Re: ls -d and symbolic links

    Thank you again for the detailed explanation.
  7. Replies
    5
    Views
    506

    [SOLVED] Re: ls -d and symbolic links

    So 'dereference' basically means list whatever file or directory the symbolic link points to.
    In your examples you seem to have used two types of shells. In the first, ls did not dereference the...
  8. Replies
    5
    Views
    506

    [SOLVED] ls -d and symbolic links

    In the manual page for ls, the -d (--directory) option is described as

    -d, --directory
    list directory entries instead of contents, and do not dereference symbolic links
    Can someone...
  9. Replies
    3
    Views
    1,354

    [SOLVED] Re: 14.04 keyboard not working

    I found an actual solution to my problem here.

    The steps are:

    You need to edit the file /etc/default/grub

    $ sudo gedit /etc/default/grub
    Go to the line GRUB_CMDLINE_LINUX_DEFAULT="quiet...
  10. Replies
    3
    Views
    1,354

    [SOLVED] Re: 14.04 keyboard not working

    That's a neat workaround. And it did work. Thank you.
  11. Replies
    3
    Views
    1,354

    [SOLVED] 14.04 keyboard not working

    Today I tried 14.04 live from USB on an old LG (S1 Express Dual) laptop (Centrino Duo, 1 GB RAM) which never had any serious problems with Ubuntu since 6.10 however the keyboard isn't responding at...
  12. Replies
    2
    Views
    1,054

    [ubuntu] List of supported protocols in Ubuntu

    In a networking lecture I took to today, it was mentioned that Windows has a file WINDOWS/system32/drivers/etc/services that has a list of all the supported protocols (and their port numbers) on the...
  13. Replies
    2
    Views
    315

    [SOLVED] Re: Wireless connection settings lost

    Problem solved. Thank you.
  14. Replies
    2
    Views
    315

    [SOLVED] Wireless connection settings lost

    On 10.04 I created an account for a normal 'Desktop user' but each time that user logs into his account the wireless settings are lost as seen in the screen-shot. I've also attached the user...
  15. Replies
    10
    Views
    5,801

    [ubuntu] Re: arabic font not displayed correctly

    I still face this problem with Arabic fonts on Youtube. None of the mentioned solutions resolved this issue.
  16. Replies
    13
    Views
    755

    [SOLVED] Re: Bitwise & operator

    Indeed this is what I actually meant

    I'll take note of this advice for my future readings. Thanks.
  17. Replies
    13
    Views
    755

    [SOLVED] Re: Bitwise & operator

    Thinking at the bit level does confuse. I meant rightmost.:D
  18. Replies
    13
    Views
    755

    [SOLVED] Re: Bitwise & operator

    Understood. Using 0xFF and 0x000000FF had exactly the same effect. So in the code

    value = value & OxFF;
    the leftmost 8 bits of value would be preserved and the rest (24 bits) would be zeroed...
  19. Replies
    13
    Views
    755

    [SOLVED] Re: Bitwise & operator

    Sorry, that was my mistake.
    I think the 8 bits of 0xFF will be aligned with the rightmost (least significant) bit of the 32 bit 'value' but will the rest of the bits be padded with zeros or they...
  20. Replies
    13
    Views
    755

    [SOLVED] Re: Bitwise & operator

    This is not for my 'homework' and your answer isn't of any measurable help.
  21. Replies
    13
    Views
    755

    [SOLVED] Bitwise & operator

    In C, if value was an int type (2 bytes)


    value = value & OxFF;

    would this statement change the rightmost or leftmost 8 bits into zeros or would it change all the 16 bits of value into zeros....
  22. Replies
    10
    Views
    9,440

    [SOLVED] Re: Compiling a simple C program

    It did. Thank you again.
  23. Replies
    10
    Views
    9,440

    [SOLVED] Compiling a simple C program

    I'm trying to compile this simple C program on 10.04 but without success. The code is from a C programming book. I get the following error messages:

    $ gcc program2_11.c
    program2_11.c:3:65:...
  24. Replies
    5
    Views
    581

    [ubuntu] where is 'install', target of make?

    I'm trying out an example from a book that shows how to compile a program on Linux from source code. The program used is called 'diction'. Everything went fine but I was wondering about the last...
  25. Replies
    0
    Views
    277

    [ubuntu] md5sum for a CD-RW

    I'm trying to obtain the md5sum directly from a CD of Ubuntu 10.10 but I get this error:

    me@me-desktop:~$ md5sum /dev/sr0
    md5sum: /dev/sr0: Input/output error
    I previously copied the CD using dd...
Results 1 to 25 of 228
Page 1 of 10 1 2 3 4