mount [root] /mnt/nix
mount -o umask=077 [boot] /mnt/nix/boot
nixos-install --root /mnt/nix --flake [flakeuri]#[osname]
# flakeuri: https://nix.dev/manual/nix/2.18/command-ref/new-cli/nix3-flake#examples
passwd [username]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** html | |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Bitfield Visualization</title> | |
<style> | |
canvas { | |
border: 1px solid black; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/arm64 4.9.190 Kernel Configuration | |
# | |
CONFIG_ARM64=y | |
CONFIG_64BIT=y | |
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y | |
CONFIG_MMU=y | |
CONFIG_DEBUG_RODATA=y | |
CONFIG_ARM64_PAGE_SHIFT=12 |
ab - 1.3.42-1
airmon-ng - 1.2-rc1-2
arptables - 2015-05-20-f4ab8f63-1
base-files - 194.2-unknown
boost - 1.68.0-4
boost-atomic - 1.68.0-4
boost-chrono - 1.68.0-4
boost-date_time - 1.68.0-4
boost-filesystem - 1.68.0-4
-
OpenWrt by Jyn0
Kernel: 4.4.60 64bit (src compiled), ROM Size: 28-34MB (UBI; kernel+rootfs?+rootfs_data), Source: https://github.com/sdf8057/ipq6000
/// files list
https://gpu.me/v1/474.14-desktop-win10-win11-64bit-international-dch-whql.json
/// single file i.e. device list
https://gpu.me/v1/files/472.12-desktop-win10-win11-64bit-international-dch-whql/ListDevices.txt
vrlan NEW-----------> [XX] lan
lan NEW-----------> [OK] vrlan
vrlan ESTABLISHED---> [OK] lan
config rule
option src 'vrlan'
option dest 'lan'
option target 'REJECT'
# AllowedIPs = 0.0.0.0/1, 128.0.0.0/1, ::/1, 8000::/1
# Doesnt work, blocks internet in the whole machine
[#] ip link add warp type wireguard
[#] wg setconf warp /dev/fd/63
[#] ip -4 address add 172.99.0.111/32 dev warp
[#] ip -6 address add 2606:4700:110:86ef:6023:1a69:aea0:d87e/128 dev warp
[#] ip link set mtu 1280 up dev warp
[#] resolvconf -a warp -m 0 -x
NewerOlder