867 links
  • Links Lounge
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 2 / 2
Newer►
31 results tagged CommandLine x
  • svn 1.7 error E200009 Could not add all targets because some targets are already versioned - Stack Overflow

    Pour éviter la fameuse erreur E200009 de la ligne de commande SVN quand je fais un "svn add" sur un dossier avec des choses déjà indexé, j'ai ajouté cet alias à mon ~/.bashrc

    '''
    alias svnadd="svn st | grep ? | tr -s ' ' | sed 's/^..//g' | sed 's/ /\ /g' | xargs svn add"
    '''

    Désormais "svnadd" va indexer tous les fichiers du dossier actuel qui ne sont pas encore indexer.

    Git me manque. Surtout "git gui"...

    Fri Aug 14 11:47:47 2015 - permalink -
    - - - http://stackoverflow.com/questions/15620547/svn-1-7-error-e200009-could-not-add-all-targets-because-some-targets-are-already
    CommandLine SVN
  • 16 commands to check hardware information on Linux
    Thu Aug 13 10:17:30 2015 - permalink -
    - - - http://www.binarytides.com/linux-commands-hardware-info/
    CommandLine Hardware Linux
  • linux - How can I convert multiple files to UTF-8 encoding using *nix command line tools? - Super User

    iconv -f latin1 -t utf-8 oldFile > newFile

    Mon May 19 09:52:58 2014 - permalink -
    - - - http://superuser.com/questions/16672/how-can-i-convert-multiple-files-to-utf-8-encoding-using-nix-command-line-tools
    CommandLine Encodage iconv UTF-8
  • Extraire tous les fichiers ZIP d'un dossier en bash 30 minutes par jour

    Petit à petit, je vais essayer de déplacer tous mes snippets de Tranches de Code (http://snippet.la-bnbox.fr/snippetvamp.php) vers mon blog. J'aime bien SnippetVamp (merci Bronco !!!) mais le fait de ne pouvoir ajouter de description était trop pénalisant pour mon besoin.

    Wed Jan 15 11:37:25 2014 - permalink -
    - - - http://30minparjour.la-bnbox.fr/2014/extraire-fichiers-zip-dossier-en-bash
    30minparjour Bash CommandLine Snippet
  • How to: Delete a remote Git tag - Nathan Hoad

    Comment supprimer un tag dans Git :
    git tag -d myTag

    Comment supprimer un tag remote dans Git (i.e. qui a été pushé sur un repository remote. Dans la plupart des cas il n'y en a qu'un seul nommé "origin") :
    git push origin :refs/tags/myTag

    Pour mémoire, pour pusher un tag sur le remote :
    git push origin myTag

    Ouf !

    Mon Jan 6 09:39:35 2014 - permalink -
    - - - http://nathanhoad.net/how-to-delete-a-remote-git-tag
    CommandLine Git
  • php - You must enable the openssl extension to download files via https - Stack Overflow

    ça me le fait à chaque nouvelle installation d'un ordinateur.

    composer.bat install
    You must enable the openssl extension to download files via https

    Il faut activer l'extension PHP Openssl. Si on utilise Wamp par exemple, le menu de configuration permet de l'activer dans le php.ini dédié au page Web. Ici on cherche le php.ini pour l'accès en ligne de commande (CLI), il faut enlever le point-virgule devant la ligne ";extension=php_openssl.dll" dans "wamp/bin/php/php#.#.##/php.ini".

    Sat Sep 7 08:52:14 2013 - permalink -
    - - - http://stackoverflow.com/questions/14291151/you-must-enable-the-openssl-extension-to-download-files-via-https
    CommandLine Composer PHP
  • Batcheero: How To ENABLEDELAYEDEXPANSION

    Franchement, le DOS, c'est pas une sacré prise de tête ?

    Mon Aug 26 10:36:46 2013 - permalink -
    - - - http://batcheero.blogspot.fr/2007/06/how-to-enabledelayedexpansion.html
    CommandLine DOS
  • Tag Git - Tranches de code

    Depuis que je suis obligé de jouer avec les repository "remote" avec Git (puisqu'on je suis sur un projet qui n'a pas encore de repository remote centralisé à la Github, donc on s'échange des des repository "bare" par email), je maîtrise bien mieux Git ! Et je comprends beaucoup mieux ce que signifie réellement un pull/push, même un commit et les 3 états possibles des fichiers locaux. C'est incroyable de souplesse ce système.

    Mon Jul 29 10:07:24 2013 - permalink -
    - - - http://snippet.la-bnbox.fr/snippetvamp.php?tag=Git
    CommandLine Git Snippet
  • A good Windows console environment | Arktronic.com

    ConEmu : voilà qui paraît avantageusement remplacer mintty pour Cygwin.

    Tue Jul 23 14:43:51 2013 - permalink -
    - - - http://arktronic.com/weblog/2012-09-08/good-windows-console-environment
    CommandLine Cygwin
  • docs - SysadminTips
    Tue Dec 18 09:46:21 2012 - permalink -
    - - - http://wiki.soolbox.net/wiki/SysadminTips
    CommandLine Tools
  • Powerful Command Line Tools For Developers | Smashing Coding
    Tue Oct 30 09:45:42 2012 - permalink -
    - - - http://coding.smashingmagazine.com/2012/10/29/powerful-command-line-tools-developers/
    CommandLine
Links per page: 20 50 100
page 2 / 2
Newer►
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation