码迷,mamicode.com
首页 >  
搜索关键字:yum update    ( 39384个结果
linux系统安装Git
yum -y install git yum方式安装源码,但版本很旧 git version 查看git版本 https://github.com/git/git/releases 上github下载最新版本git源码包,上传至服务器/opt/software(这次下载的是2.8.0版本) tar ...
分类:系统相关   时间:2021-04-29 12:02:09    阅读次数:0
Centos测试服务器同步时间
1. 安装ntpdate命令 [root@localhost ~]# yum install ntpdate -y 2. 用ntpdate命令对时 [root@localhost ~]# ntpdate ntp.aliyun.com 3. 写计划任务,每天进行一次对时 ...
分类:其他好文   时间:2021-04-29 11:52:40    阅读次数:0
Oracle 中用 update 语句更新timestamp字段的格式
我使用的Oracle的图形工具是PL/SQL,在数据库中数据表格中手动创建一条记录时,表字段有一个timestamp(6)类型的字段,直接将其他记录的时间内容粘贴过来,保存表时报错:无效的月份。 经过查阅资料,才使用语句: UPDATE table set 字段名= to_timestamp('20 ...
分类:数据库   时间:2021-04-29 11:50:25    阅读次数:0
List根据指定字段进行分组C#
var sql = @"update [TABLE] WITH (ROWLOCK) SET 匹配方式 = '{0}' where ID in({1})"; //lissqls 是你要分组的泛型集合 var GroupList = lissqls.GroupBy(x => x.MatchType).S ...
分类:Windows程序   时间:2021-04-28 12:20:20    阅读次数:0
docker安装
# 安装依赖包 yum install -y yum-utils # 添加Docker软件包源 yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo # 安装Docker CE yu ...
分类:其他好文   时间:2021-04-28 12:12:26    阅读次数:0
CentOS 7 使用 yum 安装 PHP 5.6.x
系统版本: [root@localhost modules]# rpm -q centos-release centos-release-7-5.1804.el7.centos.x86_64 一、yum安装PHP 1.检查当前安装的PHP包 yum list installed | grep php ...
分类:Web程序   时间:2021-04-28 12:02:43    阅读次数:0
arp欺骗
工具 kali linux下的arpspoof,VMware以及USB式的无线网卡 遇见问题 1、kali2020未装arpsproof。 首先执行sudo apt-get update,然后apt-get install arpsproof 2、无法ping到受害主机 3、注意使用管理员权限进行操 ...
分类:其他好文   时间:2021-04-27 15:23:07    阅读次数:0
腾讯云CentOS7升级自带Git版本
起因 CentOS7自带Git1.8版本,版本太低。 更新步骤 1 卸载旧版本Git yum remove git 2 下载依赖(环境配置) yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel as ...
分类:其他好文   时间:2021-04-27 15:16:15    阅读次数:0
zabbix三种邮箱告警配置
本地邮箱告警配置 配置本地邮箱告警前,我们要用到mail命令 所以先安装mail命令 [root@mf ~]# yum -y install mailx 使用mail命令发送邮箱 [root@mf ~]# echo "test" | mail -s "20210426" 18808843007@16 ...
分类:其他好文   时间:2021-04-27 14:43:11    阅读次数:0
TX2(ubuntu18.04)更换国内源
TX2芯片为arm架构,因此在该架构下,ubuntu18.04系统需要更换arm架构的源。 # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports/ bionic m ...
分类:系统相关   时间:2021-04-27 14:42:17    阅读次数:0
39384条   上一页 1 ... 22 23 24 25 26 ... 3939 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!