Shaare your links...
3394 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 120 / 170
Newer►
  • QGIS : lancer des scripts Python ou des commandes Shell depuis la Console Python ou avec Script Runner (sans créer d'extension) | PortailSIG
    voir aussi : http://stackoverflow.com/questions/3503879/assign-output-of-os-system-to-a-variable-and-prevent-it-from-being-displayed-on
    permalink -
    - http://www.portailsig.org/content/qgis-lancer-des-scripts-python-ou-des-commandes-shell-depuis-la-console-python-ou-avec-scrip
    python
  • Linux - Ordonnancement des taches (cron)
    permalink -
    - http://www.commentcamarche.net/contents/1134-linux-ordonnancement-des-taches
    linux shell
  • Installing — WeasyPrint 0.20 documentation
    permalink -
    - http://weasyprint.org/docs/install/#platforms
    pdf python
  • Hautefeuille Lab - python log clize
    Extraction d’adresses ip de fichiers log en python
    permalink -
    - http://www.hautefeuille.eu/tag/python-log-clize.html
    log python
  • Le B.A BA de Bash : le code de retour
    et (http://stackoverflow.com/questions/90418/exit-shell-script-based-on-process-exit-code) :
    "" After each command, the exit code can be found in the $? variable so you would have something like:

    ls -al file.ext
    rc=$?
    if [[ $rc != 0 ]] ; then
       exit $rc
    fi

    You need to be careful of piped commands since the $? only gives you the return code of the last element in the pipe so, in the code:

    ls -al file.ext | sed 's/^/xx: /"

    will not return an error code if the file doesn't exist (since the sed part of the pipeline actually works, returning 0).""
    permalink -
    - http://okki666.free.fr/docmaster/articles/linux131.html
    bash linux shell
  • Backup chiffré avec duplicity sur HubiC | David Mercereau
    permalink -
    - http://www.mercereau.info/backup-chiffre-avec-duplicity-sur-hubic/
    backup hubic
  • Cours d'Algorithmique - Christophe Darmangeat
    permalink -
    - http://www.pise.info/algo/techniques.htm
    algo
  • GNU Coreutils
    permalink -
    - http://www.gnu.org/software/coreutils/manual/coreutils.html
    linux
  • Utiliser un client Swift avec Hubic
    permalink -
    - http://blog.toorop.fr/hubic-swift-client-cyberduck/
    api hubic
  • Les principales commandes (exécuter) de Windows 7 - Zebulon.fr
    permalink -
    - http://www.zebulon.fr/astuces/244-les-principales-commandes-executer-de-windows-7.html
    memo windows
  • Cooperative Linux
    permalink -
    - http://www.colinux.org/
    linux
  • Nagios : Apprendre à l'installer et le configurer - débutants
    permalink -
    - http://djibril.developpez.com/tutoriels/linux/nagios-pour-debutant/
    nagios
  • Corelabs site : impacket
    permalink -
    - http://corelabs.coresecurity.com/index.php?module=Wiki&action=view&type=tool&name=Impacket
    python réseau sécurité tools
  • Remote hash dumping: no processes or tool upload needed | DiabloHorn
    permalink -
    - https://diablohorn.wordpress.com/2013/10/24/remote-hash-dumping-no-processes-or-tool-upload-needed/
    hack password
  • Updates: PsExec v2.0, RAMMap v1.3, Sigcheck v2.0 - Sysinternals Site Discussion - Site Home - TechNet Blogs
    permalink -
    - http://blogs.technet.com/b/sysinternals/archive/2013/10/23/updates-psexec-v2-0-rammap-v1-3-sigcheck-v2-0.aspx
  • HTTPS Everywhere | Electronic Frontier Foundation
    permalink -
    - https://www.eff.org/https-everywhere
    viePrivée
  • Google announces uProxy: internet censorship avoidance in a browser extension
    permalink -
    - http://www.engadget.com/2013/10/21/google-ideas-uproxy/?utm_medium=referral
  • ftplicity / duply (simple duplicity)
    permalink -
    - http://duply.net/#Alternatives
    art_backup backup
  • rdiff-backup: Main
    permalink -
    - http://rdiff-backup.nongnu.org/
    art_backup backup linux shell
  • API OpenStack/HubiC
    sur le forum...
    L'accès aux contenairs se fait à l'aide de requêtes HTTP (comme décrite dans la documentation http://docs.openstack.org/, par des GET, des PUT, des POST, etc..).
    Ces requêtes sont à adresser à l'url qui nous est retournée (endpoint) par la requête credentials à l'API d'Hubic: api.hubic.com/1.0/account/credentials.
    avec la valeur token" à passer dans le header "X-Auth-Token".

    Avec d'autre mots...

    L'api d'hubic, (api.hubic.com) ne sert qu'à gérer le compte, l'accès aux documents se fait sur un autre serveur dont l'adresse et les codes d'accès sont retournés par l'api d'hubic (via l'url credential).
    permalink -
    - https://forums.hubic.com/showthread.php?24-API-OpenStack-HubiC
    api hubic
Links per page: 20 50 100
◄Older
page 120 / 170
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.