4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
8 results tagged config x
  • thumbnail
    GitHub - spf13/viper: Go configuration with fangs
    July 18, 2022 at 6:57:53 PM GMT+2 * - permalink - archive.org - https://github.com/spf13/viper
    config go
  • Rails 4 Custom Configurations

    Custom configuration in Rails 4.2 with x namespace

    July 9, 2015 at 10:42:54 AM GMT+2 - permalink - archive.org - http://www.richardhsu.me/posts/2015/04/02/rails-4-custom-configurations.html
    config configuraton rails
  • Config repo git pour éviter les conneries

    git config receive.denyNonFastforwards true

    via alk

    June 12, 2015 at 10:22:05 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?vbEYvA
    config git
  • Puppet config print

    puppet config print
    puppet config print basemodulepath

    April 24, 2015 at 10:49:18 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?sGqqWQ
    config puppet
  • Tester sa conf logstash

    /opt/logstash/bin/logstash -f ma.conf --configtest

    /opt/logstash/bin/logstash -f /etc/logstash/conf.d/ --configtest

    March 2, 2015 at 12:03:21 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?2aJmWQ
    config logstash test
  • EditorConfig

    Quand on travaille en equipe sur le meme code, on se rend vite compte qu'il est préférable d'adopter les mêmes conventions : indentation, line feed..

    C'est facile quand tout le monde utilise le même éditeur, il suffit de partager le fichier de configuration, mais ça se complique lorsque chacun utilise son éditeur préféré.

    Editor config permet de décrire cette configuration dans un langage commun et de l'appliquer à plusieurs éditeurs (on peut voir la liste des éditeurs supportés dans la partie 'Download a plugin')

    via netvibes team

    June 24, 2014 at 3:46:39 PM GMT+2 - permalink - archive.org - http://editorconfig.org/
    collaboration config editeur editor team
  • OpenSSH Tip: Check Syntax Errors before Restarting Server

    not bad
    $ sudo /usr/sbin/sshd -t
    $ echo $?

    January 8, 2014 at 4:14:58 PM GMT+1 - permalink - archive.org - http://www.cyberciti.biz/tips/checking-openssh-sshd-configuration-syntax-errors.html
    check config server ssh
  • ssh config file : proxy

    Pour utiliser machinerebond pour accéder aux *.vm automatiquement :

    $ cat .ssh/config
    Host=machinerebond
    Hostname=machinerebond.fqdn.com
    User=root

    Host=*.distant
    User=root
    ProxyCommand=ssh -W %h:22 machinerebond

    Alternative :
    D'abord se co sur la machine rebond avec un -A pour ramener sa key dans l'agent distant
    Ensuite on peut se co sur les autres machines, mais plus long.

    Autres directives possibles :
    ServerAliveInterval 30
    ServerAliveCountMax 120

    Port 22000
    User fooey
    IdentityFile ~/.ssh/github.key
    LocalForward 9906 127.0.0.1:3306
    more : http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html

    October 10, 2013 at 11:36:42 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?0hyAJQ
    config memo proxy ssh
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation