Swingbench is a free load generator (and benchmarks) designed to stress test an Oracle database (10g,11g,12c).
使用Cobbler部署操作系统
Cobbler是一个系统启动服务,可以通过网络启动的方式来快速部署虚拟机和服务器。Cobbler使用python开发,使用简单的命令即可完成PXE网络环境的配置,能够支持windows和linux的各种发行版本。。
创建开源镜像仓库
实验室工作中需要时常安装、更新linux下的相关包,由于内部网络限制,使用官方yum安装变得很困难。另外网速这个是硬伤。所以将实验室用到的一些相关源镜像到本地,方便大家工作。
创建PyPi镜像仓库
团队在日常开发和生产部署中,会用到PyPi的仓库,但是由于GFW的原因,经常出现丢包、超时等情况。因此在实验室开源镜像服务器定期同步一个PyPi镜像仓库。
本文不只是创建一个PyPi镜像仓库,同时也包含了CentOS、Red Hat系列下如何部署python 2.7、pip等软件版本。
Linux中awk命令
Linux中sed命令
Sed is a stream editor. A stream editor is used to perform basic text transformations on an input stream (a file or input from a pipeline). While in some ways similar to an editor which permits scripted edits (such as ed), sed works by making only one pass over the input(s), and is consequently more efficient. But it is sed’s ability to filter text in a pipeline which particularly distinguishes it from other types of editors.
Linux 7中timedatectl命令
Linux-tcpdump
tcpdump简介
Linux设置全局代理
这周在实验室镜像openstack的源,那速度太过于酸爽,无奈通过代理的方式避开GFW。下面是linux下通过使用代理的方式设置方式。192.178.102.30我已经使用ss翻墙并开启了局域网共享。
Linux ntp服务配置
基本每个系统都有要求NTP对时,简单记录一下。