- add or change this line in
/etc/default/grubfile to:
GRUB_CMDLINE_LINUX_DEFAULT="quiet split_lock_detect=off" - then run
sudo update-gruband reboot.
- source: doitsujin/dxvk#2938
/etc/default/grub file to: GRUB_CMDLINE_LINUX_DEFAULT="quiet split_lock_detect=off"sudo update-grub and reboot.| #!/bin/bash | |
| set -eou pipefail | |
| version=8.6.4.1 | |
| patchinfo=299124-linux-x86_64-threaded | |
| dir=ActiveTcl$version.$patchinfo | |
| package=$dir.tar.gz | |
| url=http://downloads.activestate.com/ActiveTcl/releases/$version/$package |
| #! /bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: nginx | |
| # Required-Start: $all | |
| # Required-Stop: $all | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Short-Description: starts the nginx web server | |
| # Description: starts nginx using start-stop-daemon |