-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathnotes.yml
More file actions
66 lines (54 loc) · 2.25 KB
/
Copy pathnotes.yml
File metadata and controls
66 lines (54 loc) · 2.25 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
64
65
66
---
Website: http://www.acm.uiuc.edu/lug/
Meeting Info: 8CT/9ET/6PT PM in 301 CSL on 03-02-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:
- 'Github Organization: <https://github.com/acmlug>'
- Xen Project system is back up (w00t)
- 'UIUC LUG Gitlab Server: <https://git.gnulug.org/>'
- 'UIUC LUG Nagios Server: <https://nagios.gnulug.org/>'
- 'UIUC LUG Privoxy/Tor Server: <https://proxy.gnulug.org/>'
Meeting Sections:
Linux in the News:
- 'VLC gets first major cross-platform release:
<http://venturebeat.com/2015/02/27/vlc-gets-first-major-release-across-windows-mac-linux-android-ios-windows-phone-windows-rt-and-android-tv/>'
- 'Snowdens favourite Linux - Tails rushes sec-fix version to market
<http://www.theregister.co.uk/2015/02/25/tails_project_rushes_secfix_version_to_market/>'
- 'The Difference Between Fedora, Redhat, and CentOS: <https://danielmiessler.com/study/fedora_redhat_centos/>'
Education Epoch:
- 'CopyrightX: <http://copyx.org/lectures/>'
- 'Learn Linux The Hard Way: <https://nixsrv.com/llthw>'
Proc Period:
- TBA
SSH Section: |
###Wilcards in SSH
'? Matches exactly one character: ?????.foo.bar.com'
'* Matches Zero or more characters: *.foo.bar.com'
###Works for IP addresses too!
'Address 192.168.0.1?'
OR
'192.168.0.*'
###You can also use ! to negate things - not supported everywhere. check your distribution.
'host !*.foo.bar.com'
'host !*.super.foo.bar.com *.bar.com'
Shell Space:
- 'file is a standard Unix program for recognizing the type of data contained in a computer file: <http://www.computerhope.com/unix/ufile.htm>'
Container City:
- TBA
Vim Vicinity:
- TBA
C Corner:
- TBA
Talks:
Small Talks:
TBA:
- TBA
Big Talks:
Project Meeting:
- We will begin working on our Linux infstracture project. We will run through using
Vagrant to build development machines, working with Xen Project, accessing our Xen VM's,
customizing our Xen environment, and contributing to our various repositories. We will
be working together to teach and use these technologies.