4138 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 152 / 170
Newer►
  • thumbnail
    sharelatex - some links − chabotsi

    https://github.com/sharelatex/sharelatex

    February 22, 2014 04:29:23 PM GMT+01:00 - permalink -
    QRCode
    - https://chabotsi.fr/links/?pvnNEg
    latex
  • thumbnail
    linux - Where are all my inodes being used? - Stack Overflow

    Comme on limite les inodes, c'est toujours intéressant de savoir les superviser :)

    So basically you're looking for which directories have a lot of files? Here's a first stab at it:

    find . -type d -print0 | xargs -0 -n1 count_files | sort -n

    where "count_files" is a shell script that does (thanks Jonathan)

    echo $(ls -a "$1" | wc -l) $1

    February 22, 2014 01:45:26 PM GMT+01:00 - permalink -
    QRCode
    - http://stackoverflow.com/questions/347620/where-are-all-my-inodes-being-used
    inode
  • thumbnail
    How to Set Up Metric Collection Using Graphite and Statsd on Ubuntu 12.04 LTS | Kinvey Backend as a Service Blog
    February 20, 2014 09:25:40 AM GMT+01:00 - permalink -
    QRCode
    - http://www.kinvey.com/blog/89/how-to-set-up-metric-collection-using-graphite-and-statsd-on-ubuntu-1204-lts
    graphite
  • thumbnail
    xkcd: Frequency

    :)

    February 19, 2014 10:14:08 PM GMT+01:00 - permalink -
    QRCode
    - https://xkcd.com/1331/
    xkcd
  • thumbnail
    Lut.im, un service d'hébergement d'images gratuit, libre et anonyme - LinuxFr.org

    c'est en prod et c'est cool :) plus j'ai découvert cpan qui est vraiment bien foutu, ça donnerait envie de se mettre à perl tout ça :D

    February 19, 2014 10:11:36 PM GMT+01:00 - permalink -
    QRCode
    - http://linuxfr.org/news/lut-im-un-service-d-hebergement-d-images-gratuit-libre-et-anonyme
    lutim image imgbi
  • thumbnail
    a self hostable application for saving web pages | wallabag

    il faut que je me le réinstalle quand même :) il avance bien ce gars !

    February 19, 2014 10:09:37 PM GMT+01:00 - permalink -
    QRCode
    - http://www.wallabag.org/
    poche wallabag pocket
  • thumbnail
    Collection of Less Commonly Used UNIX Commands

    home | blog | popular | study | writing | projects | about | connect
    Collection of Less Commonly Used UNIX Commands
    September 11th, 2013 | Linux | System Administration | Technology

    [ Check out my latest post on the HP Security Blog: “The Secure Web Series, Part 1: Securing The Password Reset Mechanism” ]

    unixcommands

    Over at Hacker News there are often threads about less-traveled UNIX commands. One particular comment collected a few of the posts, and I decided to parse all of those threads’ commands, plus my own favorite list of obscure entries, and put them in one place.
    Somewhat obscure UNIX commands

    column: create columns from text input
    tr: translate/substitute/delete input
    join: like a database join but for text
    comm: file comparison like a db join
    paste: put lines in a file next to each other
    rs: reshape arrays
    jot: generate data
    expand: replace spaces and/or tabs
    time: track time and resourcing
    watch: execute something on a schedule in realtime
    xargs: execute something on all inputs
    iftop: visually show network traffic
    jnettop a more detailed iftop
    htop: show system stats more powerfully
    xxd: manipulate files in hex
    mtr: powerful traceroute replacement
    mdfind: osx find replacement that uses spotlight
    brew: osx package manager
    df: disk free
    du: disk usage
    iotop: i/o stats
    dig: dns queries
    host: dns queries
    man ascii: lookup your ascii
    sshfs: mount a directory through ssh
    wget: get w’s
    dstat: powerful system statistics
    tmux: a better screen
    jq: command line JSON parsing
    pushd: push your pwd to a stack
    popd: pop pwd off your stack
    lsof: godlike system information [*]
    ncat: nmap-based replacement for nc
    fuser: kills locking processes
    vim: attack yourself
    tac: cat in reverse
    slurm: network interface stats
    rename: change spaces to underscores in names
    bmon: a simple bandwidth monitor
    open .: in osx, open finder in the current dir
    lsmod: show kernel modules
    printf: change the format of output
    timeout: execute something and kill it soon after
    disown: protect a job from disconnect
    fc: edit your last command in your editor and execute it
    sudo !!: repeat last command with sudo
    tee: send output to stdout as well
    pgrep: greps through processes
    pkill: kills processes based on search
    fmt: text formatter
    multitail: see logs in separate views
    bc: an interactive calculator language
    apropos: info on commands
    strace: the uber debug tool
    man units: interesting
    pstree: shows processes in a…well…tree
    pv: a progress bar for piped commands
    ddate: wtf
    zgrep: grep within compressed files
    zless: look at compressed files
    nping: nmap-based custom packet creation
    readlink: read values of links
    iostate: look at your disk i/o
    atop: another top
    split: break a file into pieces
    dd: disk writing
    ndiff: show differences in nmap scans
    ss: socket statistics (show apps using the Internet)
    February 19, 2014 10:07:51 PM GMT+01:00 * - permalink -
    QRCode
    - http://www.danielmiessler.com/blog/collection-of-less-commonly-used-unix-commands
    commands linux commandes shell bash
  • thumbnail
    L'Europe essaye de noyer la neutralité du Net - le Blog de FDN

    En bref

    Un résumé rapide, pour ceux qui ne veulent pas tout lire:

    Le texte de la Commission était assez nul.
    Les plus grosses erreurs sont corrigées.
    Les propositions de la rapporteuse pour la commission ITRE, saisie du fond du dossier sont manifestement pilotées par les opérateurs télécom, avec une volonté claire (mais pas affichée ou pas assumée) de rendre le texte inutle et donc de ne pas protéger la neutralité du net en europe.

    Il faut donc espérer que la commission ITRE se rapproche de l'avis rendu par la commission LIBE, et qui donnait un texte valable. Ou, au strict minimum, que Catherine Trautmann tienne ses positions, qui sont des positions de replis, et ne décide pas de céder sur ce texte-là en échange d'un accord sur un autre texte.

    Pour filer un coup de main sur le dossier, ça se passe sur savetheinternet.

    February 19, 2014 10:06:00 PM GMT+01:00 - permalink -
    QRCode
    - http://blog.fdn.fr/?post/2014/02/17/L-Europe-essaye-de-noyer-la-neutralit%C3%A9-du-Net
    neutralitédunet neutralité neutrality netneutrality
  • thumbnail
    aptly - Debian repository management tool
    February 19, 2014 10:04:47 PM GMT+01:00 - permalink -
    QRCode
    - http://www.aptly.info/
    packaging repository
  • thumbnail
    Les stats temps réel de votre site web dans votre console « Korben Korben
    February 19, 2014 10:04:21 PM GMT+01:00 - permalink -
    QRCode
    - http://korben.info/les-stats-temps-reel-de-votre-site-web-dans-votre-console.html
    statistiques stats supervision monitoring
  • thumbnail
    "Hacking" à paraitre aux éditions ENI

    j'ai acheté ce bouquin en numérique -> impossible de le dl en epub ! Le PDF est watermarké de partout ... Et on est obligé d'exporter en pdf chapitre par chapitre si l'on veut tout le bouquin en offline ... J'ai exporté tout ça, je vais demander un remboursement, l'accès payant au savoir devrait être proscrit à force :x

    February 19, 2014 09:23:25 PM GMT+01:00 - permalink -
    QRCode
    - http://www.toolinux.com/Hacking-a-paraitre-aux-editions
    ebook
  • thumbnail
    Shaarli | Orangina Rouge

    un shaarli hosté sur un mutu OVH ... Autant dire que ça PUTAIN DE RAME !!

    Ils ont clairement des problèmes avec leurs filers ou la gestion de charge, c'est affreux même pour charger le flux RSS !

    February 19, 2014 09:21:37 PM GMT+01:00 - permalink -
    QRCode
    - http://orangina-rouge.org/shaarli/
    shaarli ovh
  • thumbnail
    Second Generation Wiki (Main.SecondGenerationWiki) - XWiki

    First generation wikis are used to collaborate on content. Second generation wikis (a.k.a Application Wikis) can be used to create collaborative web applications. XWiki can be used either as a first generation wiki or a second generation one.

    February 19, 2014 09:17:19 PM GMT+01:00 - permalink -
    QRCode
    - http://platform.xwiki.org/xwiki/bin/view/Main/SecondGenerationWiki
    xwiki wiki
  • thumbnail
    TextSecure - Liens en vrac de sebsauvage

    faudra tester !

    February 19, 2014 09:11:56 PM GMT+01:00 - permalink -
    QRCode
    - http://sebsauvage.net/links/?wSID6Q
    sms
  • thumbnail
    drp.io - Fast, easy and secure images hosting - Simply drop one or more images to share them - Liens en vrac de sebsauvage

    https://github.com/dropio
    j'ai mis lutim en prod au boulot et personnellement : c'est pas mal aussi

    February 19, 2014 09:09:55 PM GMT+01:00 - permalink -
    QRCode
    - http://sebsauvage.net/links/?liqJSA
    image imgbi lutim
  • thumbnail
    Les Tiling Window Managers / Gestionnaires de fenêtres en mode pavant: atchoum! | Hydraze & Friends blog

    Je suis pas prêt psychologiquement à quitter gnome shell pour ça même si c'est le fonctionnement des 1337 :d

    February 19, 2014 01:35:27 PM GMT+01:00 - permalink -
    QRCode
    - http://www.hydraze.org/2009/11/les-tiling-window-managers-gestionnaires-de-fenetres-en-mode-pavant-atchoum/
    window_manager tiling
  • thumbnail
    graphite et haproxy 2
    February 19, 2014 01:34:32 PM GMT+01:00 - permalink -
    QRCode
    - https://github.com/acqant/haproxy_2_graphite
    graphite
  • thumbnail
    graphite et haproxy
    February 19, 2014 01:34:14 PM GMT+01:00 - permalink -
    QRCode
    - https://github.com/kenhub/giraffe
    graphite
  • thumbnail
    Pigeonhole/Sieve/Examples - Dovecot Wiki

    require "imap4flags";
    require "regex";
    if anyof (exists "X-Cron-Env",
    header :regex ["subject"] [". security run output",
    ".
    monthly run output",
    ". daily run output",
    ".
    weekly run output"]) {
    addflag "$label1"; # ie 'Important'/red label within Thunderbird

    Other flags:

    addflag "$label1"; # Important: #ff0000 => red

    addflag "$label2"; # Work: #ff9900 => orange

    addflag "$label3"; # personal: #009900 => green

    addflag "$label4"; # todo: #3333ff => blue

    addflag "$label5"; # later: #993399 => violet

    #
    }

    <3

    February 18, 2014 12:47:55 PM GMT+01:00 - permalink -
    QRCode
    - http://wiki2.dovecot.org/Pigeonhole/Sieve/Examples
    sieve
  • thumbnail
    mr!tech | Connectique - Adaptateur 1x jack stereo femelle 6.35mm, 1x jack stereo mâle 3.5mm: Amazon.fr: High-tech
    February 17, 2014 10:17:36 AM GMT+01:00 - permalink -
    QRCode
    - http://www.amazon.fr/tech-Connectique-Adaptateur-stereo-femelle/dp/B0028USW6O/ref=pd_bxgy_ce_img_y
    matos
Links per page: 20 50 100
◄Older
page 152 / 170
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation