Тренд по дням 7 дн.
Чаще всего спрашивают top users
| Юзер | Вопросов |
|---|---|
| Mihail | 4 |
Примеры сообщений 4
Mihail
· 2026-05-24T18:37
root@instzav:/etc/telemt# curl -kI https://npkiz.site/
HTTP/2 200
server: nginx/1.24.0 (Ubuntu)
date: Sun, 24 May 2026 18:36:24 GMT
content-type: text/html
content-length: 20287
last-modified: Sun, 24 May 2026 17:58:03 GMT
etag: "6a133c2b-4f3f"
strict-transport-security: max-age=63072000; includeSubDomains; preload
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
referrer-policy: strict-origin-when-cross-origin
accept-ranges: bytes
root@instzav:/etc/telemt# curl -k https://npkiz.site/ | head
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 20287 100 20287 0 0 <!doctype html>--:-- --:--:-- --:--:-- 0
8<html>
9<head>
3<meta charset="utf-8">
k<meta name="viewport" content="width=device-width, maximum-scale=1">
<title>Unique</title>
<link rel="icon" href="favicon.png" type="image/png">
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/font-awesome.css" rel="stylesheet" type="text/css">
0 --:--:-- --:--:-- --:--:-- 900k
curl: Failed writing body
Mihail
· 2026-05-24T18:26
root@instzav:/etc/telemt# curl -kI https://npkiz.site/
HTTP/2 404
date: Sun, 24 May 2026 18:25:10 GMT
content-type: text/html; charset=UTF-8
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
root@instzav:/etc/telemt# curl -kI https://npkiz.site/favicon.ico
HTTP/2 404
date: Sun, 24 May 2026 18:25:31 GMT
content-type: text/html; charset=UTF-8
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
root@instzav:/etc/telemt# curl -k https://npkiz.site/ | head
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1561 100 1561 0 0 12288 0 --:--:-- --:--:-- --:--:-- 12388
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Error 404 (Not Found)!!1</title>
<style>
*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}
</style>
<a href=//www.google.com/><span id=logo aria-label=Google></span></a>
<p><b>404.</b> <ins>That’s an error.</ins>
root@instzav:/etc/telemt# grep " 404 " /var/log/nginx/access.log | tail -20
Mihail
· 2026-05-24T18:16
root@instzav:/etc/nginx/sites-enabled# curl -k -H 'Host: npkiz.site' https://127.0.0.1:8443/ | head
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 202<!doctype html> 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
<html>
87<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, maximum-scale=1">
<title>Unique</title>
<link rel="icon" href="favicon.png" type="image/png">
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/font-awesome.css" rel="stylesheet" type="text/css">
100 20287 0 0 2765k 0 --:--:-- --:--:-- --:--:-- 2830k
curl: Failed writing body
Mihail
· 2026-05-24T18:04
root@instzav:/etc/telemt# curl http://127.0.0.1:1984/ | head
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
1<!doctype html> 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
00 1902<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>goTelegram Pro Admin</title>
<script>
(function () {
var stored = localStorage.getItem("gotelegram-theme");
var theme = stored || (matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light");
8 100 19028 0 0 10.9M 0 --:--:-- --:--:-- --:--:-- 18.1M
curl: Failed writing body