summaryrefslogtreecommitdiff
path: root/kpov_judge/tasks/copy_rename_20_files_tail_env/task.py
blob: d1b67a44f556299cc5b8585c725d7bbd453c6856 (plain)
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# kpov_random_helpers should be imported by add_assignment.py

# TODO (polz):  
instructions = {
    'si':u"""
Prijavi se na sistem.
V domači mapi najdeš imenik Mapa z 20 datotekami.
  - Preimenuj vse datoteke tako, da zamenjaš minuse s podčrtaji
  - Napiši čim krajši ukaz, ki vse datoteke iz /home/user/mapa/mojimenik premakne v /home/user/novi
  - Napiši ukaz, ki s pomočjo ukaza grep v datoteko "mama.txt" izpiše vse navade (ne skrite) datoteke v trenutnem imeniku, ki vsebujejo niz "mama", v datoteko "napake.txt" pa izpiše vse morebitne napake (npr. to, da so nekateri objekti v trenutnem imeniku dejansko imeniki ali napačne simbolične povezave)
  - Napiši ukaz, ki bo 5s sledil vsebini /var/log/syslog. V primeru, da se v syslogu pojavi niz "zmeda", naj program izpiše "imam ga". Poleg tega naj program med sledenjem syslog-u odšteva od 5 do 1 (vsako sekundo naj se izpiše naslednja številka.
  - Nastavi okoljsko spremenljivko TEST, da bo imela isto vrednost kot okoljska spremenljivka USER + število okoljskih spremenljivk, ki v imenu ali vrednosti ne vsebujejo besede TEST. Primer: polz37
  - S pomočjo programa cURL shrani vsebino spletne strani www.google.com  v datoteko  z imenom website.txt
  - V imeniku "Mapa" najdeš datoteko count.txt. Preštej število vrstic v njej in rezultat zapiši v novo datoteko lines.txt
  - Namesti paket "cowsay" in ga preizkusi :)
  - Napiši najkrajši ukaz, ki s pomočjo Pythona zažene preprost (integriran) HTTP strežnik kateri streže datoteke iz imenika iz katerega je bil pognan na vratih 8000

""",
	'en':u"""
Log into the system.
In your home folder you will find a directory called Folder containing 20 files.
  - Rename all files replacing minus sign with the underscore
  - Specify the shortest command for copying all the files located in /home/user/Folder into the folder /home/user/new
  - Specify the shortest command, which will, using the grep command, 
write all normal (not hidden) files containing a string "mama" located 
in working directory (pwd) into file "mama.txt" while writing errors such as files in current directory being folders or symbolic links in the file called "Errors.txt"
  - Specify a command, which will track the contents of /var/log/syslog 
for 5s. In case it finds the entry "confusion" in syslog, print "got it". 
In addition, let the program subtrack 1 from the counter every 
second(5 to 1) to show the status of the tracker.      	
  - Set the variable TEST, which will have the same value as the 
variable USER + the number of variables that do not include the name 
TEST, for example polz37.
- With the help of cURL fetch the website content of www.google.com and save it into file named website.txt
- In directory "Mapa" exists file count.txt
- Install packet "cowsay" and test it :)
- Write shortest command possible which will with the help of Python start a simple (integrated) HTTP server and will serve the files from the current directory on port 8000."""
}

computers = {
    'malishell': {
        'disks': [
            {   'name': 'malishell',
            },
            #{   'name': 'CDROM',
            #    'options':{'readonly': True},
            #    'parts': [],# no parts, no mounting.
            #}
        ],
        'network_interfaces': [{'network': 'net1'}],
        'flavor': 'm1.tiny',
        'config_drive': False

    },
    'SimpleArbiter': {
        'disks': [
            {   'name': 'simpleArbiterDhcp',
                # attempt automount
            },
            #{   'name': 'CDROM',
            #    'options': {'readonly': True},
            #    'parts': [{'dev': 'b1', 'path': '/cdrom'}],
            #},
        ],
        'network_interfaces': [{'network': 'net1'}, {'network': 'test-net'}],
        'flavor': 'm1.tiny',
        'config_drive': False
    }
}

networks = { 'net1': {'public': False}, 'test-net': {'public': True} }

params_meta = {
    'IP_NM': {'descriptions': {'si': 'Naslov maliNetworkManager'}, 'w': False, 'public':True, 'type': 'IP', 'generated': True},
}

def task():
    # TODO: (polz) this has to be changed! Get a move on!
    # Z primozem lavricem sva skusala nekaj narediti (ostali pa se itak ne oglasajo)    
    # Ker gen params ni narejen, sklepam da je "Mapa" na namizju,
    # imena datotek pa so: 1,1-,2,2-,3,3-,4,5,6,7,8,9,.mama1,mama2,mama3,mama4,mama5,mojimenik,novi,oce1
    # v mojimenik se nahaja mojimenikfile
    # mama2 vsebuje "mama"
    #Stirje subt-aski dodani.By Mihec.

    import subprocess
    results = dict() 
    p = subprocess.check_output(["ls","-a", "/home/student/Desktop/Mapa"])
    results['preimenuj'] = p
    
    # ta more met mojimenikfile
    results['novi'] = subprocess.check_output(["ls", "/home/student/Desktop/Mapa/novi"])

    # ta more bit prazen
    results['mojimenik'] = subprocess.check_output(["ls", "/home/student/Desktop/Mapa/mojimenik"])

    # ta more met mama2
    results['mamatxt'] = subprocess.check_output(["cat", "/home/student/Desktop/mama.txt"])

    # ta pa grep: mojimenik: Is a directory, grep: novi: Is a directory
    results['napaketxt'] = subprocess.check_output(["cat", "/home/student/Desktop/napake.txt"])

    results['curl'] = subprocess.check_output(["cat","/home/student/Desktop/website.txt"])

    results['count'] = subprocess.check_output(["wc","/home/student/Desktop/count.txt"])

    results['cowsay'] = subprocess.check_output(["dpkg --get-selections | grep","cowsay"])

    results['phttp'] = subprocess.check_output(["ps aux | grep ","SimpleHTTPServer"])




    return results
    
def gen_params(user_id, params_meta):
    #PLEASE FINISH gen_params I NEED IT FOR TASK CHECK (Primoz Lavric)
    import random
    params = dict()
    r = random.Random(user_id)
    # IP_NM, DNS_NM, IP_static, DNS_static)
    dns_servers = ['193.2.1.66', '193.2.1.72', '8.8.8.8', '8.8.4.4', '208.67.222.222', '208.67.220.220']
    net = kpov_random_helpers.IPv4_subnet_gen(r, '172.23.128.0/18', 24)
    params['DNS_NM'] = r.choice(dns_servers)
    params['IP_NM'], params['IP_static'] = kpov_random_helpers.IPv4_addr_gen(r, net, 2)
    params['DNS_static'] = r.choice(dns_servers)
    count = 0
    while(count<user_id):
    params[count]=random.randInt(10000000,99999999)
    count=count+1
	    return params

def task_check(results, params):
    import re
    score = 0
    
    #TO FINISH SCORING WE REQUIRE DICT KEYS AND FUNCTIONS gen_params AND task TO BE FINISHED
    #POINTS FOR EACH TASK MAY BE ADJUSTED IN THE FUTURE
    #TASK 1
    if results['preimenuj'].find('NoFormatATM'.format(params['NoNameAtm'])) > -1:
        score += 1
    #TASK 2
    if results['novi'].find('NoFormatATM'.format(params['NoNameAtm'])) > -1:
	score += 1
    #TASK 3
    if results['mojimenik'].find('NoFormatATM'.format(params['NoNameAtm'])) > -1:
	score += 1
    #TASK 4
    if results['mamatxt'].find('NoFormatATM'.format(params['NoNameAtm'])) > -1:
	score += 1
    #TAKS 5
    if results['napaketxt'].find('NoFormatATM'.format(params['NoNameAtm'])) > -1:
	score += 1
    #TASK 6
    if results['curl'].find('NoFormatATM'.format(params['NoNameAtm'])) > -1:
	score += 1
    #TASK 7
    if results['count'].find('NoFormatATM'.format(params['NoNameAtm'])) > -1:
	score += 1
    #TASK 8
    if results['cowsay'].find('NoFormatATM'.format(params['NoNameAtm'])) > -1:
	score += 1
    #TASK 9
    if results['phttp'].find('NoFormatATM'.format(params['NoNameAtm'])) > -1:
	score += 2

    return score

def prepare_disks(templates, params):
#    d = templates['simpleArbiterDhcp']
    pass   

#preimenuj vse datoteke tako, da zmenjas minuse s podcrtaji
def preimenuj():
	import os

	for filename in os.listdir('.'):
		os.rename(filename, filename.replace('-','_'))

#napisi cimkrajsi ukaz, ki vse datoteke iz /home/user/mapa/mojimenik premakne v /hostuser/novi
def premakni():
	import os
		for filename in os.filename("/home/user/mapa/mojimenik/"):
			os.rename('/home/user/mapa/mojimenik/' + filename, '/home/user/novi/' + filename)


#napisi ukaz, ki s pomocjo ukaza grep v datoteko "mama.txt" izpise vse navadne (ne skrite) datoteke v trenutnem imeniku, ki vsebujejo niz "mama", v datoteko "napake.txt" pa izpise vse morebitne napake
def izpisi():
	import os
	import re
	import mmap

	mama =''
	napaka=''

	for filename in os.listdir('.'):
		try:
			f=open(filename, 'r+')
			data=mmap.mmap(f.fileno(), 0)

			if re.search('mama', data):
				mama=mama+filename+ "\n"
		except ValueError:
			napaka=napaka+filename+ "\n"

			open('mama.txt', 'w').write(mama)

			open('napake.txt','w').write(napaka)

#napisi ukaz, ki bo 5s sledil vsebini /var/log/syslog. V primeru, da se pojavi niz "zmeda", naj program izpise "imam ga". Polega tega naj program med sledenjem odsteva od 5 do 1
def sledi()
	import time
	import re
	import mmap

	t=time.time()*1000
	n=t

	f=open('/var/log/syslog', 'r+')
	data=mmap.mmap(f.fileno(), 0)
	me=re.findall('zmeda', data)

	c=len(me)

	for i in range(5, 0, -1):
		print i
		n=n+1000
	
		while n>t:
			f=open('/var/log/syslog', 'r+')
			data=mmap.mmap(f.fileno(), 0)
			me=re.findall('zmeda', data)

			if len(me)>c:
				c=len(me)
				print 'imam ga'
		
			t=time.time()*1000

#nastavi okoljsko spremenljivko TEST, da bo imela isto vrednost kot okoljska spremenljivka USER + stevilo okoljskih spremenljivk, ki v imenu ali vrednosti ne vsebujejo besede TEST. Primer: polz37
def nastaviSpr():
	import os
	import re

	c=0

	for i in os.environ:
		if not(re.search('TEST',i) or re.search('TEST', os.environ[i])):
			c=c+1
	
	os.environ['TEST']=os.environ['USER']+`c`