-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.txt
More file actions
60 lines (51 loc) · 3.08 KB
/
test.txt
File metadata and controls
60 lines (51 loc) · 3.08 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
### ===========================
### HAND OVER TO TESTED PERSON
### ===========================
### test edit to showtime on IRC
### server info
### -------------
#username: idontcare
#passwd : iam too lame
#root passwd: this is root password
#key SSH format, they will need to convert it to putty format; careful, every line is hashed
#-----BEGIN RSA PRIVATE KEY-----
#MIICWwIBAAKBgQDntBEeRGY7PaaINO0mLIt+tG3Mloe7AWtUdRpeArLrEFlVtxMz
#hBqnYBNsrGhBHOSM3bffZeFX6V0MUJvv1idr6XGu5pB+4FOKmCV8AmC/c2aihytp
#wrVQ1L+CZTw8yglG3StJxCgrtuFFRroSp13KRB5S/zRXoo8cVieBim+adQICAQEC
#gYBFa71oseDe8ph+eXHimM0n9FC103Nf3426rIxh5OrlzhzCBgq7wvkLTJk+cWnx
#pAyxrQNK5r4JZ8kzgL4o+m9rdyh/VSeP4KTANLXxU39oDFdY8ASvDu3tkFWLUm8n
#Ie2anaSWw6wcOK8OtwvBu8+0Gu+Rk8ZZ5XUEunMki0pF4QJBAPvWgWK8wRp8QCPC
#IHEM2gfSa5wz2r5W9bZn+gSinx90jHkpsguORzDRy8hqFlYdteAWC/Gm/4Qdekq3
#O3lujIkCQQDriF/zPxLAyK5Wvka5zzpZqTKlS6p4xeUermDtDAcbaxAaANJkCFR1
#wIrfhdYdkXwXbapO4ArUIEJ4j4zs+9uNAkEAoLS2LRPX3Rp+mFAMu7CLIeDsBA0q
#9vi8rC5tvTry/SmAfSGUeuw5YeSCClmcsniP85qFIa1OYkChtic63uvmIQJAf2Oo
#cKKckhrbzUwEYoEDqwPapRr6lP508rX4qA16YYGgHgBxyoX/3BN37249BQj1a00+
#OpkM1Fkq7IloHJAwBQJAd1nEDU1L0R9qUlJfu1IAtgE/F1mLy1JHNZBV2HpZr4ln
#KuK3itFrmXfa2CMeGI2NdjsaUE5jn/GoEr6XeX/xZg==
#-----END RSA PRIVATE KEY-----
# test questions
# --------------
# rules of test: you can google/search, you can use man or your notes
# timeframe is 2 hours
# 1] download questions according message of the day to the server, under every question write exactly what have you did, what was problem, ....
# just report. BOTH, commandline and own words are mandatory
# 2] configure server to allow ssh as root by key
# 3] configure sudo to allow user idontcare to be able to use sudo without password for all commands
# 3.1] why to edit sudoers by something else than standard TXT editor and by what?
# 3.2] what is difference between su and sudo
# 4] start Apache - find what is the problem
# 5] delete files in /home/idontcare/delete_me/; but only delete_me*.to.del in range 0003 to 0105, other should stay intact
# 6] customer is complaining, there are no files in /cdrom directory and he deleted nothing and it stopped to work recently, normally
# after server reboot some files are presented there
# 7] find biggest files on / filesystem, if something is mounted, do not look there
# 8] there is huge file in /home/idontcare find it and delete it
# 9] do sha256 of iso in /home/idontcare : ad30b003a5face0477177d4980c5c26ba75df21de069612d9fa59ac3ab613aeb
# 9.1] what is reason we do use tools for CRC check?
# 9.2] if you do sha256 to that file and it does not fit with one from example, what does it mean?
# 9.3] do sha512 of same iso, and explain what is diffrence, why?
# 10] can you imagine how to generate (pseudo)random 10 characters long sting [that could be e.g. used as passowrd]
# 11] Every day at 18:15 and 6:15 run following: check how much space is consumed on all disks and save the output to
# /tmp/diskfree-<date-timestamp>.log
### ================================
### HAND OVER TO TESTED PERSON END
### ================================