Advertisement
Guest User

Untitled

a guest
Aug 31st, 2017
683
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.98 KB | None | 0 0
  1. 45 cd ..
  2. 46 ls
  3. 47 cd test 1
  4. 48 cd test1/
  5. 49 ls
  6. 50 ls -l
  7. 51 cd ~
  8. 52 cd Desktop/ds/
  9. 53 ls
  10. 54 cp file u test1
  11. 55 cp fie test1
  12. 56 cp file test1
  13. 57 cp file Desktop/test1
  14. 58 cp file u Desktop/test1
  15. 59 cp file u Desktop
  16. 60 cp file u test1
  17. 61 cp file u ~/Desktop/test1
  18. 62 man -l
  19. 63 cp
  20. 64 cp --help
  21. 65 cp -t file test1
  22. 66 cp -t file Desktop test1
  23. 67 cp test1 file
  24. 68 cp -t test1 file
  25. 69 ls
  26. 70 cp file
  27. 71 cp --help
  28. 72 cp file -t test1
  29. 73 cp file -t Desktop/test1
  30. 74 cp file -t Home/Desktop/test1
  31. 75 clear
  32. 76 cp file /home/Desktop/test1
  33. 77 cp --help
  34. 78 cp file /home/Desktop/ds /home/Desktop/test1
  35. 79 cp file ./test1/
  36. 80 cp file /home/Desktop/test1
  37. 81 cp file /home/test1
  38. 82 cp file test1
  39. 83 cp file ~/test1/
  40. 84 mv --help
  41. 85 mv file file2
  42. 86 mv file2 ~/test1/
  43. 87 cd
  44. 88 cd Desktop/
  45. 89 cp -r ds ./za/
  46. 90 ls --help
  47. 91 cd
  48. 92 cd test1
  49. 93 cat howto.html
  50. 94 cat howto.html | pus*
  51. 95 cat howto.html | grep pu*
  52. 96 cd
  53. 97 wc --help
  54. 98 wc
  55. 99 pwd
  56. 100 cd Desktop/
  57. 101 touch not
  58. 102 exit
  59. 103 ssh e2171189@login.ceng.metu.edu.tr
  60. 104 sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886
  61. 105 echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
  62. 106 sudo apt-get update
  63. 107 sudo apt-get install spotify-client
  64. 108 find / -name spotify
  65. 109 cd /usr/
  66. 110 ls -l
  67. 111 cd share/
  68. 112 ls -l
  69. 113 cp spotify/ ~/Desktop/
  70. 114 cp spotify ~/Desktop/
  71. 115 cp -r spotify ~/Desktop/
  72. 116 cd
  73. 117 exit
  74. 118 cd Desktop/
  75. 119 ls -l
  76. 120 cd spotify/
  77. 121 ls -l
  78. 122 ./spotify
  79. 123 e2171189@login.ceng.metu.edu.tr
  80. 124 ssh e2171189@login.ceng.metu.edu.tr
  81. 125 find -name flash
  82. 126 cd usr
  83. 127 cd /usr/
  84. 128 ls -l
  85. 129 cd share
  86. 130 ls -l
  87. 131 cd
  88. 132 find / -name adobe
  89. 133 find / -name "flash player"
  90. 134 ./adobe
  91. 135 clear
  92. 136 sudo add-apt-repository ppa:nilarimogard/webupd8
  93. 137 sudo apt-get update
  94. 138 sudo apt-get install freshplayerplugin
  95. 139 cd /tmp/
  96. 140 ls -l
  97. 141 cd mozilla_dilsada0/
  98. 142 ls -l
  99. 143 chmod 700 google-chrome-stable_current_amd64.deb
  100. 144 ls -l
  101. 145 ./google-chrome-stable_current_amd64.deb
  102. 146 ssh e2171189@login.ceng.metu.edu.tr
  103. 147 exit
  104. 148 ssh e2171189@login.ceng.metu.edu.tr
  105. 149 exit
  106. 150 ssh e2171189@external.ceng.metu.edu.tr
  107. 151 ssh e2171189@login.ceng.metu.edu.tr
  108. 152 ssh e2171189@logout.ceng.metu.edu.tr
  109. 153 ssh e2171189@login.ceng.metu.edu.tr
  110. 154 exit
  111. 155 ssh e2171189@login.ceng.metu.edu.tr
  112. 156 exit
  113. 157 python
  114. 158 sudo apt-get install flashplugin-installer
  115. 159 cd ~
  116. 160 cd
  117. 161 cd /
  118. 162 cd usr/
  119. 163 ls
  120. 164 cd share/
  121. 165 ls
  122. 166 cd /
  123. 167 cd usr/
  124. 168 ls
  125. 169 cd lib
  126. 170 ls
  127. 171 cd ..
  128. 172 ls share/
  129. 173 python
  130. 174 ssh e2171189@login.metu.edu.tr
  131. 175 ssh e2171189@login.ceng.metu.edu.tr
  132. 176 touch test
  133. 177 cd Desktop/
  134. 178 touch test
  135. 179 sudo apt-get install idle
  136. 180 open idle
  137. 181 cd Desktop/
  138. 182 python celcius.py
  139. 183 python average.py
  140. 184 list(1234)
  141. 185 list[12134]
  142. 186 str.split"1234"
  143. 187 str.split(str="1234")
  144. 188 str="123411"
  145. 189 print str.split()
  146. 190 str="1 \2 \3 "
  147. 191 print str.split()
  148. 192 print str.split( )
  149. 193 str
  150. 194 a=1234
  151. 195 str(a)
  152. 196 int(a)
  153. 197 a
  154. 198 python
  155. 199 cd Desktop/
  156. 200 python the2.py
  157. 201 python deneme.py
  158. 202 python the2.py
  159. 203 python deneme.py
  160. 204 def even(x) :
  161. 205 print x%10 + x/10
  162. 206 python deneme.py
  163. 207 ls
  164. 208 cat deneme.py
  165. 209 rm deneme.py
  166. 210 ls
  167. 211 ssh e2171189@login.ceng.metu.edu.tr
  168. 212 python
  169. 213 cd Desktop/
  170. 214 python the2.py
  171. 215 python deneme.py
  172. 216 python the2.py
  173. 217 python deneme.py
  174. 218 python the2.py
  175. 219 python deneme.py
  176. 220 python the2.py
  177. 221 cd
  178. 222 python
  179. 223 cd Desktop/
  180. 224 python deneme.py
  181. 225 python the2.py
  182. 226 217?18-9
  183. 227 python the2.py
  184. 228 python deneme.py
  185. 229 cd
  186. 230 python
  187. 231 cd Desktop/
  188. 232 python the2.py
  189. 233 cd
  190. 234 python
  191. 235 cd Desktop/
  192. 236 python the2.py
  193. 237 167912-?
  194. 238 python the2.py
  195. 239 cd
  196. 240 python
  197. 241 cd Desktop/
  198. 242 python the2.py
  199. 243 cd
  200. 244 python
  201. 245 cd Desktop/
  202. 246 python the2.py
  203. 247 cd Desktop/
  204. 248 python the2.py
  205. 249 212118-9
  206. 250 python the2.py
  207. 251 exit()
  208. 252 cd
  209. 253 python
  210. 254 cd Desktop/
  211. 255 python deneme.py
  212. 256 206?11-6
  213. 257 python deneme.py
  214. 258 python the2.py
  215. 259 cd Desktop/
  216. 260 ls
  217. 261 ls -l
  218. 262 ssh e2171189@login.ceng.metu.edu.tr
  219. 263 cd Desktop/
  220. 264 python the2.py
  221. 265 python
  222. 266 cd Desktop/
  223. 267 python the2.py
  224. 268 217118-9
  225. 269 python the2.py
  226. 270 cd
  227. 271 python
  228. 272 cd Desktop/
  229. 273 python nihilboku.py
  230. 274 python
  231. 275 cd Desktop/
  232. 276 rm nihilboku.py
  233. 277 cd Desktop/
  234. 278 python the2.py
  235. 279 for i in $(seq 1 1 200) ; do python Desktop/the2.py < inputs/input$i.txt; done > youroutput.txt
  236. 280 python Desktop/tester.py
  237. 281 ssh e2171189@login.ceng.metu.edu.tr
  238. 282 exit()
  239. 283 ls -l
  240. 284 rm erceoutput.txt
  241. 285 rm youroutput.txt
  242. 286 rm -rf inputs/
  243. 287 rm test
  244. 288 rm -rf test1/
  245. 289 cd Desktop/
  246. 290 rm tester.py
  247. 291 lilo
  248. 292 bok
  249. 293 python
  250. 294 python
  251. 295 ssh e2171189@login.metu.edu.tr
  252. 296 ssh e2171189@login.ceng.metu.edu.tr
  253. 297 python
  254. 298 cd Desktop/
  255. 299 ls -l
  256. 300 rm vector
  257. 301 cd python\ files/
  258. 302 ls -l
  259. 303 python
  260. 304 python
  261. 305 float
  262. 306 python
  263. 307 cd Desktop/
  264. 308 python
  265. 309 ls -l
  266. 310 rm func*
  267. 311 sftp e2171189@ceng.metu.edu.tr
  268. 312 ssh e2171189@ceng.metu.edu.tr
  269. 313 ssh e2171189@login.ceng.metu.edu.tr
  270. 314 python
  271. 315 cd Desktop/
  272. 316 python
  273. 317 python the3.py
  274. 318 python
  275. 319 python the3.py
  276. 320 python
  277. 321 cd
  278. 322 ssh e2171189@external.ceng.metu.edu.tr
  279. 323 cd Desktop/
  280. 324 python
  281. 325 cd Desktop
  282. 326 python
  283. 327 python the3.py
  284. 328 cd Desktop/
  285. 329 python
  286. 330 cd Desktop/
  287. 331 python the3.py
  288. 332 python
  289. 333 cd Desktop/
  290. 334 python
  291. 335 python deneme.py
  292. 336 python
  293. 337 python deneme.py
  294. 338 cd Desktop/
  295. 339 python deneme.py
  296. 340 cd Desktop/
  297. 341 python
  298. 342 cd Desktop/
  299. 343 python
  300. 344 cd Desktop/
  301. 345 python
  302. 346 python deneme.py
  303. 347 python the3pr.py
  304. 348 cd Desktop/
  305. 349 python the3pr.py
  306. 350 cd Desktop/
  307. 351 from the3 import hyphenate
  308. 352 python
  309. 353 cd Desktop/
  310. 354 rm *.pyc
  311. 355 python the3pr.py
  312. 356 python
  313. 357 python the3pr.py
  314. 358 python
  315. 359 python the3pr.py
  316. 360 exit()
  317. 361 python
  318. 362 python the3pr.py
  319. 363 python
  320. 364 python the3.py
  321. 365 python
  322. 366 python the3.py
  323. 367 python
  324. 368 cd Desktop/
  325. 369 python the3.py
  326. 370 python
  327. 371 python the3.py
  328. 372 cd Desktop/
  329. 373 python the3pr.py
  330. 374 cd Desktop/
  331. 375 python the3.py
  332. 376 python
  333. 377 cd Desktop/
  334. 378 python
  335. 379 cd Desktop/
  336. 380 python
  337. 381 cd Desktop/
  338. 382 python
  339. 383 cd Desktop/
  340. 384 python deneme22.py
  341. 385 python
  342. 386 cd Desktop/
  343. 387 from deneme22 import useles3
  344. 388 from deneme22 import useless3
  345. 389 python
  346. 390 cd Desktop/
  347. 391 python
  348. 392 cd Desktop/
  349. 393 python
  350. 394 cd Desktop/
  351. 395 python
  352. 396 cd Desktop/
  353. 397 python
  354. 398 cd Desktop/
  355. 399 python
  356. 400 cd
  357. 401 ssh e2171189@login.ceng.metu.edu.tr
  358. 402 cd Desktop/
  359. 403 python
  360. 404 cd Desktop/
  361. 405 python
  362. 406 cd Desktop/
  363. 407 python
  364. 408 cd Desktop/
  365. 409 python
  366. 410 cd Desktop/
  367. 411 python
  368. 412 cd Desktop/
  369. 413 python
  370. 414 python input.py
  371. 415 python
  372. 416 cd Desktop/
  373. 417 python
  374. 418 cd Desktop/
  375. 419 python the3.py
  376. 420 cd Desktop/
  377. 421 python the3.py
  378. 422 cd Desktop/
  379. 423 python
  380. 424 python deneme22.py
  381. 425 python the3.py
  382. 426 python deneme22.py
  383. 427 python
  384. 428 python the3.py
  385. 429 python input.py
  386. 430 python deneme22.py
  387. 431 python
  388. 432 python deneme22.py
  389. 433 python()
  390. 434 python
  391. 435 python deneme22.py
  392. 436 cd Desktop/
  393. 437 python deneme22.py
  394. 438 python
  395. 439 python deneme22.py
  396. 440 python
  397. 441 python deneme22.py
  398. 442 python
  399. 443 python the3.py
  400. 444 python
  401. 445 cd Desktop/
  402. 446 python the3.py
  403. 447 python
  404. 448 python the3.py
  405. 449 python deneme.py
  406. 450 python deneme22.py
  407. 451 python
  408. 452 cd Desktop/
  409. 453 python deneme.py
  410. 454 cd Desktop/
  411. 455 python deneme.py
  412. 456 cd Desktop/
  413. 457 python deneme.py
  414. 458 python asdasd.py
  415. 459 python deneme.py
  416. 460 python
  417. 461 python deneme.py
  418. 462 python
  419. 463 python deneme.py
  420. 464 python
  421. 465 python deneme.py
  422. 466 cd Desktop
  423. 467 python deneme.py
  424. 468 cd Desktop/
  425. 469 python the3.py
  426. 470 md5sum the3.py
  427. 471 python the3.py
  428. 472 md5sum the3.py
  429. 473 ssh e2171189@external.ceng.metu.edu.tr
  430. 474 cd Desktop/
  431. 475 rm *.pyc
  432. 476 cd Desktop/
  433. 477 rm untitled.py
  434. 478 rm asdasd.py
  435. 479 find sublime
  436. 480 find ~iname '*sublime*'
  437. 481 find ~name '*sublime*'
  438. 482 find -name '*sublime*'
  439. 483 cd Downloads/Sublime\ Text\ 2/
  440. 484 ls -l
  441. 485 rm Sublime Text 2
  442. 486 rm Sublime\ Text\ 2
  443. 487 rm -r Sublime\ Text\ 2
  444. 488 python PackageSetup.py
  445. 489 python sublime_plugin.py
  446. 490 sublime_text
  447. 491 cd Downloads/
  448. 492 rm Sublime*
  449. 493 rm -r Sublime*
  450. 494 cd Desktop/
  451. 495 cd Sublime\ Text\ 2/
  452. 496 ls -l
  453. 497 python sublime_plugin.py
  454. 498 python PackageSetup.py
  455. 499 cd Desktop/
  456. 500 rm -r Sublime\ Text\ 2
  457. 501 rm Sublime\ Text\ 2.0.2\ x64.tar.bz2
  458. 502 cd
  459. 503 cd .config/
  460. 504 ls -l
  461. 505 rm -r sublime-text-2/
  462. 506 cd
  463. 507 sudo add-apt-repository ppa:webupd8team/sublime-text-2
  464. 508 sudo apt-get update
  465. 509 sudo apt-get install sublime-text
  466. 510 ssh e2171189@login.ceng.metu.edu.tr
  467. 511 python
  468. 512 cd Desktop/
  469. 513 python the4.py
  470. 514 rm deneme.py
  471. 515 rm deneme22.py
  472. 516 cd Desktop/
  473. 517 python the4.py
  474. 518 cd Desktop/
  475. 519 python deneme.py
  476. 520 python
  477. 521 python deneme.py
  478. 522 python the4.py
  479. 523 python
  480. 524 python deneme.py
  481. 525 python
  482. 526 python deneme.py
  483. 527 python the4.py
  484. 528 cd Desktop/
  485. 529 python the4-tester.py
  486. 530 cd Desktop/
  487. 531 python deneme.py
  488. 532 cd Desktop/
  489. 533 md5sum the4.py
  490. 534 cd Desktop/
  491. 535 python testerbela.py
  492. 536 cd Desktop/
  493. 537 python testerbela.py
  494. 538 cd Desktop
  495. 539 gcc untitled.c -Wall -ansi -pedantic-errors -o untitled
  496. 540 ./untitled
  497. 541 rm untitled
  498. 542 ./untitled
  499. 543 cd Desktop/
  500. 544 untitled.c -Wall -ansi -pedantic-errors -o untitled
  501. 545 gcc untitled.c -Wall -ansi -pedantic-errors -o untitled
  502. 546 ./untitled
  503. 547 gcc untitled.c -Wall -ansi -pedantic-errors -o untitled
  504. 548 ./untitled
  505. 549 make untitled
  506. 550 ./untitled
  507. 551 gcc untitled.c -Wall -ansi -pedantic-errors -o untitled
  508. 552 make untitled
  509. 553 ./untitled
  510. 554 gcc untitled.c -Wall -ansi -pedantic-errors -o untitled
  511. 555 make untitled
  512. 556 ./untitled
  513. 557 make untitled
  514. 558 ./untitled
  515. 559 gcc untitled.c -Wall -ansi -pedantic-errors -o untitled
  516. 560 ./untitled
  517. 561 gcc untitled.c -Wall -ansi -pedantic-errors -o untitled
  518. 562 ./untitled
  519. 563 gcc untitled.c -Wall -ansi -pedantic-errors -o untitled
  520. 564 ./untitled
  521. 565 gcc untitled.c -Wall -ansi -pedantic-errors -o untitled
  522. 566 ./untitled
  523. 567 gcc untitled.c -Wall -ansi -pedantic-errors -o untitled
  524. 568 ./untitled
  525. 569 787878#
  526. 570 ./untitled
  527. 571 gcc untitled.c -Wall -ansi -pedantic-errors -o untitled
  528. 572 ./untitled
  529. 573 gcc untitled.c -Wall -ansi -pedantic-errors -o untitled
  530. 574 ./untitled
  531. 575 gcc untitled.c -Wall -ansi -pedantic-errors -o untitled
  532. 576 ./untitled
  533. 577 gcc untitled.c -Wall -ansi -pedantic-errors -o untitled
  534. 578 ./untitled
  535. 579 gcc untitled.c -Wall -ansi -pedantic-errors -o untitled
  536. 580 ./untitled
  537. 581 gcc untitled.c -Wall -ansi -pedantic-errors -o untitled
  538. 582 ./untitled
  539. 583 gcc untitled.c -Wall -ansi -pedantic-errors -o untitled
  540. 584 ./untitled
  541. 585 gcc untitled.c -Wall -ansi -pedantic-errors -o untitled
  542. 586 cd Desktop/
  543. 587 gcc untitled.c -Wall -ansi -pedantic-errors -o untitled
  544. 588 gcc untitled.c -lm -Wall -ansi -pedantic-errors -o untitled
  545. 589 ./untitled
  546. 590 gcc untitled.c -lm -Wall -ansi -pedantic-errors -o untitled
  547. 591 ./untitled
  548. 592 gcc untitled.c -lm -Wall -ansi -pedantic-errors -o untitled
  549. 593 ./untitled
  550. 594 gcc untitled.c -lm -Wall -ansi -pedantic-errors -o untitled
  551. 595 ./untitled
  552. 596 gcc untitled.c -lm -Wall -ansi -pedantic-errors -o untitled
  553. 597 ./untitled
  554. 598 gcc untitled.c -lm -Wall -ansi -pedantic-errors -o untitled
  555. 599 ./untitled
  556. 600 gcc untitled.c -lm -Wall -ansi -pedantic-errors -o untitled
  557. 601 ./untitled
  558. 602 gcc untitled.c -lm -Wall -ansi -pedantic-errors -o untitled
  559. 603 ./untitled
  560. 604 gcc untitled.c -lm -Wall -ansi -pedantic-errors -o untitled
  561. 605 ./untitled
  562. 606 gcc untitled.c -lm -Wall -ansi -pedantic-errors -o untitled
  563. 607 ./untitled
  564. 608 gcc untitled.c -lm -Wall -ansi -pedantic-errors -o untitled
  565. 609 ./untitled
  566. 610 gcc untitled.c -lm -Wall -ansi -pedantic-errors -o untitled
  567. 611 ./untitled
  568. 612 gcc prlm.c -lm -Wall -ansi -pedantic-errors -o prlm
  569. 613 ./prlm
  570. 614 rm untitled
  571. 615 cd Desktop/python\ files/
  572. 616 rm average.py
  573. 617 cd Desktop/
  574. 618 gcc prlm.c -Wall -ansi -pedantic-errors -o prlm
  575. 619 gcc prlm.c -Wall -lm -ansi -pedantic-errors -o prlm
  576. 620 python
  577. 621 cd Desktop/
  578. 622 gcc prelab.c -Wall -ansi -pedantic-errors -o prelab
  579. 623 ./prelab
  580. 624 gcc prelab.c -Wall -ansi -pedantic-errors -o prelab
  581. 625 ./prelab
  582. 626 gcc prelab.c -Wall -ansi -pedantic-errors -o prelab
  583. 627 ./prelab
  584. 628 gcc prelab.c -Wall -ansi -pedantic-errors -o prelab
  585. 629 ./prelab
  586. 630 gcc prelab.c -Wall -ansi -pedantic-errors -o prelab
  587. 631 ./prelab
  588. 632 gcc prelab.c -Wall -ansi -pedantic-errors -o prelab
  589. 633 ./prelab
  590. 634 gcc prelab.c -Wall -ansi -pedantic-errors -o prelab
  591. 635 ./prelab
  592. 636 gcc prelab.c -Wall -ansi -pedantic-errors -o prelab
  593. 637 ./prelab
  594. 638 gcc prelab.c -Wall -ansi -pedantic-errors -o prelab
  595. 639 ./prelab
  596. 640 cd Desktop/
  597. 641 gcc -Wall -ansi -pedantic-errors prelab.c -o prelab
  598. 642 ./prelab
  599. 643 gcc -Wall -ansi -pedantic-errors prelab.c -o prelab
  600. 644 ./prelab
  601. 645 gcc -Wall -ansi -pedantic-errors prelab.c -o prelab
  602. 646 ./prelab
  603. 647 gcc -Wall -ansi -pedantic-errors prelab.c -o prelab
  604. 648 ./prelab
  605. 649 gcc -Wall -ansi -pedantic-errors prelab.c -o prelab
  606. 650 ./prelab
  607. 651 gcc -Wall -ansi -pedantic-errors prelab.c -o prelab
  608. 652 ./prelab
  609. 653 gcc -Wall -ansi -pedantic-errors prelab.c -o prelab
  610. 654 ./prelab
  611. 655 gcc -Wall -ansi -pedantic-errors prelab.c -o prelab
  612. 656 ./prelab
  613. 657 gcc -Wall -ansi -pedantic-errors prelab.c -o prelab
  614. 658 ./prelab
  615. 659 gcc -Wall -ansi -pedantic-errors prelab.c -o prelab
  616. 660 ./prelab
  617. 661 gcc -Wall -ansi -pedantic-errors prelab.c -o prelab
  618. 662 ./prelab
  619. 663 gcc -Wall -ansi -pedantic-errors prelab.c -o prelab
  620. 664 ./prelab
  621. 665 gcc -Wall -ansi -pedantic-errors prelab.c -o prelab
  622. 666 cd Desktop/
  623. 667 gcc -Wall -ansi -pedantic-errors prelab.c -o prelab
  624. 668 cd Desktop/
  625. 669 ./prelab
  626. 670 gcc -Wall -ansi -pedantic-errors prelab.c -o prelab
  627. 671 ./prelab
  628. 672 gcc -Wall -ansi -pedantic-errors prelab.c -o prelab
  629. 673 ./prelab
  630. 674 gcc -Wall -ansi -pedantic-errors prelab.c -o prelab
  631. 675 ./prelab
  632. 676 gcc -Wall -ansi -pedantic-errors prelab.c -o prelab
  633. 677 ./prelab
  634. 678 gcc -Wall -ansi -pedantic-errors prelab.c -o prelab
  635. 679 ./prelab
  636. 680 gcc -Wall -ansi -pedantic-errors prelab.c -o prelab
  637. 681 ./prelab
  638. 682 gcc -Wall -ansi -pedantic-errors prelab.c -o prelab
  639. 683 ./prelab
  640. 684 cd Desktop/
  641. 685 cd
  642. 686 cd Downloads/
  643. 687 rm because\ everyone\ needs\ an\ ilkecan
  644. 688 cd Desktop/
  645. 689 rm prelab
  646. 690 rm prlm
  647. 691 cd Desktop/c\ files/
  648. 692 gcc -Wall -ansi -pedantic-errors lab1.c -o lab1
  649. 693 cd ..
  650. 694 gcc -Wall -ansi -pedantic-errors lab1.c -o lab1
  651. 695 rm lab1.c
  652. 696 gcc -Wall -ansi -pedantic-errors -lm labexam1.c -o labexam1
  653. 697 gcc labexam1.c -Wall -ansi -pedantic-errors -lm -o labexam1
  654. 698 ./labexam1
  655. 699 python
  656. 700 man random
  657. 701 cd Downloads/
  658. 702 rm the1_tester
  659. 703 rm tester\ \(copy\).zip
  660. 704 man random
  661. 705 cd Desktop/python\ files/
  662. 706 python the2.py
  663. 707 ssh e2171189@login.ceng.metu.edu.tr
  664. 708 cd Desktop/
  665. 709 gcc mt1.c -Wall -ansi -pedantic-errors -o mt1
  666. 710 ./mt1
  667. 711 gcc mt1.c -Wall -ansi -pedantic-errors -o mt1
  668. 712 ./mt1
  669. 713 gcc mt1.c -Wall -ansi -pedantic-errors -o mt1
  670. 714 ./mt1
  671. 715 gcc -Wall -ansi -pedantic-errors mt1.c -o mt1
  672. 716 ./mt1
  673. 717 gcc -Wall -ansi -pedantic-errors mt1.c -o mt1
  674. 718 ./mt1
  675. 719 gcc -Wall -ansi -pedantic-errors mt1.c -o mt1
  676. 720 ./mt1
  677. 721 gcc -Wall -ansi -pedantic-errors mt1.c -o mt1
  678. 722 ./mt1
  679. 723 gcc -Wall -ansi -pedantic-errors mt1.c -o mt1
  680. 724 ./mt1
  681. 725 gcc -Wall -ansi -pedantic-errors mt1.c -o mt1
  682. 726 ./mt1
  683. 727 gcc -Wall -ansi -pedantic-errors mt1.c -o mt1
  684. 728 ./mt1
  685. 729 gcc -Wall -ansi -pedantic-errors mt1.c -o mt1
  686. 730 ./mt1
  687. 731 gcc -Wall -ansi -pedantic-errors mt1.c -o mt1
  688. 732 cd Desktop/
  689. 733 rm mt1*
  690. 734 close
  691. 735 exit()
  692. 736 exit
  693. 737 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  694. 738 cd Desktop/
  695. 739 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  696. 740 ./untitled
  697. 741 cd Desktop/
  698. 742 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  699. 743 ./untitled
  700. 744 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  701. 745 ./untitled
  702. 746 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  703. 747 ./untitled
  704. 748 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  705. 749 ./untitled
  706. 750 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  707. 751 ./untitled
  708. 752 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  709. 753 ./untitled
  710. 754 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  711. 755 ./untitled
  712. 756 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  713. 757 ./untitled
  714. 758 cd Desktop/
  715. 759 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  716. 760 cd Desktop/
  717. 761 ./untitled
  718. 762 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  719. 763 ./untitled
  720. 764 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  721. 765 ./untitled
  722. 766 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  723. 767 ./untitled
  724. 768 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  725. 769 ./untitled
  726. 770 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  727. 771 ./untitled
  728. 772 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  729. 773 ./untitled
  730. 774 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  731. 775 ./untitled
  732. 776 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  733. 777 ./untitled
  734. 778 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  735. 779 ./untitled
  736. 780 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  737. 781 ./untitled
  738. 782 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  739. 783 ./untitled
  740. 784 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  741. 785 ./untitled
  742. 786 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  743. 787 ./untitled
  744. 788 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  745. 789 ./untitled
  746. 790 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  747. 791 ./untitled
  748. 792 cd Desktop/
  749. 793 gcc -Wall -ansi -pedantic-errors zaa.c -o zaa
  750. 794 ./zaa
  751. 795 gcc -Wall -ansi -pedantic-errors zaa.c -o zaa
  752. 796 ./zaa
  753. 797 gcc -Wall -ansi -pedantic-errors zaa.c -o zaa
  754. 798 ./zaa
  755. 799 gcc -Wall -ansi -pedantic-errors zaa.c -o zaa
  756. 800 ./zaa
  757. 801 gcc -Wall -ansi -pedantic-errors zaa.c -o zaa
  758. 802 ./zaa
  759. 803 clear
  760. 804 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  761. 805 ./untitled
  762. 806 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  763. 807 ./untitled
  764. 808 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  765. 809 ./untitled
  766. 810 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  767. 811 ./untitled
  768. 812 /untitled
  769. 813 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  770. 814 ./untitled
  771. 815 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  772. 816 ./untitled
  773. 817 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  774. 818 ./untitled
  775. 819 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  776. 820 ./untitled
  777. 821 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  778. 822 ./untitled
  779. 823 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  780. 824 ./untitled
  781. 825 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  782. 826 ./untitled
  783. 827 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  784. 828 ./untitled
  785. 829 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  786. 830 ./untitled
  787. 831 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  788. 832 ./untitled
  789. 833 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  790. 834 ./untitled
  791. 835 gcc -Wall -ansi -pedantic-errors zaa.c -o zaa
  792. 836 ./untitled
  793. 837 ./zaa
  794. 838 ./untitled
  795. 839 gcc -Wall -ansi -pedantic-errors zaa.c -o zaa
  796. 840 ./untitled
  797. 841 ./zaa
  798. 842 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  799. 843 ./untitled
  800. 844 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  801. 845 ./untitled
  802. 846 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  803. 847 ./untitled
  804. 848 cd Desktop/
  805. 849 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  806. 850 ./untitled
  807. 851 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  808. 852 ./untitled
  809. 853 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  810. 854 ./untitled
  811. 855 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  812. 856 ./untitled
  813. 857 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  814. 858 ./untitled
  815. 859 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  816. 860 ./untitled
  817. 861 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  818. 862 clear
  819. 863 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  820. 864 clear
  821. 865 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  822. 866 ./untitled
  823. 867 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  824. 868 ./untitled
  825. 869 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  826. 870 ./untitled
  827. 871 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  828. 872 ./untitled
  829. 873 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  830. 874 ./untitled
  831. 875 gcc -Wall -ansi -pedantic-errors zaa.c -o zaa
  832. 876 ./untitled
  833. 877 ./zaa
  834. 878 ./untitled
  835. 879 gcc -Wall -ansi -pedantic-errors zaa.c -o zaa
  836. 880 ./zaa
  837. 881 gcc -Wall -ansi -pedantic-errors zaa.c -o zaa
  838. 882 ./zaa
  839. 883 gcc -Wall -ansi -pedantic-errors zaa.c -o zaa
  840. 884 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  841. 885 clear
  842. 886 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  843. 887 ./untitled
  844. 888 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  845. 889 ./untitled
  846. 890 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  847. 891 ./untitled
  848. 892 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  849. 893 ./untitled
  850. 894 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  851. 895 ./untitled
  852. 896 gcc -Wall -ansi -pedantic-errors untitled.c -o untitled
  853. 897 gcc -Wall -ansi -lm -pedantic-errors untitled.c -o untitled
  854. 898 gcc -Wall -ansi -ld -pedantic-errors untitled.c -o untitled
  855. 899 gcc untitled.c -Wall -ansi -lm -pedantic-errors -o untitled
  856. 900 ./untitled
  857. 901 gcc -Wall -ansi -pedantic-errors zaa.c -o zaa
  858. 902 ./zaa
  859. 903 gcc -Wall -ansi -pedantic-errors zaa.c -o zaa
  860. 904 ./zaa
  861. 905 gcc untitled.c -Wall -ansi -lm -pedantic-errors -o untitled
  862. 906 ./untitled
  863. 907 gcc untitled.c -Wall -ansi -lm -pedantic-errors -o untitled
  864. 908 clear
  865. 909 gcc untitled.c -Wall -ansi -lm -pedantic-errors -o untitled
  866. 910 ./untitled
  867. 911 gcc the1.c -Wall -ansi -lm -pedantic-errors -o the1.c
  868. 912 gcc the1.c -Wall -ansi -lm -pedantic-errors -o the1
  869. 913 ./the1
  870. 914 gcc the1.c -Wall -ansi -lm -pedantic-errors -o the1
  871. 915 ./the1
  872. 916 gcc the1.c -Wall -ansi -lm -pedantic-errors -o the1
  873. 917 ./the1
  874. 918 gcc the1.c -Wall -ansi -lm -pedantic-errors -o the1
  875. 919 ./the1
  876. 920 gcc the1.c -Wall -ansi -lm -pedantic-errors -o the1
  877. 921 ./the1
  878. 922 gcc the1.c -Wall -ansi -lm -pedantic-errors -o the1
  879. 923 ./the1
  880. 924 cd Desktop/
  881. 925 md5sum the1.c
  882. 926 cd Desktop/
  883. 927 rm zaa*
  884. 928 rm untitled
  885. 929 rm the1_.c
  886. 930 exit()
  887. 931 close
  888. 932 exit
  889. 933 cd Desktop/
  890. 934 rm disappointment.c
  891. 935 rm the1
  892. 936 exit
  893. 937 cd Desktop/
  894. 938 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  895. 939 ./deneme
  896. 940 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  897. 941 ./deneme
  898. 942 cd Desktop/
  899. 943 rm srdxtfcygvu.jpg
  900. 944 cd Desktop/
  901. 945 gcc -Wall -ansi -pedantic-errors the2.c -o the2
  902. 946 cd
  903. 947 ssh e2171189@external.ceng.metu.edu.tr
  904. 948 sfcp e2171189@external.ceng.metu.edu.tr
  905. 949 ssh e2171189@login.ceng.metu.edu.tr
  906. 950 ssh e2171189@external.ceng.metu.edu.tr -p 8085
  907. 951 sftp e2171189@external.ceng.metu.edu.tr -p 8085
  908. 952 sftp -P 8085 e2171189@external.ceng.metu.edu.tr
  909. 953 sftp -P 8085 e2171189@external.ceng.metu.edu.tr
  910. 954 ssh -P 8085 e2171189@external.ceng.metu.edu.tr
  911. 955 ssh e2171189@external.ceng.metu.edu.tr -p 8085
  912. 956 exit
  913. 957 cd Desktop/
  914. 958 gcc -Wall -ansi -pedantic-errors the2.c -o the2
  915. 959 python
  916. 960 ssh e2171189@external.ceng.metu.edu.tr -P 8085
  917. 961 ssh e2171189@external.ceng.metu.edu.tr -p 8085
  918. 962 exit
  919. 963 cd Desktop/
  920. 964 gcc -Wall -ansi -pedantic-errors the2.c -o the2
  921. 965 cd Desktop/
  922. 966 gcc -Wall -ansi -pedantic-errors the2.c -o the2
  923. 967 cd
  924. 968 ssh e2171189@external.ceng.metu.edu.tr -p 8085
  925. 969 exit
  926. 970 cd Desktop/
  927. 971 ls -l
  928. 972 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  929. 973 ./deneme
  930. 974 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  931. 975 ./deneme
  932. 976 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  933. 977 ./deneme
  934. 978 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  935. 979 ./deneme
  936. 980 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  937. 981 ./deneme
  938. 982 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  939. 983 ./deneme
  940. 984 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  941. 985 ./deneme
  942. 986 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  943. 987 ./deneme
  944. 988 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  945. 989 ./deneme
  946. 990 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  947. 991 ./deneme
  948. 992 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  949. 993 ./deneme
  950. 994 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  951. 995 ./deneme
  952. 996 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  953. 997 ./deneme
  954. 998 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  955. 999 ./deneme
  956. 1000 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  957. 1001 ./deneme
  958. 1002 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  959. 1003 cd Desktop/
  960. 1004 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  961. 1005 ./deneme
  962. 1006 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  963. 1007 ./deneme
  964. 1008 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  965. 1009 ./deneme
  966. 1010 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  967. 1011 ./deneme
  968. 1012 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  969. 1013 ./deneme
  970. 1014 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  971. 1015 ./deneme
  972. 1016 cd Desktop/
  973. 1017 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  974. 1018 ./deneme
  975. 1019 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  976. 1020 ./deneme
  977. 1021 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  978. 1022 ./deneme
  979. 1023 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  980. 1024 ./deneme
  981. 1025 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  982. 1026 ./deneme
  983. 1027 gcc -Wall -ansi -pedantic-errors deneme.c -o deneme
  984. 1028 ./deneme
  985. 1029 cd Desktop/
  986. 1030 rm labexam1
  987. 1031 rm prelim3.c
  988. 1032 exit
  989. 1033 cd Desktop
  990. 1034 ls -l
  991. 1035 cd python\ files/
  992. 1036 python the3.py
  993. 1037 cd Desktop/
  994. 1038 rm deneme
  995. 1039 ls -l
  996. 1040 ls -l -a
  997. 1041 ls --help
  998. 1042 history
  999. 1043 cd Desktop/
  1000. 1044 history>file.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement