forked from Rivixal/rivixal.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
utilities.html
353 lines (338 loc) · 21.1 KB
/
utilities.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Утилиты</title>
<link rel="shortcut icon" href="style/pictures/main.png">
<link rel="stylesheet" href="style/style.css">
<link rel="stylesheet" href="style/fonts.css">
<link rel="stylesheet" href="style/scroll-changed.css" >
<link rel="stylesheet" href="style/scroll-changed.css" media="(prefers-color-scheme: light)">
<link rel="stylesheet" href="style/scroll-changeddark.css" media="(prefers-color-scheme: dark)">
<link rel="stylesheet" href="style/light.css" media="(prefers-color-scheme: light)">
<link rel="stylesheet" href="style/dark.css" media="(prefers-color-scheme: dark)">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,300,1,0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<script src="script/dialog.js"></script>
<script src="script/scriptheader.js"></script>
</head>
<body>
<header id="myHeader">
<h1 class="site-title" id="myHeader">
<span class="logofontsize material-symbols-outlined" onclick="history.back()">
arrow_back
</span>
Утлииты
</h1>
<nav>
<ul>
<li><a href="index.html" class="material-symbols-outlined hidem"><span class="navigation-list-name">
home
</span><span class="fontnav">Главная</span></a></li>
<li><a href="projects.html" class="material-symbols-outlined hidem"><span class="navigation-list-name">
terminal
</span><span class="fontnav">Проекты</span></a></li>
<li><a href="guides.html" class="material-symbols-outlined hidem"><span class="navigation-list-name">
library_books
</span><span class="fontnav">Гайды</span></a></li>
<li><a href="gallerey.html" class="material-symbols-outlined hidem"><span class="navigation-list-name">
image
</span><span class="fontnav">Галерея</span></a></li>
<div class="separator"></div>
<div class="dropdownpc">
<li><a onclick="myFunctionpc()" class="material-symbols-outlined hidem"><span class="navigation-list-name">
apps
</span><span class="fontnav">Другое</span></a></li>
<div id="myDropdownpc" class="dropdown-pc">
<a href="apps.html">Web-APP</a>
<a href="utilities.html">Утилиты</a>
<a href="https://drive.google.com/drive/folders/1iWAWz8kv_49UbguHHtjCQG5qWsVvIQ1s?usp=sharing">Файлы</a>
<a href="about.html">Инфо</a>
</div>
</div>
<div class="dropdown hidep">
<a onclick="myFunction()" class="dropbtn">⁝</a>
<div id="myDropdown" class="dropdown-content">
<a href="apps.html">Web-APP</a>
<a href="utilities.html">Утилиты</a>
<a href="https://drive.google.com/drive/folders/1iWAWz8kv_49UbguHHtjCQG5qWsVvIQ1s?usp=sharing">Файлы</a>
<a href="about.html">Инфо</a>
</div>
</div>
</ul>
</nav>
</header>
<main>
<section class="hero" id="home">
<div class="hero-content tcontainer">
<h1 class="textwelcome">Утилиты</h1>
<h4>На данном ресурсе вы сможете найти утилиты, а также ссылки на драйверы.</h4>
<br>
<a href="news/versionprojectsabout.html" style="color: #fff;">Вы можете прочитать, что означает индексы OR, BR и т.д, нажав сюда</a>
<br>
<h4>Прокрутите вниз для просмотра информации.</h4>
<br>
</section>
<br>
<!--main menu---->
<div class="container">
<h1>Внимание!</h1>
<p>Некоторые программы можно скачать из Google Drive, но на некоторые программы можно найти и скачать только с официального сайта</p>
</div>
<div class="container touch" onclick="showDialog('dialog2')">
<h1><span class="material-symbols-outlined" style="font-size: 30px !important; vertical-align: -4px; margin-right: 5px;">system_update_alt</span>Пак программ после установки системы</h1>
<p>Пригодится для тех, кто переустановил Windows</p>
</div>
<div id="dialog2" class="dialog">
<div class="dialog-content">
<span class="close" onclick="closeDialog('dialog2')">×</span>
<h1><span class="material-symbols-outlined" style="font-size: 30px !important; vertical-align: -4px; margin-right: 5px;">system_update_alt</span>Пак программ после установки системы</h1>
<br>
<hr noshade size="4">
<br>
<!---Браузер---->
<div class="container">
<h1>Браузер на выбор</h1>
<p>На ваш вкус и цвет</p>
<br>
<div class="container touch" onclick="document.location='https://www.google.ru/intl/ru/chrome/next-steps.html?brand=YTUH&statcb=1&installdataindex=empty&defaultbrowser=0'">
<h1>Google Chrome</h1>
<p>Движок: Chromium</p>
</div>
<div class="container touch" onclick="document.location='https://www.mozilla.org/ru/firefox/download/thanks/'">
<h1>Firefox</h1>
<p>Движок: Quantum</p>
</div>
<div class="container touch" onclick="document.location='https://www.mypal-browser.org/'">
<h1>MyPal</h1>
<p>Движок: Firefox Quantum</p>
</div>
</div>
<!---Медиа---->
<div class="container touch" onclick="document.location='https://www.videolan.org/vlc/index.ru.html'">
<h1>VLC</h1>
<p>Видео/Аудиоплеер с открытым исходным кодом, подойдет для просмотров фильмов и для слушания музыки в оффлайн режиме.</p>
</div>
<!---Архиватор---->
<div class="container touch" onclick="document.location='https://www.7-zip.org/'">
<h1>7ZIP</h1>
<p>Архиватор с открытым исходным кодом и лучшая альтернатива WINRAR.</p>
</div>
<!---Торрент-трекер---->
<div class="container touch" onclick="document.location='https://www.qbittorrent.org/'">
<h1>qBittorrent</h1>
<p>Хороший торрент трекер, не навязывает вас рекламой, а так-же не сует вам майнеры и вирусы удаленного доступа.</p>
</div>
<!---Офис-------------->
<div class="container touch" onclick="document.location='https://ru.libreoffice.org/'">
<h1>Libreoffice</h1>
<p>Офис с открытым исходным кодом и является альтернативой Microsoft Office.</p>
</div>
<!---Фото-------------->
<div class="container touch" onclick="document.location='https://www.xnview.com/en/'">
<h1>XnView</h1>
<p>Просмотр фото. Кому-то подойдет, а кому-то и нет.</p>
</div>
</div>
</div>
</div>
</div>
<div class="container touch" onclick="showDialog('dialog3')">
<h1><span class="material-symbols-outlined" style="font-size: 30px !important; vertical-align: -4px; margin-right: 5px;">system_update_alt</span>Для перепрошивки Xiaomi / Redmi / POCO</h1>
<p>Прошивка / Перепрошивка</p>
</div>
<div id="dialog3" class="dialog">
<div class="dialog-content">
<span class="close" onclick="closeDialog('dialog3')">×</span>
<h1><span class="material-symbols-outlined" style="font-size: 30px !important; vertical-align: -4px; margin-right: 5px;">system_update_alt</span>Для перепрошивки Xiaomi / Redmi / POCO</h1>
<br>
<hr noshade size="4">
<br>
<div class="container touch" onclick="document.location='https://drive.google.com/file/d/1fY9eTrv2B5yXJKio0RYuIFTPK6HiCtoE/view'">
<h1>MiFlash</h1>
<p>Для прошивки телефона в режиме Fastboot</p>
</div>
<div class="container touch" onclick="document.location='https://drive.google.com/file/d/1Ru51cL9v63sNq0vCsHiqJWMg3cEGP4Bh/view'">
<h1>MiFlashUnlock</h1>
<p>Для разблокировки загрузчика в режиме Fastboot</p>
</div>
<div class="container touch" onclick="document.location='https://miuirom.org/ru'">
<h1>MIUIROM</h1>
<p>Сайт для скачивания оригинальных прошивок</p>
</div>
<div class="container touch" onclick="document.location='https://drive.google.com/file/d/1-HdPQ5QAgwX4xYVRrG3r1zf64VxZlhtz/view'">
<h1>Android SDK Platrofm Tools</h1>
<p>Установка кастомных прошивок</p>
</div>
<div class="container touch" onclick="document.location='https://drive.google.com/file/d/1rFPD0FfVUuIfR5UBBaQqSBsiF6t15_YD/view'">
<h1>Android ADB Driver</h1>
<p>Драйвера для работы с Android Debug Bridge</p>
</div>
<div class="container touch" onclick="document.location='https://drive.google.com/file/d/17s4BmqXYjZYdF1VOwaiAU57OY706QbdR/view?pli=1'">
<h1>MediaTek Unlocker bootloader</h1>
<p>Разблокировка загрузчика через неофициальный метод, перед применением, стоит посетить 4PDA</p>
<a href="https://4pda.to/forum/index.php?act=findpost&pid=114068420&anchor=Spoil-114068420-1">Посмотреть</a>
</div>
</div>
</div>
</div>
<div class="container touch" onclick="showDialog('dialog4')">
<h1><span class="material-symbols-outlined" style="font-size: 30px !important; vertical-align: -4px; margin-right: 5px;">system_update_alt</span>Тестирование железо пк</h1>
<p>Здесь содержится утилиты для тестировния ПК</p>
</div>
<div id="dialog4" class="dialog">
<div class="dialog-content">
<span class="close" onclick="closeDialog('dialog4')">×</span>
<h1><span class="material-symbols-outlined" style="font-size: 30px !important; vertical-align: -4px; margin-right: 5px;">system_update_alt</span>Тестирование железо пк</h1>
<br>
<hr noshade size="4">
<br>
<div class="container touch" onclick="document.location='https://crystalmark.info/en/software/crystaldiskinfo/'">
<h1>Crystaldiskinfo</h1>
<p>Отображение здоровья на жестком диске / SSD</p>
</div>
<div class="container touch" onclick="document.location='https://www.cpuid.com/softwares/cpu-z.html'">
<h1>CPU-Z</h1>
<p>Отображает характеристику вашего процессора</p>
</div>
<div class="container touch" onclick="document.location='https://geeks3d.com/furmark/'">
<h1>FurMark</h1>
<p>Стресс-тест для видеокарты</p>
</div>
<div class="container touch" onclick="document.location='https://crystalmark.info/en/software/crystaldiskmark/'">
<h1>Crystaldiskmark</h1>
<p>CrystalDiskMark — это программа для тестирования производительности жёстких дисков с открытым исходным кодом для Microsoft Windows.</p>
</div>
</div>
</div>
</div>
<div class="container touch" onclick="showDialog('dialog5')">
<h1><span class="material-symbols-outlined" style="font-size: 30px !important; vertical-align: -4px; margin-right: 5px;">system_update_alt</span>Утилиты для Windows</h1>
<p>Набор утилит для операционной системы Windows</p>
</div>
<div id="dialog5" class="dialog">
<div class="dialog-content">
<span class="close" onclick="closeDialog('dialog5')">×</span>
<h1><span class="material-symbols-outlined" style="font-size: 30px !important; vertical-align: -4px; margin-right: 5px;">system_update_alt</span>Утилиты для Windows</h1>
<br>
<hr noshade size="4">
<br>
<div class="container touch" onclick="document.location='http://wntsetup.ru/'">
<h1>WinNTSetup</h1>
<p>Альтернативный установщик Windows, можно установить из WinPE или внутри системы.</p>
</div>
<div class="container touch" onclick="document.location='http://cdslow.org.ru/ntpwedit/'">
<h1>NTPWEdit</h1>
<p>Предназначен для смены паролей Windows, использовать его исключительно с WinPE и используйте эту программу не во вред другим пользователям.</p>
</div>
<div class="container touch" onclick="document.location='http://emptyloop.com/unlocker/'">
<h1>Unlocker</h1>
<p>Снимает блокировку на удаление определенного файла.</p>
</div>
<div class="container touch" onclick="document.location='https://simpleunlocker.ds1nc.ru/'">
<h1>SimpleUnlocker</h1>
<p>Программа "Мултитул" предназначенная для простой разблокировки Windows от вирусов (Вкратце, это почти один и тот-же Unlocker но с расширенным функционалом)</p>
</div>
<div class="container touch" onclick="document.location='http://www.angusj.com/resourcehacker/'">
<h1>Resource Hacker</h1>
<p>Программа предназначенна для редактирования ресурсов в исполняемых файлах формата PE, которые используется в ОС Windows *.exe *.dll</p>
</div>
<div class="container touch" onclick="document.location='https://explorerplusplus.com/download'">
<h1>Explorer++</h1>
<p>Программа предназначена для открытий директорий, файлов внутри WindowsPE и является альтернативным проводником Windows</p>
</div>
<div class="container touch" onclick="document.location='https://processhacker.sourceforge.io/'">
<h1>Process Hacker</h1>
<p>Улучшенная дистепчер задач с большими фунциями, но многие вирусы блокируют эту программу.</p>
</div>
<div class="container touch" onclick="document.location='https://notepad-plus-plus.org/downloads/'">
<h1>Notepad++</h1>
<p>Улучшенная версия блокнота с огромным функционалом</p>
</div>
</div>
</div>
</div>
<div class="container touch" onclick="showDialog('dialog6')">
<h1><span class="material-symbols-outlined" style="font-size: 30px !important; vertical-align: -4px; margin-right: 5px;">system_update_alt</span>Драйвера</h1>
<p>В этом месте предоставлены ссылки на источники всех драйверов.</p>
</div>
<div id="dialog6" class="dialog">
<div class="dialog-content">
<span class="close" onclick="closeDialog('dialog6')">×</span>
<h1><span class="material-symbols-outlined" style="font-size: 30px !important; vertical-align: -4px; margin-right: 5px;">system_update_alt</span>Драйвера</h1>
<br>
<hr noshade size="4">
<br>
<div class="container touch" onclick="document.location='https://www.acer.com/ac/en/US/content/drivers'">
<h1>Acer</h1>
</div>
<div class="container touch" onclick="document.location='https://www.asus.com/support/'">
<h1>Asus</h1>
</div>
<div class="container touch" onclick="document.location='https://www.dell.com/support/home/en-us'">
<h1>Dell</h1>
</div>
<div class="container touch" onclick="document.location='https://support.hp.com/us-en/drivers'">
<h1>HP (Hewlett-Packard)</h1>
</div>
<div class="container touch" onclick="document.location='https://support.lenovo.com/'">
<h1>Lenovo</h1>
</div>
<div class="container touch" onclick="document.location='https://www.lg.com/us/support/software-firmware-drivers'">
<h1>LG</h1>
</div>
<div class="container touch" onclick="document.location='https://www.msi.com/support/download/'">
<h1>MSI</h1>
</div>
<div class="container touch" onclick="document.location='https://pc-dl.panasonic.co.jp/itn/drivers/'">
<h1>Panasonic</h1>
</div>
<div class="container touch" onclick="document.location='https://support.razer.com/gaming-laptops'">
<h1>Razer</h1>
</div>
<div class="container touch" onclick="document.location='https://www.samsung.com/us/support/downloads/'">
<h1>Samsung</h1>
</div>
<div class="container touch" onclick="document.location='http://support.toshiba.com/drivers'">
<h1>Toshiba</h1>
</div>
<div class="container touch" onclick="document.location='https://www.gigabyte.com/Support'">
<h1>Gigabyte</h1>
</div>
<div class="container touch" onclick="document.location='https://www.asrock.com/support/index.asp'">
<h1>ASRock</h1>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="container footera">
<center>
<script src="script/footer.js"></script>
<ul class="footer-links">
<br>
<li><a href="about.html">Инфо</a></li>
<li><a href="contacts.html">Контакты</a></li>
<li><a href="projects.html">Проекты</a></li>
</ul>
</center>
</div>
<div class="mobile">
<nav>
<center>
<a href="index.html" class="material-symbols-outlined"><span>home</span><br><span class="fontnav">Главная</span></a>
<a href="projects.html" class="material-symbols-outlined"><span>terminal</span><br><span class="fontnav">Проекты</span></a>
<a href="guides.html" class="material-symbols-outlined"><span> library_books</span><br><span class="fontnav">Гайды</span></a>
<a href="gallerey.html" class="material-symbols-outlined"><span> photo</span><br><span class="fontnav">Галерея</span></a>
</center>
</nav>
</div>
</footer>
<script src="script/menu.js"></script>
<script src="script/homepage.js"></script>
<script src="script/mayconsole.js"></script>
</body>
</html>