L

Lararu.Blog

Make It Happen.

  • 首页
  • DEVOPS
  • Python-Dev
  • Docker
  • 关于
Home
Lararu.Blog

tailscale 配置

# API key 自动登录 tailscale up --authkey=tskey-xxxxxxxxxxxxxxxx # 自动升级 tailscale set --auto-update # 每次启动都自动接受路由 tailscale set --accept-routes=true

recently

docker配置用户

sudo usermod -aG docker $USER newgrp docker 

9 days ago

docker部署PostgreSQL

PostgreSQL 稳定部署 + 自动备份 docker-compose.yml services: db: image: postgres:16-alpine container_name: postgres_db restart: always # 环境变量

24 days ago

docker 部署 Prestashop

# version: '3' services: mysql: container_name: some-mysql image: mysql:5.7 restart: unless-stopped environment: MYSQL_ROOT_PA

2026-03-03

韩国仓储型药店

P10. 药店数量与住宅价格之间的关系 综合您提供的首尔、京畿道和釜山的数据,我们可以发现药店数量与住宅价格之间存在着非常有趣且明显的规律。 这并不是一种简单的“房价越高,药店越多”的一维正比关系,而是根据“商圈性质”和“居民消费模式”的不同,药店的形态和密度也会随之改变。

2026-02-25

docker部署chrome

version: "3.9" services: chromium: image: linuxserver/chromium:latest container_name: chromium restart: unless-stopped ports:

2025-12-22

docker部署wiki.js

services: wikijs: image: lscr.io/linuxserver/wikijs:latest container_name: wikijs environment: - PUID=1000 - PGID=1000

2025-12-16

win11安装后 初始化操作

# 安装 OpenSSH Server Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0 # 启动并设置服务为自动启动 Start-Service sshd Set-Service -Name sshd -StartupTy

2025-12-09

Windows 11 上实现开关机时自动推送消息到 Gotify

🛠️ 实现步骤 1. 获取 Gotify API 信息 你需要 Gotify 的 服务器地址(例如 http://your-gotify-server.com) 你的 应用 Token(在 Gotify 管理后台生成) 2. 编写 PowerShell 脚本 创建一个 .ps1 文

2025-12-02

爬虫 coupang 상품판매 및 배송제공업체

https://www.coupang.com/np/etc/trustCompany?page=500&vendorCountryFilter=

2025-11-27
  • 1
  • 2
  • 3
  • …
  • 5

Recently Updated

  • tailscale 配置
  • docker配置用户
  • docker部署PostgreSQL
  • docker 部署 Prestashop
  • 韩国仓储型药店

Trending Tags

Python-dev Ubuntu Database PVE DevOps Docker Docker-compose

©2026 Lararu.Blog. Some rights reserved.

Using the Halo theme Chirpy