forked from sandervanvugt/luth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
history.txt
137 lines (137 loc) · 1.63 KB
/
history.txt
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
time ls
strace ls
strace -c ls
cd /tmp
strace -c ls
exit
passwd
ldd $(which passwd)
mount
mount | grep prox
mount | grep proc
cd /
umount /proc
cd /proc
ls -l
cat modules
ls
cd 6660
ls
cat cmdline
less status
cd ..
ls
less cpuinfo
less meminfo
cd sys
ls
cd net
ls
cd ipv6
ls
cd conf/
ls
cd all
ls
ip a
pwd
ls
cat disable_ipv6
echo 1 > disable_ipv6
ip a
sysctl -a
sysctl -a | wc
cd
ls -h /proc/kcore
ls -lh /proc/kcore
man proc
vim countdown
chmod +x countdown
./countdown 12
ls -l /etc/shadow
cat /etc/shadow
ls -l /etc/shadow
cat countdown
man glibc
ps aux | grep rsyslog
cd /proc/7383
ls
cd fd
ls -l
yum install git -y
cd
git clone git://git.sv.gnu.org/coreutils
git clone git://github.com/sandervanvugt/luth
cd luth/
ls
cd ../
ls
rpm -qa | grep core
git clone git://git.sv.gnu.org/coreutils
cd coreutils/
ls
cd src/
ls
less ls.c
ls -l ls.c
cd ..
ls
vim Makefile.am
cd /proc/
ls
cd 8933
cat cmdline
cd ../953
cat cmdline
cd ../9099
cat cmdline
ls
ls fd/
ls -l fd/
less status
cd
yum install epel-release
yum install kernel-doc
kill -9 63705
yum install kernel-doc
cd /usr/share/doc/kernel-doc-3.10.0/
ls
cd Documentation/
s
ls
pwd
cd
history
ls
./countdown 10
vim countdown
./countdown 10
strace cat /etc/hosts
strace -c cat /etc/hosts
strace -c ls -l /etc/passwd
reboot
man man
man 2 intro
man mmap
man proc
free -m
echo 3 > /proc/sys/vm/drop_caches
free -m
history
dd if=/dev/zero of=/dev/null &
kill -s USR1 9363
man 7 signal
ls -l /dev/sda
rm /dev/sda
fdisk /dev/sda
mknod --help
mknod /dev/sda b 8 0
ls -l /dev/sd*
chgrp disk /dev/sda
chmod 660 /dev/sda
ls -l /dev/sd*
lspci
history
poweroff