一般病毒主要感染/bin下面的可执行文件。 重启系统后,会停止在init version 2.85 booting 或者在出现welcome后,会告诉你/etc/rc.d/rc.sysinit的某行出现错误。 修复系统办法: 用对应的启动光盘引导,在boot:提示符输入linux rescue 提示 ...
分类:
系统相关 时间:
2020-02-23 22:22:34
阅读次数:
105
一:安装系统--(用途学习) 打开虚拟机软件VMWare,然后点击界面功能按钮【创建新的虚拟机】,如下图所示: 按照弹窗界面选择需要的虚拟机类型,根据类型进行创建服务器类型安装版本,如下图所示: 设置磁盘大小,也就是我们平常说的服务器硬盘的大小,操作系统上文件存储的地方;如下图所示: 如下图情况表示 ...
分类:
系统相关 时间:
2020-02-23 11:46:16
阅读次数:
124
# 重启系统 $ sudo systemctl reboot # 关闭系统,切断电源 $ sudo systemctl poweroff # CPU停止工作 $ sudo systemctl halt # 暂停系统 $ sudo systemctl suspend # 让系统进入冬眠状态 $ sud ...
分类:
系统相关 时间:
2020-02-19 17:06:28
阅读次数:
93
1003 Emergency (25分) As an emergency rescue team leader of a city, you are given a special map of your country. The map shows several scattered cities ...
分类:
其他好文 时间:
2020-02-02 15:43:47
阅读次数:
85
LeetCode 881 救生艇 第 i 个人的体重为 people[i],每艘船可以承载的最大重量为 limit。
每艘船最多可同时载两人,但条件是这些人的重量之和最多为 limit。
返回载到每一个人所需的最小船数。(保证每个人都能被船载)。 ...
分类:
其他好文 时间:
2020-01-31 15:51:14
阅读次数:
60
As an emergency rescue team leader of a city, you are given a special map of your country. The map shows several scattered cities connected by some ro ...
分类:
其他好文 时间:
2020-01-31 12:10:59
阅读次数:
88
Ignatius and the Princess II Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 14475 Accepted Submi ...
分类:
其他好文 时间:
2020-01-30 18:48:56
阅读次数:
106
#include<iostream> #include<cstring> #include<cmath> #include<cstdio> #include<algorithm> #include<stack> #include<queue> using namespace std; const i ...
分类:
其他好文 时间:
2020-01-28 15:34:42
阅读次数:
71
有可能我们在做了以下误操作,导致Linux系统无法启动: 1). 磁盘损坏或虚拟机磁盘被我们删除了,而fstab文件没有更新; 2). 由于误操作或其它原因使动态库错误。 1. 首先准备好系统安装盘,使用安装盘启动: 选择第3项:Rescue installed system 2. 在此过程总可能需 ...
分类:
系统相关 时间:
2020-01-17 18:50:13
阅读次数:
321
As an emergency rescue team leader of a city, you are given a special map of your country. The map shows several scattered cities connected by some ro ...
分类:
其他好文 时间:
2020-01-16 13:02:01
阅读次数:
85