Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

123 total results found

VSCode Debug Nestjs and Docker Environment

Programming

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...

vscode
nestjs
docker
debug
docker-compose

Nestjs , Docker and Prisma Common Problem when built

Programming

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...

prisma
docker
nestjs
debug

llama.cpp or LM Studio

Hay

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...

AI
Local
Text to Text

Gemini Coder - Ai Code Generator

Hay

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

Kiến Thức Khác

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

Programming

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

Kiến Thức Khác

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...

synology
proxmox
arc loader

Cách cài đặt Synology trên máy ảo vm proxmox với ARL Loader

Kiến Thức Khác

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:...

synology
proxmox
arl loader
Automated Redpill Loader

[Solved] Nginx Proxy Manager Problems with Cannot Load Certificate

Kiến Thức Khác

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 ...

nginx proxy manager
letsencrypt

How to use Custom Nginx Configuration in Nginx Proxy Manager - Advanced Edit Proxy Host?

Kiến Thức Khác

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 ...

nginx proxy manager
nginx
ip address

Install Pihole Node Exporter with this shell script

Kiến Thức Khác

  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...

pihole
node-exporter
install
shell

Mounting NFS

Kiến Thức Khác

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...

nfs-common
nfs-kernel-server

Setting Up Our K3s for our Homelab

K3s

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

Kiến Thức Khác

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

Kiến Thức Khác

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

Kiến Thức Khác

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

Homelab Raspberry Pi

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...

raspberry pi
pihole
keepalive
docker
static ip

Copy MultiThread trên windows

Kiến Thức Khác

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

Kiến Thức Khác

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...

youtube-downloader
yt-dlp

Re-Invent dead sites' Content

Web Application

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...