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 133 / 170
Newer►
  • thumbnail
    J'AI PAS VOTÉ - FILM COMPLET - 46 mn - YouTube

    très intéressant, à regarder !

    September 15, 2014 10:50:21 PM GMT+02:00 * - permalink -
    QRCode
    - https://www.youtube.com/watch?v=uzcN-0Bq1cw
    documentaire politique
  • thumbnail
    scobal/seyren

    un tool qu'il a l'air bien, via zecrazytux

    September 15, 2014 02:03:33 PM GMT+02:00 * - permalink -
    QRCode
    - https://github.com/scobal/seyren
    graphite reporting alerting monitoring
  • thumbnail
    Internet, cet outil de terreur : Reflets
    September 14, 2014 11:33:00 AM GMT+02:00 * - permalink -
    QRCode
    - http://reflets.info/internet-cet-outil-de-terreur/
    reflets info news
  • Backup using dd command in linux

    full hard disk copy

    dd if=/dev/hdx of=/dev/hdy
    dd if=/dev/hdx of=/path/to/image
    dd if=/dev/hdx | gzip > /path/to/image.gz

    Hdx could be hda, hdb etc. In the second example gzip is used to compress the image if it is really just a backup.

    Restore Backup of hard disk copy

    dd if=/path/to/image of=/dev/hdx

    gzip -dc /path/to/image.gz | dd of=/dev/hdx

    MBR backup

    In order to backup only the first few bytes containing the MBR and the partition table you can use dd as well.

    dd if=/dev/hdx of=/path/to/image count=1 bs=512

    MBR restore

    dd if=/path/to/image of=/dev/hdx

    September 13, 2014 05:55:30 PM GMT+02:00 * - permalink -
    QRCode
    - http://www.debianhelp.co.uk/ddcommand.htm
    dd backup restore
  • thumbnail
    [patch] Grsecurity/gradm support · Issue #696 · ansible/ansible
    • name: Disabling RBAC
      tags:
      • grsec
        shell: echo MyVeRySeCuRePaSs | gradm -D
    • name: Testing RBAC (error is normal)
      tags:
      • grsec
        shell: gradm -S
        ignore_errors: yes
    • name: Enabling RBAC
      tags:
      • grsec
        shell: gradm -E
    September 12, 2014 10:23:27 AM GMT+02:00 * - permalink -
    QRCode
    - https://github.com/ansible/ansible/issues/696#issuecomment-55279959
    ansible
  • thumbnail
    Init script for Graphite carbon-cache

    je mets ça la

    September 12, 2014 09:12:42 AM GMT+02:00 * - permalink -
    QRCode
    - https://gist.github.com/chalmerj/1492384
    init graphite
  • Libérez vos mises à jour avec UpdatEngine 2.1.0! - LinuxFr.org
    September 10, 2014 10:19:52 AM GMT+02:00 * - permalink -
    QRCode
    - http://linuxfr.org/news/liberez-vos-mises-a-jour-avec-updatengine-2-1-0#mais-updatengine-cest-quoi
    update manager
  • thumbnail
    Configure, Manage and Monitor "Apache Web Server" from Web Browser Using "Apache GUI" Tool
    September 9, 2014 10:00:53 AM GMT+02:00 * - permalink -
    QRCode
    - http://www.tecmint.com/apache-web-administration-tool/
    software apache gui
  • thumbnail
    Tools to optimize the Memory Usage of Firefox and Chrome - gHacks Tech News

    pour les problèmes de ram avec firefox ..

    September 7, 2014 07:02:21 PM GMT+02:00 * - permalink -
    QRCode
    - http://www.ghacks.net/2014/09/07/tools-to-optimize-the-memory-usage-of-firefox-and-chrome/
    firefox
  • A Very Simple Way to Test if Your Alkaline Batteries are Dead or Not | Geeks are Sexy Technology News

    un test pour déterminer la santé d'une pile

    September 7, 2014 07:00:54 PM GMT+02:00 * - permalink -
    QRCode
    - http://www.geeksaresexy.net/2014/09/07/a-very-simple-way-to-test-if-your-alkaline-batteries-are-dead-or-not/
    pile
  • Essayez l'IDS Bro en ligne
    September 7, 2014 06:58:37 PM GMT+02:00 * - permalink -
    QRCode
    - https://quack1.me/try_bro.html
    ids ips security
  • thumbnail
    HAProxy Is Still An Arrow in the Quiver for Those Scaling Apps | The New Stack

    you don't get to choose when scaling challenges comes up ... True story bro, j'espère que je n'aurais pas à faire face à ce genre de connerie où le choix n'est pas fait en amont et tout s'effondre

    September 6, 2014 03:49:53 PM GMT+02:00 * - permalink -
    QRCode
    - http://thenewstack.io/haproxy-still-an-arrow-in-the-quiver-for-those-scaling-apps/
    scalability
  • thumbnail
    Asus EeeBook X205, le netbook ressuscité à 200 €

    une bonne nouvelle !

    September 6, 2014 03:37:44 PM GMT+02:00 * - permalink -
    QRCode
    - http://www.tomshardware.fr/articles/asus-eeebook-x205,1-54296.html
    eeepc
  • thumbnail
    MySQL 101: Monitor Disk I/O with pt-diskstats
    September 4, 2014 10:45:12 AM GMT+02:00 * - permalink -
    QRCode
    - http://www.percona.com/blog/2014/09/04/mysql-101-monitor-disk-io-with-pt-diskstats/
    monitoring diskstats
  • 40 Million hits a day on WordPress using a $10 VPS | Review Signal Blog
    September 4, 2014 10:44:51 AM GMT+02:00 * - permalink -
    QRCode
    - http://reviewsignal.com/blog/2014/06/25/40-million-hits-a-day-on-wordpress-using-a-10-vps/
    nginx lemp optimisation tuning
  • Federated Graphite — Richard Crowley’s blog
    August 30, 2014 04:09:23 PM GMT+02:00 * - permalink -
    QRCode
    - http://rcrowley.org/articles/federated-graphite.html
    graphite
  • Minimizing datapoint lag in Graphite | Jamie Alquiza
    August 30, 2014 04:06:30 PM GMT+02:00 * - permalink -
    QRCode
    - http://grey-boundary.com/minimizing-datapoint-lag-in-graphite/
    graphite
  • thumbnail
    Subrosa - Encrypted messaging, calls and video chats
    August 30, 2014 03:59:04 PM GMT+02:00 * - permalink -
    QRCode
    - https://subrosa.io/
    messagerie messaging secure chat
  • SysOrb server and network monitoring | Evalesco
    August 30, 2014 03:29:01 PM GMT+02:00 * - permalink -
    QRCode
    - http://www.evalesco.com/
    monitoring
  • thumbnail
    Low Level Manager: Monitorama Conference

    edit :
    après avoir matté la première conf (la seconde sur la sécurité en entreprise est pas super intéressante) : le dev de grafana est vraiment intéressant et il a sû capter l'essentiel de l'outil graphite pour le rendre "manipulable"; GG

    August 30, 2014 03:28:55 PM GMT+02:00 * - permalink -
    QRCode
    - http://www.lowlevelmanager.com/2014/07/monitorama-conference.html
    monitoring
Links per page: 20 50 100
◄Older
page 133 / 170
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation