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 4 / 62
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
GitHub - deskflow/deskflow: Share a single keyboard and mouse between multiple computers. https://github.com/deskflow/deskflow
Thu Nov 13 09:54:47 2025
QRCode

Share a single keyboard and mouse between multiple computers.

Virtual KVM

NTFSPLUS - Un nouveau driver NTFS pour Linux | Open source | Le site de Korben https://korben.info/linux-ntfsplus-driver-confiance-paragon.html
Thu Nov 13 09:51:21 2025
QRCode
Free Website Crawl Test: Check Indexable Pages for Google and Bing https://seomator.com/website-crawl-test
Sun Oct 26 15:39:48 2025
QRCode

Check for crawling (robots.txt)

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
Installing Arch Linux /shaare/gI74rQ
Thu May 15 00:10:18 2025
QRCode

Base

I followed this guide to install arch with hyprland: https://portfolio.kylerassweiler.ca/posts/software/linux/arch-linux-hyprland-install/

Internet

Enable the internet connections using a gui

nmtui
nmcli dev wifi
nmcli -f ALL dev wifi

GRUB

I got a theme there

Remember last choice

Put in /etc/default/grub this:

GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true

And then, do

sudo update-grub

Rofi

I got a theme here

Arch/Hyprland

https://wiki.archlinux.org/title/Linux_console/Keyboard_configuration#Persistent_configuration

vim the hyprland.conf
remove autogenerate message
use the keyboard ch/fr
natural scroll true

change keybinds
add super w to kill
add alt space for menu

Others

To get the battery:

acpi

Enable bluetooth:

sudo pacman -S bluez
sudo systemctl enable bluetooth
sudo systemctl start bluetooth

Get and set bluetooth' volume

pactl get-sink-volume bluez_output.C0_28_8D_FE_18_48.1
pactl set-sink-volume alsa_output.pci-0000_00_1f.3.analog-stereo 100%

Install yay: here

arch grub rofi theme
GitHub - Jacksaur/Gorgeous-GRUB: Collection of decent Community-made GRUB themes. Contributions welcome! https://github.com/Jacksaur/Gorgeous-GRUB
Sun May 11 19:26:09 2025
QRCode

Nice GRUB themes

  • grub2-themes
  • Atomic GRUB Theme
  • Matter
grub
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
ishovkun/SierraBreeze: OSX-like window decoration for KDE Plasma written in C++ https://github.com/ishovkun/SierraBreeze
Tue Apr 29 05:33:41 2025
QRCode

Sierra Breeze is a fork of Breeze Window decoration that aims to mimic the OSX Sierra titlebar buttons.

kde
qBittorrent Official Website https://www.qbittorrent.org/
Mon Feb 17 02:17:50 2025
QRCode

Torrent Control is a firefox extension to send magnet links to your torrent server

qbittorrent torrent
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
ZimaBoard : Revolutionizing Single Board Servers https://www.zimaspace.com/products/single-board-server
Tue Jan 21 21:10:01 2025
QRCode

Maybe a powerful alternative to a Raspberry Pi, to be looked into

rpi
Tailscale with funnel on Home Assistant /shaare/_mN_zw
Tue Jan 21 20:59:26 2025
QRCode

Use the Tailscale addon with this config:

funnel: true
proxy: true

And this in the configuration.yaml

http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 127.0.0.1
tailscale homeassistant
Localization in Node.js and Express.js with i18n examples https://lokalise.com/blog/node-js-i18n-express-js-localization/
Mon Dec 23 01:37:10 2024
QRCode
nodejs i18n
Git reset current rebase - Stack Overflow https://stackoverflow.com/questions/35172734/git-reset-current-rebase/53141807#53141807
Fri Sep 6 11:49:49 2024
QRCode

First, clear the mess:

git reset --hard HEAD

Then, cherry-pick the commit you are currently rebasing:

git cherry-pick -n `git rev-parse REBASE_HEAD`

That's it. As usual, you will be able to continue the rebase after fixing conflicts

-- Pierre

git rebase
18.04 - Disable display of media controls on lock screen (showMediaControls) on KDE Plasma 5.12.7 - Ask Ubuntu https://askubuntu.com/a/1127475
Thu Aug 29 15:05:07 2024
QRCode
kwriteconfig5 --file kscreenlockerrc --group Greeter --group LnF --group General --key showMediaControls --type bool false
kde
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
page 4 / 62
1244 links, including 4 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn