Как использовать команду nmap

Nmap один из основных инструментов, используемых администраторами сети для устранения проблем с подключением к сети и сканирования портов. Nmap также может определять Mac-адрес, тип ОС, версию службы и многое другое. В этой статье объясняются основы использования команды nmap для выполнения различных сетевых задач. ...

января 4, 2021 · 7 минут · 1 слово

Как установить права на все каталоги 755 и все файлы 644

В системах Linux / Unix прежде всего рекомендуется обеспечить безопасность ваших файлов в ваших системах. Многие из новичков устанавливают права доступа к файлам в значение 777 на производственных серверах, чтобы избежать каких-либо проблем с разрешениями. ...

декабря 24, 2020 · 2 минуты · 289 слов

How to manage a website using git

Git is another awesome tool developed and maintained by Linus Torvalds who wrote linux kernel. In this post I’ll explain how can we use it for our site maintenance. I have a vps on which my site is hosted along with a mail server, git server and a web server too. But I’m sure this guide can be used with shared hosting accounts with some modifications. ...

ноября 9, 2020 · 2 минуты · 357 слов

Encrypted dotfiles with GnuPG

What these dotfiles are? In unix world, most programs are configured command line and they save their configurations in homedir usually a file which names start with a dot. Thus dotfiles. ...

ноября 9, 2020 · 3 минуты · 595 слов

Terminal Sharing service

What’s tmate? On *nix systems, sometimes we need support. And geeks don’t like GUI apps just to have your system in front of them, at least I don’t like that. tmate is terminal sharing software you can use it to connect with your friends and you both work from there. It’s available in many distributions repos and in case you aren’t lucky enough, you can compile it from source or there are pre-compiled binaries there in their Github page. ...

ноября 9, 2020 · 4 минуты · 718 слов

Git Initial Setup

How to configure Git Git is a version control system by Linus Torvalds, same person who wrote linux kernel. Installation...

ноября 9, 2020 · 1 минута · 138 слов