Open in app

Sign In

Write

Sign In

Andrey Viktorov
Andrey Viktorov

146 Followers

Home

About

Jan 23, 2021

How to use Lenovo Thinkpad L13 Gen2 fingerprint sensor with Linux

For most Linux distros the solution is simple: $ fwupdmgr get-updates $ fwupdmgr update $ fprintd-enroll The first two commands will fetch and install linux-specific firmware for the scanner, and the second will enroll your fingeprint. Later you can add more fingers using your account preferences (at least in gnome). …

Thinkpad

1 min read

How to use Lenovo Thinkpad L13 Gen2 fingerprint sensor with Linux
How to use Lenovo Thinkpad L13 Gen2 fingerprint sensor with Linux
Thinkpad

1 min read


Jun 24, 2020

Making WiFi work on Big Sur unsupported Macs with “failed with 66” error

TRY THIS FIRST ASentientBot has found a way to disable snapshot boot, if you’re experiencing “failed with 66”, try this first: Big Sur on Unsupported Macs TL;DR All the information about Big Sur on unsupported Macs structured in one placelynx.pink Only if this doesn’t helped you and you still get “failed with 66” like I do, then proceed with the guide below. HUGE DISCLAIMER, PLEASE READ IT: Run this only if sudo mount -uw / returns “failed…

Big Sur

5 min read

Making WiFi work on Big Sur unsupported Macs with “failed with 66” error
Making WiFi work on Big Sur unsupported Macs with “failed with 66” error
Big Sur

5 min read


Jun 23, 2020

How to install Big Sur to Mac Mini Late 2012 and other Catalina-capable machines

Update from Nov 22 2020: I updated the guide for a release version of a Big Sur! Now it uses some new tools made by community, that makes process a lot easier in many ways. The information provided below was confirmed to be valid on a 11.0.1. Update from Feb…

Macos

3 min read

How to install Big Sur to Mac Mini Late 2012
How to install Big Sur to Mac Mini Late 2012
Macos

3 min read


May 3, 2019

Fixing “tool ‘xcodebuild’ requires Xcode” without installing Xcode

During some node.js stuff i’ve occured this error on packages build: xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance But in reality, Xcode is actually not always required to successfully build packages. And here’s how to trick it: To success, build…

Xcodebuild

1 min read

Fixing “tool ‘xcodebuild’ requires Xcode” without installing Xcode
Fixing “tool ‘xcodebuild’ requires Xcode” without installing Xcode
Xcodebuild

1 min read


Nov 20, 2018

Что интересного есть в архиве данных из ВК и какие занятные выводы из него можно сделать

Сегодня я выгрузил из ВК свои данные (что вы тоже можете и непременно должны сделать по вот этой ссылке) и решил посмотреть, что же интересного этот архив мне может рассказать как о самом ВК, так и обо мне — Если вы знаете что такое GPG и как оно работает, рекомендую выгружать архив в зашифрованном виде. Я использовал для этого свой ключ с keybase и расшифровывал через консоль вот таким образом: keybase pgp decrypt -i Archive_zip.gpg > Archive.zip

Вконтакте

5 min read

Что интересного есть в архиве данных из ВК и какие занятные выводы из него можно сделать
Что интересного есть в архиве данных из ВК и какие занятные выводы из него можно сделать
Вконтакте

5 min read


Nov 20, 2018

Using attr_encrypted with Rails 5.2 credentials master key

Today’s another short tutorial is about using encryption key from Rails 5.2 credentials to encrypt/decrypt fields with attr_encrypted. This way you can encrypt your database fields in Rails 5.2 without using separate keys for the fields and for the credentials: attr_encrypted :super_secret_token, key: Rails.application.credentials.key Aaaaand… that’s it ¯\_(ツ)_/¯

Security

1 min read

Security

1 min read


Oct 27, 2018

How to fix acr122's and libnfc’s “Unable to claim USB interface” on Linux

If you like me have an acr122u usb NFC reader, you may see that issue when you connect it to the linux machine, run nfc-list and see something like this: error libnfc.driver.acr122_usb Unable to claim USB interface (Permission denied) Fortunately, it’s not very hard to fix: sudo vim /etc/modprobe.d/blacklist-libnfc.conf Add…

Kali Linux

1 min read

Kali Linux

1 min read


Published in Sibdev

·Oct 24, 2018

Отладка Rails в Visual Studio Code

Несмотря на всю мою нелюбовь к Visual Studio Code, у него есть одна неоспоримо классная фича — расширяемый плагинами дебаггер, который можно использовать практически с любым языком, какой вы можете себе только представить. Сейчас я расскажу и покажу, как использовать эту фичу при отладке rails-приложений. Первым делом нам нужно поставить…

Rails

2 min read

Отладка Rails в Visual Studio Code
Отладка Rails в Visual Studio Code
Rails

2 min read


Apr 14, 2018

Гайд: как поднять свой socks5-сервер для Telegram

Публичные прокси - это хорошо, но медленно. А хочется заиметь свою, да и с друзьяшками поделиться. Так что сейчас расскажу, как поднять свой прокси сервер чисто-для-телеграма. Внимание: статья рассчитана на людей, которые знают что такое ssh и как его подключать. Пункт первый: нужно обзавестись сервером Сервер брать рекомендую на DigitalOcean, в локациях AMS1/AMS2/AMS3 (у меня…

Telegram

3 min read

Гайд: как поднять свой socks5-сервер для Telegram
Гайд: как поднять свой socks5-сервер для Telegram
Telegram

3 min read


Published in Sibdev

·Feb 12, 2018

Мониторим очереди Bull при помощи lynx, Grafana, Telegraf и Influxdb

В своих проектах мы используем множество очередей Bull для всех сортов фоновых задач. Не смотря на то, что Bull достаточно надежный инструмент, периодически с ним возникают проблемы, как по его, так и по нашей вине. Самой главной проблемой, которую мы хотели бы этим решить, является бесконтрольный рост очередей (когда очередь…

Statsd

4 min read

Мониторим очереди Bull при помощи lynx, Grafana, Telegraf и Influxdb
Мониторим очереди Bull при помощи lynx, Grafana, Telegraf и Influxdb
Statsd

4 min read

Andrey Viktorov

Andrey Viktorov

146 Followers

Immolate Improved

Following
  • Jason Fried

    Jason Fried

  • Medium

    Medium

  • Workafrolic (±∞)

    Workafrolic (±∞)

  • Code & Acid

    Code & Acid

  • 🦊 Reactive Fox 🚀

    🦊 Reactive Fox 🚀

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech