Search:

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

Page 1 of 5 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    372

    [ubuntu] Re: Reinstall the apache2

    Looks like you messed up the packaging system; don't worry it can be fixed quite easily most of the time.
    Clear out apt archives, lock, and partial files:

    sudo rm -r /var/cache/apt/archives ...
  2. [SOLVED] Re: fresh install, updates interrupted, can no longer boot

    If TAB is the "enter BIOS setup" button, installing Ubuntu should have no effect on that - the BIOS listens for it during POST when the hardware splash screen is being shown(All this will happen...
  3. Replies
    4
    Views
    249

    [ubuntu] Re: PC Hibernation Mode Automatically

    You can change the idle power option and duration under power management options of the GNOME/Unity control center GUI(It might be called settings on Unity..I'm not sure.).

    unity-control-center ...
  4. Re: Yet another request for help with sed, grep and the like.

    Just a suggestion..You might be better off(depending on the size and complexity of your markup.) not using regular expressions in this case. Might I recommend BeautifulSoup - it's a python library...
  5. Replies
    4
    Views
    249

    [ubuntu] Re: PC Hibernation Mode Automatically

    Most desktops provide an option to suspend when inactive for some time. You can change this in you DE's settings. I assume you are on unity?
    Also are you sure its hibernate, and not suspend?
    ...
  6. [SOLVED] Re: The package system is broken - unmet dependencies and no space on /boot

    Have you tried clearing downloaded packages?

    sudo apt-get clean
    or manually:

    rm /var/cache/apt/archives

    How is your disk set up? Is /boot on a partition of its own or shared with the...
  7. Replies
    6
    Views
    1,299

    [ubuntu] Re: Unable to hibernate in Ubuntu 16.04 LTS

    Could it be that the bug is hardware dependent then? Because everything works just fine here.
  8. Replies
    3
    Views
    310

    Re: Tried to crop image with Gimp

    Are you sure you chose to overwrite the image, when prompted during export?
  9. [gnome] Re: How do you change the icon in the details section of settings?

    Apparently, you will have to get the source to make changes. In a new directory do:

    apt-get source gnome-control-center gnome-control-center-data
    Then replace the logo.


    cd...
  10. [gnome] Re: How do you change the icon in the details section of settings?

    Is this the logo you are referring to?
    270542
  11. Replies
    6
    Views
    1,299

    [ubuntu] Re: Unable to hibernate in Ubuntu 16.04 LTS

    Hmm..that's not much to go on...please provide more details.

    Kernel version:

    uname -a

    Filesystems:

    cat /etc/fstab
  12. Re: Unable to create ext4 partition in un-allocated space during Ubuntu 16.04.1 insta

    That's weird...
    Just wondering..have you tried doing it by hand?

    After creating partition, run as root:


    partprobe
    mkfs -t ext4 -L whatevernameyouwant /dev/sda5
  13. Replies
    4
    Views
    298

    Re: Compression using all cores

    A quick test using p7zip uses only up to 50% CPU on my 4 core machine, so I'm not sure what the answer is. It'l depend on how the compression algorithm you are using has been implemented.
    More info...
  14. Replies
    6
    Views
    497

    [ubuntu] Re: Ubuntu Server 64 bit version for Intel

    Seems like you are running 32-bit linux right now; I wonder how..since you used the amd64 image. :-k

    Anyways, if you are interested, you can check if your processor is 64-bit capable with the...
  15. Replies
    8
    Views
    492

    Re: 16.04 upgrade won't start

    Could it be that you somehow end up with a vital partition being mounted read-only perhaps because there was an error in one of your disks. Default /etc/fstab is set to remount-ro the / partition in...
  16. Replies
    70,112
    Views
    2,967,788

    Re: Word association

    artillery
  17. [ubuntu] Re: Ubuntu 14.04 won't shutdown from menu (UEFI Issue too?)

    Try the dbus commands given here: https://askubuntu.com/questions/168879/shutdown-from-terminal-without-entering-password#385316
    The error messages ought to give some indication about what's going...
  18. Re: Unable to create ext4 partition in un-allocated space during Ubuntu 16.04.1 insta

    The parted output shows the partition table to be "msdos" so we already know it is MBR.



    1) Since you are using MBR, the fourth partition(sda4) has to span the entire unused region after your...
  19. Replies
    2
    Views
    256

    Re: ubuntu installation issues

    Hi Srihari, welcome to the Ubuntu community!
    Could you provide the output of the following commands:

    lsb_release -a
    and

    uname -a
    This will tell us which version of Ubuntu and the kernel you...
  20. Replies
    6
    Views
    497

    [ubuntu] Re: Ubuntu Server 64 bit version for Intel

    Welcome to Ubuntu Forums!


    Which "software version" are you referring to? How did you ascertain it? Any command/s that you used or a screenshot would help us understand what exactly you are...
  21. [ubuntu] Re: Unable to execute dist upgrade from 16.04

    If none of the above woks then delete everything from /var/lib/apt/lists/ and /var/lib/apt/lists/partial, do apt-get update and try again.


    apt-get dist upgrade is not the same as getting a new...
  22. Replies
    6
    Views
    1,299

    [ubuntu] Re: Unable to hibernate in Ubuntu 16.04 LTS

    I am on 16.04 and pm-hibernate works alright for me(on kernels 4.4.0-28-generic and 4.4.0-31-generic). Have you tried using systemctl?

    systemctl hibernate
    Although I suspect it won't work...
  23. [kubuntu] Re: print chessboard with a set square size?

    You could try opening something like this with Inkscape, and then vary the size of the image and print on appropriate sized paper to get the exact square size that you want.
  24. Replies
    5
    Views
    469

    [ubuntu] Re: software center and terminal box

    Like everyone else has said, it is normal behavior for the terminal to not give any visual feedback when the password is being typed in.
    Verify that you are using the correct password with the...
  25. Replies
    2
    Views
    242

    [ubuntu] Re: Blank screen after upgrade from 12.4

    In the log files that you provided:
    In old.dmesg:

    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic-pae root=UUID=499edec4-eb48-4e68-a9cc-bcd98b430255 ro quiet...
Results 1 to 25 of 119
Page 1 of 5 1 2 3 4