Lucas Bürgy's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
13 results tagged ubuntu  ✕
Comment modifier le comportement de fermeture d'un ordinateur portable dans Ubuntu avec HandleLidSwitch https://fr.linux-console.net/?p=15701
Thu Jun 5 22:54:46 2025
QRCode
linux debian ubuntu
network manager - How do I fix DNS resolving which doesn't work after upgrading to Ubuntu 13.10 (Saucy) - Ask Ubuntu https://askubuntu.com/questions/368435/how-do-i-fix-dns-resolving-which-doesnt-work-after-upgrading-to-ubuntu-13-10-s
Wed Feb 12 01:13:06 2025
QRCode

Add nameserver 1.1.1.1 to /etc/resolv.conf
to fix DNS resolving in Ubuntu Live

linux ubuntu
How to Install Thunderbird as DEB (Not Snap) in Ubuntu 24.04 | UbuntuHandbook https://ubuntuhandbook.org/index.php/2024/03/install-thunderbird-deb-ubuntu-2404/
Wed Aug 21 01:15:23 2024
QRCode
ubuntu deb
How to Install Firefox as DEB on Ubuntu (Not Snap) - OMG! Ubuntu https://www.omgubuntu.co.uk/2022/04/how-to-install-firefox-deb-apt-ubuntu-22-04
Wed Aug 21 00:52:06 2024
QRCode
firefox deb ubuntu
How to Install Deb Files/Packages on Ubuntu 24.04 - Linux Genie https://linuxgenie.net/install-deb-files-packages-ubuntu-24-04/
Tue Aug 20 10:03:21 2024
QRCode

I couldn't install deb files with the GUI, it said that it couldn't satisfy the dependencies.

sudo dpkg -i package.deb
ubuntu linux package
How to Enable Hibernate Function in Ubuntu 24.04 & 22.04 LTS | UbuntuHandbook https://ubuntuhandbook.org/index.php/2021/08/enable-hibernate-ubuntu-21-10/
Tue Aug 20 01:05:52 2024
QRCode

command:

systemctl hibernate

I created my swap partition like this: https://links.lburgy.ch/shaare/WSOAMQ

On Kubuntu 24.04, create the file /etc/polkit-1/rules.d/10-enable-hibernate.rules with this content:

polkit.addRule(function(action, subject) {
    if (action.id == "org.freedesktop.login1.hibernate" ||
        action.id == "org.freedesktop.login1.hibernate-multiple-sessions" ||
        action.id == "org.freedesktop.upower.hibernate" ||
        action.id == "org.freedesktop.login1.handle-hibernate-key" ||
        action.id == "org.freedesktop.login1.hibernate-ignore-inhibit")
    {
        return polkit.Result.YES;
    }
});

https://www.reddit.com/r/Kubuntu/comments/1c2frkd/enabling_hibernation_on_2404/

linux ubuntu
How to Create Swap Partition in Linux - idroot https://idroot.us/create-swap-partition-linux/
Tue Aug 20 01:04:36 2024
QRCode

In fstab, I used this instead:

/dev/nvme0n1p6 swap swap defaults 0 0

I also had to do this (on 24.04):
https://community.frame.work/t/responded-ubuntu-24-04-and-hibernation-fw-13-12th-gen/51626/4

  1. Add resume=/dev/nvme0n1p6 to the GRUB_CMDLINE_LINUX_DEFAULT line of /etc/default/grub
  2. Update grub with sudo update-grub
swap linux ubuntu
Programs installed via snap not showing up in Launcher - Ask Ubuntu https://askubuntu.com/questions/910821/programs-installed-via-snap-not-showing-up-in-launcher/989485#989485
Wed Jun 8 15:00:02 2022
QRCode
linux ubuntu
command line - How can I empty the trash using terminal? - Ask Ubuntu https://askubuntu.com/questions/468721/how-can-i-empty-the-trash-using-terminal/468745#468745
Mon Nov 29 09:43:12 2021
QRCode
ubuntu linux trash cli
Ubuntu Driver for Downloads Section | Synaptics https://www.synaptics.com/products/displaylink-graphics/downloads/ubuntu
Fri Nov 26 09:14:50 2021
QRCode
ubuntu drivers docking_station monitors linux
Windows 10 Ubuntu Bash Shell: How Do I Mount Other Windows Drives? - Super User https://superuser.com/questions/1114341/windows-10-ubuntu-bash-shell-how-do-i-mount-other-windows-drives/1209698#1209698
Sun Aug 11 19:42:06 2019
QRCode
windows ubuntu
How To Set Up Multi-Factor Authentication for SSH on Ubuntu 16.04 | DigitalOcean https://www.digitalocean.com/community/tutorials/how-to-set-up-multi-factor-authentication-for-ssh-on-ubuntu-16-04
Mon May 27 13:08:25 2019
QRCode
ssh ssl 2fa ubuntu
Top 35 Best Ubuntu Themes That Will Blow Your Mind | UbuntuPIT https://www.ubuntupit.com/best-ubuntu-themes-will-blow-mind/
Thu Sep 20 21:21:23 2018
QRCode
linux ubuntu a_tester
1244 links, including 4 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn