-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathnotes.yml
More file actions
70 lines (55 loc) · 2.45 KB
/
Copy pathnotes.yml
File metadata and controls
70 lines (55 loc) · 2.45 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
67
68
69
70
---
Website: http://www.acm.uiuc.edu/lug/
Meeting Info: 8CT/9ET/6PT PM in 301 CSL on 03-09-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:
- 'Richard Stallman to speak in Champaign-Urbana, IL: <http://www.fsf.org/events/rms-20150316-champaign-urbana>'
# Grainger Auditorium, Room 1002 ECE Building, 306 N. Wright St'
# Richard Stallmans speech will be nontechnical, admission is gratis, and the public is encouraged to attend.'
- 'Apt-cacher: <https://git.gnulug.org/lug/puppet/tree/master/modules/repo>'
- 'Repo Server: <repo.gnulug.org>'
Meeting Sections:
Linux in the News:
- 'Ubuntu To Officially Switch To systemd Next Monday :<http://linux.slashdot.org/story/15/03/06/1448247/ubuntu-to-officially-switch-to-systemd-next-monday>'
- 'Samba 4.2.0 released: <http://lwn.net/Articles/635661/rss>'
Education Epoch:
- 'Linux Survival: <http://linuxsurvival.com>'
- 'Speaking Unix: <http://ss64.com/bash/syntax-pronounce.html>'
- 'Top Questions Newsletters: <https://stackexchange.com/newsletters>'
Proc Period:
- TBA
SSH Section:
- Chrooting users
- 'ChrootDirectory none' # By default sshd does not chroot users
Shell Space:
- Decode Unix time with the 'date' command
- 'date -d @1425401785'
- Unix time (a.k.a. POSIX time or Epoch time)
- is a system for describing instants in time, defined as the number of seconds that
have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970
- 'System make/model: dmidecode | grep -A3 "^System Information"'
###Run a previously run command from your history without typing it out
#'root@host:~/dockerfiles# history | grep -i bro
# 659 mkdir islet-bro
# 666 docker build -t bro - < islet-bro/Dockerfile
# 693 history | grep -i bro
# root@host:~/dockerfiles# !666' <--- Specifying a bang and the history # will run that command. Bang is unix speak for exclamation point.
Container City:
- 'OpenVZ: <http://openvz.org/Main_Page>'
- 'OpenVZ Vagrant: <https://github.com/jonschipp/vagrant/tree/master/openvz>'
Vim Vicinity:
- 'Use VIM as a Hex Editor: %!xxd'
- 'Control-P: <https://github.com/kien/ctrlp.vim>'
- 'Tabs (real quick)'
C Corner:
- TBA
Talks:
Small Talks:
TBA:
- TBA
Big Talks:
Project Meeting:
- Work on projects together