上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 71 下一页

2018年8月5日

摘要: Nginx配置详解nginx概述nginx是一款自由的、开源的、高性能的HTTP服务器和反向代理服务器;同时也是一个IMAP、POP3、SMTP代理服务器;nginx可以作为一个HTTP服务器进行网站的发布处理,另外nginx可以作为反向代理进行负载均衡的实现。这里主要通过三个方面简单介绍nginx反向代理负载均衡nginx特点1. 反向代理关于代理说到代理,首先我们要明确一个概念,所谓代理就是一... 阅读全文
posted @ 2018-08-05 17:53 刘应杰 阅读(3655) 评论(0) 推荐(0)
摘要: 1 目标将开发完成的 Laravel 项目布署于 Debian 之上。由于项目要求使用 horizon 官方扩展,要求 PHP7.1+,故采用 Debian buster (下一版) 2 材料IP 10.1.1.107假定项目名称为 fmtmis (基于 Laravel 5.5)假定项目目录为 /var/www/code/fmtmis/webroot假定域名为 fmtmis.testingdebi... 阅读全文
posted @ 2018-08-05 14:45 刘应杰 阅读(262) 评论(0) 推荐(0)

2018年8月3日

摘要: by Pradeep Kumar · Published November 19, 2017 · Updated November 19, 2017DNS or Domain Name System, as we know is an internet service that is used to translate the user friendly domain into computer ... 阅读全文
posted @ 2018-08-03 17:54 刘应杰 阅读(456) 评论(0) 推荐(0)
摘要: Debian official document:http://www.debian.org/doc/manuals/network-administrator/ch-bind.htmlBuilding A Debian DNS System:http://www.howtoforge.com/debian_dnsTraditional DNS Howto:http://www.howtoforg... 阅读全文
posted @ 2018-08-03 16:12 刘应杰 阅读(105) 评论(0) 推荐(0)

2018年8月1日

摘要: server { listen 80; listen 443 ssl http2; server_name fmtmis.local; root "/home/vagrant/Code/fmtmis/webroot/public"; index index.html index.htm index.php; charset utf-8; locat... 阅读全文
posted @ 2018-08-01 11:19 刘应杰 阅读(463) 评论(0) 推荐(0)
摘要: 1、登陆mysql数据库 mysql -u root -p 查看user表mysql> use mysql;Database changedmysql> select host,user,password from user;+--------------+------+-------------------------------------------+| host ... 阅读全文
posted @ 2018-08-01 10:07 刘应杰 阅读(351) 评论(0) 推荐(0)

2018年7月12日

摘要: 1、首先如果当用登录的用户名不在"/etc/sudoers"文件中,是不能执行sudo命令的。可以用root身份手动修该文件,把当前登录用户名加入该文件中。2、用"hostname "命令查看当前主机的主机名称。例如,该命令返回"yzh ".3、用vi打开"/etc/hosts"文件,并将"ubuntu"加入到 "127.0.0.1"这行中。例如:127.0.0.1 localhost... 阅读全文
posted @ 2018-07-12 22:43 刘应杰 阅读(1744) 评论(0) 推荐(0)
摘要: 1 前言 一般地,我们在应用的开发中,会碰到各种各样的任务解决需求。我的原则是,选择合适的方法做正确的事。 2 任务分类 在开发中, 一般会有以下几种性质的任务。 2.1 实时任务 一般是指,任务间的关系较为紧密,甚至互为前置与后置的关系。 对于这种任务,按正常开发模式开发就好。应确保方法的单一职责 阅读全文
posted @ 2018-07-12 10:38 刘应杰 阅读(223) 评论(0) 推荐(0)
摘要: Let us say, you have a system (Windows or Linux) with high-speed Internet connection at work and a Debian or any Debian derived systems with no internet connection or very slow Internet connection(lik... 阅读全文
posted @ 2018-07-12 04:30 刘应杰 阅读(177) 评论(0) 推荐(0)
摘要: 不久之前我已经向你展示了如何在任意离线的 Ubuntu 和 Arch Linux 操作系统上安装软件。 今天,我们将会看看如何完整地离线更新并升级基于 Debian 的操作系统。 和之前所述方法的不同之处在于,这次我们将会升级整个操作系统,而不是单个的软件包。这个方法在你没有网络链接或拥有的网络速度很慢的时候十分有用。完整地离线更新并升级基于 Debian 的操作系统首先假设,你在单位拥有正在运行... 阅读全文
posted @ 2018-07-12 04:27 刘应杰 阅读(233) 评论(0) 推荐(0)
上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 71 下一页

导航