当前位置: 首页 > news >正文

网站监测浏览器类型淘宝seo搜索引擎原理

网站监测浏览器类型,淘宝seo搜索引擎原理,科技助手和平精英,网站建设对企业的发展注:英文引文,机翻未校。 在 RHEL/CentOS 系统上使用 YUM history 命令回滚升级操作 作者: 2daygeek 译者: LCTT DarkSun 为服务器打补丁是 Linux 系统管理员的一项重要任务,为的是让系统更加稳定,性能更加…

注:英文引文,机翻未校


在 RHEL/CentOS 系统上使用 YUM history 命令回滚升级操作

作者: 2daygeek
译者: LCTT DarkSun

为服务器打补丁是 Linux 系统管理员的一项重要任务,为的是让系统更加稳定,性能更加优化。厂商经常会发布一些安全/高危的补丁包,相关软件需要升级以防范潜在的安全风险。

Yum (Yellowdog Update Modified) 是 CentOS 和 RedHat 系统上用的 RPM 包管理工具,yum history 命令允许系统管理员将系统回滚到上一个状态,但由于某些限制,回滚不是在所有情况下都能成功,有时 yum 命令可能什么都不做,有时可能会删掉一些其他的包。

我建议你在升级之前还是要做一个完整的系统备份,而 yum history 并不能用来替代系统备份的。系统备份能让你将系统还原到任意时候的节点状态。

某些情况下,安装的应用程序在升级了补丁之后不能正常工作或者出现一些错误(可能是由于库不兼容或者软件包升级导致的),那该怎么办呢?

与应用开发团队沟通,并找出导致库和软件包的问题所在,然后使用 yum history 命令进行回滚。

回滚 / 降级注意事项:

  • 它不支持回滚 selinux,selinux-policy-*,kernel,glibc (以及依赖 glibc 的包,比如 gcc)。
  • 不建议将系统降级到更低的版本(比如 CentOS 6.9 降到 CentOS 6.8),这会导致系统处于不稳定的状态

让我们先来看看系统上有哪些包可以升级,然后挑选出一些包来做实验。

# yum update
Loaded plugins: fastestmirror, security
Setting up Update Process
Loading mirror speeds from cached hostfile
epel/metalink | 12 kB 00:00* epel: mirror.csclub.uwaterloo.ca
base | 3.7 kB 00:00
dockerrepo | 2.9 kB 00:00
draios | 2.9 kB 00:00
draios/primary_db | 13 kB 00:00
epel | 4.3 kB 00:00
epel/primary_db | 5.9 MB 00:00
extras | 3.4 kB 00:00
updates | 3.4 kB 00:00
updates/primary_db | 2.5 MB 00:00
Resolving Dependencies
--> Running transaction check
---> Package git.x86_64 0:1.7.1-8.el6 will be updated
---> Package git.x86_64 0:1.7.1-9.el6_9 will be an update
---> Package httpd.x86_64 0:2.2.15-60.el6.centos.4 will be updated
---> Package httpd.x86_64 0:2.2.15-60.el6.centos.5 will be an update
---> Package httpd-tools.x86_64 0:2.2.15-60.el6.centos.4 will be updated
---> Package httpd-tools.x86_64 0:2.2.15-60.el6.centos.5 will be an update
---> Package perl-Git.noarch 0:1.7.1-8.el6 will be updated
---> Package perl-Git.noarch 0:1.7.1-9.el6_9 will be an update
--> Finished Dependency Resolution
Dependencies Resolved
=================================================================================================Package Arch Version Repository Size
=================================================================================================
Updating:git x86_64 1.7.1-9.el6_9 updates 4.6 Mhttpd x86_64 2.2.15-60.el6.centos.5 updates 836 khttpd-tools x86_64 2.2.15-60.el6.centos.5 updates 80 kperl-Git noarch 1.7.1-9.el6_9 updates 29 k
Transaction Summary
=================================================================================================
Upgrade 4 Package(s)
Total download size: 5.5 M
Is this ok [y/N]: n

你会发现 git 包可以被升级,那我们就用它来实验吧。运行下面命令获得软件包的版本信息(当前安装的版本和可以升级的版本)。

# yum list git
Loaded plugins: fastestmirror, security
Setting up Update Process
Loading mirror speeds from cached hostfile* epel: mirror.csclub.uwaterloo.ca
Installed Packages
git.x86_64 1.7.1-8.el6 @base
Available Packages
git.x86_64 1.7.1-9.el6_9 updates

运行下面命令来将 git1.7.1-8 升级到 1.7.1-9

# yum update git
Loaded plugins: fastestmirror, presto
Setting up Update Process
Loading mirror speeds from cached hostfile* base: repos.lax.quadranet.com* epel: fedora.mirrors.pair.com* extras: mirrors.seas.harvard.edu* updates: mirror.sesp.northwestern.edu
Resolving Dependencies
--> Running transaction check
---> Package git.x86_64 0:1.7.1-8.el6 will be updated
--> Processing Dependency: git = 1.7.1-8.el6 for package: perl-Git-1.7.1-8.el6.noarch
---> Package git.x86_64 0:1.7.1-9.el6_9 will be an update
--> Running transaction check
---> Package perl-Git.noarch 0:1.7.1-8.el6 will be updated
---> Package perl-Git.noarch 0:1.7.1-9.el6_9 will be an update
--> Finished Dependency Resolution
Dependencies Resolved
=================================================================================================Package Arch Version Repository Size
=================================================================================================
Updating:git x86_64 1.7.1-9.el6_9 updates 4.6 M
Updating for dependencies:perl-Git noarch 1.7.1-9.el6_9 updates 29 k
Transaction Summary
=================================================================================================
Upgrade 2 Package(s)
Total download size: 4.6 M
Is this ok [y/N]: y
Downloading Packages:
Setting up and reading Presto delta metadata
Processing delta metadata
Package(s) data still to download: 4.6 M
(1/2): git-1.7.1-9.el6_9.x86_64.rpm | 4.6 MB 00:00
(2/2): perl-Git-1.7.1-9.el6_9.noarch.rpm | 29 kB 00:00
-------------------------------------------------------------------------------------------------
Total 5.8 MB/s | 4.6 MB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running TransactionUpdating : perl-Git-1.7.1-9.el6_9.noarch 1/4Updating : git-1.7.1-9.el6_9.x86_64 2/4Cleanup : perl-Git-1.7.1-8.el6.noarch 3/4Cleanup : git-1.7.1-8.el6.x86_64 4/4Verifying : git-1.7.1-9.el6_9.x86_64 1/4Verifying : perl-Git-1.7.1-9.el6_9.noarch 2/4Verifying : git-1.7.1-8.el6.x86_64 3/4Verifying : perl-Git-1.7.1-8.el6.noarch 4/4
Updated:git.x86_64 0:1.7.1-9.el6_9
Dependency Updated:perl-Git.noarch 0:1.7.1-9.el6_9
Complete!

验证升级后的 git 版本.

# yum list git
Installed Packages
git.x86_64 1.7.1-9.el6_9 @updates
或
# rpm -q git
git-1.7.1-9.el6_9.x86_64

现在我们成功升级这个软件包,可以对它进行回滚了。步骤如下。

使用 YUM history 命令回滚升级操作

首先,使用下面命令获取 yum 操作的 id。下面的输出很清晰地列出了所有需要的信息,例如操作 id、谁做的这个操作(用户名)、操作日期和时间、操作的动作(安装还是升级)、操作影响的包数量。

首先,使用下面命令获取 yum 操作的 id。下面的输出很清晰地列出了所有需要的信息,例如操作 id、谁做的这个操作(用户名)、操作日期和时间、操作的动作(安装还是升级)、操作影响的包数量。

# yum history# yum history list all
Loaded plugins: fastestmirror, presto
ID | Login user | Date and time | Action(s) | Altered
-------------------------------------------------------------------------------13 | root | 2017-08-18 13:30 | Update | 212 | root | 2017-08-10 07:46 | Install | 111 | root | 2017-07-28 17:10 | E, I, U | 28 EE10 | root | 2017-04-21 09:16 | E, I, U | 162 EE9 | root | 2017-02-09 17:09 | E, I, U | 20 EE8 | root | 2017-02-02 10:45 | Install | 17 | root | 2016-12-15 06:48 | Update | 16 | root | 2016-12-15 06:43 | Install | 15 | root | 2016-12-02 10:28 | E, I, U | 23 EE4 | root | 2016-10-28 05:37 | E, I, U | 13 EE3 | root | 2016-10-18 12:53 | Install | 12 | root | 2016-09-30 10:28 | E, I, U | 31 EE1 | root | 2016-07-26 11:40 | E, I, U | 160 EE

上面命令显示有两个包受到了影响,因为 git 还升级了它的依赖包 perl-Git。 运行下面命令来查看关于操作的详细信息。

# yum history info 13
Loaded plugins: fastestmirror, presto
Transaction ID : 13
Begin time : Fri Aug 18 13:30:52 2017
Begin rpmdb : 420:f5c5f9184f44cf317de64d3a35199e894ad71188
End time : 13:30:54 2017 (2 seconds)
End rpmdb : 420:d04a95c25d4526ef87598f0dcaec66d3f99b98d4
User : root
Return-Code : Success
Command Line : update git
Transaction performed with:Installed rpm-4.8.0-55.el6.x86_64 @baseInstalled yum-3.2.29-81.el6.centos.noarch @baseInstalled yum-plugin-fastestmirror-1.1.30-40.el6.noarch @baseInstalled yum-presto-0.6.2-1.el6.noarch @anaconda-CentOS-201207061011.x86_64/6.3
Packages Altered:Updated git-1.7.1-8.el6.x86_64 @baseUpdate 1.7.1-9.el6_9.x86_64 @updatesUpdated perl-Git-1.7.1-8.el6.noarch @baseUpdate 1.7.1-9.el6_9.noarch @updates
history info

运行下面命令来回滚 git 包到上一个版本。

# yum history undo 13
Loaded plugins: fastestmirror, presto
Undoing transaction 53, from Fri Aug 18 13:30:52 2017Updated git-1.7.1-8.el6.x86_64 @baseUpdate 1.7.1-9.el6_9.x86_64 @updatesUpdated perl-Git-1.7.1-8.el6.noarch @baseUpdate 1.7.1-9.el6_9.noarch @updates
Loading mirror speeds from cached hostfile* base: repos.lax.quadranet.com* epel: fedora.mirrors.pair.com* extras: repo1.dal.innoscale.net* updates: mirror.vtti.vt.edu
Resolving Dependencies
--> Running transaction check
---> Package git.x86_64 0:1.7.1-8.el6 will be a downgrade
---> Package git.x86_64 0:1.7.1-9.el6_9 will be erased
---> Package perl-Git.noarch 0:1.7.1-8.el6 will be a downgrade
---> Package perl-Git.noarch 0:1.7.1-9.el6_9 will be erased
--> Finished Dependency Resolution
Dependencies Resolved
=================================================================================================Package Arch Version Repository Size
=================================================================================================
Downgrading:git x86_64 1.7.1-8.el6 base 4.6 Mperl-Git noarch 1.7.1-8.el6 base 29 k
Transaction Summary
=================================================================================================
Downgrade 2 Package(s)
Total download size: 4.6 M
Is this ok [y/N]: y
Downloading Packages:
Setting up and reading Presto delta metadata
Processing delta metadata
Package(s) data still to download: 4.6 M
(1/2): git-1.7.1-8.el6.x86_64.rpm | 4.6 MB 00:00
(2/2): perl-Git-1.7.1-8.el6.noarch.rpm | 29 kB 00:00
-------------------------------------------------------------------------------------------------
Total 3.4 MB/s | 4.6 MB 00:01
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running TransactionInstalling : perl-Git-1.7.1-8.el6.noarch 1/4Installing : git-1.7.1-8.el6.x86_64 2/4Cleanup : perl-Git-1.7.1-9.el6_9.noarch 3/4Cleanup : git-1.7.1-9.el6_9.x86_64 4/4Verifying : git-1.7.1-8.el6.x86_64 1/4Verifying : perl-Git-1.7.1-8.el6.noarch 2/4Verifying : git-1.7.1-9.el6_9.x86_64 3/4Verifying : perl-Git-1.7.1-9.el6_9.noarch 4/4
Removed:git.x86_64 0:1.7.1-9.el6_9 perl-Git.noarch 0:1.7.1-9.el6_9
Installed:git.x86_64 0:1.7.1-8.el6 perl-Git.noarch 0:1.7.1-8.el6
Complete!

回滚后,使用下面命令来检查降级包的版本。

# yum list git# rpm -q git
git-1.7.1-8.el6.x86_64

使用YUM downgrade 命令回滚升级

此外,我们也可以使用 YUM downgrade 命令回滚升级。

# yum downgrade git-1.7.1-8.el6 perl-Git-1.7.1-8.el6
Loaded plugins: search-disabled-repos, security, ulninfo
Setting up Downgrade Process
Resolving Dependencies
--> Running transaction check
---> Package git.x86_64 0:1.7.1-8.el6 will be a downgrade
---> Package git.x86_64 0:1.7.1-9.el6_9 will be erased
---> Package perl-Git.noarch 0:1.7.1-8.el6 will be a downgrade
---> Package perl-Git.noarch 0:1.7.1-9.el6_9 will be erased
--> Finished Dependency Resolution
Dependencies Resolved
=================================================================================================Package Arch Version Repository Size
=================================================================================================
Downgrading:git x86_64 1.7.1-8.el6 base 4.6 Mperl-Git noarch 1.7.1-8.el6 base 29 k
Transaction Summary
=================================================================================================
Downgrade 2 Package(s)
Total download size: 4.6 M
Is this ok [y/N]: y
Downloading Packages:
(1/2): git-1.7.1-8.el6.x86_64.rpm | 4.6 MB 00:00
(2/2): perl-Git-1.7.1-8.el6.noarch.rpm | 28 kB 00:00
-------------------------------------------------------------------------------------------------
Total 3.7 MB/s | 4.6 MB 00:01
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running TransactionInstalling : perl-Git-1.7.1-8.el6.noarch 1/4Installing : git-1.7.1-8.el6.x86_64 2/4Cleanup : perl-Git-1.7.1-9.el6_9.noarch 3/4Cleanup : git-1.7.1-9.el6_9.x86_64 4/4Verifying : git-1.7.1-8.el6.x86_64 1/4Verifying : perl-Git-1.7.1-8.el6.noarch 2/4Verifying : git-1.7.1-9.el6_9.x86_64 3/4Verifying : perl-Git-1.7.1-9.el6_9.noarch 4/4
Removed:git.x86_64 0:1.7.1-9.el6_9 perl-Git.noarch 0:1.7.1-9.el6_9
Installed:git.x86_64 0:1.7.1-8.el6 perl-Git.noarch 0:1.7.1-8.el6
Complete!

注意: 你也需要降级依赖包,否则它会删掉当前版本的依赖包而不是对依赖包做降级,因为 downgrade 命令无法处理依赖关系。

至于 Fedora 用户

命令是一样的,只需要将包管理器名称从 yum 改成 dnf 就行了。

# dnf list git
# dnf history
# dnf history info
# dnf history undo
# dnf list git
# dnf downgrade git-1.7.1-8.el6 perl-Git-1.7.1-8.el6

How to display Date and Time in history command

如何在历史记录命令中显示日期和时间

January 20, 2020

We all are familiar with the history command. It stores all the commands executed by bash in the terminal into the .bash_history file, which helps us recheck the previously executed commands for further investigation.

我们都熟悉 history 命令。它将 bash 在终端执行的所有命令存储到 .bash_history 文件中,这将有助于我们重新检查用户之前执行的命令以进行进一步调查。

By default, the history command shows only the commands executed by users and does not print the date and time, although it logs the time when the command was run.

默认情况下,history 命令仅显示用户执行的命令,不会打印日期和时间,但会记录命令运行的时间。

Whenever you run the history command, it looks for an environment variable called HISTTIMEFORMAT, which tells it how to format the date and time with the history command.

每当你运行 history 命令时,它会寻找一个名为 HISTTIMEFORMAT 的环境变量,该变量用于指定如何在 history 命令中格式化日期和时间。

If the value is null or not set, it will show default results, like most systems do (without date and time).

如果该值为空或未设置,则会显示默认结果,就像大多数系统一样(不显示日期和时间)。

HISTTIMEFORMAT takes values from strftime (strftime – convert date and time to a string). When you have date and time in the history command output, it might help you track issues more easily.

HISTTIMEFORMAT 从 strftime(strftime — 将日期和时间转换为字符串)中获取值。当 history 命令的输出中包含日期和时间时,它可以帮助你更轻松地跟踪问题。

  • %T: Replaced by the time (%H:%M:%S).
    %T:替换为时间(%H:%M:%S)。

  • %F: Equivalent to %Y-%m-%d (the ISO 8601:2000 standard date format).
    %F:相当于 %Y-%m-%d(ISO 8601:2000 标准日期格式)。

See below for the default history command output.

请参阅下面的默认 history 命令输出。

# history1  yum install -y mysql-server mysql-client2  service mysqld start3  sysdig proc.name=sshd4  sysdig -c topprocs_net5  sysdig proc.name=sshd6  sysdig proc.name=sshd | more7  sysdig fd.name=/var/log/auth.log | more8  sysdig fd.name=/var/log/mysqld.log9  sysdig -cl10  sysdig -i httplog11  sysdig -i proc_exec_time12  sysdig -i topprocs_cpu13  sysdig -c topprocs_cpu14  sysdig -c tracers_2_statsd15  sysdig -c topfiles_bytes16  sysdig -c topprocs_cpu17  sysdig -c topprocs_cpu "fd.name contains sshd"18  sysdig -c topprocs_cpu "proc.name contains sshd"19  csysdig20  sysdig -c topprocs_cpu21  rpm --import https://s3.amazonaws.com/download.draios.com/DRAIOS-GPG-KEY.public22  curl -s -o /etc/yum.repos.d/draios.repo http://download.draios.com/stable/rpm/draios.repo23  yum install -y epel-release24  yum update25  yum makecache26  yum -y install kernel-devel-$(uname -r)27  yum -y install sysdig28  sysdig29  yum install httpd mysql30  service httpd start

We can set this environment variable in three ways based on our requirements.

我们可以根据需求以三种方式设置这个环境变量。

  • Temporarily for the current user
    临时对当前用户生效

  • Permanently for the current user or another user
    永久对当前用户或其他用户生效

  • Permanently for all users
    永久对所有用户生效

Note: Don’t forget to add a space before the last single quote, otherwise the output will be messy.

注意:不要忘记在最后一个单引号之前添加空格,否则输出会很混乱。

Method 1: Temporarily for the Current User

方法 1:临时对当前用户生效

Run the following command to set the HISTTIMEFORMAT variable temporarily for the current user. This setting will be lost after a reboot.

执行以下命令,将 HISTTIMEFORMAT 变量临时设置为当前用户。重启后该设置将失效。

# export HISTTIMEFORMAT='%F %T '

Method 2: Permanently for the Current User

方法 2:永久对当前用户生效

Append the following HISTTIMEFORMAT variable to the .bashrc or .bash_profile file to make it permanent for the current user.

将以下 HISTTIMEFORMAT 变量追加到 .bashrc 或 .bash_profile 文件中,使其对当前用户永久生效。

# echo 'HISTTIMEFORMAT="%F %T "' >> ~/.bashrc

or

# echo 'HISTTIMEFORMAT="%F %T "' >> ~/.bash_profile

Run the following command to apply the changes made to the file.

运行以下命令以使文件中的更改生效。

# source ~/.bashrc

or

# source ~/.bash_profile

Method 3: Permanently for All Users

方法 3:永久对所有用户生效

Append the following HISTTIMEFORMAT variable to the /etc/profile file to make it permanent for all users.

将以下 HISTTIMEFORMAT 变量追加到 /etc/profile 文件中,使其对所有用户永久生效。

# echo 'HISTTIMEFORMAT="%F %T "' >> /etc/profile

Run the following command to apply the changes made to the file.

运行以下命令以使文件中的更改生效。

# source /etc/profile

See the sample output below.

请参阅以下示例输出。

# history1  2017-08-16 15:30:15 yum install -y mysql-server mysql-client2  2017-08-16 15:30:15 service mysqld start3  2017-08-16 15:30:15 sysdig proc.name=sshd4  2017-08-16 15:30:15 sysdig -c topprocs_net5  2017-08-16 15:30:15 sysdig proc.name=sshd6  2017-08-16 15:30:15 sysdig proc.name=sshd | more7  2017-08-16 15:30:15 sysdig fd.name=/var/log/auth.log | more8  2017-08-16 15:30:15 sysdig fd.name=/var/log/mysqld.log9  2017-08-16 15:30:15 sysdig -cl10  2017-08-16 15:30:15 sysdig -i httplog11  2017-08-16 15:30:15 sysdig -i proc_exec_time12  2017-08-16 15:30:15 sysdig -i topprocs_cpu13  2017-08-16 15:30:15 sysdig -c topprocs_cpu14  2017-08-16 15:30:15 sysdig -c tracers_2_statsd15  2017-08-16 15:30:15 sysdig -c topfiles_bytes16  2017-08-16 15:30:15 sysdig -c topprocs_cpu17  2017-08-16 15:30:15 sysdig -c topprocs_cpu "fd.name contains sshd"18  2017-08-16 15:30:15 sysdig -c topprocs_cpu "proc.name contains sshd"19  2017-08-16 15:30:15 csysdig20  2017-08-16 15:30:15 sysdig -c topprocs_cpu21  2017-08-16 15:30:15 rpm --import https://s3.amazonaws.com/download.draios.com/DRAIOS-GPG-KEY.public22  2017-08-16 15:30:15 curl -s -o /etc/yum.repos.d/draios.repo http://download.draios.com/stable/rpm/draios.repo23  2017-08-16 15:30:15 yum install -y epel-release24  2017-08-16 15:30:15 yum update25  2017-08-16 15:30:15 yum makecache26  2017-08-16 15:30:15 yum -y install kernel-devel-$(uname -r)27  2017-08-16 15:30:15 yum -y install sysdig28  2017-08-16 15:30:15 sysdig29  2017-08-16 15:30:15 yum install httpd mysql30  2017-08-16 15:30:15 service httpd start

via:

  • How To Use YUM History Command To Rollback An Updates In RHEL/CentOS Systems | 2DayGeek
    https://www.2daygeek.com/rollback-fallback-updates-downgrade-packages-centos-rhel-fedora/

    作者:2daygeek 译者:lujun9972 校对:wxy 本文由 LCTT 原创编译,Linux中国. 荣誉推出 | 2018-01-18 08:47

  • How To Display Date And Time In History Command
    https://www.2daygeek.com/display-date-time-linux-bash-history-command/

http://www.mmbaike.com/news/50531.html

相关文章:

  • 用html做网站源代码重庆百度推广seo
  • 电商网站建设方向竞价网站推广
  • 网站点击快速优化系统
  • java做网站的主要技术深圳全网营销推广平台
  • 做网站app要多钱市场推广方案怎么写
  • 电子商务网站建设asp电商平台推广方案
  • 怎样让网站显示网站建设中色盲眼中的世界
  • 安徽建设工程信息网关闭 新网站优化排名工具
  • 中国做网站公司百度站长工具链接提交
  • 公司建设网站有什么好处新华传媒b2b商务平台
  • wordpress做视频播放网站百度seo排名规则
  • h5网站价格怎样申请网站注册
  • 什么是企业网站域名注册查询
  • 品牌建设经验做法游戏优化大师官网
  • 扬州网络科技有限公司网站建设西安官网seo技术
  • wordpress插件table长沙官网seo技巧
  • No物流网站建设seo任务平台
  • 常平网站建设学网络与新媒体后悔死了
  • 服务器与网站网站设计公司排行榜
  • 怎么在国际网站做推广北京网站建设制作开发
  • 重庆网站设计最加科技全球十大搜索引擎入口
  • 长春 网站建设网站的开发流程
  • 网站架构的优化国际新闻快报
  • 淘宝官网首页免费注册seo精灵
  • 怎么在网站里做宣传自己的网站怎么推广
  • 工作做ppt课件的网站百度营销
  • 软件下载网站如何履行安全管理义务确保提供的软件不含恶意程序上海专业的seo推广咨询电话
  • 德阳 网站建设亚马逊seo关键词优化软件
  • 福泉网站制作设计网站接单
  • 个人名义做网站能备案吗软文投放平台有哪些?