To add your SSH public keys to the authorized_keys
file on a remote Linux server, follow these steps:
- Ensure OpenSSH is installed on your Windows machine.
- Locate your SSH public key files.
/* darkhttpd - a simple, single-threaded, static content webserver. | |
* https://unix4lyfe.org/darkhttpd/ | |
* Copyright (c) 2003-2024 Emil Mikulic <[email protected]> | |
* | |
* Permission to use, copy, modify, and distribute this software for any | |
* purpose with or without fee is hereby granted, provided that the | |
* above copyright notice and this permission notice appear in all | |
* copies. | |
* | |
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL |
:log info "Configuring SLAAC for IPv6" | |
/ipv6 address add interface=local from-pool=delegation advertise=yes | |
/ipv6 nd add interface=local dns=2606:4700:4700::1111 hop-limit=64 mtu=1500 ra-interval=10s-20s ra-preference=low | |
:log info "SLAAC configuration complete" |
This document describes the configuration options for Ghostty, a terminal emulator. The following sections detail the various settings, grouped by category, with explanations and configuration options formatted for clarity and suitable for PDF export via Pandoc.
This guide will walk you through the process of setting up the aic8800 device on your Arch Linux system. We'll cover the installation of necessary dependencies, cloning and installing from the GitHub repository, and configuring usb_modeswitch to enable WiFi mode permanently.
Ensure you have dkms
installed on your system. If not, you can install it using the following command:
sudo pacman -S dkms
To move a folder within the same PC using rsync
, while showing progress and verbose output, you can use the following command:
rsync -a --info=progress2 --remove-source-files /path/to/source/folder/ /path/to/destination/folder/
-a
: This stands for "archive mode", which preserves permissions, timestamps, symbolic links, and other attributes while copying.--info=progress2
: This option provides detailed progress information for each file.The fruit:model
parameter in Samba's vfs_fruit
module allows you to specify the Apple device model to improve compatibility with macOS clients.
When configuring your Samba share, you can use model codes to set the fruit:model
parameter. For example, to emulate a MacBook Pro from 2019, use the following in your smb.conf
file:
This table showcases a wide array of Matter-compatible smart home products from various brands. The products span different categories, including lighting, locks, thermostats, switches, sensors, and more. The table also indicates the product's network type (T for Thread), whether it's targeted towards consumers (C) or businesses (B2B), and its current state (ready, announced, or stopped).
Brand | Product | Network | Type | State |
---|---|---|---|---|
Coulisse | Motionblinds | T | B2B | ready |
Eve Systems | Eve MotionBlinds | T | B2B | ready |
Eve Systems | Eve ShutterSwitch | T | C | announced |
Eve Systems | Eve MotionBlinds Upgrade Kit | T | C | announced |