会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Waichung
Welcome to my blog!
博客园
首页
联系
管理
上一页
1
2
3
4
5
6
7
8
9
···
20
下一页
2016年5月7日
uninstall gitlab
摘要: Stop gitlab and remove its supervision process sudo gitlab-ctl uninstall Debian/Ubuntu sudo dpkg -r gitlab Redhat/Centos sudo rpm -e gitlab Source pag
阅读全文
posted @ 2016-05-07 09:23 Waichung
阅读(586)
评论(0)
推荐(0)
2016年4月20日
使用SCP在命令行传输文件
摘要: 下载远程服务器上的文件 scp root@10.0.10.10:/home/user/download.txt ./download.txt 上传文件到远程服务器 scp ./upload.txt root@10.0.10.10:/home/user/upload.txt
阅读全文
posted @ 2016-04-20 09:49 Waichung
阅读(379)
评论(0)
推荐(0)
2016年3月2日
Linux下网卡eth编号配置文件路径
摘要: /etc/udev/rules.d/70-persistent-net.rules
阅读全文
posted @ 2016-03-02 14:32 Waichung
阅读(476)
评论(0)
推荐(0)
2016年2月3日
Ubuntu12.04更新openssl使用源码
摘要: 下载openssl新版本源码和编译安装 wget ftp://ftp.openssl.org/source/openssl-1.0.2f.tar.gz tar zxf ./openssl-1.0.2f.tar.gz cd ./openssl-1.0.2f/ ./config make sudo ma
阅读全文
posted @ 2016-02-03 18:04 Waichung
阅读(509)
评论(0)
推荐(0)
2016年1月28日
apache2将http自动指向https
摘要: <VirtualHost *:80> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} </VirtualHost> 原文来自: http://stackover
阅读全文
posted @ 2016-01-28 11:45 Waichung
阅读(396)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
20
下一页