public marks

PUBLIC MARKS from dzc with tag shell

2018

2017

ShellCheck – shell script analysis tool

finds bugs in shell scripts. Online, Linux software

2016

warning messages using mysql from within Terminal

use mysql_config_editor (user/pass are saved encrypted in your home/myshellusername/.mylogin.cnf) - mysql --login-path=local (Remember that the --login-path has to come before all other arguments.)

"mysql --login-path=local" instead of "mysql -u username -p pass"

mysql_config_editor set --login-path=local --host=localhost --user=db_user --password

2015

UFW - Uncomplicated Firewall

UFW est un nouvel outil de configuration simplifié en ligne de commande de Netfilter, qui donne une alternative à l'outil iptables.

2014

2013

Glue : command line tool to generate CSS sprite (github)

by 1 other
Automatic Sprite (PNG+CSS) creation. Automatic multi-dpi (retina) sprite creation.

Glue - documentation

command line tool to generate CSS sprites : Automatic Sprite (PNG+CSS) creation. Automatic multi-dpi (retina) sprite creation.

2009

2008

2007

phpa : PHP interactif

php-norl est un client PHP interactif. Similairement au client MySQL, il permet d'exécuter des commandes PHP progressivement. Vous tapez une ligne à la fois, et PHP exécute le tout. Un historique de commandes est conservé pour pouvoir transformer le code taper en un véritable script complet. phpa est écrit en PHP, et fonctionne sur Linux/Windows/MacOSX