GitLab修改root用户密码
admin | git | 2018-04-17
GitLab是一个私有的Git仓库,具有较好的项目管理和用户管理能力。
对于普通用户而言,通过系统的重置密码,接受邮件即可解决,可是GitLab的管理员账号,缺省的邮箱是一个不存在的邮箱地址,所以没有办法通过邮箱来复位。
通过在服务器上,可以修改用户的密码:
官方修改密码:(http://docs.gitlab.com/ce/security/reset_root_password.html)
不过,笔... [阅读全文]
Installing Apache, PHP and MySQL on IBM AIX 7.1
admin | ubuntu | 2017-06-12
I have recently had the pleasure of installing Apache, PHP and MySQL on a new Power 7+ 740 System running AIX 7.1 and no matter how many times I get involved with installing these products I tend to spend a lot of the day looking up the same old information and today I have decided that this is worthy of a blog post if on... [阅读全文]
delphicbuilder_2010_3615_win
admin | 破解工具 | 2017-03-22
下载安装 http://pan.baidu.com/s/1o7CLrbO
输入激活码 HAAL-DANSGN-FZR5AG-M3BS
运行 DelphiDistiller,选择delph2010下的tweak,打勾Remove license check.
[阅读全文]
no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
admin | git | 2017-03-06
解决:修改~/.ssh/config,加入
Shell
Host *
KexAlgorithms +diffie-hellman-group1-sha1
12
Host * KexAlgorithms +diffie-hellman-group1-sha1
[阅读全文]
centos(7.0) 上 crontab 计划任务
admin | 系统 | 2017-03-03
Shell
yum install vixie-cron
yum install crontabs
/bin/systemctl restart crond.service #启动服务
/bin/systemctl reload crond.service #重新载入配置
/bin/systemctl status crond.service #查看crontab服务状态
12345
yum install vixie-cronyum install crontabs/bin/s... [阅读全文]
Windows 10 下载已经签名的程序,提示签名无效或损坏
admin | 系统 | 2016-01-20
原文 http://www.wosign.com/news/STOP_SHA1.htm
解决 SHA-1 + SHA-2 双签名
[阅读全文]
VS 2015 key 注册码
admin | 破解工具 | 2015-07-24
Visual Studio Enterprise 2015
HM6NR-QXX7C-DFW2Y-8B82K-WTYJV
Visual Studio Professional 2015
HMGNV-WCYXV-X7G9W-YCX63-B98R2
[阅读全文]
Proxifier只代理部分程序,使用和汉化下载地址
admin | 破解工具 | 2015-06-01
教程http://jingyan.baidu.com/article/48b558e35e12f97f38c09a28.html
下载 http://www.hanzify.org/software/13717.html
[阅读全文]
VMware 11安装Mac OS X 10.10
admin | 系统 | 2015-05-27
VM11安装Mac OS X 10.10
网上竟没有搜到相似的内容,所以拿出来大家分享
工具/原料
1.VMware Workstation 11
2.unlocker 203(for OS X 插件补丁)
3.Mac OS X 10.10镜像
方法/步骤
有图有真相,哈哈
一、下载以上文件
1. 百度软件下载即可
2. unlocker 203 链接:http://pan.baidu.com/s/1o6iI9tg 密码:km1... [阅读全文]
Postfix+Dovecot+MySQL搭建邮件服务器
admin | 系统 | 2015-05-15
网上有很多使用Postfix搭建邮件服务器的文章,但目前貌似没有看到较为完整的一篇。本例将尝试在Ubuntu系统中使用Postfix+Dovecot+MySQL搭建邮件服务器。
目录[-]
开始之前
工作原理
服务器接收邮件的过程
用户查收邮件的过程
用户发送邮件的过程
DNS配置
SSL证书
修改hostname
MySQL安装及配置
MySQL安装
新建数据库及用户
新建表格
插入数据
测试数... [阅读全文]