Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7404593
  • 博文数量: 1756
  • 博客积分: 18684
  • 博客等级: 上将
  • 技术积分: 16232
  • 用 户 组: 普通用户
  • 注册时间: 2010-06-02 10:28
个人简介

啥也没写

文章分类

全部博文(1756)

文章存档

2024年(2)

2023年(44)

2022年(39)

2021年(46)

2020年(43)

2019年(27)

2018年(44)

2017年(50)

2016年(47)

2015年(15)

2014年(21)

2013年(43)

2012年(143)

2011年(228)

2010年(263)

2009年(384)

2008年(246)

2007年(30)

2006年(38)

2005年(2)

2004年(1)

发布时间:2020-12-14 10:46:45

工具下载:https://github.com/eyjian/redis-tools/blob/master/move_redis_slot.sh支持迁移已有的keys。#!/bin/sh# Writed by yijian on 2020/8/10# 迁移 slot 工具,但一次只能迁移一个 slot## 使用时,需要指定如下几个参数:# 1)参数1:必选参数,用.........【阅读全文】

阅读(1405) | 评论(0) | 转发(0)

发布时间:2020-12-11 15:19:59

vi /etc/ssh/sshd_config....KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1最后添加一行,添加重启ssh服务就可以了su.........【阅读全文】

阅读(4860) | 评论(0) | 转发(0)

发布时间:2020-12-04 10:03:54

使用centos6系列的小伙伴应该发现了,所有centos6里面,都有readme,提示The whole CentOS 6 is *dead* and *shouldn't* be used anywhere at *all*如果想用的话,可以使用光盘自建源!yum install httpd -ymount -o loop /opt/CentOS-6.10-x86_64-minimal.iso /var/www/html/CentOS-6.10修改源cat /etc/yum.repos.d.........【阅读全文】

阅读(3624) | 评论(0) | 转发(1)

发布时间:2020-12-01 13:37:01

rust 安装一直是一个非常慢的事情,找到了一种加速安装的方法export RUSTUP_DIST_SERVER="https://mirrors.ustc.edu.cn/rust-static"export RUSTUP_UPDATE_ROOT="https://mirrors.ustc.edu.cn/rust-static/rustup"curl https://sh.rustup.rs -sSf | shcrates代理代理一:[source.crates-io]replace-with = "rustcc".........【阅读全文】

阅读(2033) | 评论(0) | 转发(0)

发布时间:2020-12-01 11:49:25

安装php8.0依赖wget ftp://xmlsoft.org/libxml2/libxml2-2.9.10.tar.gztar xf libxml2-2.9.10.tar.gzcd libxml2-2.9.10./configuremakemake installcd ..wget https://sourceforge.net/projects/libjpeg-turbo/files/2.0.5/libjpeg-turbo-2.0.5.tar.gz/download -O libjpeg-turbo-2.0.5.tar.gztar -zxvf libjpeg.........【阅读全文】

阅读(19010) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

渭明unix2012-12-17 17:21

请教下:《Spider mysql安装配置》能否详细一些,或者提供一个文档,不胜感激!!!我的邮箱是:banchengshanshui@qq.com,谢谢!!!

回复  |  举报

Mr__zhang2011-10-06 11:13

很是厉害啊,以后多多指教哈~

回复  |  举报

deelau3032011-04-15 19:20

让win7、vista支持asx.asf等在线播放的插件,这个能发我吗
我邮箱是766518387@qq.com,谢谢你了

回复  |  举报
留言热议
请登录后留言。

登录 注册