Learn linux 1 - Virtual Enviroment
What to learn in this chapter
How to create test envriments in a virtual machine. Youtube
Pre-requires
You have to know basic networking
- IP-addresses
- Subnet
- Basic protocols (HTTP, FTP, SSH)
Also basic computer hardware
Good to know words
- Linux(Good to know difference in Linux, Unix, BSD)
- Distribution
- Virtualization
- VMware, Alternative: Virtualbox
- SSH (Secure Shell)
- Permissions(CHMOD)
Basic Commands
- cd (change directory)
- mkdir (make directory())
- touch (creates a blank file)
- rm (remove/delete)
- mv (move)
- cp (copy)
- apt-get (install software)
- ls
- cat
- wget
More useful commands
Good tools
Tweet
Loading Comments...