System/Kernel
margo@caption:~$ file /bin/bash ; uname -a ; cat /etc/*release
/bin/bash: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=7a6408ba82a2d86dd98f1f75ac8edcb695f6fd60, for GNU/Linux 3.2.0, stripped
Linux caption 5.15.0-119-generic #129-Ubuntu SMP Fri Aug 2 19:25:20 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.4 LTS"
PRETTY_NAME="Ubuntu 22.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.4 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
64-bit
Ubuntu 22.04.4 LTS (Jammy Jellyfish)
5.15.0-119-generic
Networks
margo@caption:~$ ip route ; arp -a
default via 10.129.0.1 dev eth0
10.129.0.0/16 dev eth0 proto kernel scope link src 10.129.226.125
? (10.129.0.1) at 00:50:56:94:39:11 [ether] on eth0
margo@caption:~$ netstat -antup4 | grep -i LIST
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 1053/java
tcp 0 0 127.0.0.1:9090 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:3923 0.0.0.0:* LISTEN 1054/python3
tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 1056/python3
tcp 0 0 127.0.0.1:6082 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:6081 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
127.0.0.1:9090
127.0.0.1:8000
127.0.0.1:3923
127.0.0.1:6081
127.0.0.1:6082
Users & Groups
margo@caption:~$ cat /etc/passwd ; ll /home
root:x:0:0:root:/root:/bin/bash
daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
bin:x:2:2:bin:/bin:/usr/sbin/nologin
sys:x:3:3:sys:/dev:/usr/sbin/nologin
sync:x:4:65534:sync:/bin:/bin/sync
games:x:5:60:games:/usr/games:/usr/sbin/nologin
man:x:6:12:man:/var/cache/man:/usr/sbin/nologin
lp:x:7:7:lp:/var/spool/lpd:/usr/sbin/nologin
mail:x:8:8:mail:/var/mail:/usr/sbin/nologin
news:x:9:9:news:/var/spool/news:/usr/sbin/nologin
uucp:x:10:10:uucp:/var/spool/uucp:/usr/sbin/nologin
proxy:x:13:13:proxy:/bin:/usr/sbin/nologin
www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin
backup:x:34:34:backup:/var/backups:/usr/sbin/nologin
list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin
irc:x:39:39:ircd:/run/ircd:/usr/sbin/nologin
gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/usr/sbin/nologin
nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin
_apt:x:100:65534::/nonexistent:/usr/sbin/nologin
systemd-network:x:101:102:systemd Network Management,,,:/run/systemd:/usr/sbin/nologin
systemd-resolve:x:102:103:systemd Resolver,,,:/run/systemd:/usr/sbin/nologin
messagebus:x:103:104::/nonexistent:/usr/sbin/nologin
systemd-timesync:x:104:105:systemd Time Synchronization,,,:/run/systemd:/usr/sbin/nologin
pollinate:x:105:1::/var/cache/pollinate:/bin/false
sshd:x:106:65534::/run/sshd:/usr/sbin/nologin
syslog:x:107:113::/home/syslog:/usr/sbin/nologin
uuidd:x:108:114::/run/uuidd:/usr/sbin/nologin
tcpdump:x:109:115::/nonexistent:/usr/sbin/nologin
tss:x:110:116:TPM software stack,,,:/var/lib/tpm:/bin/false
landscape:x:111:117::/var/lib/landscape:/usr/sbin/nologin
fwupd-refresh:x:112:118:fwupd-refresh user,,,:/run/systemd:/usr/sbin/nologin
usbmux:x:113:46:usbmux daemon,,,:/var/lib/usbmux:/usr/sbin/nologin
lxd:x:999:100::/var/snap/lxd/common/lxd:/bin/false
haproxy:x:114:120::/var/lib/haproxy:/usr/sbin/nologin
varnish:x:115:121::/nonexistent:/usr/sbin/nologin
vcache:x:116:121::/nonexistent:/usr/sbin/nologin
varnishlog:x:117:121::/nonexistent:/usr/sbin/nologin
margo:x:1000:1000:,,,:/home/margo:/bin/bash
ruth:x:1001:1001:,,,:/home/ruth:/bin/bash
_laurel:x:998:998::/var/log/laurel:/bin/false
total 16
drwxr-xr-x 4 root root 4096 Aug 30 10:17 ./
drwxr-xr-x 18 root root 4096 Aug 30 10:17 ../
drwxr-x--- 11 margo margo 4096 Sep 15 15:15 margo/
drwxr-x--- 4 ruth ruth 4096 Sep 10 12:51 ruth/
ruth
margo@caption:~$ cut -d: -f1 /etc/passwd | xargs -n1 id
uid=0(root) gid=0(root) groups=0(root)
uid=1(daemon) gid=1(daemon) groups=1(daemon)
uid=2(bin) gid=2(bin) groups=2(bin)
uid=3(sys) gid=3(sys) groups=3(sys)
uid=4(sync) gid=65534(nogroup) groups=65534(nogroup)
uid=5(games) gid=60(games) groups=60(games)
uid=6(man) gid=12(man) groups=12(man)
uid=7(lp) gid=7(lp) groups=7(lp)
uid=8(mail) gid=8(mail) groups=8(mail)
uid=9(news) gid=9(news) groups=9(news)
uid=10(uucp) gid=10(uucp) groups=10(uucp)
uid=13(proxy) gid=13(proxy) groups=13(proxy)
uid=33(www-data) gid=33(www-data) groups=33(www-data)
uid=34(backup) gid=34(backup) groups=34(backup)
uid=38(list) gid=38(list) groups=38(list)
uid=39(irc) gid=39(irc) groups=39(irc)
uid=41(gnats) gid=41(gnats) groups=41(gnats)
uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
uid=100(_apt) gid=65534(nogroup) groups=65534(nogroup)
uid=101(systemd-network) gid=102(systemd-network) groups=102(systemd-network)
uid=102(systemd-resolve) gid=103(systemd-resolve) groups=103(systemd-resolve)
uid=103(messagebus) gid=104(messagebus) groups=104(messagebus)
uid=104(systemd-timesync) gid=105(systemd-timesync) groups=105(systemd-timesync)
uid=105(pollinate) gid=1(daemon) groups=1(daemon)
uid=106(sshd) gid=65534(nogroup) groups=65534(nogroup)
uid=107(syslog) gid=113(syslog) groups=113(syslog),4(adm)
uid=108(uuidd) gid=114(uuidd) groups=114(uuidd)
uid=109(tcpdump) gid=115(tcpdump) groups=115(tcpdump)
uid=110(tss) gid=116(tss) groups=116(tss)
uid=111(landscape) gid=117(landscape) groups=117(landscape)
uid=112(fwupd-refresh) gid=118(fwupd-refresh) groups=118(fwupd-refresh)
uid=113(usbmux) gid=46(plugdev) groups=46(plugdev)
uid=999(lxd) gid=100(users) groups=100(users)
uid=114(haproxy) gid=120(haproxy) groups=120(haproxy)
uid=115(varnish) gid=121(varnish) groups=121(varnish)
uid=116(vcache) gid=121(varnish) groups=121(varnish)
uid=117(varnishlog) gid=121(varnish) groups=121(varnish)
uid=1000(margo) gid=1000(margo) groups=1000(margo)
uid=1001(ruth) gid=1001(ruth) groups=1001(ruth),121(varnish)
uid=998(_laurel) gid=998(_laurel) groups=998(_laurel)
uid=1000(margo) gid=1000(margo) groups=1000(margo)
uid=1001(ruth) gid=1001(ruth) groups=1001(ruth),121(varnish)
SUIDs
margo@caption:~$ find / -perm -04000 -ls -type f 2>/dev/null
40299 208 -rwsr-xr-x 1 root root 210376 Mar 5 2024 /opt/google/chrome/chrome-sandbox
6518 40 -rwsr-xr-x 1 root root 40496 Feb 6 2024 /usr/bin/newgrp
28426 72 -rwsr-xr-x 1 root root 72072 Feb 6 2024 /usr/bin/gpasswd
14776 56 -rwsr-xr-x 1 root root 55680 Apr 9 15:32 /usr/bin/su
9922 36 -rwsr-xr-x 1 root root 35200 Apr 9 15:32 /usr/bin/umount
28422 44 -rwsr-xr-x 1 root root 44808 Feb 6 2024 /usr/bin/chsh
681 36 -rwsr-xr-x 1 root root 35200 Mar 23 2022 /usr/bin/fusermount3
2484 228 -rwsr-xr-x 1 root root 232416 Apr 3 2023 /usr/bin/sudo
28428 60 -rwsr-xr-x 1 root root 59976 Feb 6 2024 /usr/bin/passwd
9921 48 -rwsr-xr-x 1 root root 47488 Apr 9 15:32 /usr/bin/mount
28420 72 -rwsr-xr-x 1 root root 72712 Feb 6 2024 /usr/bin/chfn
1409 36 -rwsr-xr-- 1 root messagebus 35112 Oct 25 2022 /usr/lib/dbus-1.0/dbus-daemon-launch-helper
16038 332 -rwsr-xr-x 1 root root 338536 Jun 26 13:11 /usr/lib/openssh/ssh-keysign
13665 20 -rwsr-xr-x 1 root root 18736 Feb 26 2022 /usr/libexec/polkit-agent-helper-1
/opt/google/chrome/chrome-sandbox
SGIDs
margo@caption:~$ find / -perm -02000 -ls -type f 2>/dev/null
769 0 drwxrwsr-x 2 haproxy haproxy 60 Sep 15 08:12 /run/haproxy
602 0 drwxr-sr-x 2 root systemd-journal 40 Sep 15 08:12 /run/log/journal
35958 4 drwxrwsr-x 2 root staff 4096 Apr 18 2022 /var/local
37120 4 drwxr-sr-x 3 root systemd-journal 4096 Apr 27 2023 /var/log/journal
285166 12 drwxr-sr-x 2 root systemd-journal 12288 Sep 15 15:21 /var/log/journal/97985f393ecf4d86b4acd0b422f7d8c8
35960 4 drwxrwsr-x 2 root mail 4096 Feb 17 2023 /var/mail
14847 288 -rwxr-sr-x 1 root _ssh 293304 Jun 26 13:11 /usr/bin/ssh-agent
28424 24 -rwxr-sr-x 1 root shadow 23136 Feb 6 2024 /usr/bin/expiry
597 40 -rwxr-sr-x 1 root crontab 39568 Mar 23 2022 /usr/bin/crontab
28418 72 -rwxr-sr-x 1 root shadow 72184 Feb 6 2024 /usr/bin/chage
284868 4 drwxrwsr-x 2 root staff 4096 Mar 6 2024 /usr/local/share/fonts
13515 16 -rwxr-sr-x 1 root utmp 14488 Mar 24 2022 /usr/lib/x86_64-linux-gnu/utempter/utempter
849 28 -rwxr-sr-x 1 root shadow 26776 Jan 10 2024 /usr/sbin/unix_chkpwd
829 24 -rwxr-sr-x 1 root shadow 22680 Jan 10 2024 /usr/sbin/pam_extrausers_chkpwd
Processes
margo@caption:~$ ps -auxwww
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.2 165968 11388 ? Ss 08:12 0:02 /sbin/init
root 507 0.0 5.0 318708 203852 ? S<s 08:12 0:21 /lib/systemd/systemd-journald
root 545 0.0 0.6 289352 27100 ? SLsl 08:12 0:01 /sbin/multipathd -d -s
root 547 0.0 0.1 26064 6936 ? Ss 08:12 0:00 /lib/systemd/systemd-udevd
root 578 0.0 0.0 2776 936 ? S 08:12 0:00 bpfilter_umh
systemd+ 613 0.0 0.2 16128 8060 ? Ss 08:12 0:00 /lib/systemd/systemd-networkd
systemd+ 620 0.0 0.3 25672 13468 ? Ss 08:12 0:02 /lib/systemd/systemd-resolved
root 621 0.0 0.1 93968 7300 ? S<sl 08:12 0:14 /sbin/auditd
_laurel 623 0.0 0.2 12608 9068 ? S< 08:12 0:14 /usr/local/sbin/laurel --config /etc/laurel/config.toml
systemd+ 625 0.0 0.1 89364 6604 ? Ssl 08:12 0:01 /lib/systemd/systemd-timesyncd
root 627 0.0 0.2 51148 11764 ? Ss 08:12 0:00 /usr/bin/VGAuthService
root 628 0.0 0.2 316072 10288 ? Ssl 08:12 0:25 /usr/bin/vmtoolsd
root 737 0.0 0.1 101244 5964 ? Ssl 08:12 0:00 /sbin/dhclient -1 -4 -v -i -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases -I -df /var/lib/dhcp/dhclient6.eth0.leases eth0
message+ 859 0.0 0.1 8784 5112 ? Ss 08:12 0:00 @dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
root 864 0.0 0.0 82832 3832 ? Ssl 08:12 0:01 /usr/sbin/irqbalance --foreground
root 865 0.0 0.4 32796 19180 ? Ss 08:12 0:00 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers
root 866 0.0 0.1 234512 6952 ? Ssl 08:12 0:00 /usr/libexec/polkitd --no-debug
syslog 867 0.0 0.1 222404 5632 ? Ssl 08:12 0:00 /usr/sbin/rsyslogd -n -iNONE
root 869 0.0 0.1 15532 7532 ? Ss 08:12 0:00 /lib/systemd/systemd-logind
root 870 0.0 0.3 392500 12736 ? Ssl 08:12 0:00 /usr/libexec/udisks2/udisksd
vcache 871 0.0 0.0 6172 3920 ? SLs 08:12 0:02 /usr/sbin/varnishd -j unix,user=vcache -F -a localhost:6081 -T localhost:6082 -f /etc/varnish/default.vcl -S /etc/varnish/secret -s malloc,256m -p feature=+http2
root 889 0.0 0.3 317968 12216 ? Ssl 08:12 0:00 /usr/sbin/ModemManager
root 1019 0.0 0.0 6896 3044 ? Ss 08:12 0:00 /usr/sbin/cron -f -P
root 1025 0.0 0.1 10344 4224 ? S 08:12 0:00 /usr/sbin/CRON -f -P
root 1026 0.0 0.1 10344 4224 ? S 08:12 0:00 /usr/sbin/CRON -f -P
root 1027 0.0 0.1 10344 4224 ? S 08:12 0:00 /usr/sbin/CRON -f -P
root 1028 0.0 0.1 10344 4224 ? S 08:12 0:00 /usr/sbin/CRON -f -P
root 1029 0.0 0.1 10348 4120 ? S 08:12 0:00 /usr/sbin/CRON -f -P
root 1035 0.0 1.1 177628 47176 ? Ss 08:12 0:00 /usr/sbin/haproxy -Ws -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -S /run/haproxy-master.sock
ruth 1042 0.0 0.0 2892 940 ? Ss 08:12 0:00 /bin/sh -c cd /home/ruth;bash varnish_logs.sh
root 1044 0.0 0.2 15432 9324 ? Ss 08:12 0:00 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups
ruth 1045 0.0 0.0 7372 3504 ? S 08:12 0:00 bash varnish_logs.sh
ruth 1046 1.1 0.0 86284 1392 ? S 08:12 4:45 varnishncsa -c -F %{VCL_Log:client_ip}x
ruth 1047 0.0 0.0 7372 244 ? S 08:12 0:00 bash varnish_logs.sh
root 1048 0.0 0.0 6176 1080 tty1 Ss+ 08:12 0:00 /sbin/agetty -o -p -- \u --noclear tty1 linux
margo 1049 0.0 0.0 2892 988 ? Ss 08:12 0:00 /bin/sh -c cd /home/margo;/usr/bin/java -jar gitbucket.war
root 1050 0.0 0.0 2892 956 ? Ss 08:12 0:00 /bin/sh -c cd /root;/usr/local/go/bin/go run server.go
root 1051 0.0 0.4 1240804 17632 ? Sl 08:12 0:01 /usr/local/go/bin/go run server.go
margo 1052 0.0 0.0 2892 980 ? Ss 08:12 0:00 /bin/sh -c cd /home/margo;python3 copyparty-sfx.py -i 127.0.0.1 -v logs::r
margo 1053 0.5 21.3 3660548 856492 ? Sl 08:12 2:27 /usr/bin/java -jar gitbucket.war
margo 1054 0.0 0.8 1000552 33872 ? Sl 08:12 0:01 python3 copyparty-sfx.py -i 127.0.0.1 -v logs::r
margo 1055 0.0 0.0 2892 968 ? Ss 08:12 0:00 /bin/sh -c cd /home/margo/app;python3 app.py
margo 1056 0.0 1.0 57164 41000 ? S 08:12 0:04 python3 app.py
haproxy 1062 0.0 0.9 179632 37216 ? Sl 08:12 0:04 /usr/sbin/haproxy -Ws -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -S /run/haproxy-master.sock
vcache 1165 0.0 2.1 1012376 87756 ? SLl 08:12 0:08 /usr/sbin/varnishd -j unix,user=vcache -F -a localhost:6081 -T localhost:6082 -f /etc/varnish/default.vcl -S /etc/varnish/secret -s malloc,256m -p feature=+http2
root 1396 0.0 0.1 1009716 4584 ? Sl 08:12 0:00 /tmp/go-build1912885940/b001/exe/server
root 1672 0.0 0.2 239500 8116 ? Ssl 09:54 0:00 /usr/libexec/upowerd
root 2159 0.0 0.2 16924 10816 ? Ss 14:42 0:00 sshd: margo [priv]
margo 2162 0.0 0.2 17076 9592 ? Ss 14:42 0:00 /lib/systemd/systemd --user
margo 2163 0.0 0.0 169020 3636 ? S 14:42 0:00 (sd-pam)
margo 2247 0.0 0.2 17352 8028 ? S 14:42 0:01 sshd: margo@pts/0
margo 2249 0.0 0.1 8784 5480 pts/0 Ss 14:42 0:00 -bash
margo 2400 13.5 0.2 706060 10024 pts/0 Sl+ 15:13 1:09 ./pspy64
margo 9284 0.0 0.0 81388 3220 ? SLs 15:15 0:00 /usr/bin/gpg-agent --supervised
root 17199 0.0 0.2 16920 10724 ? Ss 15:19 0:00 sshd: margo [priv]
margo 17256 0.0 0.1 17216 7876 ? S 15:19 0:00 sshd: margo@pts/1
margo 17257 0.0 0.1 8656 5432 pts/1 Ss 15:19 0:00 -bash
margo 17322 0.0 0.0 10336 3740 pts/1 R+ 15:22 0:00 ps -auxwww
/usr/local/sbin/laurel --config /etc/laurel/config.toml
/usr/libexec/polkitd --no-debug
/usr/sbin/varnishd -j unix,user=vcache -F -a localhost:6081 -T localhost:6082 -f /etc/varnish/default.vcl -S /etc/varnish/secret -s malloc,256m -p feature=+http2
/usr/sbin/cron -f -P
/usr/sbin/haproxy -Ws -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -S /run/haproxy-master.sock
/bin/sh -c cd /home/ruth;bash varnish_logs.sh
varnishncsa -c -F %{VCL_Log:client_ip}x
/bin/sh -c cd /home/margo;/usr/bin/java -jar gitbucket.war
/bin/sh -c cd /root;/usr/local/go/bin/go run server.go
/bin/sh -c cd /home/margo;python3 copyparty-sfx.py -i 127.0.0.1 -v logs::r
/bin/sh -c cd /home/margo/app;python3 app.py
Cron & Systemd
margo@caption:~$ crontab -l ; cat /etc/crontab ; systemctl list-timers
@reboot cd /home/margo;python3 copyparty-sfx.py -i 127.0.0.1 -v logs::r
@reboot cd /home/margo/app;python3 app.py
@reboot cd /home/margo;/usr/bin/java -jar gitbucket.war
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.
SHELL=/bin/sh
# You can also override PATH, but by default, newer versions inherit it from the environment
#PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# Example of job definition:
# .---------------- minute (0 - 59)
# | .------------- hour (0 - 23)
# | | .---------- day of month (1 - 31)
# | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# | | | | |
# * * * * * user-name command to be executed
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
#
NEXT LEFT LAST PASSED UNIT >
Sun 2024-09-15 15:38:59 UTC 13min left Fri 2024-08-30 09:49:55 UTC 2 weeks 2 days ago man-db.timer >
Sun 2024-09-15 15:49:41 UTC 24min left Fri 2024-08-30 09:31:40 UTC 2 weeks 2 days ago apt-daily.timer >
Sun 2024-09-15 16:37:23 UTC 1h 11min left Sun 2024-09-15 09:46:56 UTC 5h 38min ago motd-news.timer >
Sun 2024-09-15 23:22:02 UTC 7h left Sun 2024-09-15 09:54:09 UTC 5h 31min ago fwupd-refresh.timer >
Mon 2024-09-16 00:00:00 UTC 8h left n/a n/a dpkg-db-backup.timer >
Mon 2024-09-16 00:00:00 UTC 8h left Sun 2024-09-15 08:12:33 UTC 7h ago logrotate.timer >
Mon 2024-09-16 01:25:59 UTC 10h left Tue 2024-09-10 11:38:37 UTC 5 days ago fstrim.timer >
Mon 2024-09-16 06:28:38 UTC 15h left Sun 2024-09-15 08:21:24 UTC 7h ago apt-daily-upgrade.timer >
Mon 2024-09-16 08:17:44 UTC 16h left Sun 2024-09-15 08:17:44 UTC 7h ago update-notifier-download.tim>
Mon 2024-09-16 08:27:25 UTC 17h left Sun 2024-09-15 08:27:25 UTC 6h ago systemd-tmpfiles-clean.timer>
Mon 2024-09-16 10:51:48 UTC 19h left Wed 2024-03-06 13:00:46 UTC 6 months 10 days ago update-notifier-motd.timer >
Sun 2024-09-22 03:10:16 UTC 6 days left Sun 2024-09-15 08:13:24 UTC 7h ago e2scrub_all.timer >
12 timers listed.
Pass --all to see loaded but inactive timers, too.
@reboot cd /home/margo;python3 copyparty-sfx.py -i 127.0.0.1 -v logs::r
@reboot cd /home/margo/app;python3 app.py
@reboot cd /home/margo;/usr/bin/java -jar gitbucket.war
Sudo Version
margo@caption:~$ sudo --version
Sudo version 1.9.9
Sudoers policy plugin version 1.9.9
Sudoers file grammar version 48
Sudoers I/O plugin version 1.9.9
Sudoers audit plugin version 1.9.9
Sudo version 1.9.9
Glibc Version
margo@caption:~$ ldd --version
ldd (Ubuntu GLIBC 2.35-0ubuntu3.8) 2.35
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
ldd (Ubuntu GLIBC 2.35-0ubuntu3.8) 2.35