Secret Garden aiddroid的博客
  • Home
  • Linux
  • PHP
  • About

Category Archives: Linux

022月 2014

Supervisor进程管理

by aiddroid ⋅ Leave a Comment

简介

Supervisor是一个C/S系统, 允许用户监控和管理一系列运行于类Unix系统上的进程。通常,我们使用Supervisor来监控一些进程,以便这些进程在意外退出后能够重新启动。

[……]

继续阅读

101月 2014

从Apache日志中查找请求次数最多的PHP文件

by aiddroid ⋅ Leave a Comment
httpd_logo
cat aiddroid_com_access.20140110.log|awk -F ' ' '{print $7}'|grep '.php'|sort|uniq -c|sort -k1nr|hea[......]

继续阅读

0411月 2013

使用OpenSSL生成RSA密钥

by aiddroid ⋅ Leave a Comment
openssl

使用RSA加密的过程中,经常涉及密钥及公钥的生成,下面是生成方法

1.使用openssl

openssl

2.生成1024位私钥(PEM格式)

genrsa -out test[......]

继续阅读

0111月 2013

rsync同步文件

by aiddroid ⋅ Leave a Comment
1.rsync 备份/同步文件
2.客户端上使用ssh-keygen -t rsa生成ssh免密码登陆密钥
3.编辑目标服务器上”~/.ssh/authorized_keys”文件,将客户端机器上[……]

继续阅读

0111月 2013

Linux(ubuntu)下安装Redis

by aiddroid ⋅ Leave a Comment
redis
Linux(ubuntu)下安装Redis:
wget https://redis.googlecode.com/files/redis-2.6.13.tar.gz
tar -xvzf re[......]

继续阅读

Post Navigation

« 上一页 1 … 4 5 6 7 下一页 »

文章搜索

Big brother is watching you!

Big brother is watching you!

热门文章

  • 使用OpenSSL生成RSA密钥 - 26,712 次阅读
  • 10 Tips for Optimizing MySQL Queries (That don’t suck) - 8,816 次阅读
  • Kafka简介及使用PHP处理Kafka消息 - 5,843 次阅读
  • 服务器框架workerman和swoole性能简单测试 - 5,084 次阅读
  • 软件安全设计的10个原则 - 4,183 次阅读
  • php AES加密类,支持base64和Hex编码 - 3,978 次阅读
  • 诡异的php curl error Empty reply from server - 3,440 次阅读
  • CentOS6下搭建FastDFS高性能分布式文件服务 - 1,900 次阅读
  • CGI协议介绍 - 1,891 次阅读
  • 使用Tor+privoxy实现匿名访问 - 1,720 次阅读

标签

a star A星 bibile cdn chunk docker doku exec gettext git golang http i18n javascript linux mail mongodb mysql openssl php phpmailer python redis rsa rsync search seo shell_exec smtp soap socket system ubuntu WebService wiki word workerman wsdl 全文检索 分布式 协议 守护进程 安全 断点续传 算法

分类

  • apache
  • docker
  • golang
  • http
  • java
  • javascript
  • linux
  • memcache
  • mongodb
  • mysql
  • php
  • redis
  • smarty
  • tools
  • web
  • yii
  • 加密
  • 区块链
  • 协议
  • 安全
  • 未分类
  • 算法

近期文章

  • 使用Golang实现区块链和比特币原型
  • 使用手势控制笔记本电脑音量
  • Linux进程core dumped时无法生成core文件解决方法
  • OWASP Code Review代码安全审计
  • FastCGI协议详解
© Copyright 2020 - Secret Garden | 粤ICP备19157177号
Contango Theme ⋅ Powered by WordPress