A

Server setup with static ip

Plan:

1. Install Nginx on Dell as reverse proxy

2. Configure virtual hosts in Apache (iMac) for 10 domains

3. Point all 10 domains to your static IP via DNS

4. Route traffic through Dell to Apache by hostname

5. Create separate endpoint for AI service (auth-protected)

6. Set firewall rules on Dell to allow only necessary ports

๐Ÿ’ฌ Comments (0)

Login to add a comment

A

๐Ÿ’ฌ Comments (0)

Login to add a comment

A

doing inside cuts

Attachment

๐Ÿ’ฌ Comments (1)

A
adminOct 21, 3:08 PM
bottom is the long point and cut into the length of wood

Login to add a comment

A

moving from mikrotik 5009 router to computer turned router

mik POS crashed and bricked, 3 times the charm


This is a 6th gen intel optiplex slim pc conversion. ssd drive


Phase 1: Parallel setup (keep TP-Link as backup)

โ€ข Keep current setup working

โ€ข Test Dell router with just a few devices

โ€ข Make sure everything works perfectly


Phase 2: Switch WAN connection

โ€ข Move cable modem to Dell enp3s0

โ€ข Configure TP-Link as access point only (disable its DHCP)

โ€ข Dell becomes main router for 192.168.0.x network

๐Ÿ’ฌ Comments (1)

A
adminOct 20, 4:02 PM
setting up static ip to host websites from office. Wire3 fiber connect
home run AI server online access also

Login to add a comment

A

Diode โ€“ semiconductor, low-cost engraving

COโ‚‚ (DC Glass Tube) โ€“ midrange cutting, hobby to production

COโ‚‚ (RF Metal Tube) โ€“ high-end engraving, precision cutting, industrial reliability

Fiber โ€“ metal marking/cutting

DPSS / Nd:YAG โ€“ precision metal marking, jewelry, semiconductors

๐Ÿ’ฌ Comments (0)

Login to add a comment

A

They are a type of COโ‚‚ laser, but instead of being DC-excited glass tubes (like most Chinese imports), RF tubes use radio-frequency excitation and metal or ceramic enclosures.
So while they share the same wavelength (10.6 ฮผm infrared light), the construction and performance are completely different.

๐Ÿ’ฌ Comments (1)

A
adminOct 18, 1:42 PM
American-made RF laser tube

Login to add a comment

A

๐Ÿ’ฌ Comments (0)

Login to add a comment

A

What Is Ollama?


**Ollama** allows you to:

- Download and run popular open-source LLMs (like Llama 3, Mistral, Phi-3, Gemma, etc.) directly on your laptop or local server.

- Run these models **locally**, meaning no data leaves your device.

- Interact with models via a simple CLI (command-line interface) or API.

- Customize and fine-tune models for specific tasks.


Think of it as a **local AI assistant toolkit**

๐Ÿ’ฌ Comments (0)

Login to add a comment

A

 create a local API server that allows LM Studio to "learn" from your Chroma database, here's a complete solution:


## Complete RAG API Server for Learning


```python

from sentence_transformers import SentenceTransformer

import chromadb

from flask import Flask, request, jsonify

from flask_cors import CORS

import os

import json

๐Ÿ’ฌ Comments (0)

Login to add a comment

Showing page 11 of 42 (413 total posts)