BT面板安装php5.6失败
环境:Ubuntu 16.04 安装PHP5.6 几次都失败搜索一通,都是直接安装PHP5.6,而不是编译安装参考:https://stackoverflow.com/questions/11741976/getting-error-char16-t-and-char32-t-undeclared看 src 目录下,一直有相关的Makefile,直接make,就会报错把 --std=c+
环境:Ubuntu 16.04 安装PHP5.6 几次都失败搜索一通,都是直接安装PHP5.6,而不是编译安装参考:https://stackoverflow.com/questions/11741976/getting-error-char16-t-and-char32-t-undeclared看 src 目录下,一直有相关的Makefile,直接make,就会报错把 --std=c+
aabite.com 不知道是被谁盯上了,被黑了。服务器懒得折腾,换到了virmach,结果,昨天收到邮件说,IO 超了,vps被shutdown。今天去看了一下,重启vps,就又可以访问了,可是,刚起来Apache,就一大堆的访问,觉得是不是被当成中间代理了。把aabite.com 下线,充Apache disable然后下载了最新的wordpress 包,原wordpress里面,删除wp-a
一场倒墙风波过后,我不怎么使用的vps ip也都被ban了,包括hostodo和vultr。简单的检测方法:ping.chinaz.com如果国内都不通,国外的通,很明显了。解决办法:hostodo 发了个service ticket,说vps cannot access via ssh当天晚上就发mail,给了个新ip。服务还是不错的。vultr 需要新创建实例,然后把旧实例数据restore过
设置当前登陆用户sudo免密假设当前用户名为user1使用visudo打开sudoers并编辑sudo visudo在刚才编辑的内容中加上NOPASSWD:user1 ALL=(ALL:ALL) NOPASSWD: ALL保存即可。
问题:使用babun自带的git,因为工作项目是放在gitlab上,但是每次git pull,都会弹出询问用户名密码,设置了ssh key也是如此。解决方案:http://stackoverflow.com/a/36721316/4377192Get the GCMW's latest release, download the zip file (not the installer), extr
参考:https://www.jianshu.com/p/f3b3e91575ee-keepattributesAnnotation-keepattributes JavascriptInterface-keepclassmembers class * {@org.xwalk.core.JavascriptInterface <methods>;}-keepclassmembers c
参考:https://blog.csdn.net/Builder_Taoge/article/details/70158690校验apk证书jarsigner -verify -verbose -certs app/release/app-release.apk简单来说,需要选中V1 版本
zsh 设置ohmyzsh安装sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" git extras[https://github.com/tj/git-extras]安装$ git clone https://github.com/tj/gi
GDB_on_OS_X_Mavericks_or_newer_and_Xcode_5_or_newerCodesigning gdbhttps://sourceware.org/gdb/wiki/BuildingOnDarwin#Method_for_Mac_OS_X_10.5_.28Leopard.29_and_laterMac(os x)下使用gdb的问题codesign 之后,运行出现sud
参考(https://www.moerats.com/archives/491/)教程写得很详细,按照步骤来即可。中间碰到几个问题 rclone authorize 获取校验 vps上没有办法启动browser,只能使用no,手动校验 因为使用的是mac,安装mac版的rclonemacos-installation-from-precompiled-binary教程很详细,基本上,全部copy即