读好书,交益友
发布时间:2016-04-26 19:48:59
1、直接关闭防火墙systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止firewall开机启动2、设置 iptables serviceyum -y install iptables-services如果要修改防火墙配置,如增加防火墙端口3306vi /etc/sysconfig/iptables 增加.........【阅读全文】
发布时间:2016-04-26 18:34:20
git 1.7.10之后,有时候git pull的时候 会自动发送merge 信息如下配置可以关闭编辑~/.gitconfig [core] mergeoptions = --no-edit 或者终端中执行git config --global core.mergeoptions --no-edit......【阅读全文】
发布时间:2016-04-21 17:32:33
use db_name; SET autocommit=0 ; source the_sql_file.sql ; COMMIT ;......【阅读全文】
发布时间:2016-03-03 10:52:07
看了一下网上大部分文章都是手动安装sbt的其实也可以apt安装echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.listsudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 642AC823sudo apt-get updatesudo apt-get install sbt.........【阅读全文】
发布时间:2016-02-15 15:02:16
以前在windows下使用itools访问手机,但是在ubuntu下就不行了,不过ubuntu下也有相应的工具.在手机上打开usb调试模式,接上usb.lsusb显示Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubBus 001 Device 002: ID 8087:8008 Intel Corp. Bu.........【阅读全文】