会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
建站笔记
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
2021年2月16日
Linux下使用github
摘要: https://blog.csdn.net/weixin_40423553/article/details/78867807 https://blog.csdn.net/qq_41181857/article/details/107352327 上传代码到github git init git ad
阅读全文
posted @ 2021-02-16 22:16 建站笔记
阅读(101)
评论(1)
推荐(0)
2021年2月13日
linux系统连接远程服务器与openssh 本地配置
摘要: 1 首先确保openssh_server已经安装。 2 客户端配置 openssl-clients 几个常用文件 /etc/ssh/ssh_config //客户端配置文件 /usr/bin/scp //远程复制文件 /usr/bin/sftp //远程文件共享 /usr/bin/slogin /u
阅读全文
posted @ 2021-02-13 17:56 建站笔记
阅读(208)
评论(0)
推荐(0)
在linux 中给chrome设置代理
摘要: 在/home/用户名/.bashrc 最后一行添加如下代码: alias chrome='google-chrome --proxy-server="127.0.0.1:8889" '#打开代理chrome 在终端运行:source ~/.bashrc 打开谷歌浏览器
阅读全文
posted @ 2021-02-13 12:14 建站笔记
阅读(2637)
评论(0)
推荐(0)
2021年2月12日
查看imagemagick可用字体的方法
摘要: convert -list type # for IM older than v6.3.5-7 convert -list font # for newer versions
阅读全文
posted @ 2021-02-12 23:40 建站笔记
阅读(326)
评论(0)
推荐(0)
Ubuntu使用ImageMagick报错convert-im6.q16: not authorized解决方法
摘要: 就进入 /etc/ImageMagick-6 修改 policy.xml ,将<policy domain="path" rights="none" pattern="@*"/>改为 <!--<policy domain="path" rights="none" pattern="@*"/>-->
阅读全文
posted @ 2021-02-12 23:33 建站笔记
阅读(1060)
评论(0)
推荐(0)
pip安装包时,解决Cannot unpack file问题
摘要: 使用豆瓣园安装mysqlclient时,出现Cannot unpack file报错: > pip install mysqlclient==1.3.12 -index-url https://pypi.douban.com/simple ERROR: Cannot unpack file C:\U
阅读全文
posted @ 2021-02-12 22:42 建站笔记
阅读(6853)
评论(0)
推荐(0)
Linux下的Notepad++编辑器——Notepadqq
摘要: 版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。 本文链接:https://blog.csdn.net/ebw123/article/details/41925981 工作中必须使用Windows时,Notepad++是众多程序员最喜爱的文本编
阅读全文
posted @ 2021-02-12 20:28 建站笔记
阅读(479)
评论(0)
推荐(0)
2018年8月29日
wordpress 无法安装插件,不一定因为777权限,可能是用户组的问题
摘要: 使用ssh工具连接到服务器,进入wordpress的上一级路径,输入: 1 发现wordpress的用户和组都是root. 也就是说不能下载安装主题和插件并不仅仅是因为权限不够(出现无法创建目录的问题人们最直接的反应就是权限不够,但是我尝试过,即使给upgrade、themes和plugins这些文
阅读全文
posted @ 2018-08-29 10:40 建站笔记
阅读(813)
评论(0)
推荐(0)
2018年8月28日
网站添加ssl
摘要: 可以使用lnmp1.5 , 该框架集成了 Let'sEncrypt, 添加虚拟主机的时候就可以添加SSL. https://lnmp.org/notice/lnmp-v-15.html
阅读全文
posted @ 2018-08-28 10:10 建站笔记
阅读(163)
评论(0)
推荐(0)
lnmp架构下,织梦二级域名访问m文件夹出现 500错误
摘要: 1、清除防跨目录设置 ##防跨目录设置## LNMP 1.1及之前的版本使用php.ini里面,open_basedir设置LNMP 1.2及更高版本防跨目录功能使用.user.ini,该文件在网站根目录下,可以修改.user.ini 里面的open_basedir的值来设置限制访问的目录或删除来移
阅读全文
posted @ 2018-08-28 10:08 建站笔记
阅读(264)
评论(0)
推荐(0)
上一页
1
2
3
4
公告