Shaare your links…
407 links
Liens · Devenet Home Login RSS feed Tags cloud
◄ older
2 of 5
newer ►
83 results for tags ressource x
  • Nextcloud sur Raspberry pi : fanless, RAID 1, simple, pas cher ! → http://forum.minimachines.net/Thread-VERSION-FINALE-Nextcloud-sur-Raspberry-pi-fanless-RAID-1-simple-pas-cher
    Très intéressant le boitier Boitier Externe Icy Box IB-RD2253-U31 !
    Fri Sep 15 16:17:12 2017 – #permalink
    nas raspberrypi ressource
  • Free Transparent PNG Images, Stickers & No Background Clipart - StickPNG → http://www.stickpng.com
    Fri Sep 15 15:26:16 2017 – #permalink
    png ressource
  • Are men talking too much? → http://arementalkingtoomuch.com/
    ‣ via https://twitter.com/lactualaloupe/status/763013336992800768
    Tue Aug 9 16:48:41 2016 – #permalink
    life ressource
  • POC : un VPN facile à utiliser ! → https://www.sheldon.fr/2015/07/poc-un-vpn-facile-a-utiliser/
    Installation et configuration d'un serveur OpenVPN avec une interface d'administration graphique.
    Il faut que je teste ça.
    Thu Feb 25 12:29:07 2016 – #permalink
    ressource vpn
  • Sending a multi-part email with html and plain text - Liens Ecyseo → http://bookmarks.ecyseo.net/?rZSKHA
    //specify the email address you are sending to, and the email subject
    $email = 'email@example.com';
    $subject = 'Email Subject';

    //create a boundary for the email. This
    $boundary = uniqid('np');

    //headers - specify your from email address and name here
    //and specify the boundary for the email
    $headers = "MIME-Version: 1.0\r\n";
    $headers .= "From: Your Name \r\n";
    $headers .= "To: ".$email."\r\n";
    $headers .= "Content-Type: multipart/alternative;boundary=" . $boundary . "\r\n";

    //here is the content body
    $message = "This is a MIME encoded message.";
    $message .= "\r\n\r\n--" . $boundary . "\r\n";
    $message .= "Content-type: text/plain;charset=utf-8\r\n\r\n";

    //Plain text body
    $message .= "Hello,\nThis is a text email, the text/plain version.
    \n\nRegards,\nYour Name";
    $message .= "\r\n\r\n--" . $boundary . "\r\n";
    $message .= "Content-type: text/html;charset=utf-8\r\n\r\n";

    //Html body
    $message .= "
    Hello,
    This is a text email, the html version.

    Regards,
    Your Name";
    $message .= "\r\n\r\n--" . $boundary . "--";

    //invoke the PHP mail function
    mail('', $subject, $message, $headers);
    Tue Feb 23 15:12:10 2016 – #permalink
    php ressource
  • Kickball/awesome-selfhosted - Github → https://github.com/Kickball/awesome-selfhosted
    This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers
    Sat Feb 20 15:19:15 2016 – #permalink
    ressource
  • Créer un e-mail responsive sans media queries – L'intégration d'e-mails → http://emails.hteumeuleu.fr/2015/06/creating-a-future-proof-responsive-email-without-media-queries/
    Mon Jun 22 12:14:43 2015 – #permalink
    css email html ressource
  • JavaScript Garden → https://bonsaiden.github.io/JavaScript-Garden/
    Article qui semble assez complet sur le langage JavaScript.
    Fri Jun 5 13:41:02 2015 – #permalink
    js ressource web
  • Cachet HQ - The open source status page system → https://cachethq.io/
    Page de statuts à la StatusPage mais écrit en PHP et à auto-hébergé !
    Thu Mar 12 10:03:12 2015 – #permalink
    php ressource
  • Le design des programmes | Thèse Anthony Masure → http://www.softphd.com/
    Une thèse en ligne (version HTML ou PDF) sur le design des programmes.
    Tue Feb 17 17:14:47 2015 – #permalink
    later ressource
  • Check Username Availability at Multiple Social Networking Sites → http://namechk.com/
    Mon Feb 16 11:36:34 2015 – #permalink
    ressource web
  • Tiashoots.com → http://www.tiashoots.com/galerie/
    Photographies (non libres de droit) sympathiques
    Mon Feb 16 11:35:48 2015 – #permalink
    photo ressource
  • CSS Reference | Codrops → http://tympanus.net/codrops/css_reference/
    Références CSS
    Thu Feb 5 11:11:18 2015 – #permalink
    css ressource
  • PHP - Extremely light templating system - Stack Overflow → https://stackoverflow.com/questions/4065418/php-extremely-light-templating-system
    /**
    * Renders a single line. Looks for {{ var }}
    *
    * @param string $string
    * @param array $parameters
    *
    * @return string
    */
    function renderString($string, array $parameters)
    {
       $replacer = function ($match) use ($parameters)
       {
           return isset($parameters[$match[1]]) ? $parameters[$match[1]] : $match[0];
       };

       return preg_replace_callback('/{{\s*(.+?)\s*}}/', $replacer, $string);
    }
    Wed Feb 4 17:04:00 2015 – #permalink
    php ressource
  • Apache, protéger par mot de passe tout un hôte virtuel sauf certaines adresses : utilisation de LocationMatch - PAB's blog → http://blog.bandinelli.net/index.php?post/2014/05/04/Prot%C3%A9ger-par-mot-de-passe-Digest-tout%2C-sauf-un-r%C3%A9pertoire-%21
    <LocationMatch "^(?!/zone-publique)">
           AuthType Digest
           AuthName "mon-app"
           AuthDigestProvider file
           AuthUserFile /path/to/digest-password-file
           Require valid-user
    </LocationMatch>
    Thu Jan 22 14:14:05 2015 – #permalink
    apache debian ressource
  • Entretenir et sécuriser ownCloud avec logrotate et fail2ban - PAB's blog → http://blog.bandinelli.net/index.php?post/2015/01/02/Entretenir-et-s%C3%A9curiser-ownCloud-avec-logrotate-et-fail2ban
    De côté pour m'inspirer des filtres et voir pour le logrotate.
    Thu Jan 22 14:07:00 2015 – #permalink
    debian ressource
  • Character Codes -- HTML Codes, Hexadecimal Codes → http://character-code.com/
    Liste des codes caractères HTML, notamment émoticônes et autres.
    Wed Jan 14 16:42:05 2015 – #permalink
    html ressource
  • State of Web Type → http://stateofwebtype.com/
    Slides sur les web fonts avec exemples
    Wed Dec 10 14:20:27 2014 – #permalink
    ressource web
  • network monitoring - how to get a total bandwidth graph in munin - Server Fault → http://serverfault.com/questions/239553/how-to-get-a-total-bandwidth-graph-in-munin
    Instructions pour faire un cumul du traffic eth0 dans Munin et ainsi avoir une idée globale de la bandwidth.
    Thu Nov 20 17:28:18 2014 – #permalink
    munin ressource
  • MuninConfigurationNetworkTLS – Munin → http://munin-monitoring.org/wiki/MuninConfigurationNetworkTLS
    Mettre en place une liaison TLS entre un munin serveur et un munin node.
    Peut-être intéressant :)
    Thu Nov 20 16:28:53 2014 – #permalink
    munin ressource
◄ older
2 of 5
newer ►
Shaarli by sebsauvage
Shaarli-Theme by Nicolas based on idleman theme