会员
周边
众包
新闻
博问
闪存
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
求知若饥,虚心若愚。
[Stay Hungry, Stay Foolish.]
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
13
14
15
16
17
18
19
20
21
···
58
下一页
2019年7月2日
CentOS7.4安装部署KVM虚拟机
摘要: 参考资料: https://blog.csdn.net/qq_39452428/article/details/80781403
阅读全文
posted @ 2019-07-02 17:49 酸奶加绿茶
阅读(111)
评论(0)
推荐(0)
2019年6月28日
Linux使用rarcrack暴力破解RAR,ZIP,7Z压缩包
摘要: 1.下载http://rarcrack.sourceforge.net/ 2.安装依赖 gcc libxml2-devel libxslt-devel 3.使用rarcrack your_encrypted_archive.ext [--threads thread_num] [--type rar
阅读全文
posted @ 2019-06-28 11:47 酸奶加绿茶
阅读(2899)
评论(0)
推荐(0)
2019年6月27日
oralce 日期 date 相关操作
摘要: 1.当前时间加减一年 加一年 select sysdate,add_month(sysdate,12) from dual; 减一年 select sysdate,add_month(sysdate,-12) from dual; 2.字符串转时间 select to_date('2018-1-23
阅读全文
posted @ 2019-06-27 11:56 酸奶加绿茶
阅读(184)
评论(0)
推荐(0)
2019年6月26日
scp
摘要: scp -P 16022 local_file user@host:/dir scp -P 16022 -r dir user@host:/dir 参考资料:https://www.cnblogs.com/lsdb/p/6879109.html
阅读全文
posted @ 2019-06-26 10:11 酸奶加绿茶
阅读(193)
评论(0)
推荐(0)
2019年6月12日
linux网络配置
摘要: 1.因为公司ip和mac地址是绑定的,所以要修改mac
阅读全文
posted @ 2019-06-12 18:30 酸奶加绿茶
阅读(153)
评论(0)
推荐(0)
2019年6月11日
Linux防火墙--iptables--白名单配置
摘要: 1.服务器22端口和1521端口开通给指定IP [root@node2 sysconfig]# iptables -t filter -nL INPUT Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT all
阅读全文
posted @ 2019-06-11 15:34 酸奶加绿茶
阅读(12342)
评论(0)
推荐(0)
2019年6月10日
ORACLE 查询所有表、外键、主键等信息
摘要: Select a.Owner 外键拥有者, a.Table_Name 外键表, c.Column_Name 外键列, b.Owner 主键拥有者, b.Table_Name 主键表, d.Column_Name 主键列, c.Constraint_Name 外键名, d.Constraint_Nam
阅读全文
posted @ 2019-06-10 21:37 酸奶加绿茶
阅读(9466)
评论(0)
推荐(0)
openssl版本升级
摘要: 1.查看openssl版本 2.下载指定版本的openssl软件 在下面网址:https://www.openssl.org/source/下载 后面的版本号可以换 3.编译安装 4.配置 5.验证
阅读全文
posted @ 2019-06-10 20:39 酸奶加绿茶
阅读(4826)
评论(0)
推荐(0)
Linux 安装ftp
摘要: 1、安装vsftpd yum install -y vsftpd 执行以下命令设置FTP服务开机自启动 systemctl enable vsftpd.service 执行以下命令启动FTP服务 systemctl start vsftpd.service 执行以下命令查看FTP服务端口 netst
阅读全文
posted @ 2019-06-10 19:01 酸奶加绿茶
阅读(2157)
评论(0)
推荐(0)
redhat 6.8 配置外网yum源
摘要: 1.检查是否安装yum包 rpm -qa |grep yum 2. 删除自带的yum包 rpm -qa|grep yum|xargs rpm -e --nodeps 3. 下载yum包 4.解压yum包 5.替换yum源 7. 清理并重建缓存 yum clean all yum makecache
阅读全文
posted @ 2019-06-10 17:45 酸奶加绿茶
阅读(1655)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17
18
19
20
21
···
58
下一页
公告