DS18B20 – is a digital thermometer that works through the 1-Wire interface. On one 1-Wire interface, potentially you can connect over 20 devices! In this article short review how to connect DS18B20 to Onion Omega 2 and read data.
Category: Without category
SQL: Как выбрать только повторяющиеся записи
Достаточно использовать параметр HAVING оператора SELECT. Примеры для выборки только повторяющихся/уникальных записей: Continue reading
Как найти большие файлы на диске (Linux, Windows)
Иногда бывает очень актуальным вопрос поиска больших файлов в системе. Особенно если это VPS/VDS с маленьким обьемом диска. Для поиска больших файлов в системе можно Continue reading
How to enable/disable cpu cores in Linux
In Linux for decrease power consumption, you can disable CPU cores. Especially it’s relevant for small computers such as RaspberryPi/OrangePi/NanoPi and similar. For disabling CPU cores run next command in the console:
Linux – random mac address on boards OrangePi/NanoPi
For some boards, such as Orange Pi/NanoPi, mac address can random changing. To fix it, need to add one string to /etc/network/interfaces