kalvn'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
11 results tagged synchronisation  ✕
FreeFileSync: Open Source File Synchronization & Backup Software https://freefilesync.org/
05/07/2020 12:17:59

Un outil de synchronisation de fichier open-source. Assez "brut" au niveau de l'interface mais il a l'air très complet.

Je pense l'utiliser pour synchroniser mes musiques en local et sur le carte SD de ma voiture par exemple, pour être sûr que tout est toujours à jour.

Via https://korben.info/freefilesync.html

synchronisation fichier app
[Tuto] Installer Firefox Sync Server · Pofilo.fr https://www.pofilo.fr/post/20190324-syncserver/
25/03/2019 21:46:21

Sous le coude.

firefox synchronisation
FolderSync Pro - Apps on Google Play https://play.google.com/store/apps/details?id=dk.tacit.android.foldersync.full
05/04/2018 09:26:20

Une appli recommandée par Sebsauvage pour synchroniser un dossier du téléphone avec un serveur distant.

Via https://framapiaf.org/@sebsauvage/99687324453489209

synchronisation folder cloud
Installer un serveur Firefox Sync - Themimitoof.fr https://themimitoof.fr/installer-serveur-firefox-sync/
06/02/2018 12:00:35

Installer son propre serveur Firefox Sync pour bénéficier de la synchronisation de la navigation tout en gardant le contrôle des données qui vont avec.

Merci Mozilla !

firefox synchronisation selfhosted
Set Up Persistence with DevTools Workspaces  |  Web  |  Google Developers https://developers.google.com/web/tools/setup/setup-workflow
20/07/2017 09:52:12

Un outil très intéressant dans Chrome qui permet de mapper un fichier local (par exemple un fichier CSS ou JS) et un fichier distant. Du coup, lors du chargement, le browser charge votre fichier local à la place du fichier distant et le met à jour en temps réel. C'est extrêmement utile pour le CSS notamment.

css dev chrome javascript synchronisation
git branch - Update git branches from master - Stack Overflow http://stackoverflow.com/questions/3876977/update-git-branches-from-master/28505516#28505516
23/12/2016 08:53:35

La réponse à la question n'est pas si évidente que ça. La différence entre les deux options proposées peut s'avérer importante.

git merge rebase synchronisation
Librevault https://librevault.com/
16/11/2016 11:42:30

Un outil de synchronisation locale ou distante multi-os. C'est encore en alpha donc absolument déconseillé pour une utilisation quotidienne mais à suivre.

Via http://korben.info/librevault.html

synchronisation windows
Android, Nextcloud, son application Contacts, DAVdroid et l'erreur 15 - Blog de dada https://www.dadall.info/blog/index.php?article555/android-nextcloud-son-application-contact-davdroid-et-l-erreur-15
07/09/2016 15:09:20

Ce retour d'expérience peut être utile.

nextcloud owncloud contact synchronisation erreur java
Syncing a fork - User Documentation https://help.github.com/articles/syncing-a-fork/
03/05/2016 18:57:52

Synchroniser un fork avec le repo dont il est issu :

Si ce n'est pas déjà fait :

    git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git

Puis :

    git fetch upstream
    git checkout master
    git merge upstream/master

Autre technique ( http://stackoverflow.com/questions/3903817/pull-new-updates-from-original-github-repository-into-forked-github-repository/3903835#3903835 )

$ cd github-services
$ git remote add upstream git://github.com/pjhyett/github-services.git
$ git fetch upstream

// then: (like "git pull" which is fetch + merge)
$ git merge upstream/master master

// or, better, replay your local work on top of the fetched branch
// like a "git pull --rebase"
$ git rebase upstream/master
git synchronisation fork github
FreeFileSync | Free Backup and File Synchronization Software http://www.freefilesync.org/
27/01/2016 13:38:12

Une application gratuite de synchronisation de fichiers et dossiers.
Via http://www.clubic.com/telecharger-fiche313032-freefilesync.html

Efficace durant nos différents tests, FreeFileSync est un très bon logiciel gratuit permettant de synchroniser des dossiers entre vos disques durs ou vos périphériques de stockage externes. Ces options de comparaison et ses nombreux filtres en font un excellent logiciel de sauvegarde et de synchronisation.

fichier synchronisation app
Java et la synchronisation http://rom.developpez.com/java-synchronisation/
30/07/2014 17:16:45

Bookmark pour lecture ultérieure.

java synchronisation
3849 links, including 129 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn