Skip to content

Instantly share code, notes, and snippets.

View sarumont's full-sized avatar
:shipit:

Richard Kolkovich sarumont

:shipit:
View GitHub Profile
@sarumont
sarumont / pod env.log
Created April 17, 2024 19:45
Deployment Debugging
Init Containers:
radarr-init-wg-init:
Container ID: containerd://500308d74561a008f7409d58ba5e98e204d9e5d0ee0367c3393f4e37d4a39cdb
Image: monstrenyatko/wireguard-client:2024-04-02@sha256:fe751298d579ee804d5f1f5d1a5ea0b64e486f604905f23afc05617a9e2eab37
Image ID: docker.io/monstrenyatko/wireguard-client@sha256:fe751298d579ee804d5f1f5d1a5ea0b64e486f604905f23afc05617a9e2eab37
Port: <none>
Host Port: <none>
SeccompProfile: RuntimeDefault
State: Waiting
Reason: CrashLoopBackOff
{
"_index": "wm-enterprise-2019.06.08-1",
"_type": "fluentd",
"_id": "JT1N_m0Bu247wEiuW3Gm",
"_score": 1,
"_source": {
"datetime": "24 Oct 2019 15:05:28 UTC",
"log-level": "ERROR",
"thread": "http-nio-8008-exec-3",
"trackid": "std.M9N4mlC4-02-01dc",
:: Source - https://www.hwinfo.com/misc/RemoveW10Bloat.bat.txt
@rem *** Enable Services Back ***
sc config DiagTrack start= auto
sc config diagnosticshub.standardcollector.service start= auto
sc config dmwappushservice start= auto
REM sc config RemoteRegistry start= auto
REM sc config TrkWks start= auto
sc config WMPNetworkSvc start= auto
sc config WSearch start= auto
@sarumont
sarumont / wtf_maven.sh
Last active March 20, 2019 14:51
WTF, maven?
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ core ---
[INFO] Deleting /Users/richard/dev/vb/develop/core/target
❯ ls /Users/richard/dev/vb/develop/core
README.md core.iml module.xml pom.xml src target
stash@{2 years, 3 months ago}:
stash@{2 years, 4 months ago}:
stash@{2 years, 4 months ago}:
stash@{2 years, 4 months ago}:
stash@{2 years, 4 months ago}:
stash@{2 years, 4 months ago}:
stash@{2 years, 5 months ago}:
stash@{2 years, 5 months ago}:
stash@{2 years, 5 months ago}:
stash@{2 years, 5 months ago}:
< HTTP/1.1 401 Unauthorized
< Content-Length: 45
< X-BB: https://www.youtube.com/watch?v=TUEYvE3gnZQ
< X-Zuul-Filter-Executions: INBOUND-FILTERS_INBOUND_START-Filter[SUCCESS][0ms], cloud.neverfail.gateway.filters.inbound.Routes[SUCCESS][0ms], cloud.neverfail.gateway.filters.inbound.AuthFilter[SUCCESS][0ms], cloud.neverfail.gateway.filters.inbound.Debug[SUCCESS][0ms], cloud.neverfail.gateway.filters.inbound.DebugRequest[SUCCESS][0ms], INBOUND-FILTERS_INBOUND_END-Filter[SUCCESS][1ms], cloud.neverfail.gateway.filters.endpoint.Unauthorized[SUCCESS][1ms], OUTBOUND-FILTERS_OUTBOUND_START-Filter[SUCCESS][0ms]
< X-Zuul-Status: SUCCESS
< WWW-Authenticate: API Key, realm=forgotten
< X-Zuul-Instance: unknown
< X-Zuul-Proxy-Attempts: []
< X-Zuul: zuul
< X-Originating-URL: http://localhost:7001/api/version?debugRequest=true
@sarumont
sarumont / fuckme.sh
Last active July 30, 2018 18:55
Top is a WSL-native directory. Bottom is a Windows-native directory mounted in WSL.
git status 0.00s user 0.22s system 49% cpu 0.438 total
git status 0.00s user 2.64s system 359% cpu 0.735 total
@sarumont
sarumont / ContribActivity.java
Created February 14, 2017 10:22
Generics Wall of Shame
public abstract class ContribActivity<
M extends ContribMediator<?,W,S>,
S extends ActivitySettings,
C,
W extends ContribPanel<?,?,S,?,?>,
T extends Enum> extends Activity<M,S,C,W,T,ContribAccessResolver> {
poll([{fd=132, events=POLLIN}, {fd=132, events=POLLOUT}], 2, 1000) = 1 ([{fd=132, revents=POLLOUT}])
clock_gettime(CLOCK_MONOTONIC, {94117, 967627119}) = 0
poll([{fd=132, events=POLLIN|POLLPRI|POLLRDNORM|POLLRDBAND}, {fd=132, events=POLLOUT|POLLWRNORM}], 2, 0) = 1 ([{fd=132, revents=POLLOUT|POLLWRNORM}])
read(136, "3e04000 rw-p 00176000 08:05 1051"..., 16384) = 16384
send(132, "3e04000 rw-p 00176000 08:05 1051"..., 16384, MSG_NOSIGNAL) = 16384
clock_gettime(CLOCK_MONOTONIC, {94117, 967885750}) = 0
clock_gettime(CLOCK_MONOTONIC, {94117, 967931101}) = 0
clock_gettime(CLOCK_MONOTONIC, {94117, 967955643}) = 0
clock_gettime(CLOCK_MONOTONIC, {94117, 967981454}) = 0
poll([{fd=132, events=POLLIN}, {fd=132, events=POLLOUT}], 2, 1000) = 1 ([{fd=132, revents=POLLOUT}])
<iframe id="upload_target" style="display:none;width:0;height:0"></iframe>
<form action="<upload handler>" target="upload_target" enctype="multipart/form-data" method="post">
<input type="file" name="file" />
</form>