User contributions for Antiz
1 March 2026
- 22:1622:16, 1 March 2026 diff hist +165 Nut-ups Add a note about adding the udev-trigger service to a runlevel for the udev rule to automatically apply at boot current
- 22:1022:10, 1 March 2026 diff hist +5 Nut-ups Update udev rule: Add SUBSYSTEM=="usb" and remove the MODE parameter (which is not needed here)
- 22:0822:08, 1 March 2026 diff hist +41 Nut-ups Update udevadm commands to actually apply the rule
- 22:0622:06, 1 March 2026 diff hist +580 Nut-ups Add instructions to find the "idVendor" and "idProduct" parameters via 'lsusb'
28 September 2025
- 19:0019:00, 28 September 2025 diff hist +254 Nut-ups Add an accuracy/out-of-date note about the "Todo" section
- 18:1118:11, 28 September 2025 diff hist +511 Nut-ups Mention the `upsc` command and give some usage examples
- 18:1018:10, 28 September 2025 diff hist +6,922 Nut-ups Undo revision 31080 by Antiz (talk) Tag: Undo
- 18:1018:10, 28 September 2025 diff hist −6,922 Nut-ups Mention the `upsc` command and give some usage examples
27 September 2025
- 19:3019:30, 27 September 2025 diff hist +9 Nut-ups Fixing path in command examples
- 19:1619:16, 27 September 2025 diff hist +18 Nut-ups Fixing path in command examples
14 October 2024
- 15:0715:07, 14 October 2024 diff hist −318 Include:Setup your system and account for building packages Remove outdated instructions for security keys generation: Manually copying keys to /etc/apk/keys is not necessary anymore as it's now done by the `abuild-keygen -a -i` already
- 06:5806:58, 14 October 2024 diff hist −446 Include:Setup your system and account for building packages Remove outdated / debatable instructions to setup the cache dir: /var/cache/distfiles is created by the "abuild" package and it already belongs to root:abuild with a 775 mode. Ensuring it exists with `mkdir -p` is not so useful and setting `chmod a+w` permissions to it (basically turning it into 777) is, at the very least, highly debatable security wise. The second approach implies changing the group to "abuild" and giving it write permissions, which is useless as it's already the default.