Advanced Search
Search Results
100 total results found
VSCode Debug Nestjs and Docker Environment
in .vscode folder: { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "con...
Nestjs , Docker and Prisma Common Problem when built
Best way to fix prisma common problem with nestjs and docker nma-auth | PrismaClientInitializationError: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x". nma-auth | nma-auth | This happened because Prisma Client was g...
llama.cpp or LM Studio
Both are great projects, one will serve a personal local ai computing , one will serve multiple purposes. Yes, LM Studio is built on top of llama.cpp with an UI. LM Studio: https://lmstudio.ai/ llama.cpp: https://github.com/ggerganov/llama.cpp/blob/master/d...
Gemini Coder - Ai Code Generator
Gemini Coder được viết với ngôn ngữ typescript và nextjs Nó tạo được code theo prompt và build react view page. Rất thú vị.
Common Problems with Ubuntu WSL2 Sudo Apt Get
Problem: W: https://cloud.r-project.org/bin/linux/ubuntu/xenial-cran35/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. W: An error occurred during the signature verificatio...
Simple Image to Text using Langchain, Ollama, LM studio Apis
Mã script này sử dụng các mô hình ngôn ngữ Ollama và OpenAI để thực hiện phân tích hình ảnh và dịch văn bản. Đầu tiên, nó khởi tạo các mô hình với các tham số cụ thể như URL cơ sở và tên mô hình. Mô hình chính `ChatOllama` được sử dụng để hiểu nội dung của mộ...
Cài đặt Synology trên Proxmox với Arc Loader
Xem video hướng dẫn của TB Playground: https://www.youtube.com/watch?v=nRERez1Y9zs Xài Shell trên máy chủ Proxmox muốn cài đặt. ví dụ: Proxmox Admin Web > Rack2 > Shell > https://github.com/AuxXxilium/arc/releases?q=prerelease%3Afalse&expanded=true Download...
Cách cài đặt Synology trên máy ảo vm proxmox với ARL Loader
Cấu hình: Network sau khi cài: Test với với network của node proxmox host của synology tới synology: Test với network của VM trong cùng host với synology: Test network từ một VM của Node Proxmox khác tới Synology Cấu hình VM: Cách cài đặt:...
[Solved] Nginx Proxy Manager Problems with Cannot Load Certificate
Problem 1: nginx: [emerg] cannot load certificate "/etc/letsencrypt/live/npm-32/fullchain.pem": BIO_new_file() failed which mean nginx can't find the file existed. Maybe you have delete it on your web ui. This is a problem of nginx proxy manager :) All you ...
How to use Custom Nginx Configuration in Nginx Proxy Manager - Advanced Edit Proxy Host?
You can pass the ip address so your application can see visitor's ip address: location / { proxy_pass $forward_scheme://$server:$port; # Forward the real IP address of the client proxy_set_header X-Real-IP $remote_addr; proxy_set_header ...
Install Pihole Node Exporter with this shell script
Change Pihole IP address and Password , then run. nano install-node-exporter.sh Copy and paste into the content, CTRL+X , Enter #!/bin/bash # Define variables PIHOLE_IP="10.0.0.4" # Replace with your Pi-hole IP PIHOLE_PASSWORD="xyz" # Replace with...
Mounting NFS
Cách kết nối một folder từ máy có nfs server tới máy linux hiện. Dữ liệu của máy trên server nfs sẽ được ưu tiên mount vào. Có nghĩa là bạn mount vào folder mà có files thì coi chừng mất sạch mấy files đó. Cài NFS common cho Client sudo apt update sudo...
Setting Up Our K3s for our Homelab
Flow: Flow 1: K3s Setup + Traefik + Rancher Flow 2: Memcached, Redis Cluster Flow 3: Setup External Storage ( ZFS, Minio ), Internal Storage should be deployment only, i don't use containers as storage. Why i don't use longhorn as storage: High load o...
Glances can't start --export prometheus with the -w
Your current Glances systemd service is trying to start both the Web UI (-w) and the Prometheus exporter (--export prometheus) at the same time, but Glances doesn’t natively support running both in a single process. Solution: Run Two Separate Instances of Gla...
NextCloud Problem Solutions: No Video Thumbnail
Nextcloud: Install Preview Generator This installation guide is tested with Nextcloud up to version 16.x and Preview Generator App up to version 2.x. Tested and working file formats avi, doc, bmp, gif, jpg, md, mkv, mp3, mp4, odp, ods, odt, pdf, png, ps...
Power Outage Problems and Solutions: UPS NUT SERVER SETUP & WEBNUT UI with Docker
We have 1 ups so far. root@rack2:~# lsusb lsusb Bus 002 Device 002: ID 8087:8002 Intel Corp. 8 channel internal hubBus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubBus 001 Device 004: ID 413c:a001 Dell Computer Corp. HubBus 001 Device 005: ID 0...
Raspberry Pi + PiHole + Wifi + KEEPALIVE
Phụ kiện: https://hshop.vn/bo-phu-kien-co-ban-cho-raspberry-pi-zero-2-w-basic-accessories/ Raspberry PI Zero 2W Nguồn Zin: https://go.kyluat.com/nF7yY Thẻ nhớ: https://go.kyluat.com/oGLNS Màn hình thì khỏi vì chả bao giờ nhìn. Ở nhà bạn thì cần có blueto...
Copy MultiThread trên windows
robocopy "\\wsl.localhost\Ubuntu-22.04\home\son" "D:\WSL-BACKUP-3-7-2025" /E /MT:128 /R:0 /W:0 /XD .cache node_modules .vscode-remote-containers .vscode-server .yarn /TEE /NP /ZB /NFL /NDL 128 threads ignore các folder: .cache node_modules .vscode-remote-c...
Download Streaming Buffer Video với yt-dlp
Open PowerShell winget install --id yt-dlp.yt-dlp Download aria2 để có speed x 2 download: winget install --id=aria2.aria2 -e Best Option: sau khi cài yt dlp, ffmpeg và aria2c thì sử dụng command format sau: yt-dlp --external-downloader aria2c --exter...
Re-Invent dead sites' Content
What i am about to do is to earn some money to support my life: Choosing the niche that is easy to extract database and rank on google Extract data and put them into structured database Use AI to re-write the content Create a unique website using nextjs...