====== Réseau neuronal ======
* (Cuttlefish)
* local repo https://www.unixmen.com/setup-local-apt-repository-using-installation-media-in-debian-8/
===== Inter-Accessibilté =====
* [[:se:open:gnu-linux:custom#ultra_accessibilite|Ultra accessibilitée]]
* avahi
* ddclient
* OpenMesh - https://www.open-mesh.org/projects/open-mesh/wiki
* miniupnpc
* Shared webcam - https://gitlab.com/snippets/1967306
* Screen expansion over tablet - https://github.com/ChipCE/Smartphone-tablet-as-second-monitor-for-linux
* Bonding - https://fedoramagazine.org/bond-wifi-and-ethernet-for-easier-networking-mobility/
* Exclusive Interface - https://unix.stackexchange.com/questions/487640/disable-wifi-on-connection-to-ethernet-with-networkmanager
* autotrash https://www.ostechnix.com/autotrash-a-cli-tool-to-automatically-purge-old-trashed-files/
* magic-wormhole https://magic-wormhole.readthedocs.io/en/latest/welcome.html#installation
* **OKL** ''sudo apt install magic-wormhole'' Debian 9+
* **OKL** ''sudo apt install python-pip build-essential python-dev libffi-dev libssl-dev; sudo pip install magic-wormhole'' Debian7/8
* Synergy : https://doc.ubuntu-fr.org/synergy
* Server '' /usr/bin/synergys --crypto-pass 00dc1da0d4d173e79a392dd839c100fc -c /etc/synergy.conf ''
* Client '' /usr/bin/synergyc --crypto-pass 00dc1da0d4d173e79a392dd839c100fc machine-t400.local ''
* synergy.conf:
section: screens
Machine-Eee900:
halfDuplexCapsLock = false
halfDuplexNumLock = false
halfDuplexScrollLock = false
xtestIsXineramaUnaware = false
switchCorners = none
switchCornerSize = 0
Machine-T400:
halfDuplexCapsLock = false
halfDuplexNumLock = false
halfDuplexScrollLock = false
xtestIsXineramaUnaware = false
switchCorners = none
switchCornerSize = 0
Machine-8089b:
halfDuplexCapsLock = false
halfDuplexNumLock = false
halfDuplexScrollLock = false
xtestIsXineramaUnaware = false
switchCorners = none
switchCornerSize = 0
end
section: aliases
Machine-Eee900:
Machine-Eee900.local
Machine-8089b:
Machine-8089b.local
end
section: links
Machine-Eee900:
right = Machine-T400
Machine-T400:
right = Machine-8089b
left = Machine-Eee900
Machine-8089b:
left = Machine-T400
end
section: options
relativeMouseMoves = false
screenSaverSync = true
win32KeepForeground = false
switchCorners = none
switchCornerSize = 0
end
* Barrier
===== Partage des ressources =====
* [[:se:open:gnu-linux:performances?s[]=compilation#compilation_distribuee|Compilation distribuée]]
* [[http://raspberrypi.stackexchange.com/questions/782/how-do-i-install-distcc|http://raspberrypi.stackexchange.com/questions/782/how-do-i-install-distcc]]
* [[https://wiki.archlinux.org/index.php/Distcc|https://wiki.archlinux.org/index.php/Distcc]]
* http://blog.kfish.org/2010/06/speeding-up-cross-compiling-with-ccache.html
* [[https://forums.gentoo.org/viewtopic-t-134728-start-0.html|https://forums.gentoo.org/viewtopic-t-134728-start-0.html]]
* Test si voisin [[https://1pxsolidblack.pl/mindyourneighbors.html|https://1pxsolidblack.pl/mindyourneighbors.html]]
* https://unix.stackexchange.com/questions/208568/how-to-determine-the-maximum-number-to-pass-to-make-j-option
* https://stackoverflow.com/questions/2151605/make-make-default-to-make-j-8
* [[:se:open:gnu-linux:performances?s[]=automatisation#automatisation|Automatisation]]
* https://www.garron.me/en/linux/use-incron-rsync-dropbox-backup.html
* https://github.com/bermi/webdav-sync
* https://doc.ubuntu-fr.org/incron
* https://bartsimons.me/sync-folders-and-files-on-linux-with-rsync-and-inotify/
* https://linuxhint.com/inotofy-rsync-bash-live-backups/
* https://github.com/dooblem/bsync
===== Stockage Partagé =====
* fstab delay [[https://wiki.archlinux.org/index.php/Fstab#Automount_with_systemd|https://wiki.archlinux.org/index.php/Fstab#Automount_with_systemd]]
* lsyncd https://linoxide.com/tools/setup-lsyncd-sync-directories/ et/ou [[https://librevault.com/|https://librevault.com/]]
* usb sync https://linuxrhino.blogspot.com/2010/01/automate-gadget-related-tasks-by.html et/ou https://forums.archlinux.fr/viewtopic.php?t=12914
* unison https://doc.ubuntu-fr.org/unison
* sshfs [[https://debian-facile.org/doc:reseau:nfs?s[]=autofs#autofs|https://debian-facile.org/doc:reseau:nfs?s[]=autofs#autofs]]
* autofs [[https://wiki.archlinux.org/index.php/Autofs|https://wiki.archlinux.org/index.php/Autofs]]
* [[https://www.guillaume-leduc.fr/montage-automatique-dun-partage-smb-autofs.html|https://www.guillaume-leduc.fr/montage-automatique-dun-partage-smb-autofs.html]]
* [[https://wiki.debian.org/AutoFs|https://wiki.debian.org/AutoFs]]
* [[https://help.ubuntu.com/community/Autofs|https://help.ubuntu.com/community/Autofs]]
* https://lorenzo.mile.si/2018/01/automatically-mount-nextcloud-user-homedir-via-davfs-and-autofs/
* https://russell.ballestrini.net/autofs-net-automount-stopped-working/
* Forban - http://www.foo.be/forban/
* RClone - https://rclone.org/
===== Miscs =====
* TzUpdate auto-timezone - https://unix.stackexchange.com/questions/90325/automatically-set-linux-timezone-according-to-location
* [[http://unix.stackexchange.com/questions/6809/how-can-i-check-that-a-remote-computer-is-online-for-ssh-script-acess|http://unix.stackexchange.com/questions/6809/how-can-i-check-that-a-remote-computer-is-online-for-ssh-script-acess]]
* [[http://askubuntu.com/questions/258580/how-to-run-a-script-depending-on-internet-connection|http://askubuntu.com/questions/258580/how-to-run-a-script-depending-on-internet-connection]]
* [[http://unix.stackexchange.com/questions/191015/start-custom-script-after-wifi-interface-comes-online|http://unix.stackexchange.com/questions/191015/start-custom-script-after-wifi-interface-comes-online]]
* VNCX11 localhost through ssh https://wiki.archlinux.org/index.php/X11vnc#Running_constantly
* mesh vpn [[http://www.tinc-vpn.org/docs/|http://www.tinc-vpn.org/docs/]] voir https://www.digitalocean.com/community/tutorials/how-to-install-tinc-and-set-up-a-basic-vpn-on-ubuntu-14-04 ou [[https://peervpn.net/|https://peervpn.net/]]
* ipfs [[https://wiki.archlinux.org/index.php/IPFS|https://wiki.archlinux.org/index.php/IPFS]]
* local github repo for mastering poste (zsh,autofs,ssh,base app(mc,htop,locate,ncdu,dfc,tmux,emacs)…etc)
* [[https://github.com/joeyh/etckeeper|https://github.com/joeyh/etckeeper]]
* [[http://etckeeper.branchable.com/|http://etckeeper.branchable.com/]]
* [[https://github.com/joeyh/etckeeper|https://github.com/joeyh/etckeeper]]
* [[https://www.grenode.net/Documentation_technique/Divers/etckeeper/|https://www.grenode.net/Documentation_technique/Divers/etckeeper/]]
* Software Distributed Shared Memory for Linux
* [[http://stackoverflow.com/questions/24879886/software-distributed-shared-memory|http://stackoverflow.com/questions/24879886/software-distributed-shared-memory]]
* [[https://github.com/claudioscordino/jump-linux|https://github.com/claudioscordino/jump-linux]]
* Beowulf Cluster
* [[https://wiki.debian.org/DebianBeowulf|https://wiki.debian.org/DebianBeowulf]]
* [[https://www.linux.com/blog/building-beowulf-cluster-just-13-steps|https://www.linux.com/blog/building-beowulf-cluster-just-13-steps]]
* [[https://www-users.cs.york.ac.uk/~mjf/pi_cluster/src/Building_a_simple_Beowulf_cluster.html|https://www-users.cs.york.ac.uk/~mjf/pi_cluster/src/Building_a_simple_Beowulf_cluster.html]]
* [[http://knowm.org/24-core-linux-cluster-in-a-29-99-case-from-ikea/|http://knowm.org/24-core-linux-cluster-in-a-29-99-case-from-ikea/]]
* [[http://linuxcm.sourceforge.net/|http://linuxcm.sourceforge.net/]]
* Log centralisation : https://serverfault.com/questions/758244/how-to-configure-systemd-journal-remote