Skip to content

Instantly share code, notes, and snippets.

View 130s's full-sized avatar
🍼
Working from home

Isaac Saito 130s

🍼
Working from home
View GitHub Profile
@130s
130s / gist:ad12ef5bdc53a47de1c0259b077e0970
Created December 27, 2024 10:15
20241227_syslog_p16s
syslog portion
<details><summary>log</summary>
```
Dec 27 04:20:47 noodle-p16s kernel: [144830.796867] audit: type=1107 audit(1735291247.027:987): pid=1868 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.8" pid=51268 label="snap.firefox.firefox" peer_pid=1871 peer_label="unconfined"
Dec 27 04:20:47 noodle-p16s kernel: [144830.796867] exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
Dec 27 04:21:47 noodle-p16s kernel: [144890.845455] audit: type=1107 audit(1735291307.074:988): pid=1868 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.8" pid=51268 label="snap.firefox.firefox" peer_pid=1871 peer_label="unconfined"
@130s
130s / 130s_1stGistTest
Created September 14, 2012 17:46
testing
public class Testing {
public Testing() {
}
public void Method() {
/* Another Comment
on multiple lines */
int x = 9;
}
}