# uname -a # 查看内核/操作系统/CPU信息 # head -n 1 /etc/issue # 查看操作系统版本 # cat /proc/cpuinfo # 查看CPU信息 # hostname # 查看计算机名 # lspci -tv # 列出所有PCI设备 # lsusb -tv # ...
分类:
系统相关 时间:
2019-12-19 13:23:19
阅读次数:
112
EEE101 C Programming and Software Engineering 1 – ASSESSMENT 4Assessment Number 4Contribution to Overall Marks 35%Issue Date 21/11/2019Submission Dead ...
分类:
其他好文 时间:
2019-12-19 13:16:13
阅读次数:
88
This question is asked by Dr. Lin. Issue For example, settype COM_COMMERCIAL could be opened via tcode COMM_ATTRSET: However COMM_PRFREEATTR could not ...
分类:
其他好文 时间:
2019-12-17 20:09:50
阅读次数:
89
Portainer Exec Container 失败解决方案 近日,将portainer服务挂了个域名,然后用Nginx代理的时候发现不能attach容器了,经过搜索在issue 找到解决方案 1.修改Nginx config 2.重启Nginx 3.参考 "https://github.com/ ...
分类:
其他好文 时间:
2019-12-17 10:27:01
阅读次数:
178
一、查看Linux内核版本命令(2种方法)1、2、uname-a二、查看Linux系统版本的命令(3种方法)1、lsb_release-a测试后发现这个命令适用于Centos、Ubuntu。在redhat中没有这个命令。cat/etc/redhat-release,这种方法只适合Redhat系的Linux3、cat/etc/issue,Centos、Redhat通用
分类:
系统相关 时间:
2019-12-17 00:28:20
阅读次数:
111
一 cat /etc/issue 二 sudo lsb_release -a https://www.jianshu.com/p/77a46925006c ...
分类:
系统相关 时间:
2019-12-16 19:32:51
阅读次数:
80
一、日常使用命令/常用快捷键命令开关机命令 1、shutdown –h now:立刻进行关机 2、shutdown –r now:现在重新启动计算机 3、reboot:现在重新启动计算机 4、su -:切换用户;passwd:修改用户密码 5、logout:用户注销 常用快捷命令 1、tab = 补 ...
分类:
系统相关 时间:
2019-12-16 14:51:00
阅读次数:
116
在之前我的部署、版本控制、CI、CD都是在Jenkins 下来完成的 在前几天看到github上的一个新玩具actions,简直惊为天人 它能在你的仓库触发事件(Push,Pull,issue,...)的时候给你分配一台服务器执行一些预定好的命令 并且它的脚本编写非常简单只要半个小时就能学会 这篇文 ...
分类:
其他好文 时间:
2019-12-16 09:59:21
阅读次数:
107
在中标麒麟上安装配置达梦数据库7分为如下几步: 下面依次进行介绍。 1. 检查软硬件配置是否满足要求 1) 查看操作系统信息 Cat /etc/issue Uname -a Uname -m 需是达梦数据库支持的操作系统类型及版本。 2) 查看相关软件包是否正确安装 Rpm -aq | grep g ...
分类:
数据库 时间:
2019-12-15 21:40:10
阅读次数:
545
Detecting ARP Posionning Attacks ARP main security issues: 1. Each ARP requests/response is trusted. 2. Clients can accept responses even if they did ...
分类:
Web程序 时间:
2019-12-15 16:26:41
阅读次数:
90