This manual explains how to set up a low-cost NAS server to store videos from a Xiaomi camera, model MI Security Camera.
You can use a development board Linux based such as Raspberry PI or similar, an old PC, Barebone etc.
Install samba.
| // Tên script: Widget Giá Vàng Mi Hồng | |
| // Tác giả: Gemini | |
| // Mô tả: Widget này hiển thị giá vàng SJC mới nhất từ API của mihong.vn. | |
| // Phiên bản này bao gồm đầy đủ headers và cookies để giả lập yêu cầu từ trình duyệt. | |
| // Hướng dẫn: Đặt widget ở cỡ vừa (Medium) để hiển thị đẹp nhất. | |
| // --- CÀI ĐẶT --- | |
| const GOLD_CODE = "SJC"; // Có thể đổi thành mã khác nếu API hỗ trợ | |
| // URL API để lấy dữ liệu giá vàng từ Mi Hồng |
| // ==UserScript== | |
| // @name Rewrite khicongydaotoronto.com links in Search Results to HTTP | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.2 | |
| // @description Changes https://khicongydaotoronto.com links to http:// in search engine results. | |
| // @author Your Name | |
| // @match https://www.google.com/search* | |
| // @match https://www.google.com.*/search* | |
| // @match https://www.bing.com/search* | |
| // @match https://duckduckgo.com/* |
This manual explains how to set up a low-cost NAS server to store videos from a Xiaomi camera, model MI Security Camera.
You can use a development board Linux based such as Raspberry PI or similar, an old PC, Barebone etc.
Install samba.
| https://drive.google.com/file/d/1wzXk_B9AZwEDCg_ItXhsMdALwJyU1E-b/view?usp=drive_link | |
| Acronis True Image 2016 - Build 19.0.0.5586 | |
| L7NDPETA-7F7UH7WK-4HTHPXJH-LDBUTB48-XEK7KA6Z-Y9HS747F-XDLZDRPQ-QGUJH7JG | |
| or | |
| 9ZPATK22-QLD6BJDL-F5EBWM4E-LGYD9K9V-ZDW8K5AH-68WSA48G-Q9LDHY7V-SB8WBY2L | |
| or | |
| 6EXRREDY-TDH7QQ9G-M324EPCK-YQZ67WWC-VAAJC787-HY2AV233-AJS4MRZS-BA27MPN8 | |
| https://alexshomenetwork.com/linux-desktop-in-browser/ |
| /** | |
| * Thư viện AmLich. | |
| * Example | |
| * $am_lich = new AmLich(); | |
| * $al = $am_lich->convertSolar2Lunar(30, 10, 2023, 7.0); | |
| * Ngày: $al[0], Tháng: $al[1], Năm: $al[2] | |
| */ | |
| class AmLich { | |
| public function INT($d) { |
| { | |
| "name": "drupal/recommended-project", | |
| "description": "Project template for Drupal 9 projects with a relocated document root", | |
| "type": "project", | |
| "license": "GPL-2.0-or-later", | |
| "homepage": "https://www.drupal.org/project/drupal", | |
| "support": { | |
| "docs": "https://www.drupal.org/docs/user_guide/en/index.html", | |
| "chat": "https://www.drupal.org/node/314178" | |
| }, |
| <?php | |
| namespace Drupal\nh_phahe\Service; | |
| use Drupal\Component\Utility\NestedArray; | |
| use Drupal\Core\Form\FormStateInterface; | |
| use Drupal\Core\StringTranslation\StringTranslationTrait; | |
| use Drupal\node\Entity\Node; | |
| /** |
| sudo mv /etc/localtime /etc/localtime.bk | |
| sudo ln -s /usr/share/zoneinfo/Asia/Bangkok /etc/localtime | |
| ## install options | |
| sudo apt update | |
| sudo apt install xdg-utils vlc ffmpeg | |
| # WGET, (Add Last Line to /etc/wgetrc) - check_certificate = off | |
| sudo bash -c "echo 'check_certificate = off' >> /etc/wgetrc" | |
| # CURL, You can add insecure option to your $HOME/.curlrc file: | |
| sudo bash -c "echo 'insecure' >> $HOME/.curlrc" |