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 2 / 6
111 results tagged linux  ✕
debauchee/barrier: Open-source KVM software https://github.com/debauchee/barrier
Fri Jan 28 13:48:58 2022
QRCode
linux windows software mac
Duc: Dude, where are my bytes! http://duc.zevv.nl/
Mon Jan 17 18:08:49 2022
QRCode

Duc is a collection of tools for inspecting and visualizing disk usage.

linux software
JoseExposito/touchegg: Linux multi-touch gesture recognizer https://github.com/JoseExposito/touchegg
Mon Jan 17 17:59:06 2022
QRCode

Use touchpad gestures on linux

Touchégg is an app that runs in the background and transform the gestures you make on your touchpad or touchscreen into visible actions in your desktop.

linux software
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
adam-savard/keychron-k2-function-keys-linux: A small script to allow the Keychron K2 Keyboard to boot up with function keys enabled by default. https://github.com/adam-savard/keychron-k2-function-keys-linux
Fri Nov 26 16:41:50 2021
QRCode
keychron linux
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
Zotero | Your personal research assistant https://www.zotero.org/
Thu Mar 11 23:41:45 2021
QRCode

Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share research.

logiciel windows linux selfhost
Audio device switch https://ubuntuforums.org/showthread.php?t=1370383&s=43b4cf58703c5634f7b7c58e91173174&p=9774506#post9774506
Tue Dec 15 17:11:20 2020
QRCode

script to switch the audio device on Linux

#!/bin/bash

declare -i sinks=(`pacmd list-sinks | sed -n -e 's/\**[[:space:]]index:[[:space:]]\([[:digit:]]\)/\1/p'`)
declare -i sinks_count=${#sinks[*]}
declare -i active_sink_index=`pacmd list-sinks | sed -n -e 's/\*[[:space:]]index:[[:space:]]\([[:digit:]]\)/\1/p'`
declare -i next_sink_index=${sinks[0]}

#find the next sink (not always the next index number)
declare -i ord=0
while [ $ord -lt $sinks_count ];
do
    echo ${sinks[$ord]}
    if [ ${sinks[$ord]} -gt $active_sink_index ] ; then
        next_sink_index=${sinks[$ord]}
        break
    fi
    let ord++
done

#change the default sink
pacmd "set-default-sink ${next_sink_index}"

#move all inputs to the new sink
for app in $(pacmd list-sink-inputs | sed -n -e 's/index:[[:space:]]\([[:digit:]]\)/\1/p');
do
    pacmd "move-sink-input $app $next_sink_index"
done

#display notification
declare -i ndx=0
pacmd list-sinks | sed -n -e 's/device.description[[:space:]]=[[:space:]]"\(.*\)"/\1/p' | while read line;
do
    if [ $(( $ord % $sinks_count )) -eq $ndx ] ; then
        notify-send -i notification-audio-volume-high --hint=string:x-canonical-private-synchronous: "Sound output switched to" "$line"
        exit
    fi
    let ndx++
done;
linux audio
Anbox - Android in a Box https://anbox.io/
Thu Oct 8 11:30:43 2020
QRCode
android linux
nvbn/thefuck: Magnificent app which corrects your previous console command. https://github.com/nvbn/thefuck
Thu Oct 8 11:27:48 2020
QRCode
linux
How to enable automatic security updates for Ubuntu Server - TechRepublic https://www.techrepublic.com/article/how-to-enable-automatic-security-updates-for-ubuntu-server/
Fri Oct 2 08:29:55 2020
QRCode
linux
Un sous-système Linux pour MS-DOS – Korben https://korben.info/sous-systeme-linux-ms-dos.html
Wed Sep 30 10:58:20 2020
QRCode
msdos linux
Espanso – Pour gagner du temps quand vous tapez au clavier – Korben https://korben.info/espanso-gagner-temps-tapez-clavier.html
Sat Aug 29 21:22:26 2020
QRCode
software mac linux windows
Comment utiliser un fond d’écran unique sur plusieurs écrans ? – Korben https://korben.info/comment-utiliser-un-fond-decran-unique-sur-plusieurs-ecrans.html
Sat Aug 29 20:49:13 2020
QRCode
linux windows software
KDocker/INSTALL at master · user-none/KDocker · GitHub https://github.com/user-none/KDocker/blob/master/INSTALL
Sat Jun 13 11:12:16 2020
QRCode

install dependencies :

sudo apt-get install qmake qt5-default libqt5x11extras5-dev libxmu-dev libxpm-dev

Lancer un programme docké :

kdocker -q thunderbird
linux software
How do I install and use fonts in Linux? - TechRepublic https://www.techrepublic.com/blog/linux-and-open-source/how-do-i-install-and-use-fonts-in-linux/
Fri Jun 12 23:39:31 2020
QRCode
font linux
Why I Use Linux - Kev Quirk https://kevq.uk/why-i-use-linux/
Thu May 14 12:15:11 2020
QRCode
article linux
Joplin - an open source note taking and to-do application with synchronisation capabilities https://joplinapp.org/
Mon May 11 16:53:59 2020
QRCode
android app windows linux logiciel opensource
YTMDL – Une application pour récupérer des MP3 à partir de Youtube et les tagger au bon format grâce aux données de iTunes – Korben https://korben.info/ytmdl-une-application-pour-recuperer-des-mp3-a-partir-de-youtube-et-les-tagger-au-bon-format-grace-aux-donnees-de-itunes.html
Sun Apr 19 13:05:56 2020
QRCode
linux package
Flameshot https://flameshot.js.org/#/
Sat Apr 11 16:51:09 2020
QRCode

Powerful yet simple to use screenshot software

linux
page 2 / 6
1244 links, including 4 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn