Git Product home page Git Product logo

phpworkflow's Introduction

phpworkflow

workflow for php

##git use https## git config --global url."https://".insteadOf git://

##yum install git on centos5## rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm yum install git-core

##git clone not default port## git clone ssh://[email protected]:8080/opt/git/my_project.git

##git allow remote push## [receive] denyCurrentBranch = ignore ##镜像下载 http://mirrors.163.com/ ##git bash自定义home目录 -打开git安装目录\etc\profile -找到normalize HOME -添加HOME="D:/code" cd $HOME

##centos6 升级git 原文链接

###提取git两个版本的差异,并打包文件

  • git add * && git commit -a -m'loginfo' && git log --pretty=oneline -2|awk '{print $1}'|xargs git diff --name-only|xargs zip ~/update.zip &&sz ~/update.zip

###curl resolve

###内存清理

  • #!/bin/bash
  • source /etc/profile
  • source /root/.bash_profile
  • sync
  • echo 3 > /proc/sys/vm/drop_caches

###mysql清理请求

  • mysqladmin -uroot -p processlist|awk -F "|" '{print $2}'|xargs -n 1 mysqladmin -uroot -p kill

###cannot find input file: Makefile.in

  • aclocal
  • autoconf
  • autoheader
  • automake --add-missing

###mount && remount

  • mount -t tmpfs -o size=2560m,mode=0755 tmpfs /var/www/html/Baidu/Quote
  • mount -o remount,size=2560m,mode=0755 tmpfs /var/www/html/Baidu/Quote

phpworkflow's People

Contributors

wanghaibo avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.