4135 links
741 private links
  • Doo's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Jouer les vidéos
Links per page: 20 50 100
◄Older
page 10 / 11
Newer►
216 results tagged Tool x
  • thumbnail
    Shell : Historiser (logguer) toutes les commandes shell | L'admin sous GNU / Linux - Blog Libre

    mis en test sur coin, a surveiller

    November 3, 2013 11:39:01 AM GMT+01:00 - permalink -
    QRCode
    - http://blog.admin-linux.org/administration/shell-historiser-logguer-toutes-les-commandes-shell
    ril tdl tool linux bash
  • thumbnail
    Utiliser Gala sous XFCE ← elementary OS Fr
    November 3, 2013 11:24:53 AM GMT+01:00 - permalink -
    QRCode
    - http://www.elementaryos-fr.org/utiliser-gala-xfce/
    xfce tool linux
  • thumbnail
    bash - Why does "$i | sed" not work? - Unix & Linux Stack Exchange

    You can substitute the value of $i in to see the exact command you're trying to run:

    app4/ | sed -e "s/^.*(.)$/\1/"

    This doesn't work because app4/ isn't a command. You're trying to pipe app4/ into sed, so you need to use something that outputs app4/:

    echo app4/ | sed -e "s/^.*(.)$/\1/"

    This works, but you don't really need to use sed for this; bash has quite a few string manipulation tools. For example, ${i#} will give you the length of $i, and ${i:j} will give you a substring starting at j, so ${i:$((${i#}-1))} will give you the last character.

    The easiest way to do what you're trying is probably with ${i%/}. This will return $i, but will strip off a / from the end if there is one:

    $ i="app4"; echo ${i%/}
    app4
    $ i="app4/"; echo ${i%/}
    app4

    Thus:

    if [ "${i%/}" = "$i" ]
    then
    echo "file"
    else
    echo "folder"
    fi

    However, if all you really want is to know if $i is a valid directory, you can just use:

    if [ -d "$i" ]

    November 2, 2013 09:58:05 PM GMT+01:00 - permalink -
    QRCode
    - http://unix.stackexchange.com/questions/27334/why-does-i-sed-not-work#27336
    sed hack tool linux bash
  • thumbnail
    reader

    installé, testé, invalidé :D

    November 2, 2013 09:48:00 AM GMT+01:00 - permalink -
    QRCode
    - http://reader.nunux.org/
    reader tool linux
  • thumbnail
    SCRIPTS D'UNE LIGNE UTILES POUR SED (ÉDITEUR DÉFILANT UNIX)

    la version fr :-)

    November 2, 2013 09:33:30 AM GMT+01:00 - permalink -
    QRCode
    - http://sed.sourceforge.net/sed1line_fr.html
    sed cheat sheet tool linux
  • thumbnail
    sed cheat sheet _ UK
    November 2, 2013 09:31:36 AM GMT+01:00 - permalink -
    QRCode
    - http://sed.sourceforge.net/sed1line.txt
    sed cheat sheet tool linux
  • thumbnail
    awk cheat sheet
    November 2, 2013 09:31:11 AM GMT+01:00 - permalink -
    QRCode
    - http://www.pement.org/awk/awk1line.txt
    awk linux tool fifiche
  • thumbnail
    Rajiv's blog - Scaling lessons learned at Dropbox, part 1

    approche géniale de la scalabilité

    November 2, 2013 09:30:23 AM GMT+01:00 - permalink -
    QRCode
    - http://eranki.tumblr.com/post/27076431887/scaling-lessons-learned-at-dropbox-part-1
    scalability awk sed linux tool tool_list
  • thumbnail
    Powertop – Réduisez la consommation électrique de votre PC portable | La vache libre
    October 28, 2013 11:45:11 AM GMT+01:00 - permalink -
    QRCode
    - http://la-vache-libre.org/powertop-reduisez-la-consommation-electrique-de-votre-pc-portable/
    tool linux
  • thumbnail
    Infinity Conky for Ubuntu/Linux Mint/Debian/Fedora/Other Distributions (New Update) - Noobs on Ubuntu, Mint and Debian, HD Wallpapers, Tutorials

    rha j'ai failli le perdre celui là :D
    so much gorgeos doge

    October 27, 2013 01:18:10 PM GMT+01:00 - permalink -
    QRCode
    - http://www.noobslab.com/2012/06/install-infinity-conky-in-ubuntulinux.html
    conky linux tool
  • thumbnail
    Apache Web Server Hardening & Security Guide

    one more link by crazytux

    October 24, 2013 09:04:00 AM GMT+02:00 - permalink -
    QRCode
    - http://www.chandank.com/webservers/apache/apache-web-server-hardening-security
    ril tdl tool apache
  • thumbnail
    "wilfried caruel : Xpad le logiciel open source de la semaine" http://feedly.com/k/17JsPSE

    post it

    October 24, 2013 12:11:26 AM GMT+02:00 - permalink -
    QRCode
    - http://www.wilfriedcaruel.me/2013/10/xpad-le-logiciel-open-source-de-la.html
    tool linux
  • thumbnail
    Rebalancing Ganeti ClustersLance Albertson | Lance Albertson
    October 23, 2013 11:20:46 AM GMT+02:00 - permalink -
    QRCode
    - http://www.lancealbertson.com/2011/05/rebalancing-ganeti-clusters/
    ganeti doc tool ril
  • thumbnail
    The Best Firefox Security Add-ons 2013 | Ghacks
    October 21, 2013 10:45:48 PM GMT+02:00 - permalink -
    QRCode
    - http://www.ghacks.net/2013/10/21/best-firefox-security-add-ons-2013/
    tool firefox
  • thumbnail
    "Noireaude : Powertop – Réduisez la consommation électrique de votre PC portable" http://feedly.com/k/19iZt0x
    October 20, 2013 10:14:32 AM GMT+02:00 - permalink -
    QRCode
    - http://feedly.com/k/19iZt0x
    tool linux
  • thumbnail
    "Bash Argsparse : mieux gérer sa ligne de commande dans ses scripts." http://feedly.com/k/16TWn5q
    October 10, 2013 09:50:37 PM GMT+02:00 - permalink -
    QRCode
    - http://"Bash Argsparse : mieux gérer sa ligne de commande dans ses scripts." http://feedly.com/k/16TWn5q
    ril tool bash
  • thumbnail
    blowfish github fishcrypt

    c'est celui ci qui fonctionne bien :D

    October 10, 2013 06:18:37 PM GMT+02:00 - permalink -
    QRCode
    - https://github.com/kwaaak/py-fishcrypt
    blowfish irc python tool secu
  • thumbnail
    Proxy ssh - Arnaud's bookmark
    October 10, 2013 11:56:02 AM GMT+02:00 - permalink -
    QRCode
    - http://infomee.fr/links/?0hyAJQ#0hyAJQ
    ssh tool
  • thumbnail
    ubuntu-builder - A handy tool to build an Ubuntu based GNU/Linux distribution - Google Project Hosting
    October 9, 2013 11:32:28 AM GMT+02:00 - permalink -
    QRCode
    - https://code.google.com/p/ubuntu-builder/
    tool backup linux
  • thumbnail
    17 Command Line Tools to Monitor Linux Performance

    article envoyé par nico, quelques nouveaux tools à découvrir

    September 26, 2013 09:26:38 PM GMT+02:00 - permalink -
    QRCode
    - http://www.tecmint.com/command-line-tools-to-monitor-linux-performance/
    article top linux tool
Links per page: 20 50 100
◄Older
page 10 / 11
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation