-
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…
-
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…
-
sssd compiled with **disabled** LTO.
```console
+ /usr/bin/make -O -j48 V=1 VERBOSE=1 check VERBOSE=yes nss_srv_tests_LDFLAGS=-fno-lto
fatal: not a git repository (or any parent up to mount poi…
-
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) …
-
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…
-
```
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…
-
```
I have no plan to work at this, but if anybody is interested...
http://developer.apple.com/library/mac/DOCUMENTATION/Darwin/Reference/ManPages/m
an1/sample.1.html#//apple_ref/doc/man/1/sample
$ …
-
```
I have no plan to work at this, but if anybody is interested...
http://developer.apple.com/library/mac/DOCUMENTATION/Darwin/Reference/ManPages/m
an1/sample.1.html#//apple_ref/doc/man/1/sample
$ …