Tags: linux* + ubuntu*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. Ubuntu 25.10 no longer includes a Startup Applications utility, but you can still auto-start apps, scripts and commands at login. This article explains how to use .desktop files in the ~/.config/autostart directory to achieve this.
    2025-10-29 Tags: , , , by klotz
  2. Canonical announced today that they will formally support the NVIDIA CUDA toolkit and also make it available via the Ubuntu repositories. This aims to simplify CUDA installation and usage on Ubuntu, particularly with the rise of AI development.
    2025-09-19 Tags: , , , , , , by klotz
  3. GNU Emacs in a snap - the extensible, customizable, self-documenting real-time display editor. This repository provides the snapcraft.yaml file and related scripts to build a snap package for GNU Emacs.
    2025-08-18 Tags: , , , , , , by klotz
  4. This tutorial shows how to add Flatpak and AppImage package format support in Ubuntu, as they are not supported out-of-the-box. It provides instructions for installing Flatpak and Flathub, as well as enabling AppImage support by installing libfuse2.

    ```
    sudo apt install flatpak
    flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
    ```
    2025-08-05 Tags: , , , by klotz
  5. Canonical is introducing 'tryboot' in Ubuntu 25.10 to improve boot reliability on Raspberry Pi devices by automatically falling back to a known good configuration in case of boot failures.
  6. A user, nicholasdavidroberts, expresses gratitude to Daniel for providing a PPA and patched 390 driver that resolved their NVIDIA driver compilation issues on Ubuntu 22.04 with kernel 6.5.0-14.

    ```
    execute_with_retries apt-get install -y -qq gcc-12
    update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 11
    update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 12
    update-alternatives --set gcc /usr/bin/gcc-12
    ```
    2025-05-31 Tags: , , , , , , , , by klotz
  7. A user reports issues compiling the NVIDIA driver with kernel 6.5.0-14 on Ubuntu 22.04, specifically for a GeForce GT 750M. They provide a patch and instructions for creating a custom deb package to resolve the issue.
    2025-05-31 Tags: , , , , , , , , by klotz
  8. - "The configuration file, /etc/netplan/01-network-manager-all.yaml (which specifies Network Manager as the Netplan renderer), has been moved to /lib/netplan/00-network-manager-all.yaml to reflect that it should not be edited. Also, it is now owned by the ubuntu-settings package. For upgraders, the move is be performed automatically and the old file removed if it was unchanged. If it was changed, the move still takes place, but a copy of the old file is left in /etc/netplan/01-network-manager-all.yaml.dpkg-backup (LP: #2020110 18).
    NetworkManager now uses Netplan as its default settings-storage backend."

    - "On upgrade, all connection profiles from /etc/NetworkManager/system-connections/ are transparently migrated to /etc/netplan/90-NM-*.yaml and become ephemeral, Netplan-rendered connection profiles in /run/NetworkManager/system-connections/. Backups of the original profiles are automatically created in /var/lib/NetworkManager/backups/ (read more at NetworkManager YAML settings backend 112 and LP: #1985994 21)."
    2025-05-29 Tags: , , , by klotz
  9. The Ubuntu team is pleased to announce the release of Ubuntu 24.04.2 LTS (Long-Term Support) for its Desktop, Server, and Cloud products, as well as other flavours of Ubuntu with long-term support. This point release includes security updates and bug fixes, with a focus on stability and compatibility.
    2025-05-29 Tags: , , , by klotz
  10. A simple guide to setting up WireGuard server and multiple peers.
    2024-09-10 Tags: , , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "linux+ubuntu"

About - Propulsed by SemanticScuttle