https://access.redhat.com/articles/1189123 Common administrative commands in Red Hat Enterprise Linux 5, 6, and 7 Updated April 12 2017 at 11:20 AM - English System basics Task RHEL5 RHEL6 RHEL7 View subscription information /etc/sysconfig/rhn/system…
You may want to add my wechat public account or add my technical blog's RSS feed This list is meant to record some useful docker commands, it can help docker beginners to solve the problems they met. I'll try to keep this list current and up to date.…
1. Start running a image in background mode docker run -it -d <image>:<tag> e.g. docker run -it -d ubuntu:16.04 2. Start running a image and bind a volume docker run -it -d <image>:<tag> -v <host_path>:<container_path>…
How to know CPU info cat /proc/cpuinfo arch How to know memory info: cat /proc/meminfo or sudo dmidecode -t memory free How to know Linux release info CentOS: vim /etc/redhat-release How to check if Mysql running? sudo netstat -tap…
.bash_profile is a file that bash invokes (or more technically sources) before the start of a new bash session. In .bash_profile, we have the opportunity to add variables, functions, and aliases to customize our bash environment and provide reusable…
转自:https://eng.uber.com/makisu/?amp To ensure the stable, scalable growth of our diverse tech stack, we leverage a microservices-oriented architecture, letting engineers deploy thousands of services on a dynamic, high-velocity release cycle. These se…