4129 links
740 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 6 / 9
Newer►
165 results tagged linux x
  • thumbnail
    Faites tester votre code par des millions de petits singes « Korben
    March 19, 2014 01:33:25 PM GMT+01:00 - permalink -
    QRCode
    - http://korben.info/faites-tester-votre-code-par-des-millions-de-petits-singes.html
    devop linux developpement intégrationcontinue system
  • thumbnail
    Tutoriel : réplication MySQL master-master ou master-slave
    March 12, 2014 10:18:11 AM GMT+01:00 - permalink -
    QRCode
    - http://www.responsive-mind.fr/replication-mysql-master-master/
    mysql réplication tool linux
  • thumbnail
    Welcome to gaffer’s documentation! — gaffer 0.5.2 documentation

    pas mal ce petit outil

    March 11, 2014 05:23:10 PM GMT+01:00 - permalink -
    QRCode
    - https://gaffer.readthedocs.org/en/latest/#gaffer
    rest api python linux
  • thumbnail
    Contourner l'authentification linux en éditant le GRUB | IT-Connect

    'faut que je fasse un tour d'horizon de mes linux pour corriger ce défaut
    http://www.it-connect.fr/securiser-ledition-du-grub/

    March 9, 2014 12:38:09 PM GMT+01:00 - permalink -
    QRCode
    - http://www.it-connect.fr/contourner-lauthentification-linux-en-editant-le-grub/
    grub security tool linux
  • thumbnail
    picviz - Documentation Ubuntu Francophone

    Un tool pas mal du tout pour cibler les problèmes d'exploit sur un site

    March 6, 2014 03:10:51 PM GMT+01:00 - permalink -
    QRCode
    - http://doc.ubuntu-fr.org/picviz
    secu security tool linux
  • thumbnail
    Réduire la fatigue visuelle sur écran - sebsauvage.net - Les trucs qui m'énervent -

    hop, on se test redshift sous linux cet aprem :-)

    March 6, 2014 01:50:28 PM GMT+01:00 - permalink -
    QRCode
    - http://sebsauvage.net/rhaa/index.php?2010/10/27/06/45/37-reduire-la-fatigue-visuelle-sur-ecran
    linux tool tips
  • thumbnail
    android - Setting rate for sample profiling with 'perf record' - Stack Overflow

    perf record -p $pid <3

    March 5, 2014 10:45:05 AM GMT+01:00 - permalink -
    QRCode
    - http://stackoverflow.com/questions/6103320/setting-rate-for-sample-profiling-with-perf-record
    linux system
  • thumbnail
    How to Find and Delete Empty Directories and Files in Unix

    les snippets, c'est la clé du succès du fainéant :D

    find . -type d -empty -exec rmdir {} \;

    February 25, 2014 09:06:28 PM GMT+01:00 - permalink -
    QRCode
    - http://www.thegeekstuff.com/2010/03/find-empty-directories-and-files/
    find command linux bash
  • 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
    Sed - Expressions régulières

    une petite cheatsheet sur les regexp

    February 13, 2014 04:11:22 PM GMT+01:00 - permalink -
    QRCode
    - http://www.facilysoft.net/index.php?option=com_content&view=article&id=13:sed
    regex regexp linux
  • thumbnail
    linux - When should I not kill -9 a process? - Unix & Linux Stack Exchange

    No no no. Don't use kill -9.

    It doesn't give the process a chance to cleanly:

    1) shut down socket connections

    2) clean up temp files

    3) inform its children that it is going away

    4) reset its terminal characteristics

    and so on and so on and so on.

    Generally, send 15, and wait a second or two, and if that doesn't
    work, send 2, and if that doesn't work, send 1. If that doesn't,
    REMOVE THE BINARY because the program is badly behaved!

    Don't use kill -9. Don't bring out the combine harvester just to tidy
    up the flower pot.

    Just another Useless Use of Usenet,

    February 2, 2014 09:52:38 PM GMT+01:00 - permalink -
    QRCode
    - https://unix.stackexchange.com/questions/8916/when-should-i-not-kill-9-a-process#8927
    linux
  • thumbnail
    Comment créer un blog anonyme (à l'heure de la surveillance généralisée) - Framablog

    Un article framablog fort intéressant ... Ils font la promotion de jekyll pour le blogging, qui est aussi utilisé par img.bi ... Python, c'est vraiment impressionnant :-)

    February 1, 2014 06:19:50 PM GMT+01:00 - permalink -
    QRCode
    - http://www.framablog.org/index.php/post/2014/01/31/blog-anonyme-nsa
    blog linux
  • thumbnail
    Migration du serveur sous FreeBSD 9.2 - Le Blog Maniatux

    un article intéressant de blog qui propose de suivre une utilisation de FreeBSD avec une utilisation des jails (advanced chroot à la openvz, ptet moins avancé), je me met ça la et dans ma tdl 'faut que je mette la mimine un peu dans les BSD based qui sont quand même légion et bien différentes des RedHAT et Debian based ...

    February 1, 2014 06:11:30 PM GMT+01:00 - permalink -
    QRCode
    - http://maniatux.fr/index.php?article445/migration-du-serveur-sous-freebsd-9-2
    tdl todo linux freebsd bsd jail
  • thumbnail
    Benchmark sur un serveur Apache - Tux-planet

    très, TRÈS pratique :)

    January 29, 2014 02:31:03 PM GMT+01:00 - permalink -
    QRCode
    - http://www.tux-planet.fr/benchmark-sur-un-serveur-apache/
    apache benchmark tuning tool linux
  • thumbnail
    Asciiflow - ASCII Flow Diagram Tool

    excellent outil de dessin, qui surpasse les qualités de visio :D

    January 28, 2014 08:58:02 PM GMT+01:00 - permalink -
    QRCode
    - http://www.asciiflow.com/#Draw
    ascii ascii-art dessin tool linux
  • thumbnail
    How's My SSL?

    Un site qui permet de tester la qualité d'un client SSL

    How's My SSL? is a cute little website that tells you how secure your TLS client is. TLS clients just like the browser you're reading this with.

    How's My SSL? was originally made to help a web server developer learn what real world TLS clients were capable of. It's been expanded to give developers and the very technically-savvy a quick and easy way to learn more about the TLS tools they use.

    It's also meant to impell developers to modernize and improve their TLS stacks. Many security problems come from engineers simply not knowing what worries to have. How's My SSL? is a demonstration of what those TLS client worries should be.

    How's My SSL? chooses topics important to today's security environment and analyzes clients in that context. It will never be a complete audit, but it can hit the high notes. Over time, How's My SSL? will change to live in an ever more difficult security environment. It will be kept up by people who care.

    January 28, 2014 08:29:28 PM GMT+01:00 - permalink -
    QRCode
    - https://www.howsmyssl.com/
    ssl test tool linux
  • thumbnail
    La magie du chroot... | Artisan Numérique

    une doc bien foutue pour le chroot !

    January 28, 2014 08:28:08 PM GMT+01:00 - permalink -
    QRCode
    - http://artisan.karma-lab.net/magie-chroot
    chroot tuto howto tool linux
  • thumbnail
    Magento performance optimisation: APC, Memcached and Varnish | Branded3

    a voir comment généraliser à toutes les webapps le memcached

    January 26, 2014 10:53:38 PM GMT+01:00 - permalink -
    QRCode
    - http://www.branded3.com/blogs/magento-performance-optimisation-apc-memcached-and-varnish/
    apache php tuning varnish apc memcached memcache linux web
  • thumbnail
    "Nicolargo : Glances 1.7.4 est dans les bacs !" http://feedly.com/k/1aodqi3

    A tester ! Un outil comparable à nmon on dirait

    January 21, 2014 09:43:47 PM GMT+01:00 - permalink -
    QRCode
    - http://feedly.com/k/1aodqi3
    Monitoring tool tdl linux
  • thumbnail
    Programmation - Hostathome

    scripts préconfigurés pour déployer des outils sur un serveur (via sebsauvage)

    January 4, 2014 12:21:15 PM GMT+01:00 - permalink -
    QRCode
    - http://yeuxdelibad.net/Programmation/Hostathome.html
    tools linux
Links per page: 20 50 100
◄Older
page 6 / 9
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation