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 10 / 62
DeDRM a bought Amazon Kindle Ebook /shaare/g7pfPA
Fri Apr 2 15:40:23 2021
QRCode
  • Download the Kindle PC app here
  • You can downgrade it to the correct version using the iSummerSoft Software
  • Uncheck the upgrade automatically checkbox
  • Download the book via the app
  • Install DeDRM in Calibre
  • Get the awz file of the books in "My Documents\My Kindle Content"
  • Load it in Calibre

Sources :

  • https://ebookfriendly.com/back-up-kindle-books-2-ways/
  • https://www.isummersoft.com/how-to-dedrm-with-calibre/
kindle calibre
The turtle pond analogy https://feminist-eridan.tumblr.com/post/154297444737/i-did-a-very-quick-sketchy-comic-because-i-was
Fri Mar 26 14:41:18 2021
QRCode
aroace
Quire - Explorez vos idées https://quire.io/
Fri Mar 12 00:10:02 2021
QRCode

Tâches, gantt, ...

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
Deploy Bitwarden with Docker and Traefik - V2 https://tech.aufomm.com/2020/07/09/deploy-bitwarden-with-docker-and-traefik/
Tue Mar 2 00:16:18 2021
QRCode
docker
Matomo Analytics - The Google Analytics alternative that protects your data https://matomo.org/
Sat Feb 27 21:08:56 2021
QRCode

Google Analytics alternative that protects your data and your customers' privacy

DIY 3D PRINTING SPRINGS! (Tested 10000.00 Cycles) - YouTube https://www.youtube.com/watch?v=gWreqqYNsBE
Fri Feb 26 22:54:09 2021
QRCode
3dprint
mfranzke/loading-attribute-polyfill: Fast and lightweight dependency-free vanilla JavaScript polyfill for native lazy loading / the awesome loading='lazy'-attribute. https://github.com/mfranzke/loading-attribute-polyfill
Fri Feb 26 22:27:29 2021
QRCode

lazy loading en javascript vanilla

js library
Font Stacks | CSS-Tricks https://css-tricks.com/snippets/css/font-stacks/
Fri Feb 26 14:29:37 2021
QRCode
css font-stack police
Line Awesome — Free Beautiful Icon Font https://icons8.com/line-awesome
Fri Feb 26 14:27:08 2021
QRCode
icon css
Privatezilla – Vérifiez et nettoyez Windows 10 de ses trackers – Korben https://korben.info/privatezilla-trackers-windows.html
Fri Feb 26 13:08:36 2021
QRCode
windows
Créer un compte local à l’installation de Windows 10 (1909 et ultérieur) – Le Crabe Info https://lecrabeinfo.net/creer-compte-utilisateur-local-installation-windows-10.html
Fri Feb 26 13:04:33 2021
QRCode
windows
Creating a full bleed CSS utility - Tutorial - Piccalilli https://piccalil.li/tutorial/creating-a-full-bleed-css-utility
Fri Feb 26 12:59:55 2021
QRCode

Break out of the mould of your fixed-width container to create visual interest

css
Goodbye WordPress, I've Switched To Jekyll - Kev Quirk https://kevq.uk/goodbye-wordpress-switched-to-jekyll/
Fri Feb 26 11:33:40 2021
QRCode
article
DockStation – Une interface graphique pour Docker qui facilite la vie des développeurs – Korben https://korben.info/dockstation-docker-developpeur.html
Fri Feb 26 11:17:59 2021
QRCode
Browsh https://www.brow.sh/
Fri Feb 26 11:14:56 2021
QRCode

Browsh is a fully-modern text-based browser

browser
How to Install Python 3.8 on Ubuntu, Debian and LinuxMint – TecAdmin https://tecadmin.net/install-python-3-8-ubuntu/
Fri Feb 26 10:45:27 2021
QRCode

Installer une version de python indépendante

python
Download the Atkinson Hyperlegible Font | Braille Institute https://brailleinstitute.org/freefont
Fri Feb 26 09:57:45 2021
QRCode
police
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
DIY External Volume Control : 10 Steps (with Pictures) - Instructables https://www.instructables.com/DIY-External-Volume-Control/
Mon Dec 14 21:05:28 2020
QRCode
page 10 / 62
1244 links, including 4 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn