Advertisement
Drthrax74

Configuration Samba & Synergy

May 4th, 2016
544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.96 KB | None | 0 0
  1. #########
  2. # Samba #
  3. #########
  4. Configurer Samba avec une interface: system-config-samba
  5.  
  6. ###########
  7. # Synergy #
  8. ###########
  9.  
  10. Télécharger Synergy sur : https://synergy-project.org/nightly
  11. - [Linux] https://synergy-project.org/files/nightly/synergy-v1.8.2-beta-b5e2127-Linux-i686.deb
  12. - [AMD64] https://synergy-project.org/files/nightly/synergy-v1.8.2-beta-b5e2127-Windows-x64.msi
  13.  
  14. #########################
  15. # Configuration de Base #
  16. #########################
  17. Commande Linux / windows: hostname
  18.  
  19. HOST: Mode Server
  20. - Ajouter un ordinateur
  21. - Nom de l'écran correspond au hostname du pc.
  22. - Positionnée les écrans selon la configuration
  23. - Récupérer l'ip de la machine Hôte
  24. - Démarrer
  25.  
  26. GUEST: Mode Client
  27. - Taper l'ip récupérer et appliquer
  28.  
  29. ###########
  30. # FIX BUG #
  31. ###########
  32.  
  33. Liste: Alt+gr / Bouton Précédent & Suivant / Verr. Souris Ecran / Macro Switch Ecran. / Sesnsibilité Souris WoW
  34.  
  35.  
  36. http://shitwefoundout.com/wiki/Synergy_fix_altgr_issue
  37. http://www.simounet.net/synergy-resoudre-le-probleme-des-boutons-suivant-precedant-inactifs-de-la-souris/
  38. https://www.mattcutts.com/blog/how-to-configure-synergy-in-six-steps/
  39. http://rickguyer.com/synergy-keyboard-shortcuts-on-ubuntu/
  40. https://blog.symless.com/2011/06/26/make-synergy-work-with-world-of-warcraft/
  41.  
  42.  
  43.  
  44.  
  45. #Fix 1: (Appliquer au Client)
  46.     section: screens
  47.         client:
  48.             altgr = alt
  49. #Fix 2
  50.     section: options
  51.         mousebutton(4) = mousebutton(6)
  52.         mousebutton(5) = mousebutton(7)
  53.  
  54.  
  55. #Fix 3:
  56.     section: options
  57.         keystroke(f12) = lockCursorToScreen(toggle)
  58.  
  59.  
  60. #Fix 4:
  61.     section: options
  62.         screenSaverSync = false (Par défault: true)
  63.             keystroke(Alt+1) = switchToScreen(Marc)
  64.             keystroke(Alt+2) = switchToScreen(DESKTOP-MU9SICJ)
  65.  
  66. #Fix 5: (Jeux)
  67.     section: options
  68.         relativeMouseMoves = true
  69.  
  70.  
  71.  
  72. #############
  73. # Démarrage #
  74. #############
  75. synergys -f -c /mnt/Black/OS/Virtual_Machines/Qemu/Synergy/synergy.conf
  76.  
  77.  
  78. ###########
  79. # Sudoers #
  80. ###########
  81.  
  82. /usr/bin/synergy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement