Skip to content

Instantly share code, notes, and snippets.

@f0x2501
f0x2501 / php-cli_ovh_mutu.md
Created December 6, 2015 19:42 — forked from floptwo/php-cli_ovh_mutu.md
OVH PHP-CLI

PHP-CLI (PHP en ligne de commande) sur les hébergements mutualisés OVH

(cli)

/usr/local/php5.3/bin/php  =>  PHP 5.3.29 (cli) (built: Dec 10 2014 16:59:41)
/usr/local/php5.4/bin/php  =>  PHP 5.4.38 (cli) (built: Feb 26 2015 09:53:00)
/usr/local/php5.5/bin/php  =>  PHP 5.5.22 (cli) (built: Feb 23 2015 13:12:45)
/usr/local/php5.6/bin/php  =>  PHP 5.6.6 (cli) (built: Feb 23 2015 13:13:02)
/usr/local/php7.0/bin/php => PHP 7.0.0RC5 (cli) (built: Oct 15 2015 09:46:15) ( NTS )
@f0x2501
f0x2501 / udisks_functions
Created July 20, 2012 10:13 — forked from ledti/udisks_functions
Simplifies mounting and unmounting with udisks.
#!/usr/bin/env bash
# udisks_functions: https://bbs.archlinux.org/viewtopic.php?id=109307
# last modified: 2010/12/11
# functions: sdm, sdu, mcm, mcu, srm, sru, fdm, and fdu.
# aliases: sd*m, sd*u, mc*m, and mc*u.
# options:
enable_device="true"
enable_mmc="true"