Skip to content

Commit

Permalink
Update Web_Change_the_password_of_the_root_user.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dimoroz772 authored Mar 18, 2024
1 parent 422fb2f commit 6778e77
Showing 1 changed file with 44 additions and 51 deletions.
95 changes: 44 additions & 51 deletions Web_Change_the_password_of_the_root_user.html
Original file line number Diff line number Diff line change
@@ -1,69 +1,62 @@
<head>
<title>Change the password of the root user</title>
<link rel="shortcut icon" href="./Fedora_Logo.png" type="image/png">
<title>Folder Access Restriction</title>
<link rel="shortcut icon" href="./CentOS_Logo.png" type="image/png">
</head>
<head>
<meta charset="utf-8">
</head>
<style>
.neonText1 {
color: #87CEFA;
text-shadow:
0 0 1px #4169E1,
0 0 1px #4169E1,
0 0 1px #4169E1,
0 0 1px #4169E1,
0 0 1px #4169E1,
0 0 1px #4169E1,
0 0 1px #4169E1,
0 0 1px #4169E1;
}
.neonText2 {
color: #00FF00;
text-shadow:
0 0 1px #006400,
0 0 1px #006400,
0 0 1px #006400,
0 0 1px #006400,
0 0 1px #006400,
0 0 1px #006400,
0 0 1px #006400,
0 0 1px #006400;
}
/* Additional styling */
body{
background-image: url('Fon_Post.jpg');
background-color: black;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
max-width: 1000px;
max-width: 1400px;
margin: 0 auto;
padding: 20px;
color: #333;
color: #cfcfcf;
}
a {
text-decoration: none;
}
p {
text-indent: 1.5em;
text-align: justify;
}
h2 {
font-size: 19px;
}
</style>
<style>
table{
border: 1px black solid;
}
th, td {
border: 1px solid grey; /* бахнуть на rgba(255,255,0,0); */
font-family: monospace;
font-weight: 500;
white-space: pre;
line-height: 2;
letter-spacing: 1px;
}
</style>
<style>
button {
position: static;
border: 1px solid #808080;
font-size: 18px;
background-color: rgba(28,28,28,0);
transition: 0.5s;
}
button:hover {
background-color: #ff0000;
}
</style>
<br/>
<Center>
<img src="./Fedora_Logo.png" width="150" height="150"/>
</Center><br/>
<h1 align="Center" style="color:rgb(255, 255, 255)"><i>Change the password of the root user</i></h1>
<i style="color:rgb(255, 255, 255)"><p align="Left">Всем привет! В данном посте рассматривается то, как сменить пароль у пользователя root.</p></i>
<i style="color:rgb(255, 255, 255)"><p align="Left">Заходим в командную строку и вводим следующую команду:</p></i>
<html>
<body>
<div align="Center">
<table>
<tbody>
<tr>
<td align="Left" style="color:#ff0000" width="400px"><b><i>$ sudo passwd root</i></b></td>
<td align="Left" style="color:#00ff15" width="600px"><b><i>Команда для смены пароля у пользователя root. После выполнения команды, введите два раза новый пароль от для пользователя root, каждый раз подтверждая действие.</i></b></td>
</tr>
</tbody>
</table>
<div class="container">
<p class="neonText1">
Смена пароля пользователя root на ОС Linux Fedora
------------------------------------------------------------------------------------------------------------------------------------------------------------
<a class="neonText2">sudo passwd root</a> |#|#| Команда для смены пароля для пользователя root.
</p>
</div>
</body>
</html>
<br/>
<button><i><a href="https://dimoroz772.github.io/Linux_Fedora/" style="color:#F0F8FF"><b>Back</b></a><br/><i/></button>

0 comments on commit 6778e77

Please sign in to comment.