Пікірлер
@PavloMaliuchenko
@PavloMaliuchenko 2 ай бұрын
Добрий день Де ви брали станцію?
@maloy_dunk4411
@maloy_dunk4411 2 ай бұрын
Добрий день! Можно замовити з Європи по гарній ціні, в нас оверпрайс! Якщо треба, можу допомогти)
@javorov1982
@javorov1982 2 ай бұрын
@@maloy_dunk4411 Доброго дня, як замовляли?
@s.f.stierlitz3519
@s.f.stierlitz3519 2 ай бұрын
Добрий день! По якій ціні можна у вас замовити? І як це зробити?
@techitinator
@techitinator Ай бұрын
В європейському офіційному магазині. Там дешевше, однак їхала понад 3 місяці через те що це було передзамовлення.
@dimamoskalyov9963
@dimamoskalyov9963 2 ай бұрын
така ж сама станція скажіть чи клацає щось у вас при роботі розеток можливо це така робота інвертору?
@Oleg_Semashko
@Oleg_Semashko 2 ай бұрын
При ввімкнені блоку розеток (інвертору) будь яка станція видає одиничне клацання. Так саме і при вимкненні інвертора. Якщо у вас клацання не одиничне, то це якась біда з інвертором, він вмикається і вимикається в процесі
@FeinbergUA
@FeinbergUA 2 ай бұрын
В мене теж є легкі пощілкування при роботі розеток. Схоже це конденсатори так шумлять
@Oleg_Semashko
@Oleg_Semashko 2 ай бұрын
@@FeinbergUA ну у мене bluetti ac180p, ніяких "пощолкувань" нема, один чіткий щолчок при ввімкненні/вимкненні інвертору. Так само у батьків на анкері і у знайомого на екофло
@TigraDP
@TigraDP Ай бұрын
Теж при роботі інвертора високочастотний шум і поклацування. Є маленька станція іншого бренду, теж шумить, але раза в 2 тихіше. Сподіваюсь що це не брак, а така робота інвертора.
@vladimirCrest
@vladimirCrest 2 ай бұрын
Фонарь: просто фонарь, "SOS", равномерное моргание (для отпугивания). Предположение. А на самом деле?
@thesunflowerNGC
@thesunflowerNGC 2 ай бұрын
Хорошо, конечно, тихо и без выхлопов всяких. А то этот генератор шумит, обороты плавают, нагрузку убавляешь появляются затыки в работе, бензин с маслом, моточасы. Кто ещё не определился с выбором источника питания, если средства позволяют, берите такие электростанции. Генератор в самом крайнем случае.
@R...B
@R...B 2 ай бұрын
Так, ви праві! Є і генератор(інверторний) і станція, але дещо, відомішої компанії і потужніша. Генератор на "крайняк".
@USER_2024-r7d
@USER_2024-r7d 12 күн бұрын
Станции при работе гудят, там есть вентилятор
@christopherblencowe7021
@christopherblencowe7021 3 ай бұрын
Good idea to put this on youtube, but you should mention WHY you install from source instead of HOW to do this (which is also fine at the end. Compiling GNU sources has advantages but also responsibilities e.g. own patch management of the compiled sources. This is why I always compile squid from source: a) Get exact the version whatever the maintainer of the linux OS thinks is fine for him. I therefore can have several Ubuntu/Debian/SLES and REDHAT OS versions and can always have the latest version of squid b) Be faster - In case of known squid vulnerabilites one does not need to wait for a distro to react - this is even more critical for older OS distros c) Add the plugins you like : I usually add "--enable-basic-auth-helpers="NCSA"" to the configure options and use this helper in my configuration (e.g. auth_param basic program /local/squid/libexec/basic_ncsa_auth /local/squid/etc/passwd) d) Have multiple squid installed in different locations on the same server The disadvantages for sure are: You have to setup a process of checking regular for latest releases and recompile then. I usually skip making a "make instal", instead I simply leave the compiled "squid" aside to the sources and run it from there, having always one folder containing each release, but you also must keep track on ownership same as given in the video.
@christopherblencowe7021
@christopherblencowe7021 3 ай бұрын
# CAVE: using "make install" also puts other basic-auth-helpers ./configure --prefix=/local/squid --enable-basic-auth-helpers="NCSA" make mkdir -p var/run mkdir -p var/logs # see cache_effective_user/cache_effective_group chown -R nobody:nogroup var/logs mkdir -p sbin cp -p src/squid sbin mkdir -p libexec cp -p src/auth/basic/NCSA/basic_ncsa_auth libexec cp -p src/log/file/log_file_daemon libexec cp -p src/unlinkd libexec mkdir -p share cd share ln -s ../errors . ln -s ../icons . cd .. mkdir -p var/cache mkdir -p var/cache/squid chown -R nobody:nogroup var/cache/squid ./sbin/squid -z -n squid
@christopherblencowe7021
@christopherblencowe7021 3 ай бұрын
# squid.service # cp -p squid.service /etc/systemd/system ; systemctl daemon-reload ; systemctl enable squid.service ; systemctl restart squid.service ; systemctl status squid.service [Unit] Description=squid.service [Service] User=root Group=root Type=Simple #Type=Exec #Type=Forking LimitNOFILE=65535 LimitNPROC=16384 ExecStart=/local/squid/sbin/squid -N #ExecStop= #TimeoutStartSec=300 [Install] WantedBy=multi-user.target
@christopherblencowe7021
@christopherblencowe7021 3 ай бұрын
And ensure cache_effective_user nobody cache_effective_group nogroup iis part of your config
@smok3yinc
@smok3yinc 6 ай бұрын
Are you able to update?
@techitinator
@techitinator 6 ай бұрын
The updates actually will broke the boot as it is unofficiall platform. As per my expierence it is better to install officiall debian for orange pi and add repo from kali (but you will still have some problems due to package duplication in repos).
@smok3yinc
@smok3yinc 6 ай бұрын
@@techitinator yeah that’s what I did, I can indeed use the Kali image and it updates but breaks the boot. Just wondered if i did something wrong, thinking of making my own from the provided Linux kernel.
@ГоловачЛена-с6й
@ГоловачЛена-с6й 7 ай бұрын
Привет, сделай более подробный обзор
@АнтонБорисов-у6ч
@АнтонБорисов-у6ч 6 ай бұрын
Образ без проблем можно развернуть на SD-карту с помощью Win32Diskimager. Но есть проблемы с обновлением и установкой дополнительного ПО. Например, попробовал установить с помощью x11vnc, установка завершается с ошибками. Такие вот дела. Видимо единственный правильный вариант это Debian. Но я еще не пробовал. -------------------------------- The image can be deployed to an SD card using Win32Diskimager without any problems. But there are problems with updating and installing additional software. For example, I tried to install using x11vnc, the installation completed with errors. Such are the things. Apparently the only correct option is Debian. But I haven't tried it yet.
@felipeportela5693
@felipeportela5693 7 ай бұрын
After concatenate .xzaa and .xzab files, I got a .img.xz file. Should I decompress it? I tried decompressing it but I failed, but I'm thinking on tryin again
@techitinator
@techitinator 6 ай бұрын
Hi, yes, it should be decompressed.
@felipeportela5693
@felipeportela5693 6 ай бұрын
@@techitinator I did it. I decompressed using unxz command