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 39 / 62
What every Browser knows about you http://webkay.robinlinus.com/
Thu May 31 20:26:16 2018
QRCode
OneD by DocGeraud https://docgeraud.itch.io/oned
Thu May 31 18:19:04 2018
QRCode
jeu
L'élément <wbr> - Alsacreations https://www.alsacreations.com/article/lire/1765-element-wbr-html5.html
Thu May 31 18:18:33 2018
QRCode

Introduite par HTML5, la balise <wbr> correspond à une opportunité de coupure de mot

html tag
NProgress: slim progress bars in JavaScript http://ricostacruz.com/nprogress/
Thu May 31 18:17:56 2018
QRCode
js progressbar library
Kindle sans Amazon – Votre solution pour échapper au géant du web - digitec https://www.digitec.ch/fr/s1/page/kindle-sans-amazon-votre-solution-pour-echapper-au-geant-du-web-3073
Thu May 31 18:17:34 2018
QRCode
kindle
Sécuriser un VPS | Documentation OVH https://docs.ovh.com/fr/vps/conseils-securisation-vps/
Thu May 31 18:17:22 2018
QRCode
Ce bricoleur de talent a réussi à convertir son smartphone Android en console de jeu en s’inspirant de la 3DS | Journal du Geek https://www.journaldugeek.com/2018/05/23/bricoleur-de-talent-a-reussi-a-convertir-smartphone-android-sinspirant-de-3ds/
Thu May 31 18:15:51 2018
QRCode
Rachel Tobac sur Twitter : "Here’s an example of getting around 2FA with social engineering. 😬🤖 Dang. Thanks @alanchavezv for sharing this.… " https://twitter.com/RachelTobac/status/996556819886583808
Thu May 31 18:13:06 2018
QRCode
How to Find Official Windows Drivers for Any Device https://www.howtogeek.com/352922/how-to-find-official-hardware-drivers-for-windows/
Thu May 31 17:29:37 2018
QRCode
windows drivers
Visual Studio Code https://code.visualstudio.com/download
Thu May 31 14:09:15 2018
QRCode

http://sametmax.com/je-fais-mon-coming-out/
https://dev.to/vip3rousmango/vs-code-extensions-youll-actually-use-46gp?ref=dailydevlinks.com


Indispensables:

  • Better Comments
  • Color Highlight
  • French Language Pack for Visual Studio Code
  • Path Intellisense

Langages:

  • AutoHotkey
  • PowerShell
  • Python
  • Subtitles Editor
  • VHDL

Aides aux langages:

  • CSS Peek
  • ESLint
  • IntelliSense for CSS class names in HTML
  • PHP Intellisense

Formatage:

  • Format HTML in PHP
  • phpfmt - PHP formatter
  • Prettier - Code formatter

Utiles:

  • Code Runner
  • Live Share
  • Live Share Audio
  • Live Share Chat
  • Live Share Extension Pack
  • Settings Sync
  • SFTP

Pas sûr que c'est utile:

  • Fabulous

A tester:

  • Beautify
  • Live Server
  • stylelint
  • Vetur

Awesome : https://github.com/viatsko/awesome-vscode

windows linux editeur logiciel vscode awesome
ASCIIFlow Infinity http://asciiflow.com/
Thu May 31 14:08:29 2018
QRCode

Permet de faire des schémas en ASCII

NFS automount /etc/fstab with Jessie - Raspberry Pi Forums https://www.raspberrypi.org/forums/viewtopic.php?t=122066#p823169
Sat May 12 16:10:36 2018
QRCode
nano /etc/fstab
ip:/nfs/Multimedia /nas/multimedias nfs defaults,noauto,x-systemd.automount 0 0
linux nfs rpi
How to Turn a Raspberry Pi into an Always-On BitTorrent Box https://www.howtogeek.com/142044/how-to-turn-a-raspberry-pi-into-an-always-on-bittorrent-box/
Sat May 12 14:58:17 2018
QRCode

Install Deluge

  • https://pastebin.com/V3u0U20U
linux
Radarr https://github.com/Radarr/Radarr/wiki/Installation
Sat May 12 14:46:03 2018
QRCode
wget https://github.com/Radarr/Radarr/releases/download/v3.0.1.4259/Radarr.master.3.0.1.4259.linux.tar.gz
tar -xzvf Radarr.*.linux.tar.gz
rm -rf /opt/Radarr/*
mv Radarr/* /opt/Radarr
chown -R pi:pi /opt/Radarr
rm -rf Radarr*

old :

cd /opt
curl -L -O $( curl -s https://api.github.com/repos/Radarr/Radarr/releases | grep linux.tar.gz | grep browser_download_url | head -1 | cut -d \" -f 4 )
tar -xvzf Radarr.v*.linux.tar.gz
rm -rf Radarr.v*.linux.tar.gz
chown -R pi:pi /opt/Radarr/
  • https://github.com/Radarr/Radarr/wiki/Autostart-on-Linux

    User=pi
    Group=pi

  • https://github.com/joshualyon/radarr-sub-downloader

linux
Sonarr https://github.com/Sonarr/Sonarr/wiki/Installation
Sat May 12 14:41:39 2018
QRCode

Autostart:

  • https://github.com/Sonarr/Sonarr/wiki/Autostart-on-Linux#systemd

    User=pi
    Group=pi

  • https://github.com/ebergama/sonarr-sub-downloader

linux
Jackett/Jackett: API Support for your favorite torrent trackers. https://github.com/Jackett/Jackett
Sat May 12 14:25:31 2018
QRCode

Installer Mono:

  • http://www.mono-project.com/download/stable/#download-lin-raspbian

    chown -R pi:pi /opt/jackett

Autostart:

  • https://github.com/Jackett/Jackett/wiki/systemd-service

    WorkingDirectory=/opt/jackett
    User=pi

systemctl enable jackett.service

Mise à jour manuelle:

  • wget https://github.com/Jackett/Jackett/releases/download/asd/Jackett.Binaries.Mono.tar.gz
  • tar -xvf Jackett.Binaries.Mono.tar.gz
  • rm -rf /opt/jackett/*
  • mv Jackett/* /opt/jackett
  • chown -R pi:pi /opt/jackett
  • rm -rf Jackett*
linux
EarSkinz | Apple EarPod and AirPod Covers https://earskinz.com/
Mon Apr 30 00:03:38 2018
QRCode
(25) Cassius, Pharell Williams - Go Up ft. Cat Power - YouTube https://www.youtube.com/watch?v=IVNub204dOY
Fri Apr 20 23:05:40 2018
QRCode

meilleur clip de musique

JuxtaposeJS https://juxtapose.knightlab.com/
Thu Apr 19 15:19:30 2018
QRCode

Outil permettant de juxtaposer deux images

js image library
StoryMapJS https://storymap.knightlab.com/
Thu Apr 19 15:19:10 2018
QRCode
js library
page 39 / 62
1244 links, including 4 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn