Skip to content

Instantly share code, notes, and snippets.

Se modifica el archivo en modo adminitrador:
~ sudo [nombre_editor] /etc/environment/
y se agregan estas líneas
no_proxy="127.0.0.1,localhost"
NO_PROXY="127.0.0.1,localhost"
all_proxy=socks://172.21.0.12:3128/
ALL_PROXY=socks://172.21.0.12:3128/
if [ -f /etc/bash_completion ]; then
source /etc/bash_completion
fi
__has_parent_dir () {
# Utility function so we can test for things like .git/.hg without firing up a
# separate process
test -d "$1" && return 0;
current="."
/**/
$return = new \stdClass();
// Add some test data
$return->status = true;
$return->success = new \stdClass();
$return->success->id = 1988;
$return->success->msg = "Message";
$return->success->data = new \stdClass();
$return->error = new \stdClass();
$return->error->code = 1988;