Skip to content

Instantly share code, notes, and snippets.

@TPAKC
Last active February 6, 2019 16:43
Show Gist options
  • Save TPAKC/79b72212a973a881534d1b4452c996ec to your computer and use it in GitHub Desktop.
Save TPAKC/79b72212a973a881534d1b4452c996ec to your computer and use it in GitHub Desktop.

Report

Linux

17.01

  • Downloaded and installed Ubuntu on the virtualbox
  • Studied how to manage processes

18.01

  • Installed Vim (a text editor) and tried to master it

19.01-20.01

Learn new comand for terminal Linux:

  • ECHO - show entered in terminal
  • CD - change directory
  • CP - copy files and folders
  • MV - move files or folders
  • LN - create symbolic link
  • LS - list content of a directory
  • CHMOD - change permissios
  • TOP - display all processes of the current user
  • KILL - kill process
  • DU - display the size of a file or directory
  • FIND - search a foolder hierarchy for filename
  • TOUCH - change file modification time
  • GREP - file pattern searcher
  • GZIP - compress files
  • GUNZIP - decompress files
  • CRONTАB - manage the tables used to drive the cron daemon
  • CURL - perform requests using one of supported protocols
  • WGET - download a file
  • SSH - open ssh client

21.01

  • Сorrected knowledge of console commands
  • Сompleted English tests
  • Figured out with the rights and users

22.01

  • Learned to write bash scripts
  • Repeating all the stuff on the ubuntu console

24.01

  • Studied the creation of a repository GitHub and commit through the console

28.01

  • Learned all the console commands to work with GitHub
  • Video Courses Training (1-8)

29.01-06.02

  • Going through video courses

New information:

  • require - interconnect *.js files //Связываем файлы между собой
  • exports - export of objects(works with "require") //Экпортируем между различными файлами объекты(работает ток с require)
  • global.User = User - explicit declaration of a global variable //Явное объявление глобальной переменной - говорят что в будущем оно не пригодится
  • modul - //Переменная
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment