-
The Keeping You Awake app actually just calls some macOS utilities under the hood. Use the same tooling to stop the Mac from sleeping during bootstraping.
-
```
Line 49 of procnamemodule.c line 49 is:
strncpy(argv[0], name , strlen(name));
For a really long name this risks overwriting other arguments. It seems
safer to do:
strncpy(argv[0], name , strle…
-
according to http://www.pagetable.com/?p=831 if we codesign `./xhyve` we can lift the `sudo` requirement on `linux boot`
anyone know how to do this?
-
Please consider adding the following one line addition. Using `errtrace`, i.e. `set -E`. `E` in upper case.
Not `set -e` (lowercase) (`errexit`).
`set -E` (uppercase) (`errtrace`) is different.
Quo…
-
The Manpages are part of the translation process, the translators of the manpages should understand what these options mean, without knowing the code.
A few command options are a bit unclear:
(Ple…
-
```
tint2 0.11
openbox 3.5.0
I would like a window to appear in window cycling (alt+tab) but not in taskbar.
When I set skip_taskbar in openbox rc.xml file, it skips both taskbar and
window cyclin…
-
## Issue description
After I was not able to install NixOS directly (#49511), I tried to install ubuntu and lustrate to NixOS from there following the [Documentation](https://nixos.org/nixos/manual…
-
apt-utils
bc
binutils
bsdmainutils
ca-certificates
cpp
cpp-4.9
cracklib-runtime
cron
file
ftp
gcc-4.9
gdb
gdbserver
groff-base
ifupdown
init-system-helpers
iproute2
iptables
iputils-ping
isc-dhcp-clie…
-
Thanks for ronn-ng, as writing manpages in markdown is very comfortable.
## System
Debian Bullseye (testing)
```
ronn/testing,testing,unstable,unstable,now 0.9.1-1 all [installiert]
tool…
-
Reference to [this](https://forum.rockstor.com/t/rockstor-recycle-bin/2092) forum thread.
User davioxx asking for samba recycle bin (https://www.samba.org/samba/docs/man/manpages/vfs_recycle.8.html) …