Skip to content

Instantly share code, notes, and snippets.

View frangeris's full-sized avatar
👀

Frangeris Peguero frangeris

👀
  • Cloud(x);
  • Buenos Aires
  • 19:54 (UTC -03:00)
View GitHub Profile
@frangeris
frangeris / commands.md
Last active December 6, 2021 20:15
Common git commands

Common git commands

This is a list of useful commands for git for fast search and ops developers, enjoy and comments for suggest all welcomes :D


Public repo .tar for download versions: https://www.kernel.org/pub/software/scm/git/

@frangeris
frangeris / setup.sh
Last active August 29, 2015 13:57 — forked from boo1ean/setup.sh
Setup guide for server environment for PHP over power
#!/usr/bin/env bash
# Install dependencies
yum update -y
yum install -y gcc apr-devel apr-util-devel openssl-devel pcre-devel libxml2-devel libcurl-devel libpng-devel libjpeg-devel libXpm-devel freetype-devel libicu-devel
# Or just make your own installation for apr
mkdir setup && cd setup
wget <url_to_apache>.tar.gz
tar -zxvf <apache>.tar.gz
@frangeris
frangeris / commands
Last active April 18, 2018 16:55
Fast useful list of linux command
LOCK FILE +, UNLOCK - chattr -i /etc/httpd/conf/httpd.conf
NETWORKING
ifconfig eth0 up
history | grep ifconfig
ifconfig eth0:1 <ip>
tracert <domain>
watch "echo stats | nc 127.0.0.1 11211"
dig <domain> ANY +noall +answer
netstat -a [listening ports]
@frangeris
frangeris / composer-cheet-sheet
Last active February 16, 2016 19:12
Composer basic cheet sheet
COMPOSER
========
INSTALL composer install
--ignore-platform-reqs
UPDATE composer update
DUMP composer dump-autoload [--optimize]

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch