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
    2022年7月18日 GMT+2 下午6:57:53 * - permalink - archive.org - https://github.com/spf13/viper
    config go
  • Rails 4 Custom Configurations

    Custom configuration in Rails 4.2 with x namespace

    2015年7月9日 GMT+2 上午10:42:54 - 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

    2015年6月12日 GMT+2 上午10:22:05 - permalink - archive.org - https://links.infomee.fr/?vbEYvA
    config git
  • Puppet config print

    puppet config print
    puppet config print basemodulepath

    2015年4月24日 GMT+2 上午10:49:18 - 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

    2015年3月2日 GMT+1 下午12:03:21 - 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

    2014年6月24日 GMT+2 下午3:46:39 - 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 $?

    2014年1月8日 GMT+1 下午4:14:58 - 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

    2013年10月10日 GMT+2 上午11:36:42 - 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