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 8 / 62
Why does git stash pop say that it could not restore untracked files from stash entry? - Stack Overflow https://stackoverflow.com/questions/51275777/why-does-git-stash-pop-say-that-it-could-not-restore-untracked-files-from-stash/51275841#51275841
Thu Dec 2 15:49:42 2021
QRCode

when you have this message when doing a git stash apply :

error: could not restore untracked files from stash

do this (warning will override any unsaved local changes) :

git checkout stash -- .
git
kubuntu - How to display KDE lock screen time in 24-hour format - Ask Ubuntu https://askubuntu.com/questions/783184/how-to-display-kde-lock-screen-time-in-24-hour-format/784181#784181
Wed Dec 1 09:08:16 2021
QRCode
kde
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
How To Use Pbcopy And Pbpaste Commands On Linux - OSTechNix https://ostechnix.com/how-to-use-pbcopy-and-pbpaste-commands-on-linux/
Fri Nov 26 10:47:00 2021
QRCode
pbcopy pbpaste xclip xsel
In zsh how do you bind Ctrl+backspace to delete the previous word? - Stack Overflow https://stackoverflow.com/questions/21252419/in-zsh-how-do-you-bind-ctrlbackspace-to-delete-the-previous-word/21252464#21252464
Fri Nov 26 10:31:55 2021
QRCode
bindkey '^H' backward-kill-word
zsh bash sh shortcut keyboard_shortcut
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
Et pourquoi ne pas tirer au sort les juges? - SWI swissinfo.ch https://www.swissinfo.ch/fre/democratiedirecte/initiative-sur-la-justice_et-pourquoi-ne-pas-tirer-au-sort-les-juges---/44561912
Tue Nov 23 23:29:52 2021
QRCode

"Lors d’une élection par le peuple, c’est généralement celui qui a le plus d’argent pour la campagne qui l’emporte."

Adrian Gasser, multimillionaire

How to directly mount NFS share/volume in container using docker compose v3 | Newbedev https://newbedev.com/how-to-directly-mount-nfs-share-volume-in-container-using-docker-compose-v3
Wed Nov 17 09:32:35 2021
QRCode
version: "3.2"

services:
  rsyslog:
    image: jumanjiman/rsyslog
    ports:
      - "514:514"
      - "514:514/udp"
    volumes:
      - type: volume
        source: example
        target: /nfs
        volume:
          nocopy: true
volumes:
  example:
    driver_opts:
      type: "nfs"
      o: "addr=10.40.0.199,nolock,soft,rw"
      device: ":/docker/example"
docker nfs
Docker how to add a user to group docker on Linux - InfoHeap https://infoheap.com/docker-linux-add-user-to-docker-group/
Tue Nov 16 23:14:09 2021
QRCode
sudo usermod -aG docker user1
sudo systemctl restart docker
docker
List of shortcuts in Keychron keyboards : Keychron https://www.reddit.com/r/Keychron/comments/lrr970/list_of_shortcuts_in_keychron_keyboards/
Tue Nov 16 22:33:45 2021
QRCode
keychron
romkatv/powerlevel10k: A Zsh theme https://github.com/romkatv/powerlevel10k
Mon Nov 15 22:55:06 2021
QRCode
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

Set ZSH_THEME="powerlevel10k/powerlevel10k" in ~/.zshrc.

Run

source ~/.zshrc
zsh
Tenacity https://tenacityaudio.org/
Thu Oct 28 18:23:34 2021
QRCode

A fork of audacity

audacity audio
MySQL Workbench: Error in query (1064): Syntax error near 'VISIBLE' at line 1 - Stack Overflow https://stackoverflow.com/questions/52785125/mysql-workbench-error-in-query-1064-syntax-error-near-visible-at-line-1
Mon Oct 25 19:37:22 2021
QRCode
mysql workbench
Why Australia wanted out of its French submarine deal – POLITICO https://www.politico.eu/article/why-australia-wanted-out-of-its-french-sub-deal/amp/
Mon Sep 20 22:19:15 2021
QRCode
article
Why Procrastinators Procrastinate — Wait But Why https://waitbutwhy.com/2013/10/why-procrastinators-procrastinate.html
Sun Sep 5 12:14:13 2021
QRCode

Part 2 - How to Beat Procrastination
Part 3 - The Procrastination Matrix

article
GitHub - liriliri/eruda: Console for mobile browsers https://github.com/liriliri/eruda
Wed Aug 25 18:04:15 2021
QRCode
mobile console web
How to generate RSA public and private key pair in PKCS#8 format | Vander Host https://vander.host/knowledgebase/security/how-to-generate-rsa-public-and-private-key-pair-in-pkcs8-format/
Mon Aug 23 13:29:53 2021
QRCode
openssl genrsa -out keypair.pem 2048
openssl rsa -in keypair.pem -pubout -out publickey.crt
openssl pkcs8 -topk8 -inform PEM -outform PEM -nocrypt -in keypair.pem -out pkcs8.key
key keypair rsa
[BUG] Version problem of nimbus-jose-jwt in azure-keyvault-secrets-spring-boot-starter-2.1.7 · Issue #14898 · Azure/azure-sdk-for-java https://github.com/Azure/azure-sdk-for-java/issues/14898#issuecomment-688760623
Mon Aug 23 13:18:54 2021
QRCode

java.lang.ClassNotFoundException: net.minidev.json.JSONObject
java.lang.NoClassDefFoundError: net/minidev/json/JSONObject

    <dependency>
      <groupId>com.nimbusds</groupId>
      <artifactId>nimbus-jose-jwt</artifactId>
      <version>[6.0.1,8.20]</version>
    </dependency>
jwt spring
java - Spring JPA One To Many Infinite Recursion - Stack Overflow https://stackoverflow.com/questions/61114583/spring-jpa-one-to-many-infinite-recursion/61116608#61116608
Tue Aug 17 03:04:26 2021
QRCode
spring
page 8 / 62
1244 links, including 4 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn