File tree 22 files changed +352
-0
lines changed
22 files changed +352
-0
lines changed Original file line number Diff line number Diff line change 33
33
shell : bash
34
34
run : python -c "import sys; print(sys.version)"
35
35
36
+ - name : " Setup /etc/hosts for Linux"
37
+ shell : bash
38
+ run : |
39
+ if [ `uname` = "Linux" ]; then
40
+ echo "\$ cat /etc/hosts"
41
+ cat /etc/hosts
42
+ echo
43
+ (
44
+ echo "127.0.0.1 localhost";
45
+ echo "::1 localhost ip6-localhost ip6-loopback";
46
+ ) | sudo tee /etc/hosts
47
+ echo
48
+ echo "\$ cat /etc/hosts"
49
+ cat /etc/hosts
50
+ fi
51
+
36
52
- name : Resolve localhost
37
53
shell : bash
38
54
run : |
Original file line number Diff line number Diff line change 33
33
shell : bash
34
34
run : python -c "import sys; print(sys.version)"
35
35
36
+ - name : " Setup /etc/hosts for Linux"
37
+ shell : bash
38
+ run : |
39
+ if [ `uname` = "Linux" ]; then
40
+ echo "\$ cat /etc/hosts"
41
+ cat /etc/hosts
42
+ echo
43
+ (
44
+ echo "127.0.0.1 localhost";
45
+ echo "::1 localhost ip6-localhost ip6-loopback";
46
+ ) | sudo tee /etc/hosts
47
+ echo
48
+ echo "\$ cat /etc/hosts"
49
+ cat /etc/hosts
50
+ fi
51
+
36
52
- name : Resolve localhost
37
53
shell : bash
38
54
run : |
Original file line number Diff line number Diff line change 33
33
shell : bash
34
34
run : python -c "import sys; print(sys.version)"
35
35
36
+ - name : " Setup /etc/hosts for Linux"
37
+ shell : bash
38
+ run : |
39
+ if [ `uname` = "Linux" ]; then
40
+ echo "\$ cat /etc/hosts"
41
+ cat /etc/hosts
42
+ echo
43
+ (
44
+ echo "127.0.0.1 localhost";
45
+ echo "::1 localhost ip6-localhost ip6-loopback";
46
+ ) | sudo tee /etc/hosts
47
+ echo
48
+ echo "\$ cat /etc/hosts"
49
+ cat /etc/hosts
50
+ fi
51
+
36
52
- name : Resolve localhost
37
53
shell : bash
38
54
run : |
Original file line number Diff line number Diff line change 33
33
shell : bash
34
34
run : python -c "import sys; print(sys.version)"
35
35
36
+ - name : " Setup /etc/hosts for Linux"
37
+ shell : bash
38
+ run : |
39
+ if [ `uname` = "Linux" ]; then
40
+ echo "\$ cat /etc/hosts"
41
+ cat /etc/hosts
42
+ echo
43
+ (
44
+ echo "127.0.0.1 localhost";
45
+ echo "::1 localhost ip6-localhost ip6-loopback";
46
+ ) | sudo tee /etc/hosts
47
+ echo
48
+ echo "\$ cat /etc/hosts"
49
+ cat /etc/hosts
50
+ fi
51
+
36
52
- name : Resolve localhost
37
53
shell : bash
38
54
run : |
Original file line number Diff line number Diff line change 33
33
shell : bash
34
34
run : python -c "import sys; print(sys.version)"
35
35
36
+ - name : " Setup /etc/hosts for Linux"
37
+ shell : bash
38
+ run : |
39
+ if [ `uname` = "Linux" ]; then
40
+ echo "\$ cat /etc/hosts"
41
+ cat /etc/hosts
42
+ echo
43
+ (
44
+ echo "127.0.0.1 localhost";
45
+ echo "::1 localhost ip6-localhost ip6-loopback";
46
+ ) | sudo tee /etc/hosts
47
+ echo
48
+ echo "\$ cat /etc/hosts"
49
+ cat /etc/hosts
50
+ fi
51
+
36
52
- name : Resolve localhost
37
53
shell : bash
38
54
run : |
Original file line number Diff line number Diff line change 33
33
shell : bash
34
34
run : python -c "import sys; print(sys.version)"
35
35
36
+ - name : " Setup /etc/hosts for Linux"
37
+ shell : bash
38
+ run : |
39
+ if [ `uname` = "Linux" ]; then
40
+ echo "\$ cat /etc/hosts"
41
+ cat /etc/hosts
42
+ echo
43
+ (
44
+ echo "127.0.0.1 localhost";
45
+ echo "::1 localhost ip6-localhost ip6-loopback";
46
+ ) | sudo tee /etc/hosts
47
+ echo
48
+ echo "\$ cat /etc/hosts"
49
+ cat /etc/hosts
50
+ fi
51
+
36
52
- name : Resolve localhost
37
53
shell : bash
38
54
run : |
Original file line number Diff line number Diff line change 33
33
shell : bash
34
34
run : python -c "import sys; print(sys.version)"
35
35
36
+ - name : " Setup /etc/hosts for Linux"
37
+ shell : bash
38
+ run : |
39
+ if [ `uname` = "Linux" ]; then
40
+ echo "\$ cat /etc/hosts"
41
+ cat /etc/hosts
42
+ echo
43
+ (
44
+ echo "127.0.0.1 localhost";
45
+ echo "::1 localhost ip6-localhost ip6-loopback";
46
+ ) | sudo tee /etc/hosts
47
+ echo
48
+ echo "\$ cat /etc/hosts"
49
+ cat /etc/hosts
50
+ fi
51
+
36
52
- name : Resolve localhost
37
53
shell : bash
38
54
run : |
Original file line number Diff line number Diff line change 33
33
shell : bash
34
34
run : python -c "import sys; print(sys.version)"
35
35
36
+ - name : " Setup /etc/hosts for Linux"
37
+ shell : bash
38
+ run : |
39
+ if [ `uname` = "Linux" ]; then
40
+ echo "\$ cat /etc/hosts"
41
+ cat /etc/hosts
42
+ echo
43
+ (
44
+ echo "127.0.0.1 localhost";
45
+ echo "::1 localhost ip6-localhost ip6-loopback";
46
+ ) | sudo tee /etc/hosts
47
+ echo
48
+ echo "\$ cat /etc/hosts"
49
+ cat /etc/hosts
50
+ fi
51
+
36
52
- name : Resolve localhost
37
53
shell : bash
38
54
run : |
Original file line number Diff line number Diff line change 33
33
shell : bash
34
34
run : python -c "import sys; print(sys.version)"
35
35
36
+ - name : " Setup /etc/hosts for Linux"
37
+ shell : bash
38
+ run : |
39
+ if [ `uname` = "Linux" ]; then
40
+ echo "\$ cat /etc/hosts"
41
+ cat /etc/hosts
42
+ echo
43
+ (
44
+ echo "127.0.0.1 localhost";
45
+ echo "::1 localhost ip6-localhost ip6-loopback";
46
+ ) | sudo tee /etc/hosts
47
+ echo
48
+ echo "\$ cat /etc/hosts"
49
+ cat /etc/hosts
50
+ fi
51
+
36
52
- name : Resolve localhost
37
53
shell : bash
38
54
run : |
Original file line number Diff line number Diff line change 33
33
shell : bash
34
34
run : python -c "import sys; print(sys.version)"
35
35
36
+ - name : " Setup /etc/hosts for Linux"
37
+ shell : bash
38
+ run : |
39
+ if [ `uname` = "Linux" ]; then
40
+ echo "\$ cat /etc/hosts"
41
+ cat /etc/hosts
42
+ echo
43
+ (
44
+ echo "127.0.0.1 localhost";
45
+ echo "::1 localhost ip6-localhost ip6-loopback";
46
+ ) | sudo tee /etc/hosts
47
+ echo
48
+ echo "\$ cat /etc/hosts"
49
+ cat /etc/hosts
50
+ fi
51
+
36
52
- name : Resolve localhost
37
53
shell : bash
38
54
run : |
Original file line number Diff line number Diff line change 33
33
shell : bash
34
34
run : python -c "import sys; print(sys.version)"
35
35
36
+ - name : " Setup /etc/hosts for Linux"
37
+ shell : bash
38
+ run : |
39
+ if [ `uname` = "Linux" ]; then
40
+ echo "\$ cat /etc/hosts"
41
+ cat /etc/hosts
42
+ echo
43
+ (
44
+ echo "127.0.0.1 localhost";
45
+ echo "::1 localhost ip6-localhost ip6-loopback";
46
+ ) | sudo tee /etc/hosts
47
+ echo
48
+ echo "\$ cat /etc/hosts"
49
+ cat /etc/hosts
50
+ fi
51
+
36
52
- name : Resolve localhost
37
53
shell : bash
38
54
run : |
Original file line number Diff line number Diff line change 33
33
shell : bash
34
34
run : python -c "import sys; print(sys.version)"
35
35
36
+ - name : " Setup /etc/hosts for Linux"
37
+ shell : bash
38
+ run : |
39
+ if [ `uname` = "Linux" ]; then
40
+ echo "\$ cat /etc/hosts"
41
+ cat /etc/hosts
42
+ echo
43
+ (
44
+ echo "127.0.0.1 localhost";
45
+ echo "::1 localhost ip6-localhost ip6-loopback";
46
+ ) | sudo tee /etc/hosts
47
+ echo
48
+ echo "\$ cat /etc/hosts"
49
+ cat /etc/hosts
50
+ fi
51
+
36
52
- name : Resolve localhost
37
53
shell : bash
38
54
run : |
Original file line number Diff line number Diff line change 33
33
shell : bash
34
34
run : python -c "import sys; print(sys.version)"
35
35
36
+ - name : " Setup /etc/hosts for Linux"
37
+ shell : bash
38
+ run : |
39
+ if [ `uname` = "Linux" ]; then
40
+ echo "\$ cat /etc/hosts"
41
+ cat /etc/hosts
42
+ echo
43
+ (
44
+ echo "127.0.0.1 localhost";
45
+ echo "::1 localhost ip6-localhost ip6-loopback";
46
+ ) | sudo tee /etc/hosts
47
+ echo
48
+ echo "\$ cat /etc/hosts"
49
+ cat /etc/hosts
50
+ fi
51
+
36
52
- name : Resolve localhost
37
53
shell : bash
38
54
run : |
Original file line number Diff line number Diff line change 33
33
shell : bash
34
34
run : python -c "import sys; print(sys.version)"
35
35
36
+ - name : " Setup /etc/hosts for Linux"
37
+ shell : bash
38
+ run : |
39
+ if [ `uname` = "Linux" ]; then
40
+ echo "\$ cat /etc/hosts"
41
+ cat /etc/hosts
42
+ echo
43
+ (
44
+ echo "127.0.0.1 localhost";
45
+ echo "::1 localhost ip6-localhost ip6-loopback";
46
+ ) | sudo tee /etc/hosts
47
+ echo
48
+ echo "\$ cat /etc/hosts"
49
+ cat /etc/hosts
50
+ fi
51
+
36
52
- name : Resolve localhost
37
53
shell : bash
38
54
run : |
Original file line number Diff line number Diff line change 33
33
shell : bash
34
34
run : python -c "import sys; print(sys.version)"
35
35
36
+ - name : " Setup /etc/hosts for Linux"
37
+ shell : bash
38
+ run : |
39
+ if [ `uname` = "Linux" ]; then
40
+ echo "\$ cat /etc/hosts"
41
+ cat /etc/hosts
42
+ echo
43
+ (
44
+ echo "127.0.0.1 localhost";
45
+ echo "::1 localhost ip6-localhost ip6-loopback";
46
+ ) | sudo tee /etc/hosts
47
+ echo
48
+ echo "\$ cat /etc/hosts"
49
+ cat /etc/hosts
50
+ fi
51
+
36
52
- name : Resolve localhost
37
53
shell : bash
38
54
run : |
Original file line number Diff line number Diff line change 33
33
shell : bash
34
34
run : python -c "import sys; print(sys.version)"
35
35
36
+ - name : " Setup /etc/hosts for Linux"
37
+ shell : bash
38
+ run : |
39
+ if [ `uname` = "Linux" ]; then
40
+ echo "\$ cat /etc/hosts"
41
+ cat /etc/hosts
42
+ echo
43
+ (
44
+ echo "127.0.0.1 localhost";
45
+ echo "::1 localhost ip6-localhost ip6-loopback";
46
+ ) | sudo tee /etc/hosts
47
+ echo
48
+ echo "\$ cat /etc/hosts"
49
+ cat /etc/hosts
50
+ fi
51
+
36
52
- name : Resolve localhost
37
53
shell : bash
38
54
run : |
Original file line number Diff line number Diff line change 33
33
shell : bash
34
34
run : python -c "import sys; print(sys.version)"
35
35
36
+ - name : " Setup /etc/hosts for Linux"
37
+ shell : bash
38
+ run : |
39
+ if [ `uname` = "Linux" ]; then
40
+ echo "\$ cat /etc/hosts"
41
+ cat /etc/hosts
42
+ echo
43
+ (
44
+ echo "127.0.0.1 localhost";
45
+ echo "::1 localhost ip6-localhost ip6-loopback";
46
+ ) | sudo tee /etc/hosts
47
+ echo
48
+ echo "\$ cat /etc/hosts"
49
+ cat /etc/hosts
50
+ fi
51
+
36
52
- name : Resolve localhost
37
53
shell : bash
38
54
run : |
You can’t perform that action at this time.
0 commit comments