• davidY
  • Mes liens
  • Tags
  • images
  • Quotidien
  • RSS
  • Connexion
Filtrer par liens sans tag

Quelques métriques à superviser pour prévenir les pannes | Sysnovehttps://www.sysnove.fr/blog/2014/06/quelques-metriques-superviser-prevenir-pannes.html

  • monitoring
  • monitoring

Permalien
September 25, 2015 at 5:30:06 PM GMT+2

Analysez en temps réel les logs Nginx ou Apache avec GoAccess - Informatique générale - ShevArezo`Bloghttp://blog.shevarezo.fr/post/2015/09/14/analyser-temps-reel-logs-nginx-apache-goaccess

  • todo_linux
  • log
  • todo_linux
  • log

Outil d'analyse des logs d'accès en temps reel

Permalien
September 21, 2015 at 9:14:29 PM GMT+2

the xonsh shell — xonsh 0.2.0 documentationhttp://xonsh.org/?utm_content=buffer63001&utm_medium=social

  • shell
  • shell

Un nouveau shell en Python

Permalien
September 19, 2015 at 1:46:09 PM GMT+2

Les Bons Plans pour un voyage à New YorkMeilleur quartier pour loger à New York ?http://www.bons-plans-voyage-new-york.com/tous-les-bons-plans/bons-plans-hotels-appartements/quel-est-le-meilleur-quartier-pour-loger-a-new-york-suivant-vos-envies-et-votre-budget/

  • voyage
  • new-york
  • voyage
  • new-york

Site a creuser, sur new york.
Cette page parle des quartiers...

Permalien
September 12, 2015 at 12:21:54 AM GMT+2

Parents, vous ne voyez pas les dangers pour vos enfantshttp://francoischarlet.ch/2015/parents-vous-ne-voyez-pas-les-dangers-pour-vos-enfants/

  • mais_ou_va_le_monde
  • mais_ou_va_le_monde

Les danger des réseaux sociaux pour les enfants

Permalien
September 2, 2015 at 5:27:00 PM GMT+2

[macrostuff] : Mesure de consommation énergétique en open source – téléinfo EDF et chauffe eauhttp://arthur.lutz.im/blog/2015/08/mesure-de-consommation-energetique-en-open-source-teleinfo-edf-et-chauffe-eau/

  • teleinformation
  • emoncms
  • teleinformation
  • emoncms

Permalien
August 26, 2015 at 9:16:37 AM GMT+2

Vim Workflows: File Switchinghttp://benmccormick.org/2014/11/10/vim-workflows-file-switching-strategies/

  • todo_vim
  • todo_vim

Permalien
August 11, 2015 at 9:31:15 AM GMT+2

Awesome Wallpapers - wallhaven.cchttp://alpha.wallhaven.cc/

Site de wallpaper.

Remplace wallbase.cc qui a disparu

Permalien
August 6, 2015 at 9:03:45 AM GMT+2

ZFS: You should use mirror vdevs, not RAIDZ. | JRS Systems: the bloghttp://jrs-s.net/2015/02/06/zfs-you-should-use-mirror-vdevs-not-raidz/

  • zfs
  • fs
  • zfs
  • fs

Article conseillant expressément de faire des miroirs de vdev zfs (~RAID 10) plutot que tout autre forme de RAIDZ

Permalien
July 21, 2015 at 10:37:20 PM GMT+2

Telegraf - GitHub · Build software better, together.https://github.com/influxdb/telegraf/

  • todo_metrics
  • todo_metrics

Permalien
July 1, 2015 at 9:39:19 PM GMT+2

Welcome to pi-jukebox’s documentation! — pi-jukebox 0.1a documentationhttp://mark-me.github.io/Pi-Jukebox/

  • musique
  • mpd
  • sonos
  • raspberry
  • musique
  • mpd
  • sonos
  • raspberry

Permalien
June 22, 2015 at 1:26:57 PM GMT+2

Blacklist Checkhttp://whatismyipaddress.com/blacklist-check

  • mail
  • spam
  • mail
  • spam

Permalien
June 14, 2015 at 3:37:07 PM GMT+2

Postgresqlhttps://share.davidy.fr/shaare/ONNpCg

  • tips
  • postgresql
  • tips
  • postgresql

Lister les bases :
\l
Lister les utilisateurs :
\du
Supprimer une base :
drop database [nom];
Supprimer un utilisateur :
drop user [nom];

Permalien
June 10, 2015 at 4:43:35 PM GMT+2

Processus - porthttps://share.davidy.fr/shaare/cHZYBw

  • linux
  • tips
  • reseau
  • linux
  • tips
  • reseau

Pour trouver le programme écoutant sur un port (Linux)

SOLUTION 1 :

netstat -tulpn
(Pas d'infos lues pour "-p": geteuid()=1000 mais vous devez être root.)
Connexions Internet actives (seulement serveurs)
Proto Recv-Q Send-Q Adresse locale Adresse distante Etat PID/Program name
tcp 0 0 127.0.0.1:3306 0.0.0.0: LISTEN -
tcp 0 0 0.0.0.0:111 0.0.0.0:
LISTEN -
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN -

sudo fuser 80/tcp
80/tcp: 7843 7845

sudo ls -l /proc/7845/exe
lrwxrwxrwx 1 www-data www-data 0 juin 8 15:09 /proc/7845/exe -> /usr/sbin/nginx*

SOLUTION 2 :

sudo lsof -i tcp:80
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
nginx 7843 root 8u IPv4 225646 0t0 TCP :http (LISTEN)
nginx 7845 www-data 8u IPv4 225646 0t0 TCP
:http (LISTEN)

Permalien
June 9, 2015 at 3:46:16 PM GMT+2

Fail2ban : Unbanhttps://share.davidy.fr/shaare/WMtENQ

  • fail2ban
  • tips
  • fail2ban
  • tips

En mode propre

Pour les version > 0.8.8 :

fail2ban-client set sshd unbanip 10.1.3.245
fail2ban-client set ssh unbanip 10.1.3.245

En mode à l'arrache

Ne semble plus fonctionner

Pour les version < 0.8.8 :

sudo iptables -L  -n -v --line-numbers

Chain fail2ban-ssh (1 references)
num   pkts bytes target     prot opt in     out     source               destination
1            0       0 DROP      all    --   *       *         62.76.42.59       0.0.0.0/0
2          14  1204 DROP      all    --   *       *         218.65.30.73     0.0.0.0/0

sudo iptables -D fail2ban-ssh [numéro de ligne]
Permalien
June 9, 2015 at 2:10:05 PM GMT+2

How to undo (almost) anything with Githttps://github.com/blog/2019-how-to-undo-almost-anything-with-git

  • todo_git
  • todo_git

Liste de commande pour annuler tout un tas d'action sous git selon l'état des fichiers et ce que l'on veut faire

Permalien
June 9, 2015 at 10:50:41 AM GMT+2

A Hacker's Guide to Git | Wildly Inaccuratehttp://wildlyinaccurate.com/a-hackers-guide-to-git/

  • todo_git
  • todo_git

Permalien
June 8, 2015 at 10:34:47 PM GMT+2

Home // Think Like (a) Githttp://think-like-a-git.net/

  • todo_git
  • todo_git

Permalien
June 8, 2015 at 10:30:11 PM GMT+2

Dompter VIM en trois temps 1/3 | Blog Arollahttp://www.arolla.fr/blog/2015/02/dompter-vim-en-trois-temps-13/

  • todo_vim
  • todo_vim

Permalien
June 8, 2015 at 9:31:03 PM GMT+2

How to boost your Vim productivity · sheerunhttp://sheerun.net/2014/03/21/how-to-boost-your-vim-productivity/

  • todo_vim
  • todo_vim

Permalien
June 6, 2015 at 7:12:19 PM GMT+2
31 / 47
Liens par page
  • 20
  • 50
  • 100
Shaarli 934 shaares · 3 liens privés · Shaarli · Le gestionnaire de marque-pages personnel, minimaliste, et sans base de données par la communauté Shaarli · Documentation · Theme : Stack · Font : DINish
Replier Replier tout Déplier Déplier tout Êtes-vous sûr de vouloir supprimer ce lien ? Êtes-vous sûr de vouloir supprimer ce tag ? The personal, minimalist, super-fast, database free, bookmarking service par la communauté Shaarli