Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

Discover gists

@fbradyirl
fbradyirl /sigen_modbus_card.yaml
Last activeMarch 23, 2025 11:06
Recreate Sigenergy UI (using modbus sensors) as Home Assistant Card
type:custom:button-card
show_state:true
tap_action:none
custom_fields:
home_image:
card:
type:picture
image:local/Sigenergy/home_has_solar_has_car.png
card_mod:
style:|
@nd3w
nd3w /install-lapp-ubuntu-20.04.md
Last activeMarch 23, 2025 11:03
Install Apache2, PostgreSQL and PHP-FPM on Ubuntu 20.04

Install Apache

sudo apt install apache2sudo ufw app listsudo ufw allow in "Apache"
@zomians
zomians /0toCFD.md
Last activeMarch 23, 2025 11:02

ロードマップ

  1. Marketplaceつくってトランザクションを生む
  2. Finance入れて外と繋ぐ
  3. AIつくって交通整理する
  4. 3DCGでインターフェイスをつくる

ローカル環境を快適に

[!NOTE]

@tatumroaquin
tatumroaquin /archlinux-qemu-kvm.md
Last activeMarch 23, 2025 11:01
QEMU-KVM Installation for Arch Linux

Check Virtualization Support

lscpu| grep -i Virtualization
  • VT-x for Intel
  • AMD-Vi for AMD

Ensure that your kernel includes KVM modules

@Rishikant181
Rishikant181 /Steam-Gamemode.md
Last activeMarch 23, 2025 11:01
Create a Steam Gamemode Session, allowing you to seamlessly switch between your Desktop Environment and Gamemode.

Instructions

1. Install Gamescope

Install the gamescope using your package manager.

2. Setup Steam inside Gamescope

@taichikuji
taichikuji /README.md
Last activeMarch 23, 2025 10:58
Get a DDNS up and running with DuckDNS - Step by Step

Understanding DDNS

In summary, DDNS stands for Dynamic DNS. DDNS updates a DNS name in real-time to point to a changing IP address. This is useful for devices without a static IP. For example, companies like Google use static IPs and IP ranges, which are more expensive than ephemeral IPs and IP ranges. DDNS provides a cost-effective alternative, linking a hostname to a dynamic IP address.

How Does DDNS Work?

To use DDNS, you need an account with a DDNS provider. While some services are paid, they are still cheaper than static public IPs from ISPs. A script or service on your device updates the DDNS server with your current IP at regular intervals to maintain the link between your hostname and IP address. Luckily for us, DuckDNS is free for everybody and relays on donations to keep their services running.

@coltenkrauter
coltenkrauter /detailed-home-assistant-os-installation-in-vm-on-truenas-scale.md
Last activeMarch 23, 2025 10:57
Comprehensive instructions for installing Home Assistant OS in a VM on TrueNAS SCALE.

This guide provides detailed steps to install Home Assistant OS (HAOS) in a Virtual Machine (VM) on TrueNAS SCALE.

Table of Contents

@tzmartin
tzmartin /m3u8-to-mp4.md
Last activeMarch 23, 2025 10:56
m3u8 stream to mp4 using ffmpeg

Alt text

2. Run command

echo "Enter m3u8 link:";read link;echo "Enter output filename:";read filename;ffmpeg -i "$link" -bsf:a aac_adtstoasc -vcodec copy -c copy -crf 50 $filename.mp4
@Akeit0
Akeit0 /DefaultInterpolatedStringHandler.cs
Last activeMarch 23, 2025 10:55
DefaultInterpolatedStringHandler for Unity
#define FILLATTRIBUTES // Uncomment this line to fill the attributes
//#define INTERNAL // Uncomment this line to make the class internal
#define TMP_INTERPOTATION_EXTENSIONS // Uncomment this line to add TMP extensions
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#nullable enable
usingSystem.Buffers;
usingSystem.Diagnostics;
NewerOlder

[8]ページ先頭

©2009-2025 Movatter.jp