Search:

Type: Posts; User: 1fallen; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.21 seconds.

  1. [xubuntu] Re: Recommendation: Email program for XFCE desktop

    Claws comes to mind, and also Betterbird it is a fork of Thunderbird. More info on Betterbird: https://www.addictivetips.com/ubuntu-linux-tips/set-up-the-betterbird-fork-of-thunderbird-on-linux/...
  2. Replies
    19
    Views
    20

    [ubuntu] Re: Multi boot system but no Grub Menu

    Opinionated, but since you asked Yes.

    But I would install rEFInd on USB Thumb Drive, and set your Bios to boot to that first. That Link is here:...
  3. Re: lsusb and lspci show I have thunderbolt4 and usb 4. But the manufacurer says I do

    Please show this:

    lsmod | grep thund

    ### Mine Dose.
    intel_wmi_thunderbolt 16384 0
    thunderbolt 512000 0
    wmi 32768 4...
  4. Replies
    19
    Views
    20

    [ubuntu] Re: Multi boot system but no Grub Menu

    Change this line


    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

    To this

    GRUB_CMDLINE_LINUX_DEFAULT="noplymouth"
    And at the bottom remove one of these lines "GRUB_DISABLE_OS_PROBER=false"
  5. [ubuntu] Re: Updating Ubuntu 24.04 LTS from Ubuntu 22.04 LTS

    +1 Wise to wait....
  6. Replies
    11
    Views
    12

    Re: Ubuntu Graphical Installer Question

    +1 for rEFInd, it's very adaptable, and will show all bootable drives even swapping them out.

    You still need a bootloader though....More on this later I have meeting ATM
  7. Replies
    114,983
    Views
    1,735,046

    Re: Tug of war - Community vs Mods - to 200 (or -200)

    179
  8. Re: Deb packages not installing in Ubuntu 24.04

    Things change very quickly with Buntu, New features added some Old ones removed.

    My self like ajgreeny just get accustom to the terminal.

    BTW which one worked for you?
  9. Replies
    19
    Views
    20

    [ubuntu] Re: Multi boot system but no Grub Menu

    I see it all the time, plus I have 5 other Boot-able OS's on different drives....No Multi-Boots Allowed here.
    My Bootl loader is rEFInd! just to be clear.

    But your suggestion should be considered...
  10. Replies
    19
    Views
    20

    [ubuntu] Re: Multi boot system but no Grub Menu

    Where to start, Please use Code tags to paste terminal returns. I need you to that in the last post you made #10
    And please don't add your questions in that file.
    Right Now before anything else,...
  11. [all variants] Re: 24.04 live USB cannot open another USB drive

    Xubuntu has the "gnome-disk-utility" package and make sure that udisks2 package is installed.
  12. Re: Deb packages not installing in Ubuntu 24.04

    What about "dpkg -i some.deb" ....and "gdebi" just a right click open with gdebi.
  13. Replies
    19
    Views
    20

    [ubuntu] Re: Multi boot system but no Grub Menu

    After the changes are made use key combo [Ctrl + o] to exit after the save use [Ctrl + x] Now update grub again.

    The important bits should look like this:

    # If you change this file, run...
  14. Replies
    7
    Views
    8

    Re: Cannot run deb programs in 24.04

    For Google Chrome:


    wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
    sudo apt install ./google-chrome-stable_current_amd64.deb

    For Windscribe, I'll assume you...
  15. Replies
    14
    Views
    15

    Re: need help with node trobleshooting

    Dang I'll have to find it again It's been a few months since, but for v20 I use:

    curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - &&\
    sudo apt-get install -y nodejs
    For v22 I...
  16. Replies
    7
    Views
    8

    Re: Cannot run deb programs in 24.04

    An example of what your now trying would be helpful.

    Are you speaking on how to install them?
  17. Replies
    14
    Views
    15

    Re: need help with node trobleshooting

    I did not have good luck for case use with v 20, will v 22 work for you both?

    node --version
    v22.0.0
  18. Replies
    19
    Views
    20

    [ubuntu] Re: Multi boot system but no Grub Menu

    Ok this

    GRUB_TIMEOUT_STYLE=hidden
    needs to be:

    GRUB_TIMEOUT_STYLE=menu
    and this one I've have found works better with out "quiet splash'
    so it would now look like:
    ...
  19. Replies
    14
    Views
    15

    Re: need help with node trobleshooting

    Just driving by but I also see what you found dragonfly41

    which -a node
    /usr/bin/node
    /bin/node


    node --version
    v18.19.1
  20. Replies
    114,983
    Views
    1,735,046

    Re: Tug of war - Community vs Mods - to 200 (or -200)

    176
  21. Replies
    19
    Views
    20

    [ubuntu] Re: Multi boot system but no Grub Menu

    Right now for the one your booted to, show us this:

    cat /etc/default/grub
  22. Replies
    7
    Views
    8

    Re: Ubuntu 24.04 no synaptic

    +1

    apt policy synaptic
    synaptic:
    Installed: 0.91.3build4
    Candidate: 0.91.3build4
    Version table:
    *** 0.91.3build4 500
    500 http://us.archive.ubuntu.com/ubuntu noble/universe...
  23. [ubuntu_studio] Re: Logon Screen Turns Black after Fresh Install of 22.04

    You will have to re-enroll:

    sudo pro attach <your_pro_token>

    I think advantage-tools is needed as well.

    sudo apt install ubuntu-advantage-tools
  24. [ubuntu_studio] Re: Logon Screen Turns Black after Fresh Install of 22.04

    Like this:

    pro status --all
    SERVICE AVAILABLE DESCRIPTION
    anbox-cloud yes Scalable Android in the cloud
    cc-eal no Common Criteria EAL2 Provisioning...
  25. [ubuntu_studio] Re: Logon Screen Turns Black after Fresh Install of 22.04

    +1
    That's what I looking for, if Rick indeed did add it. I guess i should have lead with that...Oh Well All is good now. :)
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4