摘要:
Network unavailable due to certificate issue. Try changing the setting `Use Windows trust store` in Preferences->Connections and restart DBeaver. It m 阅读全文
摘要:
Network unavailable due to certificate issue. Try changing the setting `Use Windows trust store` in Preferences->Connections and restart DBeaver. It m 阅读全文
摘要:
当你用launch.jnlp启动服务器远程管理时会出现这么坑爹的提示 提示下载的jar包服务器是404这个时候只需要下载的后缀加 iKVM__V1.69.xxxxx.jar.pack.gz 把所有需要下载的资源下载后,把jnlp里面的codebase改成本地自己用临时web 在用unpack2000 阅读全文
摘要:
切换了多种多线程的写法最后都会偶尔出现Killed现象 定位日志 /var/log/ egrep -i 'killed process' /var/log/syslog 查看具体kill的原因,发现是系统自我保护的结果 localhost kernel: [1733935.497845] Out o 阅读全文
摘要:
Exception: Cannot override non-whitelisted built-in command 这种多半你是自己 .gdbinit配置有问题 比如peda放到pwndbg前面了,可以把顺序换下 source /home/kali/Desktop/ctf/Space/pwndb 阅读全文
摘要:
在利用cloudflare前置时,对cs配置set trust_x_forwarded_for "true";无效主要原因是,cloudflare发送的头是小写,cs里面取的是标准写法,因此需要反编译修改在编译回来 即可获取到真实ip 阅读全文
摘要:
Protocol "file" not supported or disabled in libcurl 这种情况出来考虑curl的配置外还要考虑open_basedir 的影响,取消限制后就可以使用file协议 fastcgi_param PHP_ADMIN_VALUE "open_basedir 阅读全文
摘要:
如果不小心点了Linux Deploy隐藏桌面图标,在想启动就有点麻烦,网上还有一篇很老的恢复方法,如果你不思考可能会吐血 adb shell su am start -n ru.meefik.linuxdeploy/.activity.MainActivity 阅读全文
摘要:
pthreads安装的前提是php版本是线程安全的版本 首先通过phpinfo查看php当前的版本,和编译器版本,还有位数 如上图的 php版本是:5.5 编译器版本:vc11 位数:32 到php下载 https://windows.php.net/downloads/pecl/releases/ 阅读全文
摘要:
在centos7下操作tmp目录出现各种找到不文件等问题,明白文件就在/tmp目录下,权限也有就是读取不到,原因是使用了private tmp cat /usr/lib/systemd/system/httpd.service 找到以下配置 PrivateTmp=true 在默认未true时 这个服 阅读全文
摘要:
网站数据突然全部为空 进phpmyadmin查看表提示Table '.xxxx' is marked as crashed and last (automatic?) repair failed 并且显示为 使用中 解决办法 关闭mysql进入mysql bin目录下 myisamchk -c -r 阅读全文
|