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
page 1 / 6
111 results tagged linux  ✕
GitHub - snakeeyes021/valerio: A unified installation framework for Dorico on Linux · GitHub https://github.com/snakeeyes021/valerio
Wed Jun 24 22:35:02 2026
QRCode
dorico linux
Pour jouer à vos vieux jeux Windows, il faut quitter Windows | Jeux | Le site de Korben https://korben.info/d7vk-direct3d7-vulkan-linux-vieux-jeux-windows-pre.html
Thu Nov 13 14:12:40 2025
QRCode

D7VK , un projet qui vient de sortir et qui permet de faire tourner les vieux jeux Direct3D 7 sur Linux

linux gaming
Apps/Geary – GNOME Wiki Archive https://wiki.gnome.org/Apps/Geary
Thu Nov 13 11:02:49 2025
QRCode

Geary is an email application built around conversations for the GNOME desktop.

email linux
GitHub - shazow/wifitui: Fast featureful friendly wifi terminal UI. 🛜✨ https://github.com/shazow/wifitui
Thu Nov 13 10:52:02 2025
QRCode

wifitui is a fast, featureful, and friendly replacement for nmtui.

wifi wlan linux
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
Customize Kubuntu /shaare/9OBG2w
Tue Apr 29 05:39:29 2025
QRCode

Bar

  • Move on top
  • 36 px thick
  • Clock at the center without date with seconds

Appearance settings

Packages to install:

  • Materia
  • Qogir themes
  • Qogir icons
  • Sierra Breeze
sudo add-apt-repository ppa:papirus/papirus
sudo add-apt-repository -r ppa:thopiekar/sierrabreeze
sudo add-apt-repository "deb https://ppa.launchpadcontent.net/thopiekar/sierrabreeze/ubuntu jammy main"
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D51DB14E9FFECCF3
sudo apt-get update
sudo apt-get install --install-recommends materia-kde
sudo apt-get install sierrabreeze git
mkdir ~/git-repos
cd ~/git-repos
git clone https://github.com/vinceliuice/Qogir-kde.git
cd Qogir-kde
./install.sh
cd ~/git-repos
git clone https://github.com/vinceliuice/Qogir-icon-theme.git
cd Qogir-icon-theme
sudo ./install.sh
  • 🟠 Global theme: Breeze Dark
  • Application style: Breeze
  • 🟠 Plasma Style: Materia
  • 🟠 Colors: Materia Dark - Dark Blue
    • Based on Materia Dark, with:
    • Selection Background: #4285f4
    • Link Text: #b1cdfa
  • 🟠 Windows Decorations: Sierra Breeze
  • 🟠 Icons: Qogir-dark
  • 🟠 Cursors: Qogir-dark
  • 🟠 Splash Screen: Qogir-dark
kde customization linux
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
Distrochooser https://distrochooser.de/
Thu Feb 6 22:48:45 2025
QRCode

A site to help you choose a distro.
You can then use DistroSea to try them out

linux distro
Bazzite – The next generation of Linux gaming https://bazzite.gg/
Tue Jan 21 21:10:08 2025
QRCode
os linux
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
LocalSend: Share files to nearby devices https://localsend.org/
Thu Jun 13 15:20:24 2024
QRCode

Free, open-source, cross-platform

linux android windows opensource
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
How to Install Postman on Linux Desktop https://www.tecmint.com/install-postman-on-linux-desktop/
Wed Jun 8 13:32:27 2022
QRCode
linux software
Install Docker Compose CLI plugin | Docker Documentation https://docs.docker.com/compose/install/compose-plugin/#install-using-the-repository
Wed Jun 8 09:25:40 2022
QRCode
docker linux
GitHub - phw/peek: Simple animated GIF screen recorder with an easy to use interface https://github.com/phw/peek
Tue Mar 22 11:53:43 2022
QRCode

Peek makes it easy to create short screencasts of a screen area. It was built for the specific use case of recording screen areas, e.g. for easily showing UI features of your own apps or for showing a bug in bug reports. With Peek, you simply place the Peek window over the area you want to record and press "Record". Peek is optimized for generating animated GIFs, but you can also directly record to WebM or MP4 if you prefer.

software linux
Interfacing Linux: Focusrite Scarlett Solo (Gen3) – LinuxGameCast https://linuxgamecast.com/2021/10/interfacing-linux-focusrite-scarlett-solo-gen3/
Fri Feb 4 14:11:20 2022
QRCode
linux device
pwr-Solaar/Solaar: Linux device manager for Logitech devices https://github.com/pwr-Solaar/Solaar
Fri Feb 4 11:39:33 2022
QRCode
linux logitech
Flatpak Is Not the Future https://ludocode.com/blog/flatpak-is-not-the-future
Fri Feb 4 10:24:51 2022
QRCode
flatpak snap appimage linux
page 1 / 6
1244 links, including 4 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn