Skip to content

A Blog

谷歌反向代理配置

Posted on 2016年5月13日2016年5月13日 by lsj

配置文件 #http跳转到https server { listen 80; server_name **** […]

Posted in NginxLeave a comment

Ubuntu安装 VNCServer并配置unity

Posted on 2016年3月17日 by lsj

1.安装vnc: sudo apt-get install vnc4server 2.修改xstartup 首 […]

Posted in LinuxLeave a comment

Ubuntu 安装 Unity桌面

Posted on 2016年3月17日 by lsj

sudo apt-get install ubuntu-desktop sudo apt-get instal […]

Posted in LinuxLeave a comment

MSSQL 批量删除存储过程

Posted on 2016年3月5日2016年3月5日 by lsj

declare @tname varchar(max) set @tname=” select @tname […]

Posted in MSSQLLeave a comment

C# Event 多个委托

Posted on 2016年2月4日2016年3月5日 by lsj

public static event EventHandler<TestEventArgs> t […]

Posted in C#Leave a comment

Nginx http跳转https

Posted on 2016年1月9日2016年1月9日 by lsj

server { listen 80; server_name my.domain.com; return 3 […]

Posted in NginxLeave a comment

Nginx 配置ssl

Posted on 2015年12月31日2016年3月17日 by lsj

添加 server { listen 443 ssl; ssl_certificate crt路径; ssl_ […]

Posted in NginxLeave a comment

WordPress Nginx 固定链接

Posted on 2015年12月30日2015年12月30日 by lsj

修改nginix的ngnix.conf配置文件,让其支持重定向   location / { try […]

Posted in WordPress 7 Comments

WordPress 自动更新需要FTP

Posted on 2015年12月26日2015年12月30日 by lsj

修改网站所在目录属性: chmod -R 755 /home/wwwroot chown -R www /ho […]

Posted in WordPress 7 Comments

iptables ftp 配置

Posted on 2015年12月26日2015年12月30日 by lsj

1、开放20、21端口: -A INPUT -p tcp -m tcp –dport 20 -j […]

Posted in LinuxLeave a comment

文章导航

较旧文章
较新文章

近期文章

  • 用纯C语言来调用Windows Runtime
  • Linux下搭建支持冗余连接的VPN网络
  • 给Github Desktop制造一个虚假的Visual Studio Code
  • GitLab CI中发布Release
  • slapd实现主从同步

近期评论

  • lsj 发表在《Chromium Embedded Framework 编译》
  • lsj 发表在《Chromium Embedded Framework 编译》
  • lsj 发表在《Chromium Embedded Framework 编译》
  • lsj 发表在《Chromium Embedded Framework 编译》
  • lsj 发表在《Chromium Embedded Framework 编译》

归档

  • 2021 年 12 月
  • 2021 年 8 月
  • 2020 年 11 月
  • 2020 年 7 月
  • 2020 年 5 月
  • 2020 年 4 月
  • 2020 年 3 月
  • 2020 年 2 月
  • 2019 年 12 月
  • 2019 年 11 月
  • 2019 年 10 月
  • 2019 年 8 月
  • 2019 年 7 月
  • 2019 年 6 月
  • 2019 年 4 月
  • 2019 年 2 月
  • 2018 年 10 月
  • 2018 年 9 月
  • 2018 年 4 月
  • 2017 年 9 月
  • 2017 年 4 月
  • 2017 年 3 月
  • 2016 年 9 月
  • 2016 年 7 月
  • 2016 年 6 月
  • 2016 年 5 月
  • 2016 年 3 月
  • 2016 年 2 月
  • 2016 年 1 月
  • 2015 年 12 月
  • 2015 年 11 月
  • 2015 年 10 月

分类

  • Android
  • C#
  • CEF
  • Cli
  • Diary
  • git
  • github
  • GitLab
  • HTTP
  • LDAP
  • Linux
  • Mac
  • Mess
  • MSSQL
  • Nginx
  • Other
  • Qt
  • SSL
  • VPS
  • VS
  • Windows
  • WinRT
  • WordPress
  • WPF
  • 坑

其他操作

  • 注册
  • 登录
  • 条目 feed
  • 评论 feed
  • WordPress.org
Proudly powered by WordPress | Theme: sosimple by Fernando Villamor Jr..