作者归档:leiziyeah
搭建属于你自己的 Git 服务器
引自如下文章:搭建属于你自己的 Git 服务器 – 知乎
在本篇教程中,我们考虑一个简单案例,我们有一个远程服务器和一台本地服务器,现在我们需要使用这两台机器来工作。为了简单起见,我们就分别叫它们为远程服务器和本地服务器。
在你的服务器上安装 Git
首先,在两边的机器上安装 Git。你可以从依赖包中安装 Git,在本文中,我们将使用更简单的方法:
sudo apt-get install git-core
为 Git 创建一个用户。
sudo…
发表在 未分类
搭建属于你自己的 Git 服务器已关闭评论
WordPress Reset your password
In WordPress, there is more than one way to reset your password. (Normally, the easiest way to reset it is …
发表在 wordpress搭建
WordPress Reset your password已关闭评论
Markdown-WP-editor
WP-editor
1、简介
- WP Editor.MD是一个漂亮又实用的在线Markdown文档编辑器。
- WP Editor.MD is a beautiful and practical Markdown document editor.
- 基于Editor.md构建对WordPress平台的支持。
- Build support for the WordPress
发表在 未分类
Markdown-WP-editor已关闭评论
install-sth
1、First, get the script and make it executable :
curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh chmod +x openvpn-install.sh
2、Then run it
./openvpn-install.sh
3、Finish
…Think Different
Here’s to the crazy ones.
The misfits.
The rebels.
The troublemakers.
The round pegs in the square holes.
The ones …
添加网站备案信息代码步骤教程
具体:网站后台——主题设置——页脚设置——更改foot代码。把以下代码添加上去就好了
<img style=”width: 20px; height: 20px;” src=”http://www.beian.gov.cn/img/ghs.png” alt=”备案标识” /> <a href=”http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=32058202010228&token=2be051c1-22dd-44ec-9f4b-d41155f2d855″ target=”_blank” rel=”nofollow noopener noreferrer”>江公网安备32058202010228号</a> <a href=”http://beian.miit.gov.cn” target=”_blank” rel=”nofollow noopener…
解决wordpress安装更新插件、主题,需输入FTP权限
主要原因是站点文件所属组问题,可以尝试上传文件,查看文件是哪个所属用户和组创建,然后更改全部站点用户和组。具体连接https://my.oschina.net/kjpioo/blog/162697…
发表在 wordpress搭建
解决wordpress安装更新插件、主题,需输入FTP权限已关闭评论