root@plamo7:/var/lib/lxc/c1# lxc-start c1
root@plamo7:/var/lib/lxc/c1# lxc-info c1
Name: c1
State: RUNNING
PID: 2985
IP: 10.0.3.23
Link: vethMZ1HJe
TX bytes: 1.51 KiB
RX bytes: 1.90 KiB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20240123._domainkey.ml IN TXT "v=DKIM1; k=rsa; " "p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwK3od6S/Uz6BaqRgzbtLdLViZT90PGs8att5B4Kot65KbYKnz730XQf3m3a308DBdmMpH/qhpE8PT0GF+4lbbpV2EDiWsOuXCUR8hMebizB5Lj5SwdOaNNzBRko4E+LdV+nrmXcFuBmOtC0RXb4M/n2oNSdgpFm85Y1TlR+6OpUdV77Gg9vurqec/wPr4eDjXorW5MuJlo2jrr" "Ud7UtibtUD0im+cszMAVuKE3IgRUyscHMoM61nKYUr07tucwQ1Cw6MhHm65Co5aiNwQdH8qYrTpZB1+S2DvMNc7jCQBIS2vM9jlFXHYWdv3xdttNZicu57xyAYGy6Fzgd1PnHecQIDAQAB" | |
ml IN TXT "v=spf1 ip4:153.126.129.232 ip6:2401:2500:102:3000:153:126:129:232 ~all" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
INSTALLED_VERSION=$(head -n 1 /var/log/packages/google_chrome | awk '{ print $3 }' | sed -e 's/google_chrome-//' -e 's/-x86_64-B.//') | |
url="https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm" | |
pkgbase="google_chrome" | |
compress=tzst | |
arch=$(uname -m) | |
logger "start update-chrome.sh" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. /lib/lsb/init-functions | |
stop_child_sshd(){ | |
err=0 | |
if [ -f /run/sshd.pid ]; then | |
pids=$(pgrep -P $(cat /run/sshd.pid)) | |
for p in $pids | |
do | |
kill $p | |
err=$? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
############################################################## | |
pkgbase="ncftp" | |
vers="3.2.6" | |
url="ftp://ftp.ncftp.com/ncftp/ncftp-${vers}-src.tar.gz" | |
verify="" | |
digest="" | |
arch=`uname -m` | |
build=B1 | |
src="ncftp-${vers}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
電源ボタン押した時 | |
TRACE[/home/karma/Plamo-src/plamo/10_xfce/xfce4_power_manager/xfce4-power-manager-1.6.1/src/xfpm-button.c:118] xfpm_button_filter_x_events(): Key press: ((XfpmButtonKey) BUTTON_POWER_OFF) | |
TRACE[/home/karma/Plamo-src/plamo/10_xfce/xfce4_power_manager/xfce4-power-manager-1.6.1/src/xfpm-manager.c:369] xfpm_manager_button_pressed_cb(): Received button press event: ((XfpmButtonKey) BUTTON_POWER_OFF) | |
TRACE[/home/karma/Plamo-src/plamo/10_xfce/xfce4_power_manager/xfce4-power-manager-1.6.1/src/xfpm-manager.c:400] xfpm_manager_button_pressed_cb(): Shutdown request : : ((XfpmShutdownRequest) XFPM_DO_SUSPEND) | |
(再度電源ボタン押してもフタを開いても何も出ない) | |
フタを閉じた時 | |
TRACE[/home/karma/Plamo-src/plamo/10_xfce/xfce4_power_manager/xfce4-power-manager-1.6.1/src/xfpm-manager.c:440] xfpm_manager_lid_changed_cb(): LID close event: ((XfpmLidTriggerAction) LID_TRIGGER_SUSPEND) | |
TRACE[/home/karma/Plamo-src/plamo/10_xfce/xfce4_power_manager/xfce4-power-manager-1.6.1/src/xfpm-manager.c:473] xfpm_manager_lid_changed_cb(): LID opened: ((XfpmLidTrigg |
Host: Ubuntu 18.04 LXD 3.0.3
$ ps auxf
: (snip)
root 3176 0.0 0.7 388156 7072 ? Ss 12:16 0:00 [lxc monitor] /var/lib/lxd/containers c1
100000 3194 0.0 0.8 159448 8956 ? Ss 12:16 0:00 \_ /sbin/init
100000 3305 0.0 0.9 78436 9616 ? Ss 12:16 0:00 \_ /lib/systemd/systemd-journald
100000 3323 0.0 0.3 33348 3372 ? Ss 12:16 0:00 \_ /lib/systemd/systemd-udevd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# script for me | |
usage() { | |
echo "usage: $(basename $0) [options...]" >&2 | |
} | |
help() { | |
echo >&2 | |
usage | |
echo >&2 |
https://github.com/linuxkit/linuxkit/tree/master/projects/shiftfs/patches-4.11.x の 4.14, 4.15 対応パッチ。動作確認していません。
0001, 0002 を適用後に 0003 を適用してください。
4.15 カーネルに適用する場合は、0003 を適用後に 0004 を適用してください。
NewerOlder