Zero's Blog

点滴分享 多彩生活


  • Home

  • Categories

  • Archives

  • Tags

  • Search
close
Zero's Blog

redmine项目管理搭建

| | Visitors
系统环境ubuntu server 16.04 LTS 开发工具12sudo apt-get install build-essentialsudo apt-get install subversion git 安装顺序:rvm ruby rails nginx mysql redmine 安装 ...
Read more »
Zero's Blog

匿名函数lambda

| | Visitors
匿名函数 lambdapython 使用 lambda 创建匿名函数,匿名函数就是不适用 def 语句定义函数,语法1lambda [arg1[, arg2, ... argN]]: expression 其中,参数是可选的,如果使用参数,参数通常也会在表达式中 无参数 123456789101 ...
Read more »
Zero's Blog

精简docker镜像

| | Visitors
图注:一张图掌握 Docker 命令 - 简化版 图注:一张图掌握 Docker 命令 - 完整版 在 docker 镜像的制作过程中,有不少方式可以减少容器的空间占用,甚至镜像可以精简 98%,精简 docker 镜像,既节省了存储空间,又能节省带宽,加快传输。 镜像层在开始制作镜像前,首先了解镜 ...
Read more »
Zero's Blog

Keepalived Systemd启动脚本

| | Visitors
1234567891011121314[Unit]Description=LVS and VRRP High Availability MonitorAfter=syslog.target network.target[Service]Type=forkingPIDFile=/var/run/kee ...
Read more »
Zero's Blog

keepalived高可用

| | Visitors
介绍Keepalived 是一种高性能的服务器高可用或热备解决方案,Keepalived可以用来防止服务器单点故障(单点故障是指一旦某一点出现故障就会导致整个系统架构的不可用)的发生,通过配合Nginx可以实现web前端服务的高可用。 环境介绍系统版本1CentOS 6.5 x86_64 IP信息 ...
Read more »
1234…30
C.c

C.c

Love Linux ♥ Love Python. 猴赛雷

147 posts
45 categories
103 tags
RSS
微博
Creative Commons
友情链接
  • Yuminstall
© 2015 - 2017 C.c