λ dd if=<file> of=<device> bs=4M; sync
λ dd if=archlinux.iso of=/dev/sda1 bs=4M status=progress; sync
This file contains hidden or 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
# Maintainer: Your Name <> | |
# Contributor: Arch Linux User <> | |
pkgname=nodejs-npm-fake | |
pkgver=1.0.0 | |
pkgrel=1 | |
pkgdesc="A dummy package for Node.js and npm (fake version)" | |
arch=('any') | |
url="https://nodejs.org/" | |
license=('MIT') |
This file contains hidden or 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
#Requires AutoHotkey v2.0 | |
; Send <Alt+F13> with <Alt+Escape> - Windows 11 | |
; Allows to use <Alt+Escape> mapping in Neovim on Windows 11 | |
!Esc:: | |
{ | |
static skip := false | |
if skip |
OlderNewer