摘要:cvt 1920 1080 >>>Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsyncxrandr --newmode "1920x1080_60.00" 173.00 1920
阅读全文
摘要:yum -y install python-devel libffi-devel bzip2-devel bzip2pip install cffi git clone git://github.com/openstack/packstack.gitcd packstack && sudo pyth
阅读全文
摘要:git clone https://github.com/rbenv/rbenv.git ~/.rbenvgit clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-buildcd ~/.rbenv && src/c
阅读全文
摘要:curl 'localhost:9200/_cat/health?v' curl 'localhost:9200/_cat/nodes?v' curl 'localhost:9200/_cat/indices?v' curl -XPUT 'localhost:9200/customer?pretty' curl -XPUT 'localhost:9200/customer/exte...
阅读全文
摘要:yum provides */ss iproute
阅读全文
摘要:git clone https://github.com/yyuu/pyenv.git ~/.pyenvgit clone https://github.com/yyuu/pyenv-virtualenv.git ~/.pyenv/plugins/pyenv-virtualenvecho 'expo
阅读全文
摘要:vi /etc/default/grub GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0...." yum install -y epel-release yum install -y bind-util net-tools yum install -
阅读全文
摘要:vi /etc/sysconfig/grubGRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0 ..."grub2-mkconfig -o /boot/grub2/grub.cfg
阅读全文
摘要:yum install cockpit#mailyum install mutt docker run --name dockerui -d -p 9000:9000 --privileged -v /var/run/docker.sock:/var/run/docker.sock uifd/ui-
阅读全文
摘要:iptables -t nat -N REDSOCKS iptables -t nat -A REDSOCKS -d 0.0.0.0/8 -j RETURNiptables -t nat -A REDSOCKS -d 10.0.0.0/8 -j RETURNiptables -t nat -A RE
阅读全文
摘要:http://www.microsoft.com/en-us/download/confirmation.aspx?id=44266
阅读全文
摘要:c-x 1 关闭其它窗口c-u 8 其它命令 重复8次c-d 删除一个字符m-d 删除一个字C-k Kill from the cursor position to end of lineM-k Kill to the end of the current sentencec-h k 其它命令 查帮
阅读全文
摘要:echo 'extension=oci8.so' >> /etc/php7.0/fpm/php.iniecho 'extension=oci8.so' >> /etc/php7.0/cli/php.ini mkdir /opt/oraclecd /opt/oracle wget instantcli
阅读全文
摘要:pyenv install 如果下载错了,可先下载放 ~/.pyenv/cache下 yum install readline readline-devel readline-static -yyum install openssl openssl-devel openssl-static -yyu
阅读全文
摘要:C:\Users\anjun\AppData\Local\Google\Chrome\Application\chrome.exe --show-app-list --proxy-server="SOCKS5://127.0.0.1:7070"
阅读全文
摘要:laravel 接收post json $request->getContent(); test curl -H "Content-type: application/json" -X POST -d '{"phone":"1344444","password":"test"}' http://homestead.app/user windows command 连接...
阅读全文
摘要:1.laravel 使用已有数据库自动创建model php artisan make:command create_model app/Console/Console/Commands\create_model.php protected $signature = 'my:create_model'; public function handle() ...
阅读全文
摘要:#export ORACLE_HOME=/opt/instantclient_12_1#export LD_LIBRARY_PATH=$ORACLE_HOMEimport cx_Oracle conn = cx_Oracle.connect('hr/a@192.168.56.101/xe') cur
阅读全文
摘要:yum install cockpit#mailyum install mutt docker run --name dockerui -d -p 9000:9000 --privileged -v /var/run/docker.sock:/var/run/docker.sock uifd/ui-
阅读全文
摘要:mvn archetype:generate -DgroupId=cc.anjun -DartifactId=oracledemo -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false http://www.
阅读全文
摘要:conf/Catalina/localhost/manager.xml<Context privileged="true" antiResourceLocking="false" docBase="${catalina.home}/webapps/manager"> <Valve className
阅读全文
摘要:yum install -y yum-utils vim git subversion mariadb-server mariadb gcc kernel-header-devel kernel-devel bzip2-devel golang net-tools rpm -ivh http://r
阅读全文
摘要:http://blog.csdn.net/wylfengyujiancheng/article/details/50418930 rpm -aq|grep yum|xargs rpm -e --nodeps rpm -aq|grep python-iniparse|xargs rpm -e --no
阅读全文