(by ChatGPT)
You can specify which kernel to use at reboot. Here are a few options to achieve this:
(by ChatGPT)
This document describes how to use bpftrace
and the kprobe:blk_mq_start_request
probe to monitor TRIM (discard) operations issued by the Linux kernel I/O scheduler.
The following bpftrace
script hooks into the blk_mq_start_request(struct request *rq)
kernel function and checks if the request is a discard (TRIM) operation. If so, it prints the target device name.
Tool: rusq/slackdump
Description: Save or export your private/public Slack messages, threads, files, and users locally without admin privileges.
version: 3.0.10 and 3.1.1
Roundcube - Free and Open Source Webmail Software
docker run -e ROUNDCUBEMAIL_DEFAULT_HOST=hostname -e ROUNDCUBEMAIL_SMTP_SERVER=hostname -p 8000:80 -d --name roundcubemail --rm roundcube/roundcubemail