-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathnotes.yml
More file actions
63 lines (51 loc) · 2.39 KB
/
Copy pathnotes.yml
File metadata and controls
63 lines (51 loc) · 2.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
Website: http://www.acm.uiuc.edu/lug/
Meeting Info: 8CT/9ET/6PT PM in 239 CSL on 04-13-2015
Remote: '+1 (415) 762-9988 - Meeting ID: 983 180 265 <https://zoom.us/j/983180265>'
Mailing List: http://www.acm.uiuc.edu/sigs/33
Facebook: https://www.facebook.com/groups/uiuc.gluug/
IRC: ##uiuclug on irc.freenode.net
Group:
- 'Repo Update: <https://git.gnulug.org/lug/puppet/commit/e73b42c4fa83ccf81d6c076c7b9883dcdb3d63d0>'
Meeting Sections:
Linux in the News:
- 'Announcing Git Large File Storage (LFS): <https://github.com/blog/1986-announcing-git-large-file-storage-lfs>'
Education Epoch:
- 'Gnu Make Book: <http://blog.jgc.org/2015/04/the-gnu-make-book-probably-more-than.html>'
- 'Command Line Power User: <http://commandlinepoweruser.com/>'
- 'Systems Performance - Enterprise and the Cloud: <http://www.brendangregg.com/sysperfbook.html>'
Proc Period:
- TBA
SSH Section:
- TBA
Shell Space:
- 'jq: <https://stedolan.github.io/jq/>'
- 'MegaRaid: megacli -AdpAllinfo -aALL, megacli -LDInfo -Lall -aALL, megacli -AdpBbuCmd -aALL, megacli -PDList -aALL'
- Lucian's 'l' script (if it works)
Container City:
- 'Docker kernel capabilities: <https://github.com/docker/docker/blob/master/daemon/execdriver/native/template/default_template.go#L16-L29>'
- 'Container Memory limits: cat /sys/fs/cgroup/memory/docker/<id>/memory.limit_in_bytes'
Vim Vicinity:
- 'View hidden characters: set list, set nolist'
- 'Pipelines: :write | !gcc %'
- 'Repeat substitution: :&&<CR>'
- Remap: |
nnoremap & :&&<CR>
xnoremap & :&&<CR>
C Corner:
- TBA
Talks:
Small Talks:
TBA:
- TBA
Big Talks:
Go Lang:
Talk Details: An introduction to programming in the Go language
Presenter: |
Justin Azoff is a Security Engineer at the NCSA and developer for the Bro Project.
He is responsible for implementing security plans; assisting other NCSA groups in hardening
and protecting their systems;and developing, administrating and utilizing NCSA's state-of-the-art
cybersecurity monitoring infrastructure in support of the Center's objective of providing a highly
reliable and functional computing environment. Justin has authored a number of integration tools
for a variety of projects including PassiveDNS, DumbNo, Black Hole Router Site, etc. for Bro and
many others including HTTP Flood, NetFlow Indexer, Ninfo, etc..