Skip to content

Instantly share code, notes, and snippets.

View jenting's full-sized avatar
:octocat:

JenTing jenting

:octocat:
View GitHub Profile
@jenting
jenting / settings.json
Created July 22, 2019 13:19
VSCode settings
{
"go.formatFlags": [
"-local",
"github.com/SUSE"
]
}
#!/bin/bash
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
ssh-add -L
@jenting
jenting / rsyslog-server.conf
Created May 16, 2019 03:08
rsyslog server (RFC3164/RFC5424)
# Module
module(
load="imudp"
)
module(
load="imtcp"
MaxSessions="2000"
)
# Input