Advertisement
aloenk

persistence mode 4 kali linux test 1

May 29th, 2015
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.88 KB | None | 0 0
  1. =================================================================================
  2. created by using ubuntu 14.04 live usb with device http://pastebin.com/5dmYS8pY
  3. =================================================================================
  4.  
  5. it@it:~$ sudo su
  6. root@it:/home/it# fd
  7. fdformat fdisk
  8. root@it:/home/it# fd
  9. fdformat fdisk
  10. root@it:/home/it# fdisk
  11. .bash_history Downloads/ .profile
  12. .bash_logout .gconf/ Public/
  13. .bashrc .gstreamer-0.10/ Templates/
  14. .cache/ .ICEauthority Videos/
  15. .config/ .local/ .Xauthority
  16. .dbus/ .mozilla/ .xsession-errors
  17. Desktop/ Music/
  18. Documents/ Pictures/
  19. root@it:/home/it# fdisk -l
  20.  
  21. Disk /dev/sda: 80.0 GB, 80026361856 bytes
  22. 255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
  23. Units = sectors of 1 * 512 = 512 bytes
  24. Sector size (logical/physical): 512 bytes / 512 bytes
  25. I/O size (minimum/optimal): 512 bytes / 512 bytes
  26. Disk identifier: 0x17b117b0
  27.  
  28. Device Boot Start End Blocks Id System
  29. /dev/sda1 * 63 192779 96358+ 7 HPFS/NTFS/exFAT
  30. /dev/sda2 192780 40917554 20362387+ 7 HPFS/NTFS/exFAT
  31. /dev/sda3 40917555 156264254 57673350 7 HPFS/NTFS/exFAT
  32.  
  33. Disk /dev/sdb: 4004 MB, 4004511744 bytes
  34. 255 heads, 63 sectors/track, 486 cylinders, total 7821312 sectors
  35. Units = sectors of 1 * 512 = 512 bytes
  36. Sector size (logical/physical): 512 bytes / 512 bytes
  37. I/O size (minimum/optimal): 512 bytes / 512 bytes
  38. Disk identifier: 0x0bb8ff7e
  39.  
  40. Device Boot Start End Blocks Id System
  41. /dev/sdb1 * 63 7821311 3910624+ c W95 FAT32 (LBA)
  42. root@it:/home/it# fdisk -l
  43.  
  44. Disk /dev/sda: 80.0 GB, 80026361856 bytes
  45. 255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
  46. Units = sectors of 1 * 512 = 512 bytes
  47. Sector size (logical/physical): 512 bytes / 512 bytes
  48. I/O size (minimum/optimal): 512 bytes / 512 bytes
  49. Disk identifier: 0x17b117b0
  50.  
  51. Device Boot Start End Blocks Id System
  52. /dev/sda1 * 63 192779 96358+ 7 HPFS/NTFS/exFAT
  53. /dev/sda2 192780 40917554 20362387+ 7 HPFS/NTFS/exFAT
  54. /dev/sda3 40917555 156264254 57673350 7 HPFS/NTFS/exFAT
  55.  
  56. Disk /dev/sdb: 4004 MB, 4004511744 bytes
  57. 255 heads, 63 sectors/track, 486 cylinders, total 7821312 sectors
  58. Units = sectors of 1 * 512 = 512 bytes
  59. Sector size (logical/physical): 512 bytes / 512 bytes
  60. I/O size (minimum/optimal): 512 bytes / 512 bytes
  61. Disk identifier: 0x0bb8ff7e
  62.  
  63. Device Boot Start End Blocks Id System
  64. /dev/sdb1 * 63 7821311 3910624+ c W95 FAT32 (LBA)
  65.  
  66. Disk /dev/sdc: 7914 MB, 7914651648 bytes
  67. 60 heads, 57 sectors/track, 4519 cylinders, total 15458304 sectors
  68. Units = sectors of 1 * 512 = 512 bytes
  69. Sector size (logical/physical): 512 bytes / 512 bytes
  70. I/O size (minimum/optimal): 512 bytes / 512 bytes
  71. Disk identifier: 0x00082559
  72.  
  73. Device Boot Start End Blocks Id System
  74. /dev/sdc1 * 2048 15458303 7728128 b W95 FAT32
  75. root@it:/home/it# cd /media/
  76. root@it:/media# cd it/
  77. root@it:/media/it# ls -a
  78. . .. C9ED-00EC Tazmania
  79. root@it:/media/it# cd Tazmania/
  80. root@it:/media/it/Tazmania# ls -a
  81. . Local Disk (C) - Shortcut.lnk
  82. .. Lost Saga
  83. CJ Netmarble New folder
  84. Dead Space Ojo di utek2
  85. desktop.ini Pengaturan mouse Macro
  86. DragonNest Point Blank
  87. FFOutput $RECYCLE.BIN
  88. kali-linux-1.1.0a-amd64.iso Seal Online Indonesia
  89. kali-linux-1.1.0a-amd64.txt1.sha1sum steam
  90. kali-linux-1.1.0a-amd64.txt.sha1sum System Volume Information
  91. root@it:/media/it/Tazmania# dd if=kali-linux-1.1.0a-amd64.iso of=/dev/sdc
  92. sdc sdc1
  93. root@it:/media/it/Tazmania# dd if=kali-linux-1.1.0a-amd64.iso of=/dev/sdc bs=512
  94. ^C27553+0 records in
  95. 27553+0 records out
  96. 14107136 bytes (14 MB) copied, 2.91511 s, 4.8 MB/s
  97.  
  98. root@it:/media/it/Tazmania# dd -h
  99. dd: invalid option -- 'h'
  100. Try 'dd --help' for more information.
  101. root@it:/media/it/Tazmania# dd --h
  102. Usage: dd [OPERAND]...
  103. or: dd OPTION
  104. Copy a file, converting and formatting according to the operands.
  105.  
  106. bs=BYTES read and write up to BYTES bytes at a time
  107. cbs=BYTES convert BYTES bytes at a time
  108. conv=CONVS convert the file as per the comma separated symbol list
  109. count=N copy only N input blocks
  110. ibs=BYTES read up to BYTES bytes at a time (default: 512)
  111. if=FILE read from FILE instead of stdin
  112. iflag=FLAGS read as per the comma separated symbol list
  113. obs=BYTES write BYTES bytes at a time (default: 512)
  114. of=FILE write to FILE instead of stdout
  115. oflag=FLAGS write as per the comma separated symbol list
  116. seek=N skip N obs-sized blocks at start of output
  117. skip=N skip N ibs-sized blocks at start of input
  118. status=WHICH WHICH info to suppress outputting to stderr;
  119. 'noxfer' suppresses transfer stats, 'none' suppresses all
  120.  
  121. N and BYTES may be followed by the following multiplicative suffixes:
  122. c =1, w =2, b =512, kB =1000, K =1024, MB =1000*1000, M =1024*1024, xM =M
  123. GB =1000*1000*1000, G =1024*1024*1024, and so on for T, P, E, Z, Y.
  124.  
  125. Each CONV symbol may be:
  126.  
  127. ascii from EBCDIC to ASCII
  128. ebcdic from ASCII to EBCDIC
  129. ibm from ASCII to alternate EBCDIC
  130. block pad newline-terminated records with spaces to cbs-size
  131. unblock replace trailing spaces in cbs-size records with newline
  132. lcase change upper case to lower case
  133. ucase change lower case to upper case
  134. sparse try to seek rather than write the output for NUL input blocks
  135. swab swap every pair of input bytes
  136. sync pad every input block with NULs to ibs-size; when used
  137. with block or unblock, pad with spaces rather than NULs
  138. excl fail if the output file already exists
  139. nocreat do not create the output file
  140. notrunc do not truncate the output file
  141. noerror continue after read errors
  142. fdatasync physically write output file data before finishing
  143. fsync likewise, but also write metadata
  144.  
  145. Each FLAG symbol may be:
  146.  
  147. append append mode (makes sense only for output; conv=notrunc suggested)
  148. direct use direct I/O for data
  149. directory fail unless a directory
  150. dsync use synchronized I/O for data
  151. sync likewise, but also for metadata
  152. fullblock accumulate full blocks of input (iflag only)
  153. nonblock use non-blocking I/O
  154. noatime do not update access time
  155. nocache discard cached data
  156. noctty do not assign controlling terminal from file
  157. nofollow do not follow symlinks
  158. count_bytes treat 'count=N' as a byte count (iflag only)
  159. skip_bytes treat 'skip=N' as a byte count (iflag only)
  160. seek_bytes treat 'seek=N' as a byte count (oflag only)
  161.  
  162. Sending a USR1 signal to a running 'dd' process makes it
  163. print I/O statistics to standard error and then resume copying.
  164.  
  165. $ dd if=/dev/zero of=/dev/null& pid=$!
  166. $ kill -USR1 $pid; sleep 1; kill $pid
  167. 18335302+0 records in
  168. 18335302+0 records out
  169. 9387674624 bytes (9.4 GB) copied, 34.6279 seconds, 271 MB/s
  170.  
  171. Options are:
  172.  
  173. --help display this help and exit
  174. --version output version information and exit
  175.  
  176. Report dd bugs to bug-coreutils@gnu.org
  177. GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
  178. General help using GNU software: <http://www.gnu.org/gethelp/>
  179. For complete documentation, run: info coreutils 'dd invocation'
  180. root@it:/media/it/Tazmania# dd --help
  181. Usage: dd [OPERAND]...
  182. or: dd OPTION
  183. Copy a file, converting and formatting according to the operands.
  184.  
  185. bs=BYTES read and write up to BYTES bytes at a time
  186. cbs=BYTES convert BYTES bytes at a time
  187. conv=CONVS convert the file as per the comma separated symbol list
  188. count=N copy only N input blocks
  189. ibs=BYTES read up to BYTES bytes at a time (default: 512)
  190. if=FILE read from FILE instead of stdin
  191. iflag=FLAGS read as per the comma separated symbol list
  192. obs=BYTES write BYTES bytes at a time (default: 512)
  193. of=FILE write to FILE instead of stdout
  194. oflag=FLAGS write as per the comma separated symbol list
  195. seek=N skip N obs-sized blocks at start of output
  196. skip=N skip N ibs-sized blocks at start of input
  197. status=WHICH WHICH info to suppress outputting to stderr;
  198. 'noxfer' suppresses transfer stats, 'none' suppresses all
  199.  
  200. N and BYTES may be followed by the following multiplicative suffixes:
  201. c =1, w =2, b =512, kB =1000, K =1024, MB =1000*1000, M =1024*1024, xM =M
  202. GB =1000*1000*1000, G =1024*1024*1024, and so on for T, P, E, Z, Y.
  203.  
  204. Each CONV symbol may be:
  205.  
  206. ascii from EBCDIC to ASCII
  207. ebcdic from ASCII to EBCDIC
  208. ibm from ASCII to alternate EBCDIC
  209. block pad newline-terminated records with spaces to cbs-size
  210. unblock replace trailing spaces in cbs-size records with newline
  211. lcase change upper case to lower case
  212. ucase change lower case to upper case
  213. sparse try to seek rather than write the output for NUL input blocks
  214. swab swap every pair of input bytes
  215. sync pad every input block with NULs to ibs-size; when used
  216. with block or unblock, pad with spaces rather than NULs
  217. excl fail if the output file already exists
  218. nocreat do not create the output file
  219. notrunc do not truncate the output file
  220. noerror continue after read errors
  221. fdatasync physically write output file data before finishing
  222. fsync likewise, but also write metadata
  223.  
  224. Each FLAG symbol may be:
  225.  
  226. append append mode (makes sense only for output; conv=notrunc suggested)
  227. direct use direct I/O for data
  228. directory fail unless a directory
  229. dsync use synchronized I/O for data
  230. sync likewise, but also for metadata
  231. fullblock accumulate full blocks of input (iflag only)
  232. nonblock use non-blocking I/O
  233. noatime do not update access time
  234. nocache discard cached data
  235. noctty do not assign controlling terminal from file
  236. nofollow do not follow symlinks
  237. count_bytes treat 'count=N' as a byte count (iflag only)
  238. skip_bytes treat 'skip=N' as a byte count (iflag only)
  239. seek_bytes treat 'seek=N' as a byte count (oflag only)
  240.  
  241. Sending a USR1 signal to a running 'dd' process makes it
  242. print I/O statistics to standard error and then resume copying.
  243.  
  244. $ dd if=/dev/zero of=/dev/null& pid=$!
  245. $ kill -USR1 $pid; sleep 1; kill $pid
  246. 18335302+0 records in
  247. 18335302+0 records out
  248. 9387674624 bytes (9.4 GB) copied, 34.6279 seconds, 271 MB/s
  249.  
  250. Options are:
  251.  
  252. --help display this help and exit
  253. --version output version information and exit
  254.  
  255. Report dd bugs to bug-coreutils@gnu.org
  256. GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
  257. General help using GNU software: <http://www.gnu.org/gethelp/>
  258. For complete documentation, run: info coreutils 'dd invocation'
  259. root@it:/media/it/Tazmania# man dd
  260. root@it:/media/it/Tazmania# dd if=kali-linux-1.1.0a-amd64.iso of=/dev/sdc bs=512
  261. 5983104+0 records in
  262. 5983104+0 records out
  263. 3063349248 bytes (3.1 GB) copied, 1657.36 s, 1.8 MB/s
  264. root@it:/media/it/Tazmania# fdisk -l
  265.  
  266. Disk /dev/sda: 80.0 GB, 80026361856 bytes
  267. 255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
  268. Units = sectors of 1 * 512 = 512 bytes
  269. Sector size (logical/physical): 512 bytes / 512 bytes
  270. I/O size (minimum/optimal): 512 bytes / 512 bytes
  271. Disk identifier: 0x17b117b0
  272.  
  273. Device Boot Start End Blocks Id System
  274. /dev/sda1 * 63 192779 96358+ 7 HPFS/NTFS/exFAT
  275. /dev/sda2 192780 40917554 20362387+ 7 HPFS/NTFS/exFAT
  276. /dev/sda3 40917555 156264254 57673350 7 HPFS/NTFS/exFAT
  277.  
  278. Disk /dev/sdb: 4004 MB, 4004511744 bytes
  279. 255 heads, 63 sectors/track, 486 cylinders, total 7821312 sectors
  280. Units = sectors of 1 * 512 = 512 bytes
  281. Sector size (logical/physical): 512 bytes / 512 bytes
  282. I/O size (minimum/optimal): 512 bytes / 512 bytes
  283. Disk identifier: 0x0bb8ff7e
  284.  
  285. Device Boot Start End Blocks Id System
  286. /dev/sdb1 * 63 7821311 3910624+ c W95 FAT32 (LBA)
  287.  
  288. Disk /dev/sdc: 7914 MB, 7914651648 bytes
  289. 179 heads, 32 sectors/track, 2698 cylinders, total 15458304 sectors
  290. Units = sectors of 1 * 512 = 512 bytes
  291. Sector size (logical/physical): 512 bytes / 512 bytes
  292. I/O size (minimum/optimal): 512 bytes / 512 bytes
  293. Disk identifier: 0x34b1494d
  294.  
  295. Device Boot Start End Blocks Id System
  296. /dev/sdc1 * 64 5854015 2926976 17 Hidden HPFS/NTFS
  297. /dev/sdc2 5854016 5983103 64544 1 FAT12
  298. root@it:/media/it/Tazmania# man read
  299. root@it:/media/it/Tazmania# man ebd
  300. No manual entry for ebd
  301. root@it:/media/it/Tazmania# man end
  302. root@it:/media/it/Tazmania# gparted
  303. ======================
  304. libparted : 2.3
  305. ======================
  306.  
  307. (gpartedbin:8409): GLib-CRITICAL **: Source ID 7 was not found when attempting to remove it
  308.  
  309. (gpartedbin:8409): GLib-CRITICAL **: Source ID 6 was not found when attempting to remove it
  310.  
  311. (gpartedbin:8409): GLib-CRITICAL **: Source ID 10 was not found when attempting to remove it
  312.  
  313. (gpartedbin:8409): GLib-CRITICAL **: Source ID 9 was not found when attempting to remove it
  314.  
  315. (gpartedbin:8409): GLib-CRITICAL **: Source ID 29 was not found when attempting to remove it
  316.  
  317. (gpartedbin:8409): GLib-CRITICAL **: Source ID 28 was not found when attempting to remove it
  318.  
  319. (gpartedbin:8409): GLib-CRITICAL **: Source ID 34 was not found when attempting to remove it
  320.  
  321. (gpartedbin:8409): GLib-CRITICAL **: Source ID 38 was not found when attempting to remove it
  322.  
  323. (gpartedbin:8409): GLib-CRITICAL **: Source ID 37 was not found when attempting to remove it
  324.  
  325. (gpartedbin:8409): GLib-CRITICAL **: Source ID 42 was not found when attempting to remove it
  326.  
  327. (gpartedbin:8409): GLib-CRITICAL **: Source ID 41 was not found when attempting to remove it
  328.  
  329. (gpartedbin:8409): GLib-CRITICAL **: Source ID 45 was not found when attempting to remove it
  330.  
  331. (gpartedbin:8409): GLib-CRITICAL **: Source ID 44 was not found when attempting to remove it
  332.  
  333. (gpartedbin:8409): GLib-CRITICAL **: Source ID 51 was not found when attempting to remove it
  334.  
  335. (gpartedbin:8409): GLib-CRITICAL **: Source ID 50 was not found when attempting to remove it
  336.  
  337. (gpartedbin:8409): GLib-CRITICAL **: Source ID 56 was not found when attempting to remove it
  338.  
  339. (gpartedbin:8409): GLib-CRITICAL **: Source ID 55 was not found when attempting to remove it
  340.  
  341. (gpartedbin:8409): GLib-CRITICAL **: Source ID 59 was not found when attempting to remove it
  342.  
  343. (gpartedbin:8409): GLib-CRITICAL **: Source ID 58 was not found when attempting to remove it
  344.  
  345. (gpartedbin:8409): GLib-CRITICAL **: Source ID 64 was not found when attempting to remove it
  346.  
  347. (gpartedbin:8409): GLib-CRITICAL **: Source ID 63 was not found when attempting to remove it
  348.  
  349. (gpartedbin:8409): GLib-CRITICAL **: Source ID 67 was not found when attempting to remove it
  350.  
  351. (gpartedbin:8409): GLib-CRITICAL **: Source ID 66 was not found when attempting to remove it
  352.  
  353. (gpartedbin:8409): GLib-CRITICAL **: Source ID 104 was not found when attempting to remove it
  354.  
  355. (gpartedbin:8409): GLib-CRITICAL **: Source ID 103 was not found when attempting to remove it
  356.  
  357. (gpartedbin:8409): GLib-CRITICAL **: Source ID 109 was not found when attempting to remove it
  358.  
  359. (gpartedbin:8409): GLib-CRITICAL **: Source ID 108 was not found when attempting to remove it
  360.  
  361. (gpartedbin:8409): GLib-CRITICAL **: Source ID 114 was not found when attempting to remove it
  362.  
  363. (gpartedbin:8409): GLib-CRITICAL **: Source ID 113 was not found when attempting to remove it
  364.  
  365. (gpartedbin:8409): GLib-CRITICAL **: Source ID 117 was not found when attempting to remove it
  366.  
  367. (gpartedbin:8409): GLib-CRITICAL **: Source ID 116 was not found when attempting to remove it
  368.  
  369. (gpartedbin:8409): GLib-CRITICAL **: Source ID 120 was not found when attempting to remove it
  370.  
  371. (gpartedbin:8409): GLib-CRITICAL **: Source ID 119 was not found when attempting to remove it
  372.  
  373. (gpartedbin:8409): GLib-CRITICAL **: Source ID 123 was not found when attempting to remove it
  374.  
  375. (gpartedbin:8409): GLib-CRITICAL **: Source ID 122 was not found when attempting to remove it
  376.  
  377. root@it:/media/it/Tazmania# end=7gb
  378. root@it:/media/it/Tazmania# read start _ < <(du -bcm kali-linux-1.1.0a-amd64.iso | tail -1); echo $start
  379. 2922
  380. root@it:/media/it/Tazmania# parted /dev/sd
  381. sda sda1 sda2 sda3 sdb sdb1 sdc
  382. root@it:/media/it/Tazmania# parted /dev/sdc mkpart primary $start $end
  383. Warning: You requested a partition from 2922MB to 7000MB.
  384. The closest location we can manage is 3063MB to 7915MB.
  385. Is this still acceptable to you?
  386. Yes/No? yes
  387. Warning: The resulting partition is not properly aligned for best performance.
  388. Ignore/Cancel? Ignore
  389. Information: You may need to update /etc/fstab.
  390.  
  391. root@it:/media/it/Tazmania# fdisk -l
  392.  
  393. Disk /dev/sda: 80.0 GB, 80026361856 bytes
  394. 255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
  395. Units = sectors of 1 * 512 = 512 bytes
  396. Sector size (logical/physical): 512 bytes / 512 bytes
  397. I/O size (minimum/optimal): 512 bytes / 512 bytes
  398. Disk identifier: 0x17b117b0
  399.  
  400. Device Boot Start End Blocks Id System
  401. /dev/sda1 * 63 192779 96358+ 7 HPFS/NTFS/exFAT
  402. /dev/sda2 192780 40917554 20362387+ 7 HPFS/NTFS/exFAT
  403. /dev/sda3 40917555 156264254 57673350 7 HPFS/NTFS/exFAT
  404.  
  405. Disk /dev/sdb: 4004 MB, 4004511744 bytes
  406. 255 heads, 63 sectors/track, 486 cylinders, total 7821312 sectors
  407. Units = sectors of 1 * 512 = 512 bytes
  408. Sector size (logical/physical): 512 bytes / 512 bytes
  409. I/O size (minimum/optimal): 512 bytes / 512 bytes
  410. Disk identifier: 0x0bb8ff7e
  411.  
  412. Device Boot Start End Blocks Id System
  413. /dev/sdb1 * 63 7821311 3910624+ c W95 FAT32 (LBA)
  414.  
  415. Disk /dev/sdc: 7914 MB, 7914651648 bytes
  416. 179 heads, 32 sectors/track, 2698 cylinders, total 15458304 sectors
  417. Units = sectors of 1 * 512 = 512 bytes
  418. Sector size (logical/physical): 512 bytes / 512 bytes
  419. I/O size (minimum/optimal): 512 bytes / 512 bytes
  420. Disk identifier: 0x34b1494d
  421.  
  422. Device Boot Start End Blocks Id System
  423. /dev/sdc1 * 64 5854015 2926976 17 Hidden HPFS/NTFS
  424. /dev/sdc2 5854016 5983103 64544 1 FAT12
  425. /dev/sdc3 5983104 15458303 4737600 83 Linux
  426. root@it:/media/it/Tazmania# mkfs.ext3 -L persistence /dev/sdc
  427. sdc sdc1 sdc2 sdc3
  428. root@it:/media/it/Tazmania# mkfs.ext3 -L persistence /dev/sdc3
  429. mke2fs 1.42.9 (4-Feb-2014)
  430. Filesystem label=persistence
  431. OS type: Linux
  432. Block size=4096 (log=2)
  433. Fragment size=4096 (log=2)
  434. Stride=0 blocks, Stripe width=0 blocks
  435. 296592 inodes, 1184400 blocks
  436. 59220 blocks (5.00%) reserved for the super user
  437. First data block=0
  438. Maximum filesystem blocks=1216348160
  439. 37 block groups
  440. 32768 blocks per group, 32768 fragments per group
  441. 8016 inodes per group
  442. Superblock backups stored on blocks:
  443. 32768, 98304, 163840, 229376, 294912, 819200, 884736
  444.  
  445. Allocating group tables: done
  446. Writing inode tables: done
  447. Creating journal (32768 blocks): done
  448. Writing superblocks and filesystem accounting information: done
  449.  
  450. root@it:/media/it/Tazmania# e2label /dev/sdc3 persistence
  451. root@it:/media/it/Tazmania# mkdir -p /mnt/my_usb
  452. root@it:/media/it/Tazmania# mount /dev/sdb
  453. sdb sdb1
  454. root@it:/media/it/Tazmania# mount /dev/sdc3 /mnt/my_usb
  455. root@it:/media/it/Tazmania# echo "/ union" > /mnt/my_usb/persistence.conf
  456. root@it:/media/it/Tazmania# umount /dev/sdc3
  457. root@it:/media/it/Tazmania#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement