2022-06-27
React Game of Life (Here)
npm init react-app react-gameoflife
HackTheBox
Setting Up
- Can track commands on the terminal by doing:
script <name>.log
...COMMANDS...
exit
- Output redirection:
./custom-tool.py 10.129.28.119 > logs.custom-tool
./custom-tool.py 10.129.28.119 | tee -a logs.custom-tool
Benefits of VM’s
- Applications and services of a VM do not interfere with each other.
- Complete independence of the guest system from the host system’s operating system and the underlying physical hardware.
- VMs can be moved or cloned to other systems by simple copying.
- Hardware resources can be dynamically allocated via the hypervisor.
- Better and more efficient utilisation of existing hardware resources.
- Shorter provisioning times for systems and applications.
- Simplified management of virtual systems.
- Higher availability of VMs due to independence from physical resources.
Virtual Machine | Container |
---|---|
Contain applications and the complete operating system | Contain applications and only the necessary operating system components such as libraries and binaries |
A hypervisor such as VMware ESXi provides virtualisation | The operating system with the container engine provides its own virtualisation |
Multiple VMs run in isolation from each other on a physical server | Several containers run isolated from each other on one operating system |
Failure
Error: There is another generation process
plugin:obsidian-textgenerator-plugin:56949 TextGenerator.eval plugin:obsidian-textgenerator-plugin:56949:31
Generator.next
plugin:obsidian-textgenerator-plugin:78 eval plugin:obsidian-textgenerator-plugin:78:61
new Promise
plugin:obsidian-textgenerator-plugin:62 __async plugin:obsidian-textgenerator-plugin:62:10
plugin:obsidian-textgenerator-plugin:56935 TextGenerator.generate plugin:obsidian-textgenerator-plugin:56935:12
plugin:obsidian-textgenerator-plugin:58440 AutoSuggest.eval plugin:obsidian-textgenerator-plugin:58440:52
Generator.next
plugin:obsidian-textgenerator-plugin:78 eval plugin:obsidian-textgenerator-plugin:78:61
new Promise
Failure
Error: There is another generation process
plugin:obsidian-textgenerator-plugin:56949 TextGenerator.eval plugin:obsidian-textgenerator-plugin:56949:31
Generator.next
plugin:obsidian-textgenerator-plugin:78 eval plugin:obsidian-textgenerator-plugin:78:61
new Promise
plugin:obsidian-textgenerator-plugin:62 __async plugin:obsidian-textgenerator-plugin:62:10
plugin:obsidian-textgenerator-plugin:56935 TextGenerator.generate plugin:obsidian-textgenerator-plugin:56935:12
plugin:obsidian-textgenerator-plugin:58440 AutoSuggest.eval plugin:obsidian-textgenerator-plugin:58440:52
Generator.next
plugin:obsidian-textgenerator-plugin:78 eval plugin:obsidian-textgenerator-plugin:78:61
new Promise