text mon_historique.log
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text mon_historique.log相关的知识,希望对你有一定的参考价值。
1 ls
2 WildCodeSchool
3 cd
4 cd WildCodeSchool
5 pwd
6 less
7 less findThePrecious
8 ls
9 <html lang="fr">
10 <head>
11
12 <meta charset="utf-8">
13 <link rel="stylesheet" type="text/css" media="all" href="style.css" />
14 <title>FindThePrecious.com</title>
15
16 </head>
17 <body>
18
19 <header>
20 <img src="logo.png" alt="logo du site" title="mon logo">
21 <h1>FindThePrecious.com</h1>
22
23 <nav>
24 <a href="#Fellows">Fellows</a>|<a href="#The Ring">The Ring</a>|<a href="#Get My Reward">Get My Reward</a>|<a href="#Best Hunters">Best Hunters</a>|<a href="#Join the Army">Join The Army</a>|<a href="#Contact us">Contact Us</a>
25 </nav>
26
27 <div>
28 <img src="http://via.placeholder.com/300" alt="">
29 <h2>Dangerous fellowship try to destroy the ring</h2>
30 </div>
31 </header>
32 <section>
33 <h1 id="Fellows">Fellows wanted dead</H1>
34 <h2>(or alive if you want to eat them later)</h2>
35 <nav>
36 <a href="#Most Wanted"><button>Most Wanted</button></a>
37 <a href="#Most Dangerous"><button>Most Dangerous</button></a>
38 <a href="#Already Captured"><button>Already Captured</button></a>
39 </nav>
40 <div>
41 <a href="https://placeholder.com"><img id= "Most Wanted" src="https://via.placeholder.com/400" alt="photo"></a>
42 <button>Reward 1000 gold coins</button>
43 <h4>The Wizard</h4>
44 <p>Small description ...</p>
45 </div>
46
47 <div>
48 <a href="https://placeholder.com"><img id= "Most Dangerous" src="https://via.placeholder.com/400" alt="photo"></a>
49 <p>DEAD</p>
50 <h4>Hobbit #3</h4>
51 <p>Small description ...</p>
52 </div>
53
54 <div>
55 <a href="https://placeholder.com"><img id= "Already Captured" src="https://via.placeholder.com/400" alt="photo"></a>
56 <button>Reward 250 gold coins</button>
57 <h4>Yummy Dwarf</h4>
58 <p>Small description ...</p>
59 </div>
60 </section>
61 <section>
62 <h1 id="Get My Reward">I have captured one of them, how to get my reward ?</h1>
63 <p>Altera sententia est, quae definit amicitiam paribus officiis ac voluntatibus. Hoc quidem est nimis exigue et exiliter ad calculos vocare amicitiam, ut par sit ratio acceptorum et datorum. Divitior mihi et affluentior videtur esse vera amicitia nec
64 observare restricte, ne plus reddat quam acceperit; neque enim verendum est, ne quid excidat, aut ne quid in terram defluat, aut ne plus aequo quid in amicitiam congeratur.</p>
65 <div>
66 <a href="#Contact us" target="_left"><button>Contact us</button></a>
67 <img src="https://via.placeholder.com/300" alt="photo">
68 </div>
69 </section>
70 <section>
71 <h1 id="Best Hunters">Best hunters</h1>
72 <div>
73 <img src="https://via.placeholder.com/300" alt="photo">
74 <h3>ElvesKiller22</h3>
75 <p>2 captures - <a href="">Profile</a></p>
76 <span class="like">16<i data-feather="thumbs-up"></i></span>
77 </div>
78 <div>
79 <img src="https://via.placeholder.com/300" alt="photo">
80 <h3>Goblin45</h3>
81 <p>1 capture - <a href="">Profile</a></p>
82 <span class="like">16<i data-feather="thumbs-up"></i></span>
83 </div>
84 </section>
85 <section>
86
87 <h1 id="The Ring">About the ring</h1>
88 <h2>Ring capabilities</h2>
89 <p>Prudens et dives Caesaribus tamquam liberis suis regenda</p>
90 <table>
91 <tr>
92 <td>Feature</td>
93 <td>Description</td>
94 </tr>
95 <tr>
96 <td>Main</td>
97 <td>One ring to rules them all</td>
98 <tr>
99 <td>Invisibility</td>
100 <td>You can't see me</td>
101 <tr>
102 <td>Power</td>
103 <td>destroy the world</td>
104 </tr>
105 </table>
106 <div>
107 <h2>Why the ring is awesome</h2>
108 <p>leges fundamenta libertatis et retinacula sempiterna velut frugi parens</p>
109 <p>Gollum</p>
110 <img src="https://via.placeholder.com/150" alt="photo">
111 </div>
112 </section>
113 <section>
114 <h1 id="Join the Army">Join Mordor Army, we need you !</h1>
115 <p>Altera sententia est, quae definit amicitiam paribus officiis ac voluntatibus. Hoc quidem est nimis exigue et exiliter ad calculos vocare amicitiam, ut par sit ratio acceptorum et datorum. Divitior mihi et affluentior videtur esse vera amicitia nec
116 observare restricte, ne plus reddat quam acceperit; neque enim verendum est, ne quid excidat, aut ne quid in terram defluat, aut ne plus aequo quid in amicitiam congeratur.</p>
117 <img src="https://via.placeholder.com/150" alt="photo">
118
119 <div>
120 <a href="More info on SauronRulesThemAll.com" target="_left"><button>More info on SauronRulesThemAll.com</button></a>
121 </div>
122 </section>
123 <!--------SECTION CONTACT US---------->
124 <section>
125 <h1 id="Contact us">Contact us</h1>
126 <form action="/action_page.php" method="get">
127 <input type="email" placeholder="logo email"><br/>
128 <input type="text" placeholder="logo adress"><br/>
129 <select>
130 <option>I have seen one of them</option>
131 <option value="other">other</option>
132 <option value="other">other</option>
133 </select><br/>
134 <textarea placeholder="Your message" rows="5" cols="33"></textarea>
135 </form>
136 </section>
137 </body>
138 <footer>
139 <div>
140 <ul>
141 <li>Fellows</li>
142 <li>The Ring</li>
143 <li>Get My Reward</li>
144 <li>Best hunters</li>
145 <li>Join The Army</li>
146 <li>Contact us</li>
147 </ul>
148 </div>
149
150 <div>
151 <p>Sauron4ever.com</p>
152 <p>Follow him also on twitter</p>
153 </div>
154 </footer>
155 nbLignes= int(input())
156
157 phrase = "Je dois suivre en cours"
158
159 for i in range(0,nbLignes):
160 python
161 python
162 root
163 sudo
164 cd
165 history
166 clear
167 cd
168 man sudo_root
169 cd~
170 cd ~
171 cd~
172 realpath ~
173 cd/
174 ls
175 ls -l
176 /tmp
177 echo "je suis moisi">vieuxtacos.txt
178 echo "je suis moisi" > vieuxtacos.txt
179 ls
180 cat vieuxtacos.txt
181 echo "je ne suis pas moisi" > vieuxtacos.txt
182 ls
183 cat vieuxtacos.txt
184 mv vieuxtacos.txt tacostxt
185 ls
186 rm tacos.txt
187 rm tacostxt
188 /opt
189 mkdir tacosfolder
190 echo "je suis moisi" > vieuxtacos.txt
191 ls
192 ls -l
193 /tmp
194 cd tmp
195 cd /tmp
196 ls
197 echo "je suis moisi" > vieuxtacos.txt
198 cat vieuxtacos.txt
199 mv vieuxtacos.txt tacos.txt
200 rm tacos.txt
201 ls
202 cd /opt
203 mkdir tacosfolder
204 sudo mkdir tacosfolder
205 ls
206 ls -l
207 echo haricots.txt
208 cd tacosfolder/
209 echo haricots.txt
210 rm haricots.txt
211 ls
212 ls
213 cd /opt
214 ls
215 cat tacosfolder
216 ls tacosfolder
217 ls -l tacosfolder
218 cd/tacosfolder
219 ls -l
220 cd tacosfolder
221 echo haricots.txt
222 ls
223 cd ..
224 realpath.
225 realpath .
226 cd.
227 cd .
228 sudo rm -r tacosfolder
229 cd ~/Documents
230 pwd
231 mkdir chalet
232 ls
233 echo fauteuil1.txt
234 mv fauteuil1 chalet
235 ls
236 ls -l
237 echo fauteuil
238 ls
239 pwd
240 ls
241 cat vieuxtacos.txt
242 rm vieuxtacos.txt
243 ls
244 echo fauteuil.txt
245 ls
246 cd chalet/
247 mkdir armure armoires etageres
248 ls
249 cd a
250 cd
251 cd ~/Documents/
252 cd chalet/
253 ls
254 cd ..
255 cd chalet/
256 echo armoire.txt
257 ls
258 cd armoires/
259 ls
260 cd ..
261 echo fauteuil.txt
262 touch fauteuil.txt
263 ls
264 cd armoires/
265 cd ..
266 cp fauteuil.txt fauteuil2
267 ls
268 touch bibelots
269 ls
270 cd armoires/
271 mv /chalet bibelots
272 mv chalet/bibelots
273 ls
274 mv help
275 mv --help
276 mv /chalet/bibelots
277 mv chalet/bibelots
278 mv ../bibelots
279 ls
280 cd chalet
281 cd ..
282 ls
283 cd armoires/
284 cd ..
285 ls
286 cd armoires/
287 cd ..
288 mv bibelots armoires
289 cd armoires/
290 ls
291 cd ..
292 ls
293 cd armoires/
294 ls
295 cp bibelots/etageres
296 cd documents
297 cd Documentq
298 cd Documentq
299 cd Documents
300 ~
301 cd ..
302 cd ..
303 tree chalet
304 cd
305 sudo apt-get install zsh
306 ping google.fr
307 sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
308 sudo apt-get install curl
309 sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
310 zsh
311 history
312 cd Téléchargements/
313 ls
314 cd clmystery-master
315 ls
316 head hint
317 head hint1
318 cd people
319 cd mystery/
320 ls
321 grep "Annabel" people
322 ls
323 grep "Honda" vehicles
324 grep "Honda" vehicles > my_file_name.txt
325 grep -A "Blue" my_file_name.txt > my_file_name.txt
326 grep -A "Honda" vehicules > my_file_name.txt
327 ls
328 cat my_file_name.txt
329 grep -A "Honda" vehicles > my_file_name.txt
330 rm my_file_name.txt
331 ls
332 nano cheatsheet.md
333 ls
334 cd Téléchargements/
335 ls
336 unzip clmystery-master.zip
337 ls
338 cd clmystery-master
339 ls
340 cd mystery/
341 ls
342 head -n 20 people
343 grep "CLUE"
344 cd crimescene
345 ls
346 grep "CLUE" crimescene
347 grep "Annabel" people
348 cat -n streets
349 ls
350 zsh
351 cd ~
352 cd Documentq
353 cd Documents
354 ls
355 tree chalet
356 sudo apt install tree
357 tree chalet
358 zsh
359 ls -l
360 cd Téléchargements/
361 ls
362 cd clmystery-master
363 ls
364 cd mystery/
365 ls
366 cd vehicles
367 ls
368 cd vehicles
369 grep "Honda" vehicles
370 grep "Blue" vehicles
371 grep "L337" vehicles
372 grep -A 5 "L337" vehicles
373 grep -A 5 "L337" vehicles > file_vehicles.txt
374 ls
375 cat file_vehicles.txt
376 ls
377 ls
378 grep "CLUE" crimescene
379 cat AAA Delta SkyMiles the_local_library the_Museum_of_Bash_History | grep -c "Jacqui Maher"
380 ls
381 cd memberships/
382 cat AAA Delta SkyMiles the_local_library the_Museum_of_Bash_History | grep -c "Jacqui Maher"
383 cat AAA Delta SkyMiles the_local_library the_Museum_of_Bash_History | grep -c "Jacqui Maher"
384 cat AAA Delta SkyMiles the_local_library the_Museum_of_Bash_History | grep -c "Jacqui Maher"
385 ls
386 cat AAA Delta SkyMiles the_local_library the_Museum_of_Bash_History | grep -c "Jacqui Maher"
387 cat AAA Delta SkyMiles the_local_library the_Museum_of_Bash_History | grep -c "Jacqui Maher"
388 cat AAA Delta_SkyMiles Terminal_City_Library Museum_of_Bash_History | grep -c "Jacqui Maher"
389 cat AAA Delta_SkyMiles Terminal_City_Library Museum_of_Bash_History | grep -c "Jeremy Bowers"
390 cat AAA Delta_SkyMiles Terminal_City_Library Museum_of_Bash_History | grep -c "Joe Germuska"
391 cat AAA Delta_SkyMiles Terminal_City_Library Museum_of_Bash_History | grep -c "Erika Owens"
392 cd ..
393 ls
394 cat "M" people
395 grep "Jeremy Maher" people
396 ls
397 grep "Jeremy Bowers" people
398 grep "Jacqui Maher" people
399 echo Jeremy Bowers
400 history > mon_historique.log
以上是关于text mon_historique.log的主要内容,如果未能解决你的问题,请参考以下文章