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 / 6
111 results tagged linux  ✕
10 Best Team Viewer Alternatives for Linux in 2019 https://www.fossmint.com/teamviewer-alternatives-for-linux/
Sun Feb 3 09:56:38 2019
QRCode
linux
dns-blocklist [Wiki de sebsauvage.net] https://sebsauvage.net/wiki/doku.php?id=dns-blocklist
Wed Jan 30 10:31:45 2019
QRCode
android windows linux dns
TLDR pages https://tldr.sh/
Mon Jan 21 16:27:19 2019
QRCode
sudo apt install tldr

Par exemple faites: tldr tar. Ça donne ceci:

tar
Archiving utility.
Often combined with a compression method, such as gzip or bzip.

- Create an archive from files:
  tar cf {{target.tar}} {{file1 file2 file3}}

- Create a gzipped archive:
  tar czf {{target.tar.gz}} {{file1 file2 file3}}

- Extract an archive in a target folder:
  tar xf {{source.tar}} -C {{folder}}

- Extract a gzipped archive in the current directory:
  tar xzf {{source.tar.gz}}

- Extract a bzipped archive in the current directory:
  tar xjf {{source.tar.bz2}}

- Create a compressed archive, using archive suffix to determine the compression program:
  tar caf {{target.tar.xz}} {{file1 file2 file3}}

- List the contents of a tar file:
  tar tvf {{source.tar}}

- Extract files matching a pattern:
  tar xf {{source.tar}} --wildcards {{"*.html"}}

(Il y a aussi https://cheat.sh , par exemple https://cheat.sh/tar )

linux
Top 35 Best Ubuntu Themes That Will Blow Your Mind | UbuntuPIT https://www.ubuntupit.com/best-ubuntu-themes-will-blow-mind/
Thu Sep 20 21:21:23 2018
QRCode
linux ubuntu a_tester
EncryptPad - Text Editor and OpenPGP File Encryption Utility https://evpo.net/encryptpad/
Sun Jun 24 15:11:13 2018
QRCode

Editeur de texte capable de chiffrer

logiciel windows linux
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
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
date - Timezone setting in Linux - Unix & Linux Stack Exchange https://unix.stackexchange.com/questions/110522/timezone-setting-in-linux#110529
Mon Apr 9 13:34:54 2018
QRCode
linux
Comment créer un lien symbolique d’un seul clic (Mac et Windows) – Korben https://korben.info/comment-creer-un-lien-symbolique-dun-seul-clic-mac-et-windows.html
Sat Apr 7 20:08:51 2018
QRCode
logiciel windows linux
La magie des caractères accentués entre Mac et Linux – Le blog de Seboss666 https://blog.seboss666.info/2018/02/la-magie-des-caracteres-accentues-entre-mac-et-linux/
Tue Mar 13 21:35:52 2018
QRCode
linux
Atom https://atom.io/
Fri Mar 9 21:18:18 2018
QRCode

Editeur de texte

  • Atom beautify (https://atom.io/packages/atom-beautify)
  • Simple drag and drop text (https://atom.io/packages/simple-drag-drop-text)
  • Minimap (https://atom.io/packages/minimap)
logiciel windows linux editeur
TLP – Quickly Increase and Optimize Linux Laptop Battery Life https://www.tecmint.com/tlp-increase-and-optimize-linux-battery-life/
Tue Jan 23 19:27:40 2018
QRCode
linux batterie
install_unbound.sh · GitHub - Le Hollandais Volant https://lehollandaisvolant.net/?mode=links&id=20170926193029
Mon Oct 2 13:26:22 2017
QRCode
dns linux
How to Fix Windows and Linux Showing Different Times When Dual Booting https://www.howtogeek.com/323390/how-to-fix-windows-and-linux-showing-different-times-when-dual-booting/
Mon Oct 2 13:16:38 2017
QRCode
linux windows dualboot
HDHacker - Pour sauvegarder la MBR de votre disque dur - Korben https://korben.info/hdhacker-sauvegarder-mbr-de-disque-dur.html
Mon Oct 2 13:01:39 2017
QRCode
windows linux
Crontab Generator - Generate crontab syntax https://crontab-generator.org/
Thu Aug 24 09:53:55 2017
QRCode
linux
page 4 / 6
1244 links, including 4 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn