July, 2022 - Kote

Choosing the best editor for log search

Logs, logs, logs… they are everywhere! While scanning another endless log file, I wondered if there is any difference in the speed and performance of popular text editors when working with large log files. It turns out there is! Let’s compare Notepad, Notepad++, TextPad, and Atom in the speed of text search in log files.

Let’s focus on the following:

  • Startup time
  • Memory consumption at startup
  • Time to open an editor and a file (100 MB and 1 GB)
  • The amount of RAM used
  • Searchin for a line of text
  • Regular expression search

Continue reading “Choosing the best editor for log search”

Выбираем лучший редактор для поиска текста

Логов становится все больше и больше, а времени на их анализ и поиск всё меньше. Мне стало интересно, а есть ли разница в скорости и производительности популярных программ при работе с большими объемами текста. Оказывается есть! Будем сравнивать Notepad, Notepad++, TextPad и Atom в скорости поиска текста в лог-файлах.

Что будем измерять:

  • Время запуска
  • Потребление памяти при старте
  • Скорость открытия редактора и файла (100 Мб и 1 Гб)
  • Количество используемой оперативной памяти
  • Поиск строки текста
  • Поиск регулярного выражения

Continue reading “Выбираем лучший редактор для поиска текста”

Working with SSH keys for remote sessions in Linux

SSH keys can be used as an excellent choice for authenticating remote hosts. Using keys instead of simple usernames and passwords have many advantages, however, what is more, essential for me to – use an ssh key helps establish a connection faster and more secure. Let’s review how to create, share and use keys. Continue reading “Working with SSH keys for remote sessions in Linux”

Ревью: Hoa

Я открыл для себя замечательный платформер “Hoa”, который отлично подошёл для неторопливых зимних вечеров. Приятная рисованная графика и умиротворяющая музыка – самое лучшее лекарство от холодных тёмных вечеров. Continue reading “Ревью: Hoa”

HSTR (HiSToRy) – Advanced console history search

HSTR or HH is a great tool that speeds up console usage due to the intelligent search for recent and favorite commands. Before that, I used to have a few hacks like running grep for history ($ history | grep {my-search-request}), but with a new HH help, I feel like I can focus on tasks and not worry about recent commands entered as they can be accessed fast and convenient.

Continue reading “HSTR (HiSToRy) – Advanced console history search”

Кемпинг – Yarramalong 2022

В конце мая я с коллегами выбрался на традиционный кемпинг. Второй год подряд мы останавливались в живописном местечке Яррамалон (Yarramalong). Снова я поехал на одну ночь за новыми фотками, отдохнуть от города и зарядится силой природы.

Continue reading “Кемпинг – Yarramalong 2022”