公司用来测试的服务器挂了,最后重装了系统,需要重新配置程序运行环境,linux上安装不是很熟悉,特此记录一下. 首先获取系统版本信息: 参考:获取Linux系统版本信息 一.mysql 1. 安装 安装文档:Installing MySQL on Linux 安装命令:sudo apt-get install mysql-server 在安装过程中,系统会要求您为root用户提供密码以进行mysql安装. 2. 检测mysql是否安装成功 相关命令: sudo service mysql sta
This is a guest repost by Leandro Moreira. When we usually are interested about scalability we look for links, explanations, books, and references. This mini article links to the references I think might help you in this journey. DISCLAIMER: You don’
名词解释 LAMP The LAMP software bundle (here additionally with Squid). A high performance and high-availability solution for a hostile environment LAMP是指一组通常一起使用来运行动态网站或者服务器的自由软件名称首字母缩写: · Linux,操作系统: · Apache,网页服务器: · MariaDB或MySQL,数据库管理系统(或者数据库服务器): ·
1.介绍 FastDFS是一个C语言写的阿里开源的分布式文件存储服务器主要由两部分组成:1.Tracker server ——————主要负责调度和追踪Storage状态(调度服务器),默认监听端口:221222.Storage server ——————文件存储服务器 客户端请求 Tracker server 进行文 件上传.下载,通过 Tracker server 调度最终由 Storage server 完成文件上传和下载. 2.文件上传流程 ① 客户端发出请求上传文件,发送给Tracke